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 | |
parent | af864008239b7d6dce67dbc4e70b81544a803d54 (diff) |
Enable udl(4) by default for amd64, i386, and macppc.
OK deraadt@, kettenis@
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 368c1ea0f55..7c26dc01a76 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.263 2009/05/09 19:23:07 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.264 2009/05/16 06:10:09 mglocker Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -237,8 +237,8 @@ onewire* at uow? uvideo* at uhub? video* at uvideo? -#udl* at uhub? -#wsdisplay* at udl? +udl* at uhub? +wsdisplay* at udl? puc* at pci? # PCI "universal" communication device #puc* at cardbus? diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 1e802a90da9..2a508b17e44 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.658 2009/05/12 19:49:36 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.659 2009/05/16 06:10:09 mglocker Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -302,8 +302,8 @@ puc* at pci? # PCI "universal" communication device uvideo* at uhub? video* at uvideo? -#udl* at uhub? -#wsdisplay* at udl? +udl* at uhub? +wsdisplay* at udl? sdhc* at pci? # SD Host Controller sdmmc* at sdhc? # SD/MMC bus 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 |