Subject: CVS commit: src/sys/dev/isa
To: None <source-changes@NetBSD.org>
From: Jesse Off <joff@netbsd.org>
List: source-changes
Date: 08/14/2005 03:50:34
Module Name: src
Committed By: joff
Date: Sun Aug 14 03:50:34 UTC 2005
Added Files:
src/sys/dev/isa: tsdio.c tsdioreg.h tsdiovar.h
Log Message:
Simple driver for Technologic Systems TS-DIO24 PC104 board. No
userland interface (yet), basically just can detect a TS-DIO24 on a ISA
bus and provide an attachment for sub-devices.
The TS-DIO24 contains 24 programmable digital input/outputs.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/dev/isa/tsdio.c src/sys/dev/isa/tsdioreg.h \
src/sys/dev/isa/tsdiovar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.