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/sgi | |
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/sgi')
-rw-r--r-- | sys/arch/sgi/conf/files.sgi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sgi/conf/files.sgi b/sys/arch/sgi/conf/files.sgi index 767c2c94bca..68dd99ff8ba 100644 --- a/sys/arch/sgi/conf/files.sgi +++ b/sys/arch/sgi/conf/files.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: files.sgi,v 1.51 2012/09/29 21:46:02 miod Exp $ +# $OpenBSD: files.sgi,v 1.52 2013/11/04 14:07:16 deraadt Exp $ # # maxpartitions must be first item in files.${ARCH} # @@ -113,8 +113,6 @@ include "scsi/files.scsi" major {sd = 0} major {cd = 3} -include "dev/i2o/files.i2o" - # # EISA Bus support # |