Show
Ignore:
Timestamp:
10/02/08 17:42:14 (3 months ago)
Author:
rminnich
Message:

This is so that people can see it. This is the sb600 for v3. It almost
certainly won't build -- that comes later. I am hoping to get some
eyeballs on it for simple errors.

rs690 is next.

Signed-off-by: Ronald G. Minnich <rminnich@…>
Acked-by: Ronald G. Minnich <rminnich@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/coreboot-v2/src/southbridge/amd/sb600/sb600.h

    r3589 r3630  
    2121#define SB600_H 
    2222 
    23 #include "chip.h" 
    24  
    2523#define PCI_DEVICE_ID_ATI_SB600_LPC 0x438D 
    2624#define PCI_DEVICE_ID_ATI_SB600_SATA 0x4380 
     
    3735#define PCI_DEVICE_ID_ATI_SB600_USB_3 0x438A 
    3836#define PCI_DEVICE_ID_ATI_SB600_USB_4 0x438B 
     37 
    3938extern void pm_iowrite(u8 reg, u8 value); 
    4039extern u8 pm_ioread(u8 reg);