summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_dcreg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-10-28 09:00:20 +0000
committerwpaul <wpaul@FreeBSD.org>2000-10-28 09:00:20 +0000
commita5f3fd7958c99da7a2ebe99fb813842f3677b0aa (patch)
tree88163c3773e164918886a6692a8184575a552500 /sys/pci/if_dcreg.h
parent2e093a62cdeea937b2f70ff5a5ea41e763119395 (diff)
downloadFreeBSD-src-a5f3fd7958c99da7a2ebe99fb813842f3677b0aa.zip
FreeBSD-src-a5f3fd7958c99da7a2ebe99fb813842f3677b0aa.tar.gz
Add PCI IDs for some additional cardbus cards. Yes, there really is
a RealTek 8139 cardbus device. Unfortunately it doesn't quite work yet because the CIS parser barfs on it. Submitted by msmith, with some small tweaks by me.
Diffstat (limited to 'sys/pci/if_dcreg.h')
-rw-r--r--sys/pci/if_dcreg.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h
index f36d6b3..9d44fa4 100644
--- a/sys/pci/if_dcreg.h
+++ b/sys/pci/if_dcreg.h
@@ -865,6 +865,15 @@ struct dc_softc {
*/
#define DC_DEVICEID_X3201 0x0003
+/*
+ * Abocom vendor ID
+ */
+#define DC_VENDORID_ABOCOM 0x13d1
+
+/*
+ * Abocom device IDs.
+ */
+#define DC_DEVICEID_FE2500 0xAB02
/*
* PCI low memory base and low I/O base register, and
OpenPOWER on IntegriCloud