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
/
i386
/
stand
/
libsa
/
biosdev.c
Age
Commit message (
Expand
)
Author
1997-08-21
BIOS_regs in machdep.c, so they won't get lost w/o biosdev.c
Michael Shalayeff
1997-08-12
inline biosd_rw
Michael Shalayeff
1997-08-12
call BIOS inline (add struct EDD_cb into biosvar.h)
Michael Shalayeff
1997-08-07
grammar & spelling
Niklas Hallqvist
1997-08-06
fix hd major basing on disklabel d_type info
Michael Shalayeff
1997-08-04
remember boot device geometry
Michael Shalayeff
1997-07-21
correct 'hd' device handling
Michael Shalayeff
1997-07-18
proper includes
Michael Shalayeff
1997-05-31
<string.h> bye-bye
Michael Shalayeff
1997-05-30
EDD support functions, EDD detection code.
Michael Shalayeff
1997-04-30
solve the bounce buffer problem!
Michael Shalayeff
1997-04-23
Clean up disk reset code
Tobias Weingartner
1997-04-23
implement 'hd' device (i guess nobody will boot from 'rd')
Michael Shalayeff
1997-04-20
indentation
Michael Shalayeff
1997-04-18
Clean up error handling a little. There is a small
Tobias Weingartner
1997-04-18
fix a bug
Michael Shalayeff
1997-04-18
no more 60k limit!
Michael Shalayeff
1997-04-17
Fix error handling from bios & typo.
Tobias Weingartner
1997-04-15
pass bootdev to kernel...
Michael Shalayeff
1997-04-15
do bounce-buffering to avoid DMA overrun
Michael Shalayeff
1997-04-09
emulate bios calls. more debugging stuff. some fixes.
Michael Shalayeff
1997-04-08
use new device names: fd(0,a) -> fd0a
Michael Shalayeff
1997-03-31
commit all my mods to the last imported libsa stuff....
Michael Shalayeff
1997-03-31
Initial /boot stuff (from Mickey)
Tobias Weingartner