Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/isa/files.isa,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/isa/files.isa,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.160.8.1 retrieving revision 1.160.8.2 diff -u -p -r1.160.8.1 -r1.160.8.2 --- src/sys/dev/isa/files.isa 2012/04/17 00:07:38 1.160.8.1 +++ src/sys/dev/isa/files.isa 2014/05/22 11:40:23 1.160.8.2 @@ -1,4 +1,4 @@ -# $NetBSD: files.isa,v 1.160.8.1 2012/04/17 00:07:38 yamt Exp $ +# $NetBSD: files.isa,v 1.160.8.2 2014/05/22 11:40:23 yamt Exp $ # # Config file and device description for machine-independent ISA code. # Included by ports that need it. Requires that the SCSI files be @@ -527,6 +527,11 @@ file dev/isa/toaster.c toaster attach tpm at isa with tpm_isa file dev/isa/tpm_isa.c tpm_isa needs-flag +# Soekris GPIO & LEDs driver +device soekrisgpio: gpiobus +attach soekrisgpio at isa +file dev/isa/soekrisgpio.c soekrisgpio + # # ISA Plug 'n Play autoconfiguration glue. # THIS MUST COME AFTER ALL MI ISA DEVICES ARE DEFINED. This is because