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/i386/conf | |
parent | af864008239b7d6dce67dbc4e70b81544a803d54 (diff) |
Enable udl(4) by default for amd64, i386, and macppc.
OK deraadt@, kettenis@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
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 |