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
/
hppa
/
dev
/
pdc.c
Age
Commit message (
Expand
)
Author
2004-04-07
update copyright; miod@ is fine w/ files where he holds it too
Michael Shalayeff
2003-10-31
pdc_speeds is only needed for NCOM_GSC>0; from hellmuth.michaelis@t-online.de
Michael Shalayeff
2003-10-03
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
Miod Vallat
2003-05-14
Fix uninitialized variable.
Miod Vallat
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-06
Support serial speed over 9600 bauds.
Miod Vallat
2002-02-08
Teach some magic to the kernel so that it can decode serial console settings.
Miod Vallat
2002-02-05
only probe for the cerial if NCOM_GSC, not just any com, fix prontf
Michael Shalayeff
2002-02-04
use better tty flags names
Michael Shalayeff
2002-02-03
only check for serial console if any compiled
Michael Shalayeff
2002-02-01
fix debugging printf
Michael Shalayeff
2002-01-25
offset cons hpa to com regs, damnit
Michael Shalayeff
2002-01-25
init conaddr/unit if page0->mem_cons is on serial
Michael Shalayeff
2001-04-29
raise spl around pdc calling
Michael Shalayeff
2001-01-22
paste error in pdcopen, a few formatting cnages and use int for char
Michael Shalayeff
2000-03-23
new timeout code from openbsd (; remove extraneous includes
Michael Shalayeff
2000-01-26
s/PDC_DEBUG/PDCDEBUG/
Michael Shalayeff
1999-11-26
do console stuff, pdc_call is in locore now
Michael Shalayeff
1999-09-07
this is what it was supposed to be in the last commit
Michael Shalayeff
1999-08-12
splhigh() when calling pdc
Michael Shalayeff
1999-07-12
better set_psw() usage
Michael Shalayeff
1999-04-20
s/MINIOSIZ/IODC_MINIOSIZ/
Michael Shalayeff
1998-12-29
utilize PDC_ALIGNMENT
Michael Shalayeff
1998-11-23
merge all PDC stuff in one file
Michael Shalayeff
1998-10-29
fix pdccngetc() input handling
Michael Shalayeff
1998-09-14
iodc.h bye, bye
Michael Shalayeff
1998-09-12
PDC console/tty
Michael Shalayeff