Subject: CVS commit: syssrc/sys/dev/i2o
To: None <source-changes@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 08/04/2001 19:54:19
Module Name:	syssrc
Committed By:	ad
Date:		Sat Aug  4 16:54:19 UTC 2001

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

Log Message:
Some changes from OpenBSD, and some of my own:

- More SCSI port defs.
- Nuke vtophys().
- Release resources in iop_init() upon failure.
- Don't use a message wrapper when initalising the outbound FIFO.
- A couple of field size/endian fixes.
- Just use iop_post() when we don't need special handling.
- IM_DISCARD is now pointless, since we don't queue at the driver level.
- Map data transfers from/to userspace directly.
- A few comment and stylistic changes.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/i2o/i2o.h
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/i2o/iop.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/i2o/iopsp.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/i2o/iopspvar.h
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/i2o/iopvar.h
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/i2o/ld_iop.c

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