diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-04 14:07:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-04 14:07:17 +0000 |
commit | 00085f61a4aa40196fa3d6688d34cfbe25c235a9 (patch) | |
tree | caf982d5f425ed6d82671c82e4060050029f9814 /sys/arch/i386 | |
parent | bc5c88ea41636668a7bea1a31e36afd2e87322fb (diff) |
remove iop(4) driver. it is entirely unmaintained and supports something
which basically doesn't exist at all.
reminded about it by brad
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 7 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 7 | ||||
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 7 |
3 files changed, 3 insertions, 18 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index f80f8d0901a..880964e76df 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.759 2013/10/31 09:57:02 pirofti Exp $ +# $OpenBSD: GENERIC,v 1.760 2013/11/04 14:07:16 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -761,11 +761,6 @@ ubsec* at pci? # Bluesteel Networks 5xxx crypto card safe* at pci? # SafeNet SafeXcel 1141/1741 glxsb* at pci? # AMD Geode LX series processor security block -# I2O -iop* at pci? # I2O processor -ioprbs* at iop? # I2O arrays -iopsp* at iop? # I2O SCSI pass-through - # GPIO ``pin bus'' drivers #gpioiic* at gpio? offset 0 mask 0x3 # I2C bus bit-banging gpioiic* at gpio? diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 1af8c6e6626..09e82619c09 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.204 2013/10/28 12:33:32 mpi Exp $ +# $OpenBSD: RAMDISK_CD,v 1.205 2013/11/04 14:07:16 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -233,11 +233,6 @@ uha* at eisa? # UltraStor 24f SCSI controllers vmwpvs* at pci? # VMware ParaVirtual SCSI softraid0 at root # Software RAID -# I2O -iop* at pci? # I2O processor -ioprbs* at iop? # I2O arrays -iopsp* at iop? # I2O SCSI pass-through - scsibus* at scsi? sd* at scsibus? # SCSI disk drives st* at scsibus? # SCSI tape drives diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index d81f525b963..bddf9ca02e4 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.213 2013/08/15 06:54:35 kettenis Exp $ +# $OpenBSD: files.i386,v 1.214 2013/11/04 14:07:16 deraadt Exp $ # # new style config file for i386 architecture # @@ -71,11 +71,6 @@ major {cd = 6} major {rd = 17} # -# I2O -# -include "dev/i2o/files.i2o" - -# # Machine-independent ATAPI drivers # |