Age | Commit message (Expand) | Author |
2002-01-20 | move a few more arch specific drivers to use new allocm and round_buffersize. | Eric Jackson |
2002-01-18 | o Remove some debugging prints (most of them wouldn't work anyway) | Jason Wright |
2002-01-17 | Enable the sab82532 driver (serial console for u5/u10/u30, etc). | Jason Wright |
2002-01-17 | Better handling of transitions between our mode and what the prom wants. | Jason Wright |
2002-01-17 | add polled input handling and remove dead code | Jason Wright |
2002-01-17 | Add console handling (output works, input needs more work) | Jason Wright |
2002-01-17 | I'm a tree breaker... sorry... don't include "kbd.h" | Jason Wright |
2002-01-16 | keyboards are not directly accessible | Jason Wright |
2002-01-16 | add zskbd* and enable cg3 and cg6 | Jason Wright |
2002-01-16 | More removal of tty stuff | Jason Wright |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-16 | Enable the traditional Stop-A handling | Jason Wright |
2002-01-16 | Send input to wskbd_input() instead of line discipline and make sure RIE is set. | Jason Wright |
2002-01-16 | Initialize the rest of the wskbd_mapdata structure. | Jason Wright |
2002-01-15 | add spif* at sbus? | Jason Wright |
2002-01-15 | allow zskbd* at zs? | Jason Wright |
2002-01-15 | Frontend driver for keyboards attached to zs's (instead of zstty's). | Jason Wright |
2002-01-13 | 108 and 109 should point to stty/sbpp not mtty/mbpp | Jason Wright |
2002-01-13 | Port of my spif driver to sparc64 (untested) | Jason Wright |
2002-01-12 | Port of Iain Hibbert's magma driver to sparc64 | Jason Wright |
2002-01-11 | enable/disable IEN in cs4231 pin control register | Jason Wright |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. jason@ ok | Thomas Nordin |
2002-01-06 | add ums and wsmux | Jason Wright |
2002-01-04 | Use [eid]cache-size to determine cache sizes and fall back to (?cache-nlines ... | Jason Wright |
2002-01-04 | oops, move cdev_decls to conf.h | Jason Wright |
2002-01-04 | add the full suite of USB devices: usb, uhid, ugen, ulpt, urio, ucom, uscanner | Jason Wright |
2002-01-04 | expose sbus_bus_addr() so cgsix actually compiles (oops) | Jason Wright |
2002-01-04 | Standardize on EFBIG for bus_dma returning failure if caller is too griddy. | Miod Vallat |
2002-01-03 | call ukbd_cnattach() if the console keyboard is usb | Jason Wright |
2002-01-03 | stdout and stdin are integers not pointers (use 0 not NULL) | Jason Wright |
2002-01-03 | define a new wsemul_sun attribute and add it to the sparc64 framebuffers | Jason Wright |
2002-01-03 | Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches. | Miod Vallat |
2002-01-03 | add get/set colormap functions (mostly stolen from macppc) | Jason Wright |
2002-01-03 | add WSEMUL_SUN so we get the sun emulation stuff | Jason Wright |
2001-12-25 | bad miod | Theo de Raadt |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
2001-12-14 | add wskbd, wsmouse, and wsmux cdev entries | Jason Wright |
2001-12-14 | add ukbd* at hub? and wskbd* at ukbd? | Jason Wright |
2001-12-14 | less confusing variable names | Jason Wright |
2001-12-14 | add vgafb (disabled), and while here add cgsix/cgthree as disabled | Jason Wright |
2001-12-14 | Driver for vga framebuffers on sparc64 based on cgsix (which is based on | Jason Wright |
2001-12-14 | Use default mapping type (little endian) if the type is 0, otherwise use | Jason Wright |
2001-12-14 | pass zero as type for bus_space_map2 (the current argument isn't used by | Jason Wright |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat |
2001-12-10 | Define MCLBYTES from MCLSHIFT, rather than providing the final value. | Miod Vallat |
2001-12-08 | db_console is declared in <ddb/db_var.h>. Fix a typo while there, too. | Miod Vallat |
2001-12-07 | Oops, need rtc in here, too | Jason Wright |
2001-12-07 | add ohci and several basic usb devices. | Jason Wright |
2001-12-07 | rtc* at ebus? | Jason Wright |
2001-12-07 | Mimic some of the rtc handling (the m5819 on the x1 is a ds1287-alike) from i... | Jason Wright |