diff options
author | 2006-04-27 15:52:53 +0000 | |
---|---|---|
committer | 2006-04-27 15:52:53 +0000 | |
commit | 9d185460083dbbcdced1512aed5bb1264aeb6a59 (patch) | |
tree | f54f3ab8c6de5c32939285a5cd7e85b5f8c48c6f | |
parent | Oops, correct import this time. (diff) | |
download | wireguard-openbsd-9d185460083dbbcdced1512aed5bb1264aeb6a59.tar.xz wireguard-openbsd-9d185460083dbbcdced1512aed5bb1264aeb6a59.zip |
Enable udcf(4) on macppc.
ok deraadt
-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? |