diff options
author | 2012-07-12 08:20:52 +0000 | |
---|---|---|
committer | 2012-07-12 08:20:52 +0000 | |
commit | d689977b94e34448048bedeea7718eccee66a377 (patch) | |
tree | 71bbe3bcbdeddd602e421d87a0550c260a70460e /sys/dev/cardbus | |
parent | Chips which include a card reader (JMC251/JMC261) work as well. (diff) | |
download | wireguard-openbsd-d689977b94e34448048bedeea7718eccee66a377.tar.xz wireguard-openbsd-d689977b94e34448048bedeea7718eccee66a377.zip |
Support NetMos NM9820 cardbus (added to puc as well, for the
adaptor cages and because one day com@cardbus should be replaced by
puc@cardbus)
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/com_cardbus.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/cardbus/com_cardbus.c b/sys/dev/cardbus/com_cardbus.c index 73940dedfe6..af32dcd35bd 100644 --- a/sys/dev/cardbus/com_cardbus.c +++ b/sys/dev/cardbus/com_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_cardbus.c,v 1.41 2011/10/09 21:46:32 jsg Exp $ */ +/* $OpenBSD: com_cardbus.c,v 1.42 2012/07/12 08:20:53 deraadt Exp $ */ /* $NetBSD: com_cardbus.c,v 1.4 2000/04/17 09:21:59 joda Exp $ */ /* @@ -127,6 +127,8 @@ static struct csdev { { PCI_VENDOR_XIRCOM, PCI_PRODUCT_XIRCOM_MODEM56, CARDBUS_BASE0_REG, PCI_MAPREG_TYPE_IO }, { PCI_VENDOR_WCH, PCI_PRODUCT_WCH_CH352, + CARDBUS_BASE0_REG, PCI_MAPREG_TYPE_IO }, + { PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9820, CARDBUS_BASE0_REG, PCI_MAPREG_TYPE_IO } }; |