pc/io.h: fix comment for PciSID
This commit is contained in:
parent
1376d559ed
commit
b137420eff
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue