mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)
This commit is contained in:
parent
aaaefc6b56
commit
7109e2c4df
2 changed files with 2 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ Static const struct aue_type aue_devs[] = {
|
|||
{{ USB_VENDOR_SIEMENS, USB_PRODUCT_SIEMENS_SPEEDSTREAM}, PII },
|
||||
{{ USB_VENDOR_SMARTBRIDGES, USB_PRODUCT_SMARTBRIDGES_SMARTNIC},PII },
|
||||
{{ USB_VENDOR_SMC, USB_PRODUCT_SMC_2202USB}, 0 },
|
||||
{{ USB_VENDOR_SMC, USB_PRODUCT_SMC_2206USB}, PII },
|
||||
{{ USB_VENDOR_SOHOWARE, USB_PRODUCT_SOHOWARE_NUB100}, 0 },
|
||||
};
|
||||
#define aue_lookup(v, p) ((const struct aue_type *)usb_lookup(aue_devs, v, p))
|
||||
|
|
|
|||
|
|
@ -988,6 +988,7 @@ product SMARTBRIDGES SMARTNIC 0x0003 smartNIC 2 PnP Adapter
|
|||
/* SMC products */
|
||||
product SMC 2102USB 0x0100 10Mbps ethernet adapter
|
||||
product SMC 2202USB 0x0200 10/100 ethernet adapter
|
||||
product SMC 2206USB 0x0201 EZ Connect USB Ethernet Adapter
|
||||
product SMC2 2020HUB 0x2020 USB Hub
|
||||
|
||||
/* SOHOware products */
|
||||
|
|
|
|||
Loading…
Reference in a new issue