aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/libpc98
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged from libi386/biosdisk.c revisions 1.37 and 1.41.Yoshihiro Takahashi2005-05-081-3/+6
| | | | Notes: svn path=/head/; revision=146010
* MFi386: revision 1.20.Yoshihiro Takahashi2005-04-141-1/+1
| | | | Notes: svn path=/head/; revision=145069
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Fix another beak.Poul-Henning Kamp2004-06-171-1/+1
| | | | | | | Seen by: pjd Notes: svn path=/head/; revision=130630
* Unspam sys/boot, the dev_t commit should not have touched these.Poul-Henning Kamp2004-06-161-1/+1
| | | | | | | Spotted by: peter Notes: svn path=/head/; revision=130603
* My new keyboard can't spell.Poul-Henning Kamp2004-06-161-1/+1
| | | | Notes: svn path=/head/; revision=130601
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
| | | | | | | Bump __FreeBSD_version accordingly. Notes: svn path=/head/; revision=130585
* Premptively fix GCC3.4 issue: add break; after empty default: clauses.Poul-Henning Kamp2004-06-161-0/+2
| | | | | | | | PR: 65493 Submitted by: Pawel Worach <sajd@telia.com> Notes: svn path=/head/; revision=130579
* MFi386: Removed -elf and duplicate -ffreestanding.Ruslan Ermilov2004-02-071-1/+0
| | | | Notes: svn path=/head/; revision=125567
* MFi386: Cleanups to sys/boot makefiles.Yoshihiro Takahashi2004-02-071-14/+0
| | | | Notes: svn path=/head/; revision=125563
* Fix to support KANA and graphics characters which code are over 0x80.Yoshihiro Takahashi2004-01-181-1/+1
| | | | Notes: svn path=/head/; revision=124647
* Don't repeat selected defines from ns16550.h or sioreg.h. JustBruce Evans2003-09-161-20/+1
| | | | | | | | include ns16550.h. The missing installation of ns16550.h was fixed long ago and the misplaced defines in sioreg.h were fixed recently. Notes: svn path=/head/; revision=120118
* Use __FBSDID().David E. O'Brien2003-09-087-15/+23
| | | | | | | Also some minor style cleanups. Notes: svn path=/head/; revision=119880
* Revert non-style part of the recent two deltas that dealt withRuslan Ermilov2003-07-021-5/+1
| | | | | | | | using as(1) to compile plain assembler source files; bsd.lib.mk has been fixed (in revision 1.147). Notes: svn path=/head/; revision=117160
* Don't load the acpi module.Yoshihiro Takahashi2003-06-082-1/+34
| | | | Notes: svn path=/head/; revision=116001
* Add ${AFLAGS} to 'as' invocation.David E. O'Brien2003-06-071-1/+1
| | | | Notes: svn path=/head/; revision=115964
* MFi386: revision 1.30.Yoshihiro Takahashi2003-06-071-2/+5
| | | | Notes: svn path=/head/; revision=115944
* Fix to build pc98 boot loader after support amd64.Yoshihiro Takahashi2003-05-011-3/+3
| | | | Notes: svn path=/head/; revision=114407
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-2/+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
* Use NDOSPART instead of NEXTDOSPART.Yoshihiro Takahashi2003-01-211-2/+2
| | | | Notes: svn path=/head/; revision=109638
* Use NEXTDOSPART instead of MAX_SLICES.Poul-Henning Kamp2003-01-201-2/+2
| | | | Notes: svn path=/head/; revision=109559
* Add SCSI MO device support.Yoshihiro Takahashi2003-01-061-5/+33
| | | | | | | 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-6/+6
| | | | Notes: svn path=/head/; revision=108650
* Added '#include <sys/diskpc98.h>'.Yoshihiro Takahashi2002-10-071-0/+1
| | | | | | | Submitted by: kawanobe@st.rim.or.jp (Kawanobe Koh) Notes: svn path=/head/; revision=104621
* use __packed.Alfred Perlstein2002-09-231-1/+1
| | | | Notes: svn path=/head/; revision=103870
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatPeter Wemm2002-08-291-1/+1
| | | | | | | | | this was quite broken, it never was updated for metadata support. The a.out kld file support was never really used, as it wasn't necessary. You could always load elf kld's, even in an a.out kernel. Notes: svn path=/head/; revision=102556
* MFi386: revision 1.22Yoshihiro Takahashi2002-05-211-9/+8
| | | | Notes: svn path=/head/; revision=97060
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-3/+0
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-121-0/+3
| | | | | | | | defining so many extra things in addition to INTERNALLIB. We don't like repetitive C code and we shouldn't for make code either. Notes: svn path=/head/; revision=96455
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingDavid E. O'Brien2002-05-111-3/+0
| | | | | | | INTERNALLIB now. Notes: svn path=/head/; revision=96415
* -ffreestanding is the word.David E. O'Brien2002-05-101-0/+1
| | | | | | | | (also resort some CFLAGS such that the more "important" value are first so they are easier to see) Notes: svn path=/head/; revision=96342
* MFi386: revision 1.35 (Add support for writing to BIOS disks)Yoshihiro Takahashi2001-12-121-4/+221
| | | | Notes: svn path=/head/; revision=87734
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
| | | | | | | also don't use ANSI string concatenation. Notes: svn path=/head/; revision=87599
* MFi386: sys/boot/i386/libi386/Makefile revision 1.21Yoshihiro Takahashi2001-11-061-2/+2
| | | | Notes: svn path=/head/; revision=86130
* Use a array to convert from a attribute for AT to one for PC98.Yoshihiro Takahashi2001-10-171-42/+38
| | | | | | | (merged from sys/pc98/pc98/scvtbpc98.c) Notes: svn path=/head/; revision=85065
* Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18.Yoshihiro Takahashi2001-10-171-164/+144
| | | | Notes: svn path=/head/; revision=85063
* fix style(9)Yoshihiro Takahashi2001-10-171-174/+211
| | | | Notes: svn path=/head/; revision=85061
* MFi386: sys/boot/i386/libi386/Makefile revision 1.20.Yoshihiro Takahashi2001-09-161-7/+10
| | | | Notes: svn path=/head/; revision=83531
* s/adress/address/Kris Kennaway2001-07-231-1/+1
| | | | | | | | Inspired by: OpenBSD MFC After: 1 week Notes: svn path=/head/; revision=80203
* Merged from the following changes.Yoshihiro Takahashi2000-11-056-100/+137
| | | | | | | | | | | | | | | | sys/boot/i386/btx/btx/Makefile 1.9 sys/boot/i386/btx/btx/btx.s 1.23 sys/boot/i386/libi386/biosdisk.c 1.32 and 1.33 sys/boot/i386/libi386/biosmem.c 1.5 sys/boot/i386/libi386/comconsole.c 1.8 sys/boot/i386/libi386/gatea20.c 1.3 sys/boot/i386/libi386/time.c 1.4 sys/boot/i386/libi386/vidconsole.c 1.13 sys/boot/i386/loader/Makefile 1.48 sys/boot/i386/loader/main.c 1.22 Notes: svn path=/head/; revision=68358
* Merged from sys/boot/i386/libi386/Makefile revision 1.19.KATO Takenori2000-09-221-1/+3
| | | | Notes: svn path=/head/; revision=66245
* Merged from sys/boot/i386/libi386/biosdisk.c revision 1.31.Yoshihiro Takahashi2000-07-141-29/+94
| | | | Notes: svn path=/head/; revision=63101
* Sync with sys/boot/i386/libi386/biosdisk.c revision 1.30.Yoshihiro Takahashi2000-04-301-160/+260
| | | | Notes: svn path=/head/; revision=59777
* Sync with the following changes.Yoshihiro Takahashi2000-04-231-1/+4
| | | | | | | | | sys/boot/i386/libi386/Makefile 1.16 and 1.17 sys/boot/i386/loader/Makefile 1.44 sys/boot/i386/loader/main.c 1.20 Notes: svn path=/head/; revision=59535
* Synced with following files:KATO Takenori2000-03-311-6/+30
| | | | | | | | | | | | | | | | src/sys/boot/i386/Makefile.inc 1.1 src/sys/boot/i386/btx/btx/btx.s 1.15 src/sys/boot/i386/btx/btxldr/Makefile 1.8 src/sys/boot/i386/btx/btxldr/btxldr.s 1.9 src/sys/boot/i386/libi386/biosdisk.c 1.29 src/sys/boot/i386/loader/Makefile 1.42 src/sys/boot/i386/loader/main.c 1.18 (entry point address of loader was not changed.) Reviewed by: nyan Notes: svn path=/head/; revision=58871
* Sync with sys/boot/i386/libi386/biosdisk.c revision 1.27 and 1.28.Yoshihiro Takahashi2000-03-171-7/+8
| | | | | | | Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp> Notes: svn path=/head/; revision=58165
* Merge from the following changes.Yoshihiro Takahashi2000-01-032-44/+117
| | | | | | | | | sys/boot/i386/libi386/biosmem.c Rev 1.4 sys/boot/i386/libi386/time.c Rev 1.3 sys/boot/i386/loader/main.c Rev 1.16 Notes: svn path=/head/; revision=55342
* Fixed to get the BIOS geometry.Yoshihiro Takahashi2000-01-031-4/+5
| | | | Notes: svn path=/head/; revision=55339
* - Supported the bd_getbigeom function and use this function to get BIOSYoshihiro Takahashi1999-12-192-346/+26
| | | | | | | | | | geometry. - Use i386/libi386/bootinfo.c instead of pc98/libpc98/bootinfo.c. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp> Notes: svn path=/head/; revision=54819
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-081-1/+0
| | | | Notes: svn path=/head/; revision=54294