diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-05-04 02:24:18 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-05-04 02:24:18 +0000 |
commit | 5ca247f114311d3d79c50c42c7460ff4633a3293 (patch) | |
tree | 8693be13eb0ef14c870251adc7448ffc6a822f47 /sys/arch/macppc/conf/GENERIC | |
parent | 092d727663fc84d6e0ee533d06faebae5fcc10e7 (diff) |
move gpio(_obio) stuff to macgpio, currently it collides with the MI gpio
ok miod@ grange@
Diffstat (limited to 'sys/arch/macppc/conf/GENERIC')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 0badb1e9c33..b6eb13152e4 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.82 2005/05/01 07:54:42 david Exp $g +# $OpenBSD: GENERIC,v 1.83 2005/05/04 02:24:17 drahn Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -122,8 +122,8 @@ bm* at macobio? # BMAC ethernet adb* at macobio? # Apple Desktop Bus apm0 at adb? # APM emulation wi* at macobio? # airport -gpio* at macobio? # GPIO, PMU interrupt router. -gpio* at gpio? # GPIO, PMU interrupt router. +macgpio* at macobio? # GPIO, PMU interrupt router. +macgpio* at macgpio? # GPIO, PMU interrupt router. aed* at adb? # ADB Event Device akbd* at adb? # ADB keyboard |