diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-01-02 14:01:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-01-02 14:01:19 +0000 |
commit | c52b96ea87bad76302d1f8c26368c7ff1b1ba932 (patch) | |
tree | 4910838611f9e008601637fc7c5c1a999cdb57a9 /sys/arch/hppa | |
parent | fff05699204f88a9f8bb6b894b2ee6d745356bc8 (diff) |
Enable udl(4) on hppa, together with rasops and rawkbd for Xorg.
Xorg is not yet built in xenocara, this will come later.
ok miod@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 91aec4bf752..7920f1400a1 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.140 2010/11/26 20:13:55 miod Exp $ +# $OpenBSD: GENERIC,v 1.141 2011/01/02 14:01:18 matthieu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -28,6 +28,7 @@ option HP8700_CPU # PCXW2 (in 32bit mode) option FPEMUL option USELEDS # blink 'em option USER_PCICONF # user-space PCI configuration +option WSDISPLAY_COMPAT_RAWKBD # provide raw scancodes; needed for X11 config bsd swap generic @@ -166,6 +167,8 @@ uthum* at uhidev? # TEMPerHUM sensor utwitch* at uhidev? # YUREX BBU sensor uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? +udl* at uhub? # DisplayLink USB displays +wsdisplay* at udl? # Bluetooth controllers ubt* at uhub? # USB Bluetooth diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index ecba3c53d75..3637105496e 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.86 2010/08/18 21:01:14 jasper Exp $ +# $OpenBSD: files.hppa,v 1.87 2011/01/02 14:01:18 matthieu Exp $ # # hppa-specific configuration info @@ -13,6 +13,9 @@ maxusers 2 8 128 include "dev/wscons/files.wscons" file arch/hppa/hppa/wscons_machdep.c wsdisplay +include "dev/rasops/files.rasops" +include "dev/wsfont/files.wsfont" + # # Media Independent Interface (mii) # |