summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rlreg.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-05-06 13:43:00 +0000
committerjhb <jhb@FreeBSD.org>2002-05-06 13:43:00 +0000
commit2933c200cb106974504a6644e3b45f410b7cd065 (patch)
tree3e42fa8a7e80f37e63395d574cf38fe68d5ff869 /sys/pci/if_rlreg.h
parentf42381b21e451afd59bae8a0d8456750f5f2131c (diff)
downloadFreeBSD-src-2933c200cb106974504a6644e3b45f410b7cd065.zip
FreeBSD-src-2933c200cb106974504a6644e3b45f410b7cd065.tar.gz
Add support for the D-Link DFE-690TXD Cardbus card which has a RealTek 8139
with its own PCI ID.
Diffstat (limited to 'sys/pci/if_rlreg.h')
-rw-r--r--sys/pci/if_rlreg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index 8f7b544..19b1852 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -471,6 +471,11 @@ struct rl_softc {
#define DLINK_DEVICEID_530TXPLUS 0x1300
/*
+ * D-Link DFE-690TXD device ID
+ */
+#define DLINK_DEVICEID_690TXD 0x1340
+
+/*
* PCI low memory base and low I/O base register, and
* other PCI registers.
*/
OpenPOWER on IntegriCloud