diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-05-07 02:31:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-05-07 02:31:02 +0000 |
commit | a85f69c61a76f9552e1ef6903a57fa34a93fb5a0 (patch) | |
tree | e982d8e33c01b859881e98dc1f670f708b164001 /sys/dev/pci | |
parent | 37ad6d05bd2a0bd47a4a26e3fd229454e994e870 (diff) |
Rather than fixing ises(4), nuke it.
ok deraadt@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 17c4bb71037..3b53dccad52 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.252 2008/04/29 05:29:59 cnst Exp $ +# $OpenBSD: files.pci,v 1.253 2008/05/07 02:31:01 krw Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -435,11 +435,6 @@ device noct: crypto attach noct at pci file dev/pci/noct.c noct -# Pijnenburg PCC-ISES -device ises: crypto -attach ises at pci -file dev/pci/ises.c ises - # Safenet SafeXcel 1141 device safe: crypto attach safe at pci |