summaryrefslogtreecommitdiff
path: root/sys/src/9/kw
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-05-30 16:50:02 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-05-30 16:50:02 +0200
commit460c598430f92ff38bbaf08cc157d235bd2a967e (patch)
treee3c6fa24d04c63eac7ddce730018958c65672466 /sys/src/9/kw
parentb137420eff271bf8bf3194396af6d7de0a72ef5b (diff)
io.h: fis comment PciSID (alphapc, kw, mtx, teg2) (thanks qeed!)
Diffstat (limited to 'sys/src/9/kw')
-rw-r--r--sys/src/9/kw/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/kw/io.h b/sys/src/9/kw/io.h
index f1ad24689..b05603254 100644
--- a/sys/src/9/kw/io.h
+++ b/sys/src/9/kw/io.h
@@ -96,7 +96,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 */