pc/io.h: fix comment for PciSID

This commit is contained in:
cinap_lenrek 2015-05-30 16:45:02 +02:00
parent 1376d559ed
commit b137420eff

View file

@ -173,7 +173,7 @@ enum {
enum { /* type 0 pre-defined header */
PciCIS = 0x28, /* cardbus CIS pointer */
PciSVID = 0x2C, /* subsystem vendor ID */
PciSID = 0x2E, /* cardbus CIS pointer */
PciSID = 0x2E, /* subsystem ID */
PciEBAR0 = 0x30, /* expansion ROM base address */
PciMGNT = 0x3E, /* burst period length */
PciMLT = 0x3F, /* maximum latency between bursts */