summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/sab.c
AgeCommit message (Expand)Author
2008-05-24Match serial devices on PRIMEPOWER 650.Mark Kettenis
2008-03-01Use getpropspeed() to get console speed. Add code to handle "ssp-console" andMark Kettenis
2008-01-15Make sabtty(4) adopt the speed configured in OpenFirmware when it is theMark Kettenis
2008-01-08Be uniform with console message from other devicesTheo de Raadt
2007-11-14Remove eeprom.h.Mark Kettenis
2007-11-13Remove bsd_openprom.h.Mark Kettenis
2006-05-28make sure the IMR values are visible when we drop back into the promJason Wright
2006-05-28make the ISR bits visible so we can poll them in cngetc (w/out cnpollc).Jason Wright
2004-07-17Wait for output to be drained when sabtty is the console output port;Miod Vallat
2003-12-16Don't need linear mappings here eitherJason Wright
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-06-02nuke terms 3 & 4Jason Wright
2003-05-13The sab driver sometimes gets out of sync with the hardware. This canHenric Jungheim
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2002-09-23Fix console determination; based on discussion in port-sparc64@netbsdJason Wright
2002-07-18Match compatible sab82532Jason Wright
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-18o Remove some debugging prints (most of them wouldn't work anyway)Jason Wright
2002-01-17Better handling of transitions between our mode and what the prom wants.Jason Wright
2002-01-17add polled input handling and remove dead codeJason Wright
2002-01-17Add console handling (output works, input needs more work)Jason Wright
2001-10-28SAB82532 driver (missing console stuff, but working as a generic ttyJason Wright