shithub: riscv

Download patch

ref: 460c598430f92ff38bbaf08cc157d235bd2a967e
parent: b137420eff271bf8bf3194396af6d7de0a72ef5b
author: cinap_lenrek <[email protected]>
date: Sat May 30 12:50:02 EDT 2015

io.h: fis comment PciSID (alphapc, kw, mtx, teg2) (thanks qeed!)

--- a/sys/src/9/alphapc/io.h
+++ b/sys/src/9/alphapc/io.h
@@ -95,7 +95,7 @@
 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,		/* xpansion ROM base address */
 	PciMGNT		= 0x3E,		/* burst period length */
 	PciMLT		= 0x3F,		/* maximum latency between bursts */
--- a/sys/src/9/kw/io.h
+++ b/sys/src/9/kw/io.h
@@ -96,7 +96,7 @@
 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 */
--- a/sys/src/9/mtx/io.h
+++ b/sys/src/9/mtx/io.h
@@ -93,7 +93,7 @@
 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 */
--- a/sys/src/9/teg2/io.h
+++ b/sys/src/9/teg2/io.h
@@ -107,7 +107,7 @@
 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 */