Module Name: src Committed By: mbalmer Date: Wed Jul 29 11:52:45 UTC 2009
Modified Files: src/sys/arch/i386/conf: ALL Log Message: Add pseudo-device gpiosim, fix gpioow usage. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 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.202 src/sys/arch/i386/conf/ALL:1.203 --- src/sys/arch/i386/conf/ALL:1.202 Mon Jul 27 12:34:13 2009 +++ src/sys/arch/i386/conf/ALL Wed Jul 29 11:52:44 2009 @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.202 2009/07/27 12:34:13 kiyohara Exp $ +# $NetBSD: ALL,v 1.203 2009/07/29 11:52:44 mbalmer Exp $ # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp # # ALL machine description file @@ -17,7 +17,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ALL-$Revision: 1.202 $" +#ident "ALL-$Revision: 1.203 $" maxusers 32 # estimated number of users @@ -680,9 +680,10 @@ # GPIO devices gpio* at gscpcib? +gpio* at gpiosim? # 1-Wire support -gpioow* at gpio? offset 6 mask 0x1 # 1-wire bitbanging via gpio +gpioow* at gpio? offset ? mask ? # 1-wire bitbanging via gpio onewire* at gpioow? # 1-Wire devices @@ -1516,6 +1517,7 @@ pseudo-device ksyms # /dev/ksyms pseudo-device bcsp # BlueCore Serial Protocol pseudo-device btuart # Bluetooth HCI UART (H4) +pseudo-device gpiosim 1 # GPIO simulator # a pseudo device needed for Coda # also needs CODA (above) pseudo-device vcoda 4 # coda minicache <-> venus comm.