diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-11-16 12:29:55 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-11-16 12:29:55 +0000 |
commit | 180020d20e6371464ba1bc311ba409c23f68866d (patch) | |
tree | e608ceceb1099ad98975304e5234b24469c7a71d /sys | |
parent | befa7b3e6f517d471e41f4539b20cfefdf99d00b (diff) |
Enable pi2c.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 7b4b422772e..4b54193844e 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.107 2005/11/16 04:21:56 deraadt Exp $g +# $OpenBSD: GENERIC,v 1.108 2005/11/16 12:29:54 kettenis Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -128,6 +128,7 @@ bm* at macobio? # BMAC ethernet #nvram* at macobio? # nvram adb* at macobio? # Apple Desktop Bus apm0 at adb? # APM emulation +pi2c0 at adb? # PMU I2C wi* at macobio? # airport macgpio* at macobio? # GPIO, PMU interrupt router. macgpio* at macgpio? # GPIO, PMU interrupt router. @@ -246,8 +247,9 @@ radio* at udsbr? # USB radio ugen* at uhub? # USB Generic driver # I2C bus support -maciic* at smu? maciic* at ki2c? +maciic* at pi2c? +maciic* at smu? # I2C devices lmtemp* at maciic? |