Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/isa Add toaster, tsdio, toasterlcd devices
details: https://anonhg.NetBSD.org/src/rev/a52fea81f522
branches: trunk
changeset: 583600:a52fea81f522
user: joff <joff%NetBSD.org@localhost>
date: Sun Aug 14 04:15:44 2005 +0000
description:
Add toaster, tsdio, toasterlcd devices
diffstat:
sys/dev/isa/files.isa | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 9b7313304254 -r a52fea81f522 sys/dev/isa/files.isa
--- a/sys/dev/isa/files.isa Sun Aug 14 04:15:18 2005 +0000
+++ b/sys/dev/isa/files.isa Sun Aug 14 04:15:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.isa,v 1.139 2005/06/28 08:36:47 kent Exp $
+# $NetBSD: files.isa,v 1.140 2005/08/14 04:15:44 joff Exp $
#
# Config file and device description for machine-independent ISA code.
# Included by ports that need it. Requires that the SCSI files be
@@ -492,6 +492,18 @@
attach slhci at isa with slhci_isa
file dev/isa/slhci_isa.c slhci_isa
+device tsdio {}
+attach tsdio at isa
+file dev/isa/tsdio.c tsdio
+
+device toasterlcd: hd44780, wsemuldisplaydev
+attach toasterlcd at tsdio
+file dev/isa/toasterlcd.c toasterlcd
+
+device toaster
+attach toaster at tsdio
+file dev/isa/toaster.c toaster
+
#
# ISA Plug 'n Play autoconfiguration glue.
# THIS MUST COME AFTER ALL MI ISA DEVICES ARE DEFINED. This is because
Home |
Main Index |
Thread Index |
Old Index