summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsmux.c
AgeCommit message (Collapse)Author
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
Diff generated by Chris Kuethe.
2002-04-30cdev_decl is done in conf.h, do not dupe hereMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-11Get order of operations correct so that we clear the wsmux array andJason Wright
initialize it correctly.
2001-03-30Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a muxAaron Campbell
device is connected to a display or not. Use it in wsmux_detach_sc(). This fixes a problem I've been struggling with whereby the machine panics if I detach a USB keyboard before disconnecting it from wsdisplay.
2001-02-02Fix an uninitialized variable; henric@aimnet.comAaron Campbell
2001-02-01Fix the wsmux_setmax() function. By the time wsmuxattach() runs (through hookAaron Campbell
in ioconf.c created by the wsmux pseudo-device), an input device may have already attached itself as a mux. We don't want to whack these pointers. Net result: the PS/2 mouse on my laptop is now properly mux'd. Right now I have my laptop's builtin keyboard and builtin mouse (ps/2), plus I have attached a separate USB keyboard and USB mouse. All four devices are accepting input at the same time. If I want to go mobile, I can unhook the USB devices and my builtin devices will still work without changing X settings. Very cool.
2000-11-13Make this compile under OpenBSD.Aaron Campbell
2000-08-01update wscons, nothing serious, mostly api fixes for us; from netbsd through ↵Michael Shalayeff
aaron@
2000-05-16import newer wscons source from netbsd.Michael Shalayeff
art@ said it will make his life easier in alpha rhands@ said it is not used in powerpc for now bjc@ said that it would make vax port easier mickey@ said other platforms can use it, and it's faster