fcf00dcc00
control interface. This makes it possible to run the Linux versions of dptmgr, raidutil, dptelog and other tools under NetBSD.
22 lines
447 B
Plaintext
22 lines
447 B
Plaintext
# $NetBSD: files.i2o,v 1.5 2001/09/21 23:44:20 ad Exp $
|
|
|
|
defopt opt_i2o.h I2OVERBOSE I2ODEBUG
|
|
|
|
device iop {tid = -1}
|
|
file dev/i2o/iop.c iop needs-flag
|
|
|
|
attach ld at iop with ld_iop
|
|
file dev/i2o/ld_iop.c ld_iop
|
|
|
|
device iopsp: scsi
|
|
attach iopsp at iop
|
|
file dev/i2o/iopsp.c iopsp
|
|
|
|
device iopl: ether, token, fddi, ifnet, arp
|
|
attach iopl at iop
|
|
file dev/i2o/iopl.c iopl
|
|
|
|
device dpti
|
|
attach dpti at iop
|
|
file dev/i2o/dpti.c dpti needs-flag
|