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/RAMDISK | |
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/RAMDISK')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 025bfffbbdb..4d87668d196 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.47 2005/05/01 07:54:42 david Exp $ +# $OpenBSD: RAMDISK,v 1.48 2005/05/04 02:24:17 drahn Exp $ # # PPC GENERIC config file # @@ -110,8 +110,8 @@ bm* at macobio? # bmac ethernet #nvram* at macobio? # nvram adb* at macobio? # Apple Desktop Bus wi* at macobio? # Apple Airport 802.11DS -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 wskbd* at akbd? mux 1 |