Hi, the patch below enables udl(4) on hppa, together with rasops and rawkbd for Xorg.
Xorg is not yet built in xenocara, this will come later. ok? Index: conf/GENERIC =================================================================== RCS file: /cvs/OpenBSD/src/sys/arch/hppa/conf/GENERIC,v retrieving revision 1.140 diff -u -p -u -r1.140 GENERIC --- conf/GENERIC 26 Nov 2010 20:13:55 -0000 1.140 +++ conf/GENERIC 1 Jan 2011 16:24:31 -0000 @@ -28,6 +28,7 @@ option HP8700_CPU # PCXW2 (in 32bit mo 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 Index: conf/files.hppa =================================================================== RCS file: /cvs/OpenBSD/src/sys/arch/hppa/conf/files.hppa,v retrieving revision 1.86 diff -u -p -u -r1.86 files.hppa --- conf/files.hppa 18 Aug 2010 21:01:14 -0000 1.86 +++ conf/files.hppa 1 Jan 2011 16:24:31 -0000 @@ -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) # -- Matthieu Herrb
