aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/libpc98/biosdisk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix another beak.Poul-Henning Kamp2004-06-171-1/+1
* Unspam sys/boot, the dev_t commit should not have touched these.Poul-Henning Kamp2004-06-161-1/+1
* My new keyboard can't spell.Poul-Henning Kamp2004-06-161-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Premptively fix GCC3.4 issue: add break; after empty default: clauses.Poul-Henning Kamp2004-06-161-0/+2
* Use __FBSDID().David E. O'Brien2003-09-081-2/+3
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-2/+1
* Use NDOSPART instead of NEXTDOSPART.Yoshihiro Takahashi2003-01-211-2/+2
* Use NEXTDOSPART instead of MAX_SLICES.Poul-Henning Kamp2003-01-201-2/+2
* Add SCSI MO device support.Yoshihiro Takahashi2003-01-061-5/+33
* Rename the dos_partition structure for pc98 to pc98_partition.Yoshihiro Takahashi2003-01-041-6/+6
* Added '#include <sys/diskpc98.h>'.Yoshihiro Takahashi2002-10-071-0/+1
* MFi386: revision 1.35 (Add support for writing to BIOS disks)Yoshihiro Takahashi2001-12-121-4/+221
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Merged from the following changes.Yoshihiro Takahashi2000-11-051-82/+115
* Merged from sys/boot/i386/libi386/biosdisk.c revision 1.31.Yoshihiro Takahashi2000-07-141-29/+94
* Sync with sys/boot/i386/libi386/biosdisk.c revision 1.30.Yoshihiro Takahashi2000-04-301-160/+260
* Synced with following files:KATO Takenori2000-03-311-6/+30
* Sync with sys/boot/i386/libi386/biosdisk.c revision 1.27 and 1.28.Yoshihiro Takahashi2000-03-171-7/+8
* Fixed to get the BIOS geometry.Yoshihiro Takahashi2000-01-031-4/+5
* - Supported the bd_getbigeom function and use this function to get BIOSYoshihiro Takahashi1999-12-191-4/+26
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-081-1/+0
* Cosmetic changes.Yoshihiro Takahashi1999-11-161-2/+35
* - Fixed DMA 64k boundary problem.KATO Takenori1999-09-231-7/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* - Don't assume that SCSI ID numbers of HDD units are contiguous. ThatKATO Takenori1999-08-051-10/+13
* Provides discontinuous unit number support to make external FDDKATO Takenori1999-08-051-2/+3
* Make loader be able to load 1.2MB fd on machines w/ 1.44MB fdd.KATO Takenori1999-03-041-4/+7
* When SCSI IDs are not contiguous, the loader could not find correctKATO Takenori1999-03-041-3/+7
* PC98 version of new boot loader. Because boot2 has not yet ported,KATO Takenori1999-02-031-0/+1017