diff options
author | 1996-06-17 14:02:38 +0000 | |
---|---|---|
committer | 1996-06-17 14:02:38 +0000 | |
commit | 31a1a772d3433861d0798c1d89707eaf680756b9 (patch) | |
tree | 305bb5c2da69e275e6a58cffb57d054eed7a10f5 | |
parent | set default level to 5, misc cleanup. (diff) | |
download | wireguard-openbsd-31a1a772d3433861d0798c1d89707eaf680756b9.tar.xz wireguard-openbsd-31a1a772d3433861d0798c1d89707eaf680756b9.zip |
probe routine has to have a way to succeed; netbsd pr#2555; peter@peter.noc.demon.net
-rw-r--r-- | sys/dev/pci/if_fpa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/if_fpa.c b/sys/dev/pci/if_fpa.c index ccab7b949f5..87e3a602484 100644 --- a/sys/dev/pci/if_fpa.c +++ b/sys/dev/pci/if_fpa.c @@ -372,7 +372,7 @@ pdq_pci_match( if (PCI_PRODUCT(pa->pa_id) != PCI_PRODUCT_DEC_DEFPA) return 0; - return 0; + return 1; } static void |