From 266d45a2b1047d5db9e2cee0f12aeea10b34524e Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 11 Nov 2001 17:45:55 +0000 Subject: 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... --- sys/dev/pccbb/pccbbdevid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/pccbb/pccbbdevid.h') 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 -- cgit v1.1