diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-04-09 19:24:18 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-04-09 19:24:18 +0000 |
commit | ed16ce09757f8870141a9ac9478f9b0f2f3a2bb6 (patch) | |
tree | 44102c9bdc3cd1bd5e9247f8571ea8f1ca3b0d2a /sys/arch/macppc/conf/files.macppc | |
parent | df119c11fc40aa20a4756b2e38466864ff9313c3 (diff) |
- add and enable pgs(4), a driver for the Programmers Switch found on
recent-ish macs with macgpio(4). Basically dropping one to DDB when pushed.
...and not to be confused by the "reset" button ;-)
feedback and ok drahn@
Diffstat (limited to 'sys/arch/macppc/conf/files.macppc')
-rw-r--r-- | sys/arch/macppc/conf/files.macppc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/files.macppc b/sys/arch/macppc/conf/files.macppc index 9f2c6d29f01..117478a97ab 100644 --- a/sys/arch/macppc/conf/files.macppc +++ b/sys/arch/macppc/conf/files.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: files.macppc,v 1.61 2009/09/07 19:29:29 miod Exp $ +# $OpenBSD: files.macppc,v 1.62 2010/04/09 19:24:17 jasper Exp $ # # macppc-specific configuration info @@ -233,6 +233,10 @@ device sysbutton {} attach sysbutton at macgpio file arch/macppc/dev/sysbutton.c +device pgs {} +attach pgs at macgpio +file arch/macppc/dev/pgs.c + attach wdc at mediabay, macobio, kauaiata with wdc_obio file arch/macppc/dev/wdc_obio.c wdc_obio |