diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-04-27 15:52:54 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-04-27 15:52:54 +0000 |
commit | 17b63a12a46c0184c20ea2e7afb937f6c9d78428 (patch) | |
tree | cd51356e3133fc828e15b8eac13d2279357817e7 /sys/arch | |
parent | 721a0b90536011e436e7e47cba80a76c8fafba0a (diff) |
Enable udcf(4) on macppc.
ok deraadt
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 0cd047189fe..0c4b7cfa6f1 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.132 2006/04/23 12:03:47 kettenis Exp $g +# $OpenBSD: GENERIC,v 1.133 2006/04/27 15:52:53 mbalmer Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -254,6 +254,7 @@ udsbr* at uhub? # D-Link DSB-R100 radio radio* at udsbr? # USB radio #ubt* at uhub? # USB Bluetooth ugen* at uhub? # USB Generic driver +udcf* at uhub? # Gude Expert mouseCLOCK # I2C bus support iic* at ki2c? |