Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/i2o Add iopl.



details:   https://anonhg.NetBSD.org/src/rev/7e989c6b4c21
branches:  trunk
changeset: 513642:7e989c6b4c21
user:      ad <ad%NetBSD.org@localhost>
date:      Mon Aug 06 13:25:10 2001 +0000

description:
Add iopl.

diffstat:

 sys/dev/i2o/files.i2o |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fcb07eecbcd4 -r 7e989c6b4c21 sys/dev/i2o/files.i2o
--- a/sys/dev/i2o/files.i2o     Mon Aug 06 12:17:09 2001 +0000
+++ b/sys/dev/i2o/files.i2o     Mon Aug 06 13:25:10 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i2o,v 1.3 2001/02/24 01:59:47 lukem Exp $
+#      $NetBSD: files.i2o,v 1.4 2001/08/06 13:25:10 ad Exp $
 
 defopt opt_i2o.h       I2OVERBOSE I2ODEBUG
 
@@ -11,3 +11,7 @@
 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



Home | Main Index | Thread Index | Old Index