aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/libpc98
Commit message (Expand)AuthorAgeFilesLines
* MFC: revision 201339 and 201340Yoshihiro Takahashi2010-01-153-1/+108
* MFC: revision 200631Yoshihiro Takahashi2009-12-241-4/+4
* MFC: r200253 and r200255Yoshihiro Takahashi2009-12-191-3/+15
* MFC: r190126Yoshihiro Takahashi2009-07-251-10/+21
* MFC: r190146, r190147Yoshihiro Takahashi2009-03-221-33/+69
* MFC: r190029Yoshihiro Takahashi2009-03-221-4/+4
* MFC: Add support for booting from GPT-labeled disks from the BIOS. ThisJohn Baldwin2008-01-241-32/+33
* MFC: Rework the read/write support in the bios disk driver some to cut downJohn Baldwin2007-11-081-161/+83
* MFC: Reindent the read/write code of bd_realstrategy().John Baldwin2007-11-011-39/+30
* MFC: Slightly cleanup the 'bootdev' concept on x86.John Baldwin2007-11-012-6/+3
* Add a stub of bios_addsmapdata(). PC98 does not have BIOS SMAP.Yoshihiro Takahashi2006-11-091-0/+38
* Extend struct devdesc with a unit field, called d_unit. Promote theMarcel Moolenaar2006-11-022-11/+11
* Add a bootable CD support.Yoshihiro Takahashi2006-05-141-0/+344
* Drop the gateA20() function in the loader as it is unused. All the otherJohn Baldwin2006-04-112-43/+1
* MFi386: revision 1.8.Yoshihiro Takahashi2005-12-211-2/+2
* MFi386: revision 1.46.Yoshihiro Takahashi2005-12-211-15/+10
* Unbreak pc98 after my last changes to i386.Maxim Sobolev2005-12-201-0/+3
* MFi386: revision 1.11.Yoshihiro Takahashi2005-09-131-9/+108
* Remove ifdef PC98.Yoshihiro Takahashi2005-05-087-797/+9
* Merged from libi386/biosdisk.c revisions 1.37 and 1.41.Yoshihiro Takahashi2005-05-081-3/+6
* MFi386: revision 1.20.Yoshihiro Takahashi2005-04-141-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* 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
* MFi386: Removed -elf and duplicate -ffreestanding.Ruslan Ermilov2004-02-071-1/+0
* MFi386: Cleanups to sys/boot makefiles.Yoshihiro Takahashi2004-02-071-14/+0
* Fix to support KANA and graphics characters which code are over 0x80.Yoshihiro Takahashi2004-01-181-1/+1
* Don't repeat selected defines from ns16550.h or sioreg.h. JustBruce Evans2003-09-161-20/+1
* Use __FBSDID().David E. O'Brien2003-09-087-15/+23
* Revert non-style part of the recent two deltas that dealt withRuslan Ermilov2003-07-021-5/+1
* Don't load the acpi module.Yoshihiro Takahashi2003-06-082-1/+34
* Add ${AFLAGS} to 'as' invocation.David E. O'Brien2003-06-071-1/+1
* MFi386: revision 1.30.Yoshihiro Takahashi2003-06-071-2/+5
* Fix to build pc98 boot loader after support amd64.Yoshihiro Takahashi2003-05-011-3/+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
* use __packed.Alfred Perlstein2002-09-231-1/+1
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatPeter Wemm2002-08-291-1/+1
* MFi386: revision 1.22Yoshihiro Takahashi2002-05-211-9/+8
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingDavid E. O'Brien2002-05-111-3/+0
* -ffreestanding is the word.David E. O'Brien2002-05-101-0/+1