diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-12-10 05:42:26 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-12-10 05:42:26 +0000 |
commit | 328ea310d58078d09d3d3d617abbec9157899c08 (patch) | |
tree | 1ae093fea45e6d6ab117ee4758636948881932dc /sys/arch/i386 | |
parent | 17615668abb24b17d317c1b146b23a87e97c3ea2 (diff) |
Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDs
from Matt Dainty.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 86edfb58219..1962f5ed836 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.219 2014/12/04 21:03:51 tedu Exp $ +# $OpenBSD: files.i386,v 1.220 2014/12/10 05:42:25 jsg Exp $ # # new style config file for i386 architecture # @@ -210,6 +210,11 @@ include "dev/pckbc/files.pckbc" attach ahc at isa with ahc_isa file arch/i386/isa/ahc_isa.c ahc_isa +# Soekris GPIO & LEDs driver +device skgpio: gpiobus +attach skgpio at isa +file dev/isa/skgpio.c skgpio + # Pentium performance counters pseudo-device pctr file arch/i386/i386/pctr.c pctr needs-flag |