1 # $NetBSD: files.i2o,v 1.6 2001/11/28 10:21:21 lukem Exp $ 2 3 defflag opt_i2o.h I2OVERBOSE I2ODEBUG 4 5 device iop {tid = -1} 6 file dev/i2o/iop.c iop needs-flag 7 8 attach ld at iop with ld_iop 9 file dev/i2o/ld_iop.c ld_iop 10 11 device iopsp: scsi 12 attach iopsp at iop 13 file dev/i2o/iopsp.c iopsp 14 15 device iopl: ether, token, fddi, ifnet, arp 16 attach iopl at iop 17 file dev/i2o/iopl.c iopl 18 19 device dpti 20 attach dpti at iop 21 file dev/i2o/dpti.c dpti needs-flag 22