aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/boot2/disk.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the boot2 for pc98 completely.Yoshihiro Takahashi2009-12-311-174/+0
* Cleanups the boot2 for pc98. There is no functional change.Yoshihiro Takahashi2009-12-111-2/+1
* Remove ifdef PC98.Yoshihiro Takahashi2005-05-081-31/+0
* Use DOSMID_386BSD rather than DOSPTYP_386BSD.Yoshihiro Takahashi2005-05-081-1/+1
* Fix new compiler error (s/bcopy/memcpy/).Yoshihiro Takahashi2004-07-301-1/+1
* 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-1/+1
* Add SCSI MO device support.Yoshihiro Takahashi2003-01-061-11/+0
* Rename the dos_partition structure for pc98 to pc98_partition.Yoshihiro Takahashi2003-01-041-2/+2
* Added some header files from -stable and fixed the boot[12] programs.Yoshihiro Takahashi2002-10-031-0/+1
* Fixed to build for GCC 3.1Yoshihiro Takahashi2002-05-141-2/+2
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-081-116/+1
* Fixed warnings.Yoshihiro Takahashi1999-11-161-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* PC98 version of new boot loader. Because boot2 has not yet ported,KATO Takenori1999-02-031-0/+330