summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2009-05-14 16:35:06 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2009-05-14 16:35:06 +0000
commite7fd3004fc62ea88cc436d0eb825b3cc6a42090c (patch)
tree623083033ad0757a6182f9432820d85c640edde2
parenta12c5145b3018243909e5a4a7dddec07acfc12cc (diff)
udl(4) works on macppc, too. Disabled in GENERIC by default.
-rw-r--r--sys/arch/macppc/conf/GENERIC5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC
index a9ed61b803a..12abaddaed0 100644
--- a/sys/arch/macppc/conf/GENERIC
+++ b/sys/arch/macppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.188 2009/02/10 18:35:44 damien Exp $g
+# $OpenBSD: GENERIC,v 1.189 2009/05/14 16:35:05 mglocker Exp $g
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -296,6 +296,9 @@ onewire* at uow?
uvideo* at uhub?
video* at uvideo?
+#udl* at uhub?
+#wsdisplay* at udl?
+
# Bluetooth controllers
ubt* at uhub? # USB Bluetooth
bthub* at ubt?