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