summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/memprobe.c
AgeCommit message (Collapse)Author
1997-10-23Better BIOS diskprobe. Cleanup and re-org by mickey.Tobias Weingartner
Fix bug in BIOS memprobe. Cleanup and re-org by mickey. Do checksum of HD devices.
1997-10-22newer, better stuff; some parts by toby@Michael Shalayeff
1997-10-22Cleanup.Tobias Weingartner
1997-10-22remap 0-->reserved; toby@Michael Shalayeff
1997-10-21fix by toby againMichael Shalayeff
1997-10-20change typesMichael Shalayeff
1997-10-20even better memprobeMichael Shalayeff
1997-10-20get ready for the fix in memprobeMichael Shalayeff
1997-10-17Cleanup, make it all compile.Tobias Weingartner
Move APM stuff to apmprobe.c
1997-10-17Use BIOS to probe for memory map.Tobias Weingartner
Probe for BIOS supported disks. Use BIOS to get geometry for supported disks. All in preparation to passing the whole thing to the kernel.
1997-10-12safe memprobe; preserve memory contentsMichael Shalayeff
1997-10-12KNF; typesMichael Shalayeff
1997-09-17pass cnvmem,extmem the old way they were....Michael Shalayeff
don't put 'em in biosvars
1997-09-02whine about conv memoryMichael Shalayeff
1997-08-22put values into BIOS_vars so kernel will get 'em soonMichael Shalayeff
1997-08-12better regsMichael Shalayeff
1997-08-07call BIOS from CMichael Shalayeff
1997-08-05Less verbose.Tobias Weingartner
1997-08-04comment typoMichael Shalayeff
clean syntax
1997-04-17New memprobe for weird machines... please test.Tobias Weingartner
1997-04-15copyright to toby (;Michael Shalayeff
1997-04-09emulate bios calls. more debugging stuff. some fixes.Michael Shalayeff
1997-03-31commit all my mods to the last imported libsa stuff....Michael Shalayeff
including: - disklabel support; - better boot cmd line - smaller size (using some compilation switches ;) - no more relocations in /boot, it's loaded in the place; - better disk performance (maybe were already in there) - installboot -n does not require write perms for device - more debugs - missing parts in libsa (such as cd9660 and so) - i don't like 2 files for exec_i386 (sorry, toby, let's discuss maybe?) tricks and tails: - joined .text and .data (saves you a page) - prot mode switching still in biosboot (it's freezed for awhile) - biosdisk internals changed - biosdev is not passed propery to the kernel (i'll fix it soon) - sure i missed smth here to note (use the source, Luke!)
1997-03-31Initial /boot stuff (from Mickey)Tobias Weingartner