ref: 67b9c40d088442487a2da8d66ed30940930eaeb3
parent: cd5c169803bcae78a136c5dcec067aa24a98c037
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat May 30 12:45:02 EDT 2015
pc/io.h: fix comment for PciSID
--- a/sys/src/9/pc/io.h
+++ b/sys/src/9/pc/io.h
@@ -173,7 +173,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 */
--
⑨