summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/biosdev.c
AgeCommit message (Expand)Author
1997-10-25Fix disk probe. Get rid of EDD check, it goes haywire onTobias Weingartner
1997-10-24don't touch ed,dsMichael Shalayeff
1997-10-24fix cylinders in getdiskinfoMichael Shalayeff
1997-10-24Fix hang on disk probe.Tobias Weingartner
1997-10-23Better BIOS diskprobe. Cleanup and re-org by mickey.Tobias Weingartner
1997-10-22newer, better stuff; some parts by toby@Michael Shalayeff
1997-10-18Copy in bios_diskinfo array from /boot space.Tobias Weingartner
1997-10-17Use BIOS to probe for memory map.Tobias Weingartner
1997-10-07better fix for floppy bootMichael Shalayeff
1997-09-24overflow can bite anyways, increment wordMichael Shalayeff
1997-09-17unsignedsMichael Shalayeff
1997-09-03Fix fake geo (again)Tobias Weingartner
1997-09-03Fix fake geoTobias Weingartner
1997-09-031st part of pretty "machine diskinfo" stuffTobias Weingartner
1997-09-02change biosdinfo() to return fail value. use fake geo, where neededMichael Shalayeff
1997-09-02Add "machine diskinfo" command. Needs work.Tobias Weingartner
1997-09-02provide two separate interfaces for bios errors mappings:\n error->msg, error...Michael Shalayeff
1997-08-29we have MBR struct and signature defined elsewhere nowMichael Shalayeff
1997-08-22put values into BIOS_vars so kernel will get 'em soonMichael Shalayeff
1997-08-21BIOS_regs in machdep.c, so they won't get lost w/o biosdev.cMichael Shalayeff
1997-08-12inline biosd_rwMichael Shalayeff
1997-08-12call BIOS inline (add struct EDD_cb into biosvar.h)Michael Shalayeff
1997-08-07grammar & spellingNiklas Hallqvist
1997-08-06fix hd major basing on disklabel d_type infoMichael Shalayeff
1997-08-04remember boot device geometryMichael Shalayeff
1997-07-21correct 'hd' device handlingMichael Shalayeff
1997-07-18proper includesMichael Shalayeff
1997-05-31<string.h> bye-byeMichael Shalayeff
1997-05-30EDD support functions, EDD detection code.Michael Shalayeff
1997-04-30solve the bounce buffer problem!Michael Shalayeff
1997-04-23Clean up disk reset codeTobias Weingartner
1997-04-23implement 'hd' device (i guess nobody will boot from 'rd')Michael Shalayeff
1997-04-20indentationMichael Shalayeff
1997-04-18Clean up error handling a little. There is a smallTobias Weingartner
1997-04-18fix a bugMichael Shalayeff
1997-04-18no more 60k limit!Michael Shalayeff
1997-04-17Fix error handling from bios & typo.Tobias Weingartner
1997-04-15pass bootdev to kernel...Michael Shalayeff
1997-04-15do bounce-buffering to avoid DMA overrunMichael Shalayeff
1997-04-09emulate bios calls. more debugging stuff. some fixes.Michael Shalayeff
1997-04-08use new device names: fd(0,a) -> fd0aMichael Shalayeff
1997-03-31commit all my mods to the last imported libsa stuff....Michael Shalayeff
1997-03-31Initial /boot stuff (from Mickey)Tobias Weingartner