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...
This commit is contained in:
parent
e655dc959a
commit
f966c94291
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user