index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
dev
/
sab.c
Age
Commit message (
Expand
)
Author
2008-05-24
Match serial devices on PRIMEPOWER 650.
Mark Kettenis
2008-03-01
Use getpropspeed() to get console speed. Add code to handle "ssp-console" and
Mark Kettenis
2008-01-15
Make sabtty(4) adopt the speed configured in OpenFirmware when it is the
Mark Kettenis
2008-01-08
Be uniform with console message from other devices
Theo de Raadt
2007-11-14
Remove eeprom.h.
Mark Kettenis
2007-11-13
Remove bsd_openprom.h.
Mark Kettenis
2006-05-28
make sure the IMR values are visible when we drop back into the prom
Jason Wright
2006-05-28
make the ISR bits visible so we can poll them in cngetc (w/out cnpollc).
Jason Wright
2004-07-17
Wait for output to be drained when sabtty is the console output port;
Miod Vallat
2003-12-16
Don't need linear mappings here either
Jason Wright
2003-10-03
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
Miod Vallat
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2003-06-24
Add a "where" argument to the sparc64 interrupt code. This lets us
Henric Jungheim
2003-06-02
nuke terms 3 & 4
Jason Wright
2003-05-13
The sab driver sometimes gets out of sync with the hardware. This can
Henric Jungheim
2003-02-17
Add support for the Sun Enterprise 450
Henric Jungheim
2002-09-23
Fix console determination; based on discussion in port-sparc64@netbsd
Jason Wright
2002-07-18
Match compatible sab82532
Jason Wright
2002-04-08
Credit DARPA/USAF appropriately.
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-18
o Remove some debugging prints (most of them wouldn't work anyway)
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
2001-10-28
SAB82532 driver (missing console stuff, but working as a generic tty
Jason Wright