Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-24 | Ooops, forgot these two here. | Tobias Weingartner | |
1998-02-24 | Changes/updates to /boot stuff. More to come. | Tobias Weingartner | |
Fixes many divide by zero and pointer bugs. | |||
1997-12-22 | fix debug drive printing | Michael Shalayeff | |
1997-11-30 | missed, i'm 'what?', dunno, missed anyways | Michael Shalayeff | |
1997-11-30 | big diskinfo changes from toby@ | Michael Shalayeff | |
1997-11-05 | don't try #21 for a: only | Michael Shalayeff | |
1997-11-01 | don't try function #21 for floppies | Michael Shalayeff | |
1997-10-29 | Limit checksumming correctly at MAXBSIZE. | Niklas Hallqvist | |
Don't involve floppies or bad block disks ever in uniqueness tests | |||
1997-10-28 | do not replace unit number in bootdev. please talk to me about this. | Theo de Raadt | |
this makes it so that when booting sd0 on a wd0/sd0/sd1 system the kernel doesn't get told we are booting from sd1 (ie. scsi, but it is hd1..). | |||
1997-10-28 | attempt to number the bsd_dev units of each drive uniquely for scsi and ide. | Theo de Raadt | |
hence ide 0, 1, 2, 3... scsi 0, 1, 2, 3... this makes the initial bsd_dev values closer to the correct value they will have inside the kernel after dkcsum has corrected them. XXX if a drive has no label, it becomes known as an IDE drive, and scsi drives after it get renumbered incorretcly. sorry. | |||
1997-10-26 | smaller, faster, better (; | Michael Shalayeff | |
1997-10-26 | we don't need that extra var (st) | Michael Shalayeff | |
1997-10-26 | Max out checksumming at MAXBSIZE | Niklas Hallqvist | |
1997-10-25 | new bootarg | Michael Shalayeff | |
1997-10-25 | Fix disk probe. Get rid of EDD check, it goes haywire on | Tobias 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-24 | don't touch ed,ds | Michael Shalayeff | |
1997-10-24 | checksumming stuff from niklas | Michael Shalayeff | |
1997-10-24 | better segments | Michael Shalayeff | |
1997-10-24 | space by niklas | Michael Shalayeff | |
1997-10-24 | fix cylinders in getdiskinfo | Michael Shalayeff | |
get EDD fot hd* only more debug | |||
1997-10-24 | Fix hang on disk probe. | Tobias Weingartner | |
1997-10-23 | Better 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-22 | newer, better stuff; some parts by toby@ | Michael Shalayeff | |
1997-10-22 | Cleanup. | Tobias Weingartner | |
1997-10-22 | remap 0-->reserved; toby@ | Michael Shalayeff | |
1997-10-21 | fix by toby again | Michael Shalayeff | |
1997-10-21 | temp fix, sorry | Michael Shalayeff | |
1997-10-20 | change types | Michael Shalayeff | |
1997-10-20 | even better memprobe | Michael Shalayeff | |
1997-10-20 | get ready for the fix in memprobe | Michael Shalayeff | |
1997-10-19 | fix 'ma boot' cmd; toby@ | Michael Shalayeff | |
1997-10-18 | correct | Michael Shalayeff | |
1997-10-18 | Copy 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-17 | Cleanup, make it all compile. | Tobias Weingartner | |
Move APM stuff to apmprobe.c | |||
1997-10-17 | Use 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-12 | BOOT_APM bye, bye | Michael Shalayeff | |
1997-10-12 | KNF | Michael Shalayeff | |
1997-10-12 | safe memprobe; preserve memory contents | Michael Shalayeff | |
1997-10-12 | KNF; types | Michael Shalayeff | |
1997-10-09 | Heads... not Tracks | Theo de Raadt | |
1997-10-07 | better fix for floppy boot | Michael Shalayeff | |
1997-10-07 | use sleep(), remove unused function proto | Michael Shalayeff | |
1997-10-07 | let's keep it MI; 10x phil for the MD implementation | Michael Shalayeff | |
1997-10-06 | better amp message | Michael Shalayeff | |
1997-10-02 | better 'machine di' table; toddf@ | Michael Shalayeff | |
1997-09-29 | according to the recent apm changes | Michael Shalayeff | |
1997-09-26 | nice diskinfo; terms consistancy by millert@ | Michael Shalayeff | |
1997-09-24 | overflow can bite anyways, increment word | Michael Shalayeff | |
1997-09-24 | we have no bus here | Michael Shalayeff | |
1997-09-21 | /boot engine is in sys/stand/boot/ now (; | Michael Shalayeff | |
use it, reuse it, i can't imagine any brokenness ... |