KATO Takenori
65d65bc193
Sync with sys/i386/i386/machdep.c revision up to 1.354.
1999-07-08 12:48:53 +00:00
Mike Smith
134c934ce7
Move the initialisation/tuning of nmbclusters from param.c/machdep.c
...
into uipc_mbuf.c. This reduces three sets of identical tunable code to
one set, and puts the initialisation with the mbuf code proper.
Make NMBUFs tunable as well.
Move the nmbclusters sysctl here as well.
Move the initialisation of maxsockets from param.c to uipc_socket2.c,
next to its corresponding sysctl.
Use the new tunable macros for the kern.vm.kmem.size tunable (this should have
been in a separate commit, whoops).
1999-07-05 08:52:54 +00:00
KATO Takenori
f38004144f
Sync with sys/i386/i386/machdep.c revision 1.349.
1999-07-03 08:31:32 +00:00
KATO Takenori
fbf8dd228a
Sync with sys/i386/i386/userconfig.c revision 1.147.
1999-06-30 13:30:58 +00:00
KATO Takenori
af9966612e
Sync with sys/i386/i386/machdep.c revision 1.345.
1999-06-30 13:30:10 +00:00
KATO Takenori
ed7db57660
Sync with sys/i386/i386/userconfig.c revision 1.146.
1999-06-28 13:10:03 +00:00
KATO Takenori
0dcbd0c212
Sync with sys/i386/i386/machdep.c revision 1.344.
1999-06-28 13:08:59 +00:00
KATO Takenori
1b2bed6fa3
Sync with sys/i386/i386/machdep.c revision 1.342.
1999-06-21 11:14:27 +00:00
KATO Takenori
f360e91d4d
Sync with sys/i386/i386/machdep.c revision up to 1.341.
1999-06-17 11:09:39 +00:00
KATO Takenori
11e2bfb4b6
Sync with sys/i386/i386/machdep.c revision 1.339.
...
New function getmemsize_pc98 is added in this commit, since PC98 is
quite different in obtaining memory size from IBM-PC. Many lines of
this function is shareable with IBM-PC's getmemsize function, but
sharing needs many #ifdef PC98 statements. Therefore, I gave up
sharing code with IBM-PC's and just added new function.
1999-06-03 13:49:52 +00:00
KATO Takenori
fb84c9994c
Sync with sys/i386/i386/userconfig.c revision 1.145.
1999-05-25 10:32:10 +00:00
KATO Takenori
9ec9cc8414
Sync with sys/i386/i386/userconfig.c revision 1.144.
1999-05-17 12:09:07 +00:00
KATO Takenori
7da4aaefd3
Sync with sys/i386/i386/userconfig.c revision 1.143.
1999-05-14 10:05:55 +00:00
Luoqi Chen
0f0fe5a4c5
Unbreak VESA on SMP.
1999-05-12 21:39:07 +00:00
KATO Takenori
a19ce74ea1
Sync with sys/i386/i386/usercnofig.c revision 1.142.
1999-05-11 08:36:12 +00:00
KATO Takenori
c977a12971
Sync with sys/i386/i386/userconfig.c revision 1.141.
1999-05-09 04:30:08 +00:00
KATO Takenori
5c32431080
Sync with sys/i386/i386/userconfig.c revision 1.138.
1999-05-06 09:15:20 +00:00
Luoqi Chen
c300b7b6c1
Initialize dblfault_tss.tss_fs to the per-cpu private data segment selector.
1999-05-06 00:54:54 +00:00
Luoqi Chen
68db6cea99
Do not set curproc until proc0 is fully initialized (in proc0_init()).
1999-05-06 00:39:00 +00:00
KATO Takenori
8aef41e249
Sync with sys/i386/i386/machdep.c revision 1.332.
1999-04-28 08:03:54 +00:00
KATO Takenori
473541c8c3
Sync with sys/i386/i386/userconfig.c revision 1.137.
1999-04-25 04:06:43 +00:00
KATO Takenori
14349c1d6f
Sync with sys/i386/i386/userconfig.c revision 1.136.
1999-04-20 09:10:47 +00:00
KATO Takenori
32c9ff911e
Sync with sys/i386/i386/machdep.c revision 1.330.
1999-04-20 09:08:51 +00:00
KATO Takenori
d4d6ff4d66
Sync with sys/i386/i386/userconfig.c revision 1.135.
1999-04-19 11:06:08 +00:00
KATO Takenori
c55a92c639
Sync with follwing files:
...
Path Revision
i386/conf/GENERIC 1.162
i386/conf/Makefile.i386 1.146
i386/conf/files.i386 1.236
i386/conf/options.i386 1.111
i386/i386/machdep.c 1.329
i386/i386/userconfig.c 1.134
i386/isa/fd.c 1.135
i386/isa/if_ed.c 1.151
i386/isa/isa_dam.c 1.1
i386/isa/npx.c 1.67
isa/sio.c 1.224
dev/syscons/syscons.c 1.300
i386/isa/wd.c 1.194
isa/vga_isa.c 1.5
isa/atkbd_isa.c 1.3
isa/syscons_isa.c 1.2
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1999-04-18 14:42:20 +00:00
KATO Takenori
89f657276f
Sync with sys/i386/i386/userconfig.c revision 1.133.
1999-04-10 04:44:33 +00:00
John Polstra
4fe88fe637
Restore support for executing BSD/OS binaries on the i386 by passing
...
the address of the ps_strings structure to the process via %ebx.
For other kinds of binaries, %ebx is still zeroed as before.
Submitted by: Thomas Stephens <tas@stephens.org>
Reviewed by: jdp
1999-04-03 22:20:03 +00:00
KATO Takenori
b052f82154
Sync with sys/i386/i386/machdpe.c revision 1.327.
1999-03-06 09:43:01 +00:00
KATO Takenori
e1a9267366
Sync with sys/i386/i386/userconfig.c revision 1.132.
1999-02-25 11:05:50 +00:00
KATO Takenori
7c9eb5b166
Sync with sys/i386/i386/machdep.c revision 1.326.
1999-02-16 11:07:06 +00:00
KATO Takenori
28791bce44
Sync with sys/i386/i386/machdep.c revision 1.325.
1999-02-12 09:15:33 +00:00
KATO Takenori
cdbef5dacd
Sync with sys/i386/i386/userconfig.c revision 1.130.
1999-02-10 13:02:38 +00:00
KATO Takenori
1e476c296d
Sync with sys/i386/i386/userconfig.c revision 1.129.
1999-02-04 13:58:44 +00:00
KATO Takenori
270b84ae95
Sync with sys/i386/i386/machdep.c revision 1.324.
1999-02-04 09:55:42 +00:00
KATO Takenori
a4af40881f
Sync with sys/i386/i386/userconfig.c revision 1.128.
1999-01-31 17:44:06 +00:00
KATO Takenori
fe5871fb09
Sync with sys/i386/i386/machdep.c revision 1.323.
1999-01-29 10:43:09 +00:00
KATO Takenori
3109b17f32
Sync with sys/i386/i386/userconfig.c revision 1.127.
1999-01-28 09:13:20 +00:00
KATO Takenori
4e1cc33d71
Sync with sys/i386/i386/userconfig.c revision 1.126.
1999-01-18 11:01:57 +00:00
KATO Takenori
485f69e3db
Sync with sys/i386/i386/machdep.c revision up to 1.125.
1999-01-16 11:39:08 +00:00
KATO Takenori
eb5417aa3a
Sync with sys/i386/i386/machdep.c revision up to 1.322.
1999-01-16 11:38:03 +00:00
KATO Takenori
0cc73f671d
Sync with sys/i386/i386/userconfig.c revision up to 1.120.
1999-01-08 16:05:27 +00:00
KATO Takenori
b4d4a2e5d4
Sync with sys/i386/i386/machdep.c revision 1.320.
1999-01-08 16:04:20 +00:00
Bruce Evans
4c56fcdead
Removed the cast to a pointer in the definition of PS_STRINGS and
...
adjusted related casts to match (only in the kernel in this commit).
The pointer was only wanted in one place in kern_exec.c. Applications
should use the kern.ps_strings sysctl instead of PS_STRINGS, so they
shouldn't notice this change.
1998-12-16 16:28:58 +00:00
KATO Takenori
82749a0af6
Sync with sys/i386/i386/userconfig.c revision 1.118.
1998-12-14 08:53:32 +00:00
KATO Takenori
e4a8d41703
Sync with sys/i386/i386/machdep.c revision 1.317.
1998-12-11 08:04:33 +00:00
KATO Takenori
5a5f82fc61
Sync with sys/i386/i386/userconfig.c revision 1.117.
1998-12-08 08:17:43 +00:00
KATO Takenori
dae18d3bae
Sync with sys/i386/i386/userconfig.c revision 1.116.
1998-12-05 09:22:05 +00:00
KATO Takenori
9ad861edee
- For some old Cyrix CPUs, %cr2 is clobbered by interrupts. This
...
problem is worked around by using an interrupt gate for the page
fault handler. This code was originally made for NetBSD/pc98 by
Naofumi Honda <honda@kururu.math.sci.hokudai.ac.jp> and has already
been in PC98 tree. Because of this bug, trap_fatal cannot show
correct page fault address if %cr2 is obtained in this function.
Therefore, trap_fatal uses the value from trap() function.
- The trap handler always enables interruption when buggy application
or kernel code has disabled interrupts and then trapped. This code
was prepared by Bruce Evans <bde@FreeBSD.org>.
Submitted by: Bruce Evans <bde@FreeBSD.org>
Naofumi Honda <honda@kururu.math.sci.hokudai.ac.jp>
1998-12-02 08:15:17 +00:00
KATO Takenori
f3284683fb
Sync with sys/i386/i386/userconfig.c revision up to 1.115.
1998-11-06 08:08:05 +00:00
KATO Takenori
c70606fd9f
Sync with sys/i386/i386/machdep.c revision up to 1.315.
1998-11-06 08:07:32 +00:00
KATO Takenori
b494420086
Added rl driver.
1998-10-22 11:29:58 +00:00
KATO Takenori
b69b4c650c
Sync with sys/i386/i386/userconfig.c revision 1.112.
1998-10-13 09:43:09 +00:00
KATO Takenori
45b48978af
Sync with sys/i386/i386/machdep.c revision 1.313.
1998-10-11 15:04:38 +00:00
KATO Takenori
60f27d13a7
Sync with sys/i386/i386/machdep.c revision 1.312.
1998-10-09 12:36:25 +00:00
KATO Takenori
6939f71026
Sync with sys/i386/i386/userconfig.c revision 1.111.
1998-10-08 12:09:38 +00:00
KATO Takenori
b3c2b0173a
Sync with sys/i386/i386/machdep.c revision 1.311.
1998-09-30 13:21:44 +00:00
KATO Takenori
2b336086eb
Sync with sys/i386/i386/userconfig.c revision 1.110.
1998-09-28 08:26:10 +00:00
KATO Takenori
6a75025663
Sync with sys/i386/i386/machdep.c revision 1.310.
1998-09-28 08:25:29 +00:00
KATO Takenori
7ef16b04e6
Sync with sys/i386/i386/userconfig.c revision 1.109.
1998-09-17 13:14:14 +00:00
KATO Takenori
1867aaa0e8
Sync with sys/i386/i386/userconfig.c revision 1.108.
1998-09-15 14:11:42 +00:00
KATO Takenori
76c468f222
Sync with sys/i386/i386/machdep.c revision up to 1.309.
1998-09-15 03:50:08 +00:00
KATO Takenori
ddf7a8ea87
Sync with sys/i386/i386/userconfig.c revision 1.107.
1998-09-08 09:47:09 +00:00
KATO Takenori
794cfbb48e
Sync with sys/i386/i386/machdep.c revision 1.306.
1998-09-01 07:17:36 +00:00
KATO Takenori
aa53a702c9
- Fix style bug.
...
- hw.ispc98 -> machdep.ispc98.
Submitted by: Garrett Wollman (hw -> machdep)
1998-09-01 02:04:17 +00:00
KATO Takenori
582e52862a
- 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 Takenori
de2c5240b0
Sync with sys/i386/i386/trap.c revision 1.128.
1998-08-28 12:46:28 +00:00
KATO Takenori
41bf2268ba
Sync with sys/i386/i386/machdep.c revision 1.304.
1998-08-19 09:32:15 +00:00
KATO Takenori
93e52f2dce
Sync with sys/i386/i386/userconfig.c revision 1.106.
1998-08-03 10:49:18 +00:00
KATO Takenori
991b3bc3b3
Sync with sys/i386/i386/userconfig.c revision 1.105.
1998-07-21 12:07:49 +00:00
KATO Takenori
f474f59dc4
Sync with sys/i386/i386/userconfig.c revision 1.104.
1998-07-16 10:26:59 +00:00
KATO Takenori
e1c32d9d2d
Sync with sys/i386/i386/machdep.c revision 1.303.
1998-07-11 17:00:33 +00:00
KATO Takenori
a723d97973
Sync with sys/i386/i386/machdep.c revision 1.302.
1998-07-02 12:39:32 +00:00
KATO Takenori
b0eb6f6a10
Sync with sys/i386/i386/machdep.c revision 1.301.
1998-06-22 08:05:12 +00:00
KATO Takenori
d5f1066e45
Sync with sys/i386/i386/machdep.c revision 1.300.
1998-06-17 16:30:16 +00:00
KATO Takenori
c7e9ceee59
Merge 64bit portability fixes from sys/i386 stuff.
1998-06-08 08:55:47 +00:00
KATO Takenori
57e8fac883
Sync with sys/i386/i386/machdep.c revision 1.298.
1998-06-03 08:48:00 +00:00
KATO Takenori
6113cb00d6
Sync with sys/i386/i386/machdep.c revision 1.297.
1998-05-28 13:50:13 +00:00
KATO Takenori
fa7cfb3b65
Sync with sys/i386/i386/machdep.c revision 1.296.
1998-05-19 12:58:05 +00:00
KATO Takenori
ccf47cfced
Sync with sys/i386/i386/trap.c revision 1.127.
1998-04-29 09:45:38 +00:00
KATO Takenori
adf97e2edc
Sync with sys/i386/i386/trap.c revision 1.126.
1998-04-16 16:31:36 +00:00
KATO Takenori
130eeca5d6
Sync with sys/i386/i386/machdep.c revision 1.294.
1998-04-07 09:07:53 +00:00
KATO Takenori
e40c3a225b
Cosmetic. Move a blank line.
1998-03-31 09:37:44 +00:00
KATO Takenori
2dbeac88d1
Sync with sys/i386/i386/trap.c revision 1.125 and sys/i386/isa/clock.c
...
revision 1.118.
1998-03-31 07:53:13 +00:00
KATO Takenori
ebec4c06c1
Sync with sys/i386/i386/trap.c revision 1.124.
1998-03-29 12:48:01 +00:00
KATO Takenori
c85e487d23
Sync with sys/i386/i386/machdep.c and trap.c revisions 1.293 and
...
1.123, respectively.
1998-03-24 08:27:21 +00:00
KATO Takenori
c6be3326f0
Sync with sys/i386/i386/userconfig.c revision 1.103.
1998-03-10 12:52:55 +00:00
KATO Takenori
d01df9f46d
Sync with sys/i386/i386/machdep.c revision 1.292.
1998-03-08 03:55:35 +00:00
KATO Takenori
917d483199
Sync with sys/i386/i386/machdep.c revision 1.291.
1998-03-07 15:42:54 +00:00
KATO Takenori
a9c784f064
Sync with sys/i386/i386/machdep.c revision 1.290.
1998-03-02 10:02:01 +00:00
KATO Takenori
dbcff41328
Removed unused file (sync with sys/i386/i386/microtime.s).
1998-02-23 12:23:23 +00:00
KATO Takenori
720f30e259
Sync with sys/i386/i386/userconfig.c revision 1.102.
1998-02-10 08:03:42 +00:00
KATO Takenori
db33b1d449
Sync with sys/i386/i386/machdep.c revision 1.289.
1998-02-09 15:04:39 +00:00
Eivind Eklund
0b08f5f737
Back out DIAGNOSTIC changes.
1998-02-06 12:14:30 +00:00
KATO Takenori
3efe1bb939
Sync with sys/i386/i386/machdep.c and trap.c reivsions 1.287 and
...
1.121, respectively.
1998-02-05 10:05:47 +00:00
KATO Takenori
99b1ec9000
Sync with sys/i386/i386/machdep.c revision 1.286.
1998-02-04 10:19:33 +00:00
KATO Takenori
187344e72d
Sync with sys/i386/i386/trap.c revision 1.120.
1998-01-31 15:16:27 +00:00
KATO Takenori
81b0d36c87
Sync with sys/i386/i386/machdep.c revision 1.285.
1998-01-30 12:03:13 +00:00
KATO Takenori
be2a40ab9b
Sync with sys/i386/i386/userconfig.c revision 1.101.
1998-01-26 09:18:18 +00:00
KATO Takenori
88a92ff10e
Even though BIOS writer's guide recommends cpuid instruction of Cyrix
...
6x86MX CPU is enabled (BIOS should not disable it), some BIOS disables
it via CCR4. In this case, cpu variable becomes CPU_486 and
identblue() is called. Because Cyrix 6x86MX has MSR and doesn't have
MSR1002, wrmsr instruction generates general protection fault.
Tested by: Simon Coggins <chaos@ultra.net.au>
1998-01-25 12:01:38 +00:00
KATO Takenori
19eba5818f
Sync with sys/i386/i386/machdep.c revision 1.283.
1998-01-24 06:53:32 +00:00
KATO Takenori
7ebb9221f6
Sync with sys/i386/i386/machdep.c revision 1.282.
1998-01-24 03:15:37 +00:00
KATO Takenori
ececc3f031
Sync with sys/i386/i386/userconfig.c revision 1.100.
1998-01-22 14:26:34 +00:00
KATO Takenori
3a00f2c11f
Sync with sys/i386/i386/machdep.c revision 1.281.
1998-01-12 15:38:51 +00:00
KATO Takenori
935b62000f
1: Fixed compile error when WB_CACH is defined.
...
2: Fixed !M_EPSON_PC98 case.
Reviewed by: Chiharu Shibata <chi@rd.njk.co.jp>
1998-01-07 09:03:42 +00:00
KATO Takenori
f27e599a9c
Sync with sys/i386/i386/microtime.s revision 1.40.
1998-01-02 09:31:16 +00:00
KATO Takenori
e664869506
Sync with sys/i386/i386/microtime.s revision up to 1.39.
1997-12-29 16:17:09 +00:00
KATO Takenori
3e9646dfee
Sync with sys/i386/i386/userconfig.c revision 1.99.
1997-12-29 16:06:20 +00:00
KATO Takenori
19bb9bcc82
Merge from sys/i386/i386/microtime.s revision 1.36.
1997-12-28 08:16:28 +00:00
Peter Wemm
19d768b80b
#include "opt_user_ldt.h" so that the #ifdef USER_LDT checks can work, as
...
commented about at length in the PR audit trail.
PR: 2412
1997-12-27 02:28:28 +00:00
Poul-Henning Kamp
71f461f86a
Rename "i586_ctr" to "tsc" (both upper and lower case instances).
...
Fix a couple of printfs too.
Warning: This changes the names of a couple of kernel options!
1997-12-26 20:42:37 +00:00
KATO Takenori
cf478d7b45
Don't use PG_N if EPSON PC-486HX/HG/HA (PC-9801 compatible) are
...
detected. These machine cannot make L2 cache write-through by PG_N,
and only I/O access (undocumented) can do that. If PG_N is used,
system hangs.
Reviewed by: tos@fa2.so-net.or.jp (Toshiyuki Kawashima)
1997-12-16 10:22:49 +00:00
KATO Takenori
76733e040d
Sync with sys/i386/i386/microtime.s revision 1.35.
1997-12-15 08:37:13 +00:00
KATO Takenori
80ed4956b5
Sync with sys/i386/i386/machdep.c revision 1.279.
1997-12-14 12:31:44 +00:00
KATO Takenori
a81baa3e50
Sync with sys/i386/i386/userconfig.c revision 1.98.
1997-12-09 11:55:25 +00:00
KATO Takenori
1f4fb6dff8
Sync with sys/i386/i386/trap.c revision 1.119.
1997-12-06 06:19:19 +00:00
KATO Takenori
3de8753921
Sync with sys/i386/i386/machdep.c and trap.c revisions 1.278 and
...
1.118, respectively.
1997-12-05 11:48:53 +00:00
KATO Takenori
7d727d59e4
Sync with sys/i386/i386/machdep.c and trap.c revisions 1.275 and
...
1.116, respectively.
1997-12-03 09:46:34 +00:00
KATO Takenori
59df39e4e1
Sync with sys/i386/i386/userconfig.c revision 1.97.
1997-11-27 10:15:48 +00:00
KATO Takenori
1c682f9842
Sync with sys/i386/i386/machdep.c revision up to 1.274.
1997-11-25 09:54:36 +00:00
KATO Takenori
bc30992957
Sync with sys/i386/i386/trap.c revision 1.115.
1997-11-25 09:53:44 +00:00
KATO Takenori
eef2db22e1
Sync with following files:
...
- sys/i386/i386/machdep.c revision 1.271
- sys/i386/i386/trap.c revision 1.114
- sys/i386/isa/if_ed.c revision 1.128
- sys/i386/isa/if_fe.c revision 1.34
- sys/i386/isa/syscons.c revision 1.238.
- sys/i386/isa/wd.c revision 1.144
1997-11-07 12:54:01 +00:00
KATO Takenori
f468c8496d
Sync with sys/i386/i386/userconfig.c revision 1.96.
1997-11-03 02:29:44 +00:00
KATO Takenori
acc66972fe
Synchronize with sys/i386/i386/microtime.s revision 1.34.
1997-10-29 08:13:32 +00:00
KATO Takenori
a2aca53c35
Synchronize with sys/i386/i386/userconfig.c revision 1.269.
1997-10-13 09:22:03 +00:00
KATO Takenori
f98d041924
Synchronize with sys/i386/i386/machdep.c revision 1.269.
1997-10-13 09:21:16 +00:00
KATO Takenori
3e093efa05
Synchronize with sys/i386/i386/userconfig.c revision 1.94.
1997-10-12 12:01:29 +00:00
KATO Takenori
38a7ce0beb
Synchronize with sys/i386/i386/machdep.c revision 1.268.
1997-10-12 11:58:09 +00:00
KATO Takenori
06f4477330
Synchronize with sys/i386/i386/trap.c revision 1.113.
1997-10-12 11:57:23 +00:00
KATO Takenori
a76e8ee5a9
Synchronize with sys/i386/i386/machdep.c revision 1.266.
1997-09-26 09:47:04 +00:00
KATO Takenori
82ed62a794
Synchronize with sys/i386/i386/machdep.c and trap.c reivisions 1.265
...
and 1.111, respectively.
1997-09-22 12:20:42 +00:00
KATO Takenori
d34e4711c4
Synchronize with sys/i386/i386/userconfig.c revision 1.93.
1997-09-19 08:48:02 +00:00
KATO Takenori
9614585d5b
Synchronize with sys/i386/i386/userconfig.c revision 1.92.
1997-09-10 08:06:35 +00:00
KATO Takenori
28b2e8ef73
Synchronize with sys/i386/i386/microtime.s revision 1.33.
1997-09-08 08:40:53 +00:00
KATO Takenori
478da40f6c
Synchronize with sys/i386/i386/trap.c revision 1.110.
1997-09-06 01:19:10 +00:00
KATO Takenori
8ccbc9119c
Synchronize with sys/i386/i386/machdep.c revision up to 1.263.
1997-09-05 10:14:36 +00:00
KATO Takenori
d312b24474
Synchronize with sys/i386/i386/userconfig.c revision 1.91.
1997-09-04 13:21:23 +00:00
KATO Takenori
6fd38fbdc0
Synchronize with sys/i386/i386/machdep.c and microtime.s revisions
...
1.261 and 1.32, respectively.
1997-09-03 12:41:16 +00:00
KATO Takenori
d6fc4c1416
Synchronize with sys/i386/i386/microtime.s revision 1.31.
1997-09-01 10:42:43 +00:00
KATO Takenori
8532a0ba59
Synchronize with sys/i386/i386/machdep.c revision 1.260.
1997-09-01 10:42:03 +00:00
KATO Takenori
89325c4349
Synchronize with sys/i386/i386/userconfig.c revision 1.90.
1997-08-29 14:53:18 +00:00
KATO Takenori
4c7bdfd64b
Synchronize with sys/i386/conf/files.i386 and sys/i386/i386/trap.c
...
revisions 1.173 and 1.109, respectively.
1997-08-29 08:15:57 +00:00
KATO Takenori
6f468ee3e3
Synchronize with sys/i386/i386/machdep.c and trap.c revision 1.258 and
...
1.108, respectively.
1997-08-27 08:43:21 +00:00
KATO Takenori
9f23ef9d3c
Synchronize with sys/i386/i386/microtime.s revision up to 1.29.
1997-08-24 11:09:36 +00:00
KATO Takenori
463695c856
Synchronize with sys/i386/i386/userconfig.c and sys/i386/isa/clock.c
...
revisions 1.89 and 1.100, respectively.
1997-08-22 08:12:14 +00:00
KATO Takenori
3b17d7f08b
Synchronize with sys/i386/i386/machdep.c, trap.c and
...
sys/i386/isa/npx.c revisions 1.257, 1.107 and 1.52, respectively.
1997-08-21 10:13:12 +00:00
KATO Takenori
3a19895e49
Synchronize with sys/i386/i386/trap.c revision 1.106 and
...
sys/i386/isa/sio.c revision 1.175.
1997-08-20 10:25:21 +00:00
KATO Takenori
b2964d3a9e
Synchronize with sys/i386/i386/machdep.c, trapc and sys/i386/isa/npx.c
...
revisions 1.256, 1.105 and 1.51, respectively.
1997-08-18 11:30:05 +00:00
KATO Takenori
c031bb72c5
Synchronize with sys/i386/i386/userconfig.c revision 1.88.
1997-08-17 03:38:52 +00:00
KATO Takenori
4018397ff3
Synchronize with sys/i386/i386/trap.c revision 1.104.
1997-08-13 11:00:09 +00:00
KATO Takenori
7fb359d245
Synchronize with sys/i386/i386/userconfig.c revision 1.87.
1997-08-11 14:41:18 +00:00
KATO Takenori
66319037c9
Synchronize with sys/i386/i386/trap.c revision 1.103.
1997-08-10 10:53:49 +00:00
KATO Takenori
b47d57b784
Synchronize with sys/i386/i386/trap.c revisino 1.102.
1997-08-09 01:57:04 +00:00
KATO Takenori
f6601c421b
Synchronize with sys/i386/i386/machdep.c revision 1.255.
1997-08-09 01:56:34 +00:00
KATO Takenori
22ed4a0ab5
Synchronize with sys/i386/i386/machdep.c revision 1.254.
1997-08-06 09:43:45 +00:00
KATO Takenori
b8b1bfc496
Synchronize with sys/i386/i386/microtime.s revision 1.26.
1997-07-21 13:12:45 +00:00
KATO Takenori
2463359bc9
Synchronize with sys/i386/i386/machdep.c and trap.c revisions 1.253
...
and 1.101, respectively.
1997-07-21 13:04:54 +00:00
KATO Takenori
6c2fd1aa29
Synchronize with sys/i386/i386/microtime.s revision 1.25.
1997-07-20 11:56:48 +00:00
KATO Takenori
89a8492f8f
Synchronize with sys/i386/i386/machdep.c revision 1.252.
1997-06-30 09:58:39 +00:00
KATO Takenori
879210125e
Synchronize with following changes:
...
> Revision Changes Path
> 1.250 +1 -18 src/sys/i386/i386/machdep.c
> 1.48 +1 -7 src/sys/i386/conf/options.i386
> 1.251 +19 -46 src/sys/i386/i386/machdep.c
> 1.24 +2 -6 src/sys/i386/i386/microtime.s
> 1.100 +4 -15 src/sys/i386/i386/trap.c
> 1.46 +6 -7 src/sys/i386/isa/npx.c
1997-06-23 09:35:47 +00:00
KATO Takenori
5603173abd
Synchronize with sys/i386/i386/userconfig.c revision 1.86.
1997-06-23 09:31:58 +00:00
KATO Takenori
46060d269c
Synchronize with sys/i386/i386/machdep.c revision up to 1.249.
1997-06-15 16:35:13 +00:00
KATO Takenori
000b9f09d6
Synchronize with sys/i386/i386/machdep.c and trap.c revisions 1.247
...
and 1.99, respectively.
1997-06-09 13:38:21 +00:00
KATO Takenori
91097827d5
Synchronize with following files:
...
Revision Changes Path
> 1.165 +2 -1 src/sys/i386/conf/files.i386
> 1.246 +2 -1 src/sys/i386/i386/machdep.c
> 1.98 +2 -2 src/sys/i386/i386/trap.c
> 1.87 +2 -2 src/sys/i386/isa/clock.c
> 1.89 +2 -356 src/sys/i386/isa/isa.c
> 1.45 +2 -1 src/sys/i386/isa/npx.c
1997-06-02 15:45:40 +00:00
KATO Takenori
1ed2d1f6da
Synchronize with following changes:
...
> Revision Changes Path
> 1.97 +2 -1 src/sys/i386/i386/trap.c
> 1.86 +2 -1 src/sys/i386/isa/clock.c
> 1.88 +2 -1 src/sys/i386/isa/isa.c
> 1.44 +3 -2 src/sys/i386/isa/npx.c
1997-05-31 12:43:17 +00:00
KATO Takenori
c979eb2809
Synchronize with sys/i386/i386/microtime.s revision 1.23.
1997-05-30 10:00:58 +00:00
KATO Takenori
331bf60dc9
Synchronize with sys/i386/i386/trap.c revision 1.96.
1997-05-30 09:59:11 +00:00
KATO Takenori
93a6f2b1bf
Synchronize with sys/i386/i386/machdep.c revision up to 1.245.
1997-05-28 09:16:19 +00:00
KATO Takenori
a52949433c
Synchronize with sys/i386/i386/machdep.c revision 1.242.
1997-05-23 10:17:05 +00:00
KATO Takenori
fff65794d9
Synchronize with sys/i386/i386/machdep.c revision 1.241.
1997-05-12 12:56:50 +00:00
KATO Takenori
9f70eea59b
Synchronize with sys/i386/i386/machdep.c revision 1.240.
1997-05-08 09:34:16 +00:00
KATO Takenori
d6c4281f11
Synchronize with sys/i386/i386/trap.c revision 1.95.
1997-05-08 09:31:08 +00:00
KATO Takenori
a98486e305
Synchronize with sys/i386/i386/trap.c revision 1.94.
1997-05-05 13:12:52 +00:00
KATO Takenori
e1ee467aaf
Merge SMP code from IBM-PC tree into PC-98 tree.
1997-04-27 13:22:09 +00:00
KATO Takenori
aae8fb345f
Synchronize with sys/i386/conf/Makefile.i386, sys/i386/i386/machdep.c
...
and sys/i386/isa/npx.c revisions 1.94, 1.238 and 1.41, respectively.
1997-04-22 12:20:50 +00:00
KATO Takenori
ebcf3d327b
Synchronize with sys/i386/i386/trap.c revision 1.92.
1997-04-15 11:49:00 +00:00
KATO Takenori
a6a8345e27
Synchronize with sys/i386/i386/machdep.c revision 1.237.
1997-04-13 06:02:52 +00:00
KATO Takenori
2083cff23d
Synchronize with sys/i386/i386{machdep.c,trap.c} revisions 1.236 and
...
1.91, respectively.
1997-04-07 11:00:48 +00:00
KATO Takenori
90bdaac7f9
Synchronize with sys/i386/i386/trap.c revision 1.89.
1997-04-06 11:49:46 +00:00
David Greenman
9caaadb63a
Changed the way that the exec image header is read to be filesystem-
...
centric rather than VM-centric to fix a problem with errors not being
detectable when the header is read.
Killed exech_map as a result of these changes.
There appears to be no performance difference with this change.
1997-03-31 11:11:26 +00:00
KATO Takenori
f37dd3ba03
Synchronize with sys/i386/i386/machdep.c revision 1.233.
1997-03-29 02:48:49 +00:00
KATO Takenori
e0762592a1
Synchronize with sys/i386/i386/machdep.c revision 1.232.
1997-03-26 07:03:30 +00:00
Bruce Evans
3a32c6706b
Don't include <sys/ioctl.h> in the kernel. Stage 9: same changes
...
in pc98 as in isa.
1997-03-24 12:29:48 +00:00
KATO Takenori
4c024bbdf8
Improved CPU identification and initialization routines. This
...
supports All Cyrix CPUs, IBM Blue Lightning CPU and NexGen (now AMD)
Nx586 CPU, and initialize special registers of Cyrix CPU and msr of
IBM Blue Lightning CPU.
If revision of Cyrix 6x86 CPU < 2.7, CPU cache is enabled in
write-through mode. This can be disabled by kernel configuration
options.
Reviewed by: Bruce Evans <bde@freebsd.org> and
Jordan K. Hubbard <jkh@freebsd.org>
1997-03-22 18:54:54 +00:00
KATO Takenori
38f8e5fbc7
Synchronize with sys/i386/i386/userconfig.c revision 1.85.
1997-03-15 15:44:05 +00:00
KATO Takenori
078e650eb4
Synchronize with sys/i386/i386/userconfig.c revision 1.84.
1997-03-11 16:19:55 +00:00
KATO Takenori
f3af5d6cd0
Synchronize with sys/i386/i386/machdep.c revision 1.229.
1997-02-25 16:36:48 +00:00
Peter Wemm
6875d25465
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
...
ready for it yet.
1997-02-22 09:48:43 +00:00
KATO Takenori
6ed46f82d8
Synchronize with Lite/2 commit: i386/i386/machdep.c, i386/i386/trap.c,
...
i386/isa/fd.c and i386/isa/wd.c revisions 1.227, 1.87, 1.96 and 1.123,
respectively.
1997-02-10 11:53:20 +00:00
KATO Takenori
0e5d7a6941
Synchronize with sys/i386/i386/locore.s revision 1.80.
1997-01-31 11:23:18 +00:00
KATO Takenori
6d5d69845a
Change default I/O recovery time for Cyrix 5x86 to 0. The BIOS
...
Writers Guide mentions that IORT should be 0 for errata fix.
1997-01-25 10:37:03 +00:00
KATO Takenori
1817f78ea0
Synchronize with sys/i386/i386/machdep.c rev. 1.226.
1997-01-25 06:42:19 +00:00
KATO Takenori
30fcb6026c
Synchronize with sys/i386/i386/trap.c revision 1.86.
1997-01-23 08:39:59 +00:00
KATO Takenori
f533d5bfe1
Re-construct PC-98 code of device_infor[] entries. Enabled all
...
devices which was #ifndef PC98'ed. This makes diff small between
i386/i386/userconfig.c and pc98/i386/userconfig.c.
1997-01-18 15:59:46 +00:00
KATO Takenori
ece9035f43
Synchronize with sys/i386/i386/machdep.c (revision 1.225).
1997-01-18 10:21:45 +00:00
KATO Takenori
caff639262
Synchronize with sys/i386/i386/userconfig.s (revision 1.82).
1997-01-18 10:16:02 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
KATO Takenori
14c138a505
Synchronize with sys/i386/i386/userconfig.c revision 1.80.
1997-01-13 12:32:09 +00:00
KATO Takenori
97fcf1ddb2
Fix typo.
1997-01-11 08:59:45 +00:00
KATO Takenori
079e6754a1
Change initialize routine of Cyrix 5x86 CPU.
...
- Turn off BTB (Branch Target Buffer) because the BTB makes system
unstable on some machines. The BTB feature can be enabled if
"options BTB_EN" is added in kernel a configuration file.
- Change comment.
- Reorder `orb XX,%al's.
- Reset NMI F/F (mask NMI) before setting registers, and set it after
setting them. Normally, this change has no effect.
1997-01-11 07:14:35 +00:00
KATO Takenori
cbecba19cc
Synchronize with sys/i386/i386/machdep.c revision 1.223 (clean-up of
...
useracc call).
1996-12-29 08:10:30 +00:00
KATO Takenori
eb94d127fd
Synchronize with sys/i386/i386/userconfig.c revision 1.79 (cosmetic
...
change).
1996-12-24 11:44:33 +00:00
KATO Takenori
ed933d0050
Synchronize with sys/i386/i386/trap.c revision 1.84 (handle
...
copyin/out/etc code).
1996-12-19 08:27:33 +00:00
KATO Takenori
c463389910
Delete comment for "sbic" driver.
...
2.2 candidate.
1996-12-18 20:54:22 +00:00
KATO Takenori
1dbf6ded7b
Sync with sys/i386/i386/userconfig.c revision 1.78 (amd driver entry).
1996-12-18 20:52:31 +00:00
KATO Takenori
a3e2897cd4
Sync with sys/i386/i386/machdep.c revision 1.222 (move printing of
...
BIOS geometry).
1996-12-18 20:50:44 +00:00
KATO Takenori
aacc3ca391
Sync with i386/i386/userconfig.c revision 1.77 (I/O port limit).
1996-12-17 13:29:05 +00:00
KATO Takenori
f605549c19
Sync with i386/i386/machdep.c revision 1.221 (fix nbuf calculation).
1996-12-17 13:26:17 +00:00
KATO Takenori
e5ff55e4d8
Synchronize with sys/i386/i386/userconfig.s revision 1.76 (update
...
comment for "ncr" SCSI controllers).
1996-12-16 17:36:48 +00:00
KATO Takenori
c9cfeed054
Fix typo.
1996-12-15 10:07:09 +00:00
KATO Takenori
7c9e95434e
Synchronize with sys/i386/i386/userconfig.c revison 1.74.
...
Definite 2.2 candidate.
1996-12-15 09:37:43 +00:00
KATO Takenori
fbec974b94
Synchronize with sys/i386/i386/userconfig.c revision 1.72 and 1.73.
1996-12-15 09:35:49 +00:00
KATO Takenori
cc48749980
Synchronize with sys/i386/i386/machdep.c revision 1.220.
...
Definite 2.2 candidate.
1996-12-15 09:18:48 +00:00
KATO Takenori
54c5d00f71
Synchronize with sys/i386/i386/machdep.c revision 1.219.
...
2.2 candidate.
1996-12-12 13:10:50 +00:00
KATO Takenori
0a44b61dc5
Sync with sys/i386/i386/machdep.c revision 1.218.
...
It's not 2.2 candidate.
1996-12-11 16:51:15 +00:00
KATO Takenori
7efdf00874
Synchronize with IBM-PC's userconfig.c revision 1.71.
...
Should not be in 2.2 until original change is merged into 2.2.
1996-12-09 15:21:04 +00:00
KATO Takenori
b0c23b0c8e
Synchronize with sys/i386/i386/machdep.c revision 1.217.
...
This should not be in 2.2 until original change is merged.
1996-12-06 19:51:49 +00:00
Satoshi Asami
7a8e4111ee
Syncronize.
...
Submitted by: The FreeBSD(98) Development Team
1996-12-04 04:36:59 +00:00
Satoshi Asami
f48465862b
Synchronize with the RELENG_2_2 branch.
...
Definite 2.2 candidate.
Submitted by: The FreeBSD(98) Development Team
1996-12-04 04:21:30 +00:00
Bruce Evans
4eb73cdaff
Removed all references to b_cylinder (aka b_cylin). It was evil and
...
hasn't been used for a year or two since disksort() started sorting
on b_pblkno.
1996-12-01 16:34:41 +00:00
Satoshi Asami
3c6350967c
Another round of resync and some added sound support.
...
sys/pc98/i386/machdep.c: sync with i386/i386/machdep.c
sys/pc98/conf/options.pc98: sync with i386/conf/options.i386
sys/i386/isa/sound: DMA auto initialize mode support for PC98.
contributed by: Akio Morita <amorita@bird.scphys.kyoto-u.ac.jp>
Definite 2.2 material, I believe.
Submitted by: The FreeBSD (98) Development Team
1996-11-13 02:00:17 +00:00
Satoshi Asami
6b2f48440f
Re-sync with -current. Should be in 2.2.
...
Submitted by: The FreeBSD(98) Development Team
1996-11-09 00:39:59 +00:00
Satoshi Asami
ce8ba0cdf6
The last update/merge of PC98 stuff before 2.2. The whole
...
pc98/pc98/sound directory has vanished now!
Submitted by: FreeBSD(98) Development Team
1996-11-02 10:41:28 +00:00
Satoshi Asami
e30f001135
More merge and update.
...
(1) deleted #if 0
pc98/pc98/mse.c
(2) hold per-unit I/O ports in ed_softc
pc98/pc98/if_ed.c
pc98/pc98/if_ed98.h
(3) merge more files by segregating changes into headers.
new file (moved from pc98/pc98):
i386/isa/aic_98.h
deleted:
well, it's already in the commit message so I won't repeat the
long list here ;)
Submitted by: The FreeBSD(98) Development Team
1996-10-30 22:41:46 +00:00
Satoshi Asami
4d2d765487
Another round of merge/updates.
...
(1) Add #ifdef PC98:
sys/pc98/boot/biosboot/boot2.S
(2) Fix bug that made it impossible to boot from sd's other than unit 0:
sys/pc98/boot/biosboot/sys.c
(3) Delete redundant $Id$:
sys/pc98/pc98/clock.c (reject$B$5$l$k$+$b$7$l$J$$(B)
(4) unt -> u_int:
sys/pc98/pc98/if_ed.c
(5) Add support for rebooting by the hot-key sequence:
sys/pc98/pc98/kbdtables.h
(6) Display now looks like PC/AT version:
sys/pc98/pc98/npx.c
(7) Change comment to match that of PC/AT version:
sys/pc98/pc98/pc98.c
(8) Add function prototypes:
sys/pc98/pc98/pc98_machdep.c
(9) Include PC98 headers:
sys/pc98/pc98/sound/adlib_card.c
sys/pc98/pc98/sound/audio.c
sys/pc98/pc98/sound/dev_table.c
sys/pc98/pc98/sound/dmabuf.c
sys/pc98/pc98/sound/midi_synth.c
sys/pc98/pc98/sound/midibuf.c
sys/pc98/pc98/sound/opl3.c
sys/pc98/pc98/sound/oatmgr.c
sys/pc98/pc98/sound/sb16_dsp.c
sys/pc98/pc98/sound/sb16_midi.c
sys/pc98/pc98/sound/sb_card.c
sys/pc98/pc98/sound/sb_dsp.c
sys/pc98/pc98/sound/sb_midi.c
sys/pc98/pc98/sound/sb_mixer.c
sys/pc98/pc98/sound/sequencer.c
sys/pc98/pc98/sound/sound_config.h
sys/pc98/pc98/sound/sound_switch.c
sys/pc98/pc98/sound/soundcard.c
sys/pc98/pc98/sound/sys_timer.c
(10) Merge in PC98 changes:
sys/i386/isa/sound/os.h
(11) Deleted as result of 9. and 10. above:
sys/pc98/pc98/sound/ad1848_mixer.h
sys/pc98/pc98/sound/aedsp16.c
sys/pc98/pc98/sound/coproc.h
sys/pc98/pc98/sound/finetune.h
sys/pc98/pc98/sound/gus_hw.h
sys/pc98/pc98/sound/gus_linearvol.h
sys/pc98/pc98/sound/hex2hex.h
sys/pc98/pc98/sound/mad16.h
sys/pc98/pc98/sound/midi_ctrl.h
sys/pc98/pc98/sound/midi_synth.h
sys/pc98/pc98/sound/opl3.h
sys/pc98/pc98/sound/os.h
sys/pc98/pc98/sound/pas.h
sys/pc98/pc98/sound/sb_mixer.h
sys/pc98/pc98/sound/soundvers.h
sys/pc98/pc98/sound/tuning.h
Submitted by: The FreeBSD(98) Development Team
1996-10-29 08:37:02 +00:00
Satoshi Asami
4f3d818c12
Another round of merge.
...
(1) Bug fix (pass boot drive):
pc98/boot/biosboot/boot2.S
(2) Delete code for unsupported high-resolution modes and move old
Epson notebook code to epsonio.h:
pc98/boot/biosboot/io.c
pc98/i386/vm_machdep.c
pc98/pc98/fd.c
pc98/pc98/pc98.c
pc98/pc98/pc98.h
pc98/pc98/epsonio.h (new)
(3) Change aic driver so that PCMCIA cards (I/O port same as PC/AT)
and PC-9801-100 cards can be selected with a flag in kernel config
file:
pc98/pc98/aic6360.c
pc98/pc98/aic_98.h (new)
(4) Fix wcd entry (it was broken). Delete mcd, it doesn't work on
98. Change aic entry according to above:
pc98/conf/GENERIC98
(5) Move pc98_machdep.c to top of files in pc98/pc98:
pc98/conf/files.pc98
(6) Delete empty lines:
pc98/i386/locore.s
(7) Fix (it didn't work if I586 was specified):
pc98/pc98/clock.c
(8) Staticize:
pc98/pc98/pc98_machdep.c
(9) Enable workaround for Cyrix bug for 5x86 also:
pc98/i386/machdep.c
pc98/i386/trap.c
All the above deletes this file too:
pc98/i386/pmap.c
(phew!)
Submitted by: The FreeBSD(98) Development Team
1996-10-23 07:25:35 +00:00
Satoshi Asami
dffcea8d5f
Another round of updates. Highlights:
...
(1) Merged i386/i386/sb.h, deleted pc98/pc98/sb.h.
(2) pc98/conf/GENERIC8 looks more like i386/conf/GENERIC now.
(3) Fixed display bug in pc98/boot/biosboot/io.c.
(4) Prepare to merge memory allocation routines:
pc98/i386/locore.s
pc98/i386/machdep.c
pc98/pc98/pc98_machdep.c
pc98/pc98/pc98_machdep.h
(5) Support new board "C-NET(98)":
pc98/pc98/if_ed98.h
pc98/pc98/if_ed.c
(6) Make sure FPU is recognized for non-Intel CPUs:
pc98/pc98/npx.c
(7) Do not expect bss to be zero-allocated:
pc98/pc98/pc98.c
Submitted by: The FreeBSD(98) Development Team
1996-10-09 21:47:16 +00:00
Bruce Evans
c20b324bb6
Put I*86_CPU defines in opt_cpu.h.
1996-10-09 19:47:44 +00:00
Satoshi Asami
0e408c25a1
Another round of merge/update.
...
(1) Add PC98 support to apm_bios.h and ns16550.h, remove pc98/pc98/ic
(2) Move PC98 specific code out of cpufunc.h (to pc98.h)
(3) Let the boot subtrees look more alike
Submitted by: The FreeBSD(98) Development Team
<freebsd98-hackers@jp.freebsd.org>
1996-09-12 11:12:18 +00:00
Satoshi Asami
29dde1ef71
More merge. Change "pc98" to "isa" in a few places. Misc. cleanup.
...
Add some more devices to userconfig.c.
Submitted by: The FreeBSD(98) Development Team
1996-09-10 09:39:22 +00:00
Satoshi Asami
c9da8434ea
Yet another merge. Remove support.s by deleting memcopy. Remove
...
autoconf.c by merging icu.h. Fix a couple of typos.
Submitted by: The FreeBSD(98) Development Team.
1996-09-07 02:14:47 +00:00
Satoshi Asami
30cb1d45ae
More merge.
...
(1) Remove mk30line (moved to /usr/sbin, but not in our source tree yet)
(2) Delete unneeded (well, harmful now :) code to prohibit #including
of isa_device.h from PC98 sources.
(3) Remove files now equal to their ISA/PC-AT counterparts.
Submitted by: The FreeBSD(98) Development Team
1996-09-04 09:52:31 +00:00
Satoshi Asami
1225e2435d
Second phase of merge, get rid of more machine-independent-dependencies.
...
Get rid of pc98/pc98/pc98_device.h.
Submitted by: The FreeBSD(98) Development Team
1996-09-03 10:24:29 +00:00
Satoshi Asami
b316c8b2a7
s/pc98/isa/g in struct *_device and *_driver. Resync along the way.
...
Submitted by: The FreeBSD(98) Development Team
1996-08-31 15:07:42 +00:00
Satoshi Asami
91eb961985
Re-sync with the state of PC98 world. This will be the last commit before
...
we start merging things in earnest...
Submitted by: The FreeBSD(98) Development Team
1996-08-30 10:43:14 +00:00
Satoshi Asami
92b4f2e0df
Update to current state of PC98 world.
...
Submitted by: The FreeBSD(98) development team
1996-07-23 07:46:59 +00:00
Satoshi Asami
4c7278c696
The PC98-specific files.
...
Ok'd by: core
Submitted by: FreeBSD(98) development team
1996-06-14 10:04:54 +00:00