diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-07-31 10:00:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-07-31 10:00:16 +0000 |
commit | 4462b7f4737cfb3a63be94af6d93a27126344906 (patch) | |
tree | c471cd194b5a38fa9585c12dad12366e74012ef3 /sys | |
parent | 34fd3e81c2f21e441849afb9b918712952fd6e01 (diff) |
oops; the new one is w a whole new fw and doesn't work w/ twe(4)
Diffstat (limited to 'sys')
-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; |