kato
89750a0c51
Sync with sys/i386/i386/machdep.c revision 1.311.
1998-09-30 13:21:44 +00:00
kato
bf756cdf20
Sync with sys/i386/i386/userconfig.c revision 1.110.
1998-09-28 08:26:10 +00:00
kato
7a03fa5884
Sync with sys/i386/i386/machdep.c revision 1.310.
1998-09-28 08:25:29 +00:00
kato
f82938c038
Sync with sys/i386/conf/options.i386 revision 1.89.
1998-09-28 08:23:26 +00:00
kato
e442a205fb
Sync with sys/i386/conf/SMP-GENERIC revision 1.16.
1998-09-28 08:20:55 +00:00
kato
a0a14e4798
Sync with sys/i386/isa/clock.c revision 1.127.
1998-09-22 16:12:00 +00:00
kato
9e99a9a30e
Sync with sys/i386/conf/majors.i386 revision 1.50.
1998-09-22 16:11:38 +00:00
kato
2c755d0994
Sync with sys/i386/conf/Makefile.i386 revision 1.124.
1998-09-22 16:11:08 +00:00
kato
f63c4bdde3
Sync with sys/i386/conf/GENERICupgrade revision 1.3.
1998-09-22 16:10:40 +00:00
kato
a76c8c6ae1
Sync with sys/i386/isa/clock.c revision 1.126.
1998-09-20 10:51:57 +00:00
kato
3b8daf2049
Sync with sys/i386/conf/files.i386 revision 1.205.
1998-09-20 10:50:18 +00:00
kato
03e7992146
Sync with sys/i386/conf/SMP-GENERIC revision up to 1.15.
1998-09-19 13:36:13 +00:00
kato
6d56da355c
Sync with sys/i386/conf/GENERIC revision 1.118.
1998-09-19 13:35:18 +00:00
kato
3d5822f8cf
Sync with sys/i386/i386/userconfig.c revision 1.109.
1998-09-17 13:14:14 +00:00
kato
a2935d7a21
Sync with sys/i386/isa/pcaudio.c revision 1.43.
1998-09-16 08:38:50 +00:00
kato
f05a544579
Sync with sys/i386/isa/files.i386 and options.i386 revisions 1.204 and
...
1.87, respectively.
1998-09-16 08:37:40 +00:00
kato
2b6f6f2ac9
Sync with sys/i386/isa/fd.c revision 1.123.
1998-09-16 08:08:38 +00:00
kato
0898a9b746
Sync with sys/i386/conf/Makefile.i386 revision 1.123.
1998-09-16 08:04:40 +00:00
sos
653c2af6ae
Add VESA support to syscons.
...
Kazu writes:
The VESA support code requires vm86 support. Make sure your kernel
configuration file has the following line.
options "VM86"
If you want to statically link the VESA support code to the kernel,
add the following option to the kernel configuration file.
options "VESA"
The vidcontrol command now accepts the following video mode names:
VESA_132x25, VESA_132x43, VESA_132x50, VESA_132x60, VESA_800x600
The VESA_800x600 mode is a raster display mode. The 80x25 text will
be displayed on the 800x600 screen. Useful for some laptop computers.
vidcontrol accepts the new `-i <info>' option, where <info> must be
either `adapter' or `mode'. When the `-i adapter' option is given,
vidcontrol will print basic information (not much) on the video
adapter. When the `-i mode' option is specified, vidcontrol will
list video modes which are actually supported by the video adapter.
Submitted by: Kazutaka YOKOTA yokota@FreeBSD.ORG
1998-09-15 18:16:39 +00:00
kato
b4308cdead
Sync with sys/i386/i386/userconfig.c revision 1.108.
1998-09-15 14:11:42 +00:00
kato
e6b5e2ad1d
Sync with sys/i386/conf/GENERIC, SMP-GENERIC, device.i386, files.i386,
...
majors.i386 and options.i386 revisions 1.116, 1.13, 1.14, 1.203, 1.49
and 1.86, respectively.
1998-09-15 14:10:56 +00:00
kato
33f011b8f7
Adjust for sd->da and the loss of od.
1998-09-15 14:08:34 +00:00
kato
b2b8fcc8fb
Sync with sys/i386/isa/fd.c and wd.c revisions 1.122 and 1.176,
...
respectively.
1998-09-15 14:07:08 +00:00
gibbs
70e2bad8b8
Convert SCSI disk bios geometry code to CAM.
1998-09-15 10:05:50 +00:00
kato
766d462097
Deleted DDB and DIAGNOSTIC options.
1998-09-15 08:25:09 +00:00
gibbs
1bb65e0d8a
Update system to new device statistics code.
...
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
mike@smith.net.au (Mike Smith)
1998-09-15 08:15:30 +00:00
kato
3d9ba41c91
Sync with sys/i386/i386/machdep.c revision up to 1.309.
1998-09-15 03:50:08 +00:00
kato
8c81f46123
Sync with sys/i386/confMakefile.i386 revision 1.122.
1998-09-15 03:49:43 +00:00
sos
8397655514
Remove the SLICE code.
...
This clearly needs alot more thought, and we dont need this to hunt
us down in 3.0-RELEASE.
1998-09-14 19:56:42 +00:00
kato
4ef27135d6
Sync with sys/i386/isa/syscons.c revision 1.277.
1998-09-14 11:37:58 +00:00
kato
aed2ea73f9
Sync with sys/i386/isa/if_ed.c and sio.c revisions 1.145 and 1.215,
...
respectively.
1998-09-14 11:37:29 +00:00
kato
820f277752
Sync with sys/i386/conf/majors.i386 revision 1.48.
1998-09-14 10:43:26 +00:00
imp
3b37a1b597
Print warning about block size not being optimal once per open rather than
...
once per offending write.
1998-09-09 17:20:32 +00:00
kato
dfa2d1e0c9
Sync with sys/i386/conf/majors.i386 revision 1.47.
1998-09-09 14:40:27 +00:00
kato
eca426c28a
Sync with sys/i386/conf/files.i386 revision 1.202.
1998-09-09 14:39:56 +00:00
kato
6c29b07c00
Sync with sys/i386/conf/options.i386 revision 1.85.
1998-09-09 14:39:20 +00:00
sos
347d8d653a
Add new atapi-cd driver that supports atapi CD-R/RW drives.
...
This is only a stop-gab solution to get atapi burner support into 3.0.
1998-09-08 20:57:47 +00:00
kato
8ee969646f
Sync with sys/i386/isa/clock.c revision 1.125.
1998-09-08 09:47:46 +00:00
kato
16be0e2d88
Sync with sys/i386/i386/userconfig.c revision 1.107.
1998-09-08 09:47:09 +00:00
jb
e34d5e7231
Add a GENERICupgrade config file for pc98 users to upgrade to elf
...
in the same way as i386 users. This is a copy of GENERIC98.
1998-09-05 08:14:36 +00:00
kato
bd08049a95
Sync with sys/i386/conf/files.i386 revision 1.201.
1998-09-05 02:36:18 +00:00
kato
d6c692bdc8
Sync with sys/i386/conf/Makefile.i386 revision 1.121.
1998-09-05 02:35:21 +00:00
kato
2af24be96c
Increase 'maxusers' to 32.
1998-09-05 02:20:52 +00:00
kato
e8276b98d6
Sync with sys/i386/conf/Makefile.i386 revision 1.120.
1998-09-01 07:18:09 +00:00
kato
1a37f7b056
Sync with sys/i386/i386/machdep.c revision 1.306.
1998-09-01 07:17:36 +00:00
kato
9a6b0ba36d
- Fix style bug.
...
- hw.ispc98 -> machdep.ispc98.
Submitted by: Garrett Wollman (hw -> machdep)
1998-09-01 02:04:17 +00:00
kato
173369820f
- hw.machine_arch returns cpu architecture type.
...
- moved definition of MACHINE_ARCH from cpu.h to parm.h as alpha.
- Added definitions of _MACHINE and _MACHINE_ARCH.
- Added hw.ispc98. The hw.ispc98 is 1 in PC98 kernel and is 0 in
IBM-PC kernel.
Discussed with: John Birrell <jb@FreeBSD.ORG>
1998-08-31 08:41:58 +00:00
kato
4b63179fcf
Sync with sys/i386/conf/majors.i386 revision 1.46.
1998-08-28 12:49:09 +00:00
kato
5ca1f67796
Sync with sys/i386/conf/Makefile.i386 revision 1.118.
1998-08-28 12:48:38 +00:00
kato
a552607250
Sync with sys/i386/isa/if_ed.c and spkr.c revisions 1.35 and 1.144,
...
respectively.
1998-08-28 12:47:45 +00:00