diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-06-29 19:48:22 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-06-29 19:48:22 +0000 |
commit | 5c672e11439061dbe0a434083189c55df051c734 (patch) | |
tree | 3de7653495f5e55344294706e029ced4b2b7b38e /sys/dev/i2o | |
parent | 41124a829f173ecf0f332de6ea4fbff756241ac0 (diff) |
iop(4) is not a SCSI controller, so it shouldn't have the scsi
attribute.
Diffstat (limited to 'sys/dev/i2o')
-rw-r--r-- | sys/dev/i2o/files.i2o | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2o/files.i2o b/sys/dev/i2o/files.i2o index 6fbb932adf5..2f734b83d1b 100644 --- a/sys/dev/i2o/files.i2o +++ b/sys/dev/i2o/files.i2o @@ -1,6 +1,6 @@ -# $OpenBSD: files.i2o,v 1.7 2004/09/16 09:14:02 mickey Exp $ +# $OpenBSD: files.i2o,v 1.8 2011/06/29 19:48:21 matthew Exp $ -device iop {[tid = -1]}: scsi +device iop {[tid = -1]} file dev/i2o/iop.c iop & iop_pci needs-flag # SCSI peripheral |