diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-29 19:47:11 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-29 19:47:11 +0000 |
commit | 055b26dc13dd097bd5941ff53e596c1eae92e7d2 (patch) | |
tree | c343516630be5f044644ff8a25108f0b5e3c0f4a /sys/arch/powerpc | |
parent | f3336abe0928108a9a58f90cb5538dfd013e048c (diff) |
Add FFS_SOFTUPDATES option. It is actively being worked on, if not stable.
Add gpio to route ADB interrpts. configure wskbd at akbd, wsmouse at aws,
abtn.
Put awacs in config file, but currently disabled due to interrupt storm it
causes. ~230000 interrupts per second is a few too many for a device not
being used.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index 7eae20ac918..f21081fe967 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.27 2001/02/18 01:11:15 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.28 2001/03/29 19:47:10 drahn Exp $ # # PPC GENERIC config file # @@ -17,6 +17,7 @@ option PPC_MPC106_BUG option PCIVERBOSE option USBVERBOSE option WSEMUL_NO_DUMB +option FFS_SOFTUPDATES include "../../../conf/GENERIC" @@ -77,12 +78,20 @@ bm* at obio? # bmac ethernet #mesh* at obio? flags 0xffff # MESH SCSI #nvram* at obio? # nvram adb* at obio? # Apple Desktop Bus +gpio* at obio? # GPIO, PMU interrupt router. +gpio* at gpio? # GPIO, PMU interrupt router. aed* at adb? # ADB Event Device akbd* at adb? # ADB keyboard +wskbd* at akbd? console ? ams* at adb? # ADB mouse +wsmouse* at ams? +abtn* at adb? # ADB button? #zsc* at obio? #zstty* at zsc? channel ? +#awacs* at obio? # Apple audio device +#audio* at awacs? + #### SCSI attachment points |