diff options
| author | 2006-07-31 10:00:15 +0000 | |
|---|---|---|
| committer | 2006-07-31 10:00:15 +0000 | |
| commit | e6b903c179b5c212dbf9febed0db042b700df44f (patch) | |
| tree | 8b09a9edfdbf71655badc7893f4f83020cac27fe /sys/dev/pci/twe_pci.c | |
| parent | tweak the hardware commands (diff) | |
| download | wireguard-openbsd-e6b903c179b5c212dbf9febed0db042b700df44f.tar.xz wireguard-openbsd-e6b903c179b5c212dbf9febed0db042b700df44f.zip | |
oops; the new one is w a whole new fw and doesn't work w/ twe(4)
Diffstat (limited to 'sys/dev/pci/twe_pci.c')
| -rw-r--r-- | sys/dev/pci/twe_pci.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/twe_pci.c b/sys/dev/pci/twe_pci.c index 7fec8c1b18a..ed5e57b7a2d 100644 --- a/sys/dev/pci/twe_pci.c +++ b/sys/dev/pci/twe_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: twe_pci.c,v 1.10 2006/07/27 10:49:26 mickey Exp $ */ +/* $OpenBSD: twe_pci.c,v 1.11 2006/07/31 10:00:15 mickey Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -63,8 +63,7 @@ twe_pci_match(parent, match, aux) if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_TRIWARE && (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_TRIWARE_ESCALADE || - PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_TRIWARE_ESCALADE_ASIC || - PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_TRIWARE_ESCALADE_9500)) + PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_TRIWARE_ESCALADE_ASIC)) return 1; return 0; |
