aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/boot2/disk.c
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement the boot2 for pc98 completely.Yoshihiro Takahashi2009-12-311-174/+0
| | | | | | | | | | | | | | | | | | | It's based on the newest i386's one and has the advantage of: - ELF binary support. - UFS2 filesystem support. - Many FreeBSD slices support on a disk. Tested by: SATOU Tomokazu ( tomo1770 _ maple _ ocn _ ne _ jp ), WATANABE Kazuhiro ( CQG00620 _ nifty _ ne _ jp ) and nyan MFC after: 2 week Happy New Year in Japan!! Notes: svn path=/head/; revision=201342
* Cleanups the boot2 for pc98. There is no functional change.Yoshihiro Takahashi2009-12-111-2/+1
| | | | | | | | | | | | - Make setting machine type and getting geom conditional for future. - Remove unused RAWBOOT and CDBOOT supports. - Remove unneeded include. - Fix warnings. MFC after: 1 week Notes: svn path=/head/; revision=200407
* Remove ifdef PC98.Yoshihiro Takahashi2005-05-081-31/+0
| | | | Notes: svn path=/head/; revision=146011
* Use DOSMID_386BSD rather than DOSPTYP_386BSD.Yoshihiro Takahashi2005-05-081-1/+1
| | | | Notes: svn path=/head/; revision=146007
* Fix new compiler error (s/bcopy/memcpy/).Yoshihiro Takahashi2004-07-301-1/+1
| | | | Notes: svn path=/head/; revision=132881
* Use __FBSDID().David E. O'Brien2003-09-081-2/+3
| | | | | | | Also some minor style cleanups. Notes: svn path=/head/; revision=119880
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-1/+1
| | | | | | | | | | | | Move the remaining bits of <sys/diskslice.h> to <i386/include/bootinfo.h> Move i386/pc98 specific bits from <sys/reboot.h> to <i386/include/bootinfo.h> as well. Adjust includes in sys/boot accordingly. Notes: svn path=/head/; revision=113083
* Add SCSI MO device support.Yoshihiro Takahashi2003-01-061-11/+0
| | | | | | | Submitted by: Kawanobe Koh <kawanobe@st.rim.or.jp> Notes: svn path=/head/; revision=108791
* Rename the dos_partition structure for pc98 to pc98_partition.Yoshihiro Takahashi2003-01-041-2/+2
| | | | Notes: svn path=/head/; revision=108650
* Added some header files from -stable and fixed the boot[12] programs.Yoshihiro Takahashi2002-10-031-0/+1
| | | | Notes: svn path=/head/; revision=104412
* Fixed to build for GCC 3.1Yoshihiro Takahashi2002-05-141-2/+2
| | | | Notes: svn path=/head/; revision=96581
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-081-116/+1
| | | | Notes: svn path=/head/; revision=54294
* Fixed warnings.Yoshihiro Takahashi1999-11-161-1/+1
| | | | Notes: svn path=/head/; revision=53218
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* PC98 version of new boot loader. Because boot2 has not yet ported,KATO Takenori1999-02-031-0/+330
files in boot2 directory are copies from legacy biosboot. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp> Notes: svn path=/head/; revision=43561