aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/libpc98/comconsole.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove sys/boot/pc98 accidentally restored in r313575Ed Maste2017-02-111-367/+0
| | | | | | | Reported by: rpokala Notes: svn path=/head/; revision=313576
* makefs: make the buffer functions look exactly like the kernel onesEd Maste2017-02-111-0/+367
| | | | | | | | | | | | | | | | | | | | | From NetBSD christos Sat Jan 26 00:19:39 2013 +0000 make the buffer functions look exactly like the kernel ones and add other cruft to make the kernel files compile. ffs.c 1.54 ffs/buf.c 1.13 ffs/buf.h 1.3 ffs/ffs_alloc.c 1.21 ffs/ffs_balloc.c 1.15 Reviewed by: marcel, ngie Obtained from: NetBSD Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8404 Notes: svn path=/head/; revision=313575
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-367/+0
| | | | | | | | | I thank all developers and contributors for pc98. Relnotes: yes Notes: svn path=/head/; revision=312910
* Make comconsole options set before its activation to be remembered.Alexander Motin2014-01-201-4/+4
| | | | | | | | MFC after: 2 weeks Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=260949
* MFi386: revision 245848Yoshihiro Takahashi2013-06-011-18/+7
| | | | | | | Always update the hw.uart.console hint. Notes: svn path=/head/; revision=251223
* MFi386: r241300Yoshihiro Takahashi2012-11-101-14/+22
| | | | | | | | | | | i386 comconsole: don't loop forever if hardware doesn't respond - clear capability flags when hw timeouts - retire comc_started status variable and directly use c_flags to see if comconsole is selected for use Notes: svn path=/head/; revision=242864
* MFi386: revision 229435Yoshihiro Takahashi2012-01-041-31/+188
| | | | | | | | | | Add special loader environment variables 'comconsole_port' and 'comconsole_pcidev'. MFC after: 2 weeks Notes: svn path=/head/; revision=229463
* MFi386: revision 1.11.Yoshihiro Takahashi2005-09-131-9/+108
| | | | Notes: svn path=/head/; revision=150073
* Remove ifdef PC98.Yoshihiro Takahashi2005-05-081-5/+1
| | | | Notes: svn path=/head/; revision=146011
* 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-081-2/+3
| | | | | | | Also some minor style cleanups. Notes: svn path=/head/; revision=119880
* Merged from the following changes.Yoshihiro Takahashi2000-11-051-1/+1
| | | | | | | | | | | | | | | | 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
* $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/+136
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