Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-18 | Driver for the i8042 keyboard controller on systems with ebus | Jason Wright | |
(why you'd want to use a PS/2 keyboard on a sun machine is beyond me, but whatever...) | |||
2002-02-12 | beep! | Jason Wright | |
2002-02-12 | Much to my annoyance, teach zskbd how to bark. | Jason Wright | |
2002-02-08 | vagfb_setcolor() needs to enter entries into the software copy of the | Jason Wright | |
palette so that it can be restored correctly. | |||
2002-02-05 | Implement vgafb_mmap() fully | Jason Wright | |
From NetBSD: change bus_space_mmap() prototype to standard one | |||
2002-02-01 | Clean up auxio a bit and add machdep.led_blink sysctl (like sparc), | Jason Wright | |
portions from NetBSD. | |||
2002-02-01 | missing \n | Jason Wright | |
2002-01-31 | Move ioctl userland accessible stuff to <dev/sun/uperfio.h> | Jason Wright | |
2002-01-31 | Don't need uperf_psychovar.h to define one structure, put it in psychovar.h | Jason Wright | |
2002-01-31 | Fallout from moving SET/CLR/etc | Jason Wright | |
2002-01-30 | Driver for getting at performance counters. These manifest them | Jason Wright | |
selves as "sc at sbus" and a couple of registers on psycho (sabre doesn't appear to have these registers). | |||
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin | |
2002-01-29 | Don't install a handler for powerfail... this causes weird problems with | Jason Wright | |
the Netra X1 (interactions with lom) | |||
2002-01-25 | CEAFSR defns | Jason Wright | |
2002-01-25 | Reg defs for UEAFSR | Jason Wright | |
2002-01-25 | Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD. | Jason Wright | |
2002-01-25 | Remove more NKBD/NMS references (jason == cpp tonight I guess) | Jason Wright | |
2002-01-25 | move the scancode -> wskbd event map into a seperate file... more still | Jason Wright | |
to move, though. | |||
2002-01-24 | Add a driver for keyboards on com (ns16550 clones) as found on the AXi, etc. | Jason Wright | |
Also, add the necessary config goop Finally, enable com* at ebus?, comkbd* at ebus?, and vgafb* at pci? | |||
2002-01-24 | Don't need ms.h (or SUNKBD/SUNMS) | Jason Wright | |
2002-01-24 | Save the interrupt cookies and fix the printfs for failure. | Jason Wright | |
2002-01-23 | handle split input/output devices (from NetBSD) | Jason Wright | |
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 | |
o Add support for draining the XFIFO on last close o Debounce the break sequence by looking for the terminate side of the break instead of the detection side. o wrap the parameter setup in splhigh (lest we get caught with the chip powered down) | |||
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 | |
Also add support for Break->DDB handling on console [Works in ddb including going back and forth to the PROM, but locks up after printing the 'swap on ...' line] | |||
2002-01-17 | Add console handling (output works, input needs more work) | Jason Wright | |
[Very close to being able to enable 'se' in GENERIC...] | |||
2002-01-17 | I'm a tree breaker... sorry... don't include "kbd.h" | Jason Wright | |
2002-01-16 | More removal of tty stuff | Jason Wright | |
add support for updating LED status add ScrollLock keysym [Committed from the console of a u1 with wsdisplay at cgsix and wskbd at zskbd =] | |||
2002-01-16 | Enable the traditional Stop-A handling | Jason Wright | |
Prepare for being able to set the LED's Clean some of the tty cruft (more of this to come) | |||
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 | |
Clean up and remove alot of debugging crap Fix the initialization state machine. [State: works as console keyboard in polled mode... interrupt mode to go...] | |||
2002-01-15 | Frontend driver for keyboards attached to zs's (instead of zstty's). | Jason Wright | |
Doesn't really work yet, but it's not terribly far off. This is a work in progress.. | |||
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-04 | expose sbus_bus_addr() so cgsix actually compiles (oops) | Jason Wright | |
2002-01-03 | call ukbd_cnattach() if the console keyboard is usb | Jason Wright | |
[XXX this probbably doesn't belong here, but I haven't found a better place yet and I'm bloody tired of using boot -d to set ukbd_is_console]. | |||
2002-01-03 | add get/set colormap functions (mostly stolen from macppc) | Jason Wright | |
add WSSCREEN_WSCOLORS attribute (doesn't seem to matter much, tho) | |||
2001-12-14 | less confusing variable names | Jason Wright | |
2001-12-14 | Driver for vga framebuffers on sparc64 based on cgsix (which is based on | Jason Wright | |
cgsix from sparc and vgafb from macppc). | |||
2001-12-14 | Use default mapping type (little endian) if the type is 0, otherwise use | Jason Wright | |
the passed in type. This allows PCI devices to create big endian mappings which is necessary for vgafb. | |||
2001-12-14 | pass zero as type for bus_space_map2 (the current argument isn't used by | Jason Wright | |
the upper layer anyway). | |||
2001-12-08 | db_console is declared in <ddb/db_var.h>. Fix a typo while there, too. | Miod Vallat | |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski | |
Today we add a pmap argument to pmap_update() and allocate map entries for kernel_map from kmem_map instead of using the static entries. This should get rid of MAX_KMAPENT panics. Also some uvm_loan problems are fixed. | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-10-28 | SAB82532 driver (missing console stuff, but working as a generic tty | Jason Wright | |
device). Based on datasheet from Infineon (another datasheet with non-trivial errors) and info from the linux driver for same chip. | |||
2001-10-15 | Pull in several changes from NetBSD: | Jason Wright | |
- Clear the dmamap inside splhigh() protection. - Manage both streaming caches on psycho/psycho+. And fix a botch I created when merging iommu changes last time. | |||
2001-10-12 | From NetBSD: convert printf's to debug only and remove a panic | Jason Wright | |
2001-10-07 | remove all assumptions that parent is psycho. Also, don't try to use | Jason Wright | |
iommu operations directly: that's what bus_dma(9) heirarchy is for. (audioce now works on u5, though it won't play on the onboard speaker, or mine is busted... plays fine in headphones/lineout). | |||
2001-10-02 | fix dma problems... now blaring Berlin's The Metro around the house from U30. | Jason Wright | |
(like cs4231, this driver only supports playback... capture will have to wait until post 3.0). |