summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcic
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-03-10 05:26:32 +0000
committerimp <imp@FreeBSD.org>2000-03-10 05:26:32 +0000
commit195345c22ce4534433beb65ed1bb210c249264c1 (patch)
tree51d6cfcc936e4ce36f0bbdb317bdcaa128064ecb /sys/dev/pcic
parent81fe1808e7954640b2898ce12dcf5f41fcb3b047 (diff)
downloadFreeBSD-src-195345c22ce4534433beb65ed1bb210c249264c1.zip
FreeBSD-src-195345c22ce4534433beb65ed1bb210c249264c1.tar.gz
Correct PnP ids for pcic-like cards.
Approved by: jkh
Diffstat (limited to 'sys/dev/pcic')
-rw-r--r--sys/dev/pcic/i82365reg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pcic/i82365reg.h b/sys/dev/pcic/i82365reg.h
index d6f0815..1edfdcd 100644
--- a/sys/dev/pcic/i82365reg.h
+++ b/sys/dev/pcic/i82365reg.h
@@ -343,7 +343,7 @@
#define PCIC_CIRRUS_EXT_CONTROL_1_PCI_INTR_MASK 0x18
/* Plug and play */
-#define PCIC_PNP_82365 0x000ED040 /* PNP0E00 */
-#define PCIC_PNP_CL_PD6720 0x010ED040 /* PNP0E01 */
-#define PCIC_PNP_VLSI_82C146 0x020ED040 /* PNP0E02 */
-#define PCIC_PNP_82365_CARDBUS 0x030ED040 /* PNP0E03 */
+#define PCIC_PNP_82365 0x000ED041 /* PNP0E00 */
+#define PCIC_PNP_CL_PD6720 0x010ED041 /* PNP0E01 */
+#define PCIC_PNP_VLSI_82C146 0x020ED041 /* PNP0E02 */
+#define PCIC_PNP_82365_CARDBUS 0x030ED041 /* PNP0E03 */
OpenPOWER on IntegriCloud