summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/diskprobe.c
AgeCommit message (Collapse)Author
1997-10-26Max out checksumming at MAXBSIZENiklas Hallqvist
1997-10-25Fix disk probe. Get rid of EDD check, it goes haywire onTobias Weingartner
some machines. Thinkpad 760ED is one of them. IBM/MS extention, and IBM does not support it. Nice. Add some more debug statements for BIOS_DEBUG. Init EDD flags to "not supported" for now. Change 'machine memory' back to display the type of each range it displays. Testing by todd@ (thanks).
1997-10-24checksumming stuff from niklasMichael Shalayeff
1997-10-24Fix hang on disk probe.Tobias Weingartner
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-18Copy in bios_diskinfo array from /boot space.Tobias Weingartner
Add length field for checksum to same. Start of making /boot deduce bsd dev_t for all BIOS drives.
1997-10-17Cleanup, make it all compile.Tobias Weingartner
Move APM stuff to apmprobe.c