diff options
author | 2003-06-16 19:34:36 +0000 | |
---|---|---|
committer | 2003-06-16 19:34:36 +0000 | |
commit | 47c0f466e2c75e5defbe9f686d4f8845e1ec951d (patch) | |
tree | 424c2cc1785db26374c1847294b38ec93ee79000 | |
parent | Avoid a NULL deref in cnkqfilter() for certain cases. Modeled after (diff) | |
download | wireguard-openbsd-47c0f466e2c75e5defbe9f686d4f8845e1ec951d.tar.xz wireguard-openbsd-47c0f466e2c75e5defbe9f686d4f8845e1ec951d.zip |
remove bullshit
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 43664b127b0..d6841e1949b 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.642 2003/06/16 10:16:50 kevlo Exp $ + $OpenBSD: pcidevs,v 1.643 2003/06/16 19:34:36 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1816,12 +1816,6 @@ product NS PC87560 0x000e 87560 Legacy I/O product NS USB 0x0012 USB product NS DP83815 0x0020 DP83815 10/100 product NS DP83820 0x0022 DP83820 1/10/100/1000 -product NS SCx200 0x0500 SCx200 Bridge -product NS SCx200 0x0501 SCx200 SMI -product NS SCx200 0x0502 SCx200 IDE -product NS SCx200 0x0503 SCx200 Audio -product NS SCx200 0x0504 SCx200 Video -product NS SCx200 0x0505 SCx200 XBus product NS NS87410 0xd001 NS87410 /* NEC */ |