From b137420eff271bf8bf3194396af6d7de0a72ef5b Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 30 May 2015 16:45:02 +0200 Subject: pc/io.h: fix comment for PciSID --- sys/src/9/pc/io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/9/pc/io.h b/sys/src/9/pc/io.h index 754085cf7..a17826671 100644 --- a/sys/src/9/pc/io.h +++ b/sys/src/9/pc/io.h @@ -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 */ -- cgit v1.2.3