Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 10/01/2006 12:39:35
Module Name:	src
Committed By:	bjh21
Date:		Sun Oct  1 12:39:35 UTC 2006

Modified Files:
	src/sys/arch/acorn26/conf: GENERIC INSTALL
	src/sys/dev/podulebus: files.podulebus
Added Files:
	src/sys/dev/ic: nec71071reg.h
	src/sys/dev/podulebus: sec.c secreg.h

Log Message:
New driver, sec(4), for the Acorn SCSI Expansion Card.  Unlike asc(4), this
driver uses the board's DMA system, uses the machine-independent WD33C93
driver, works on NetBSD/acorn26, and doesn't share a name with six other
machine-dependent SCSI drivers.  Not tested on acorn32, but it seems to
work tolerably well on my A540.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/arch/acorn26/conf/GENERIC
cvs rdiff -r1.19 -r1.20 src/sys/arch/acorn26/conf/INSTALL
cvs rdiff -r0 -r1.1 src/sys/dev/ic/nec71071reg.h
cvs rdiff -r1.16 -r1.17 src/sys/dev/podulebus/files.podulebus
cvs rdiff -r0 -r1.1 src/sys/dev/podulebus/sec.c \
    src/sys/dev/podulebus/secreg.h

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