Module Name: src
Committed By: mbalmer
Date: Sun Dec 16 18:52:18 UTC 2012
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
Add ptcd(4).
To generate a diff of this commit:
cvs rdiff -u -r1.347 -r1.348 src/sys/arch/i386/conf/ALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.347 src/sys/arch/i386/conf/ALL:1.348
--- src/sys/arch/i386/conf/ALL:1.347 Wed Oct 17 14:48:13 2012
+++ src/sys/arch/i386/conf/ALL Sun Dec 16 18:52:17 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.347 2012/10/17 14:48:13 apb Exp $
+# $NetBSD: ALL,v 1.348 2012/12/16 18:52:17 mbalmer Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.347 $"
+#ident "ALL-$Revision: 1.348 $"
maxusers 64 # estimated number of users
@@ -517,6 +517,10 @@ isa0 at mainbus?
isa0 at pceb?
isa0 at pcib?
+# Protech PS3100 cash drawer port
+ptcd0 at isa?
+gpio* at ptcd?
+
# PCMCIA bus support
pcmcia* at pcic? controller ? socket ?
pcmcia* at tcic? controller ? socket ?