aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/libpc98/biosdisk.c
Commit message (Expand)AuthorAgeFilesLines
* Change <sys/diskpc98.h> to not redefine the same symbols that areMarcel Moolenaar2013-08-071-5/+5
* Don't pad disk partition sizes with leading zeros. This was alreadyJohn Baldwin2013-05-071-1/+1
* i386 boot: consolidate MAXBDDEV definitionAndriy Gapon2012-05-091-1/+0
* Fix debug messages of bd_io().Yoshihiro Takahashi2009-12-171-4/+4
* Merge the missing changes from i386.Yoshihiro Takahashi2009-03-201-12/+49
* Use the common PC98_MID_* defines instead of a magic number.Yoshihiro Takahashi2009-03-191-4/+4
* MFi386: revision 1.55.Yoshihiro Takahashi2008-02-291-4/+27
* MFi386: part of 1.52Yoshihiro Takahashi2007-10-251-32/+33
* MFi386: part of revision 1.51Yoshihiro Takahashi2007-10-251-161/+83
* MFi386: revision 1.50Yoshihiro Takahashi2007-10-241-39/+30
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousJohn Baldwin2007-10-241-5/+2
* Extend struct devdesc with a unit field, called d_unit. Promote theMarcel Moolenaar2006-11-021-8/+8
* MFi386: revision 1.46.Yoshihiro Takahashi2005-12-211-15/+10
* Remove ifdef PC98.Yoshihiro Takahashi2005-05-081-447/+3
* Merged from libi386/biosdisk.c revisions 1.37 and 1.41.Yoshihiro Takahashi2005-05-081-3/+6
* 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