diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-11-11 16:44:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-11-11 16:44:37 +0000 |
commit | 00b7f38eb00ccedca808a52fa3c2983a6cfa9c68 (patch) | |
tree | 5f3c0b6d8da3310e244dc7767c87b25d7f2848a6 /sys/arch/macppc/conf | |
parent | 6485f21df442288ecd8d53e52d1c81c426b4e076 (diff) |
Add i2c controller support.
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 8d48a22e3f8..b37549aa973 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.97 2005/11/06 03:10:08 drahn Exp $g +# $OpenBSD: GENERIC,v 1.98 2005/11/11 16:44:35 kettenis Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -243,6 +243,9 @@ radio* at udsbr? # USB radio #ubt* at uhub? # USB Bluetooth ugen* at uhub? # USB Generic driver +# I2C bus support +maciic* at smu? + # CardBus bus support cardbus* at cardslot? pcmcia* at cardslot? |