phk
0cf3d6f050
Fix another beak.
...
Seen by: pjd
2004-06-17 11:44:05 +00:00
phk
78e719f581
Unspam sys/boot, the dev_t commit should not have touched these.
...
Spotted by: peter
2004-06-16 18:21:22 +00:00
phk
7a09e3e482
My new keyboard can't spell.
2004-06-16 17:03:18 +00:00
phk
dfd1f7fd50
Do the dreaded s/dev_t/struct cdev */
...
Bump __FreeBSD_version accordingly.
2004-06-16 09:47:26 +00:00
phk
67632d242d
Premptively fix GCC3.4 issue: add break; after empty default: clauses.
...
PR: 65493
Submitted by: Pawel Worach <sajd@telia.com>
2004-06-16 08:12:06 +00:00
nyan
3640f633e3
MFi386: revisions from 1.15 to 1.17.
2004-04-29 08:24:57 +00:00
nyan
b56709bbf0
MFi386: revisions from 1.16 to 1.18.
2004-04-29 08:24:30 +00:00
ru
e97d62405b
MFi386: Use C (and CPP) style comments for assembler-with-cpp
...
sources, for lines that start with a comment.
2004-04-28 10:15:31 +00:00
imp
cbc58cf8a6
Remove advertising clause from University of California Regent's license,
...
per letter dated July 22, 1999.
Approved by: core
2004-04-05 23:41:29 +00:00
nyan
557a78cc43
MFi386: revision 1.29.
2004-03-14 09:43:15 +00:00
nyan
7027b3a093
MFi386: revision 1.76.
2004-03-14 09:41:57 +00:00
nyan
bd3ac210d0
MFi386: Get rid of unnecessary use of m4(1) by using cpp(1) instead.
...
Repocopied by: joe
2004-02-13 15:39:59 +00:00
nyan
a91b5512c4
MFi386: revisions 1.74 and 1.75.
...
- kzip(8) is long dead.
- Clean CLEANFILES.
2004-02-13 15:26:22 +00:00
nyan
42af991cad
MFi386: revision 1.20 (don't strip kgzldr.o)
2004-02-13 15:24:25 +00:00
nyan
95fdeae578
MFi386: Factor out -nostdlib and use PROG.
2004-02-09 16:01:45 +00:00
ru
cf59eef9c2
MFi386: Removed -elf and duplicate -ffreestanding.
2004-02-07 14:35:33 +00:00
nyan
a1e0ad4bf3
MFi386: Cleanups to sys/boot makefiles.
2004-02-07 12:19:44 +00:00
nyan
65ade16200
MFi386: revision 1.33
...
PR: kern/62005
2004-01-28 04:15:31 +00:00
nyan
ab57384aff
Fix to support KANA and graphics characters which code are over 0x80.
2004-01-18 04:10:45 +00:00
nyan
58e80adfe3
MFi386: revision 1.13.
2003-11-15 12:25:47 +00:00
bde
615334a7b1
Don't repeat selected defines from ns16550.h or sioreg.h. Just
...
include ns16550.h. The missing installation of ns16550.h was fixed
long ago and the misplaced defines in sioreg.h were fixed recently.
2003-09-16 11:24:23 +00:00
obrien
ed9debd5e8
Use __FBSDID().
...
Also some minor style cleanups.
2003-09-08 09:11:32 +00:00
nyan
4521e2ba57
Fixed build error with GCC 3.3.1
2003-07-13 08:13:52 +00:00
ru
8b64e29694
Revert non-style part of the recent two deltas that dealt with
...
using as(1) to compile plain assembler source files; bsd.lib.mk
has been fixed (in revision 1.147).
2003-07-02 12:45:45 +00:00
ru
afcf98e92a
Switch to using bsd.prog.mk; this gives us back the standard
...
.s.o transformation rule.
2003-06-30 14:10:58 +00:00
ru
02ef41d822
MFi386: revision 1.16.
2003-06-30 00:20:28 +00:00
nyan
bb19d0fd54
Add help file for pc98.
2003-06-08 03:34:49 +00:00
nyan
0f3c3b73b2
Enable new boot menu.
2003-06-08 03:20:35 +00:00
nyan
a4b26f9df8
Don't load the acpi module.
2003-06-08 03:16:59 +00:00
obrien
1b5ff95b09
Add ${AFLAGS} to 'as' invocation.
2003-06-07 17:42:26 +00:00
nyan
37d82464e9
MFi386: revisions 1.13 and 1.14.
2003-06-07 08:36:41 +00:00
nyan
d1f00a5d2c
MFi386: revision 1.30.
2003-06-07 08:23:42 +00:00
kato
96e3b93fb0
IPLware support. The `IPLware' program assumes boot menu program
...
begins with the `jmp 0x2d4' near jump.
2003-05-02 09:33:12 +00:00
nyan
b0d2808219
Fix to build pc98 boot loader after support amd64.
2003-05-01 13:17:06 +00:00
phk
84d6b36e30
Libdisk does not need to include <sys/diskslice.h> any more.
...
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.
2003-04-04 16:35:16 +00:00
ru
41871f8dff
Fixed sys/boot/pc98/boot2/Makefile to use kern.mk and
...
get rid of bsd.kern.mk completely.
OK'ed by: bde
2003-03-02 21:18:40 +00:00
nyan
dad105a8d9
MFi386: Install the "boot" image which is boot1 + boot2.
2003-01-30 14:50:25 +00:00
nyan
1d9fb4e782
Use NDOSPART instead of NEXTDOSPART.
2003-01-21 13:59:53 +00:00
nyan
abd1b9cf8a
MFi386: revision 1.63.
2003-01-21 13:57:43 +00:00
phk
cca3e5de49
Use NEXTDOSPART instead of MAX_SLICES.
2003-01-20 11:15:12 +00:00
nyan
1eceeaf8c6
Add SCSI MO device support.
...
Submitted by: Kawanobe Koh <kawanobe@st.rim.or.jp>
2003-01-06 13:43:15 +00:00
nyan
864080610e
Rename the dos_partition structure for pc98 to pc98_partition.
2003-01-04 08:50:48 +00:00
nyan
ebafe6791c
Remove '-DUFS1_ONLY' from CFLAGS. It is not needed.
2002-10-10 14:03:00 +00:00
nyan
9cbd64aa06
Added '#include <sys/diskpc98.h>'.
...
Submitted by: kawanobe@st.rim.or.jp (Kawanobe Koh)
2002-10-07 15:26:10 +00:00
phk
c91ffdd939
Move the definition of UFS1_ONLY into the Makefiles where it belongs.
...
Sponsored by: DARPA & NAI Labs.
2002-10-07 08:09:20 +00:00
nyan
e9daa69b52
Connected boot2.
2002-10-03 16:21:40 +00:00
nyan
15190a2228
Added some header files from -stable and fixed the boot[12] programs.
2002-10-03 16:20:14 +00:00
peter
0f28e71fa5
Use as's --defsym switch to compensate for the loss of the M4 substitution
...
of SIOPRT which broke kgzldr and therefore make release.
Pointed out by: murray
2002-09-30 20:37:58 +00:00
nyan
4c0646543e
Fixed to build after removing a.out suppot.
2002-09-24 02:17:13 +00:00
alfred
ac315391ce
use __packed.
2002-09-23 18:54:32 +00:00