diff options
author | 2009-06-02 01:23:02 +0000 | |
---|---|---|
committer | 2009-06-02 01:23:02 +0000 | |
commit | a470daf756e473d69ff5afa7b8c2926e69b04155 (patch) | |
tree | 957f53ad646bd8e3f6d00fadde84349f837b3681 | |
parent | Make rtw at pci detachable. (diff) | |
download | wireguard-openbsd-a470daf756e473d69ff5afa7b8c2926e69b04155.tar.xz wireguard-openbsd-a470daf756e473d69ff5afa7b8c2926e69b04155.zip |
Add CardBus devices to the match list.
-rw-r--r-- | sys/dev/pci/if_xl_pci.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/if_xl_pci.c b/sys/dev/pci/if_xl_pci.c index b338af6f89f..bed0c03f5ce 100644 --- a/sys/dev/pci/if_xl_pci.c +++ b/sys/dev/pci/if_xl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xl_pci.c,v 1.22 2006/08/10 20:10:19 brad Exp $ */ +/* $OpenBSD: if_xl_pci.c,v 1.23 2009/06/02 01:23:02 jsg Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -120,6 +120,12 @@ const struct pci_matchid xl_pci_devices[] = { { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556B }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C9201 }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C920BEMBW }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C575 }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CCFE575BT }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CCFE575CT }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CCFEM656 }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CCFEM656B }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CCFEM656C }, }; int |