Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Andy Doran <ad@netbsd.org>
List: source-changes
Date: 12/03/2000 15:17:04
Module Name:	syssrc
Committed By:	ad
Date:		Sun Dec  3 13:17:04 UTC 2000

Modified Files:
	syssrc/sys/dev/i2o: TODO i2o.h iop.c iopsp.c iopvar.h ld_iop.c

Log Message:
- Remove the current configuration shambles, and only configure un-claimed
  devices. Implement re-configuration.
- Adhere to the spec better in some places. Also, work around some quirks
  noted in the Linux I2O code.
- Register event handlers for the executive and RBS devices.
- Fix a number of buglets and tidy a little.
- Implement a message pass-through interface and some other useful ioctls.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/i2o/TODO syssrc/sys/dev/i2o/i2o.h \
    syssrc/sys/dev/i2o/ld_iop.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/i2o/iop.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/i2o/iopsp.c syssrc/sys/dev/i2o/iopvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.