summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2002-01-17I'm a tree breaker... sorry... don't include "kbd.h"Jason Wright
2002-01-16More removal of tty stuffJason Wright
2002-01-16Enable the traditional Stop-A handlingJason Wright
2002-01-16Send input to wskbd_input() instead of line discipline and make sure RIE is set.Jason Wright
2002-01-16Initialize the rest of the wskbd_mapdata structure.Jason Wright
2002-01-15Frontend driver for keyboards attached to zs's (instead of zstty's).Jason Wright
2002-01-11enable/disable IEN in cs4231 pin control registerJason Wright
2002-01-10Check result from malloc(9) when using M_NOWAIT. jason@ okThomas Nordin
2002-01-04expose sbus_bus_addr() so cgsix actually compiles (oops)Jason Wright
2002-01-03call ukbd_cnattach() if the console keyboard is usbJason Wright
2002-01-03add get/set colormap functions (mostly stolen from macppc)Jason Wright
2001-12-14less confusing variable namesJason Wright
2001-12-14Driver for vga framebuffers on sparc64 based on cgsix (which is based onJason Wright
2001-12-14Use default mapping type (little endian) if the type is 0, otherwise useJason Wright
2001-12-14pass zero as type for bus_space_map2 (the current argument isn't used byJason Wright
2001-12-08db_console is declared in <ddb/db_var.h>. Fix a typo while there, too.Miod Vallat
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-10-28SAB82532 driver (missing console stuff, but working as a generic ttyJason Wright
2001-10-15Pull in several changes from NetBSD:Jason Wright
2001-10-12From NetBSD: convert printf's to debug only and remove a panicJason Wright
2001-10-07remove all assumptions that parent is psycho. Also, don't try to useJason Wright
2001-10-02fix dma problems... now blaring Berlin's The Metro around the house from U30.Jason Wright
2001-10-01driver for cs4231 at ebus: doesn't quite sound right yet (VERY choppy andJason Wright
2001-10-01better nameJason Wright
2001-10-01don't print redundant informationJason Wright
2001-10-01for lack of a better place, but ebus dma register defs in here.Jason Wright
2001-09-29from the "Ok, so I couldn't sleep" department: minimal driver for the beeper ...Jason Wright
2001-09-29Glue for com at ebus. From NetBSD, hacked to fit our com.Artur Grabowski
2001-09-27psycho_bus_[a|b] are essentially the same function; use a helper to avoid typosJason Wright
2001-09-26be more specific in psycho_ue case (partially based on NetBSD)Jason Wright
2001-09-26A little bit of voodoo borrowed from the linux driver: set theJason Wright
2001-09-26Merge with NetBSD:Jason Wright
2001-09-20Incorrect parens (from netbsd)Jason Wright
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-15merge with netbsd (no external differences... basically just makes diffs easier)Jason Wright
2001-09-15match ebusIII (from netbsd)Jason Wright
2001-09-05OF magic. From NetBSD.Artur Grabowski
2001-09-04clean up error handling for psycho_bus_[a|b]Jason Wright
2001-09-04Register definitions for the PCI error registers (borrowed from linux).Jason Wright
2001-09-04Don't forget tty_attach. Should fix the timeout related panics.Artur Grabowski
2001-09-01correct register offsetsJason Wright
2001-09-01remove statics & KNFJason Wright
2001-08-31implement autoconf mechanism using device_register(); from NetBSD.Jason Wright
2001-08-29- modify probe routine to check the 'compatible' property for matching andJason Wright
2001-08-29rcsidJason Wright
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-23Check for OF_mapintr() failure appears to be backwards; diff mailed to NetBSD.Jason Wright
2001-08-22Fix interrupt establishing.Artur Grabowski
2001-08-22I hate cvs.Artur Grabowski