diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-05-16 06:10:10 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-05-16 06:10:10 +0000 |
commit | 7cdb5e49dd21a8eb557728ddfc45a9ca49507352 (patch) | |
tree | e3bc035ed3ca62bfb269e3733a02775903d84c78 /sys/arch/macppc | |
parent | af864008239b7d6dce67dbc4e70b81544a803d54 (diff) |
Enable udl(4) by default for amd64, i386, and macppc.
OK deraadt@, kettenis@
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 12abaddaed0..e8114cb4d73 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.189 2009/05/14 16:35:05 mglocker Exp $g +# $OpenBSD: GENERIC,v 1.190 2009/05/16 06:10:09 mglocker Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -296,8 +296,8 @@ onewire* at uow? uvideo* at uhub? video* at uvideo? -#udl* at uhub? -#wsdisplay* at udl? +udl* at uhub? +wsdisplay* at udl? # Bluetooth controllers ubt* at uhub? # USB Bluetooth |