summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb/pccbbdevid.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-11-11 17:45:55 +0000
committerimp <imp@FreeBSD.org>2001-11-11 17:45:55 +0000
commit266d45a2b1047d5db9e2cee0f12aeea10b34524e (patch)
tree0664b71ba42b07e2809ca013c89a27c6d1da6b47 /sys/dev/pccbb/pccbbdevid.h
parent7c0e8098f2f330d0557654aecc37c5f765fed8a6 (diff)
downloadFreeBSD-src-266d45a2b1047d5db9e2cee0f12aeea10b34524e.zip
FreeBSD-src-266d45a2b1047d5db9e2cee0f12aeea10b34524e.tar.gz
Move Intel 82092AA into the list of devices. It appears to be a one
off chip that was on one prototype board. However, this appears to be a design that many chipsets are compatible with its PPEC register set (eg the Omega 82c094). Through the kindness of the Red Hat developer David Woodhouse, I now have this datasheet. I may take the advise of one of the bsd-nomads (whose name unfortunately escapes me at the moment) and split out all these 16-bit I/O mapped PCI devices into a separate driver...
Diffstat (limited to 'sys/dev/pccbb/pccbbdevid.h')
-rw-r--r--sys/dev/pccbb/pccbbdevid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbbdevid.h b/sys/dev/pccbb/pccbbdevid.h
index 8463b53..1ac4380 100644
--- a/sys/dev/pccbb/pccbbdevid.h
+++ b/sys/dev/pccbb/pccbbdevid.h
@@ -27,6 +27,7 @@
*/
/* Vendor/Device IDs */
+#define PCI_DEVICE_ID_INTEL_82092AA 0x12218086ul /* 16bit I/O */
#define PCI_DEVICE_ID_PCIC_CLPD6729 0x11001013ul /* 16bit I/O */
#define PCI_DEVICE_ID_PCIC_CLPD6832 0x11101013ul
#define PCI_DEVICE_ID_PCIC_CLPD6833 0x11131013ul
@@ -75,7 +76,6 @@
/*
* Other ID, from sources too vague to be reliable
* Mfg model PCI ID
- * Intel 82092AA 0x12218086 16bit I/O
* smc/Databook DB87144 0x310610b3
* SMC/databook smc34c90 0xb10610b3
* Omega/Trident 82c194 0x01941023
OpenPOWER on IntegriCloud