kato
83e223ac3a
Sync with current sc driver in sys/i386/isa.
...
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-12-16 14:57:38 +00:00
kato
74bccae1f5
Oops, I forgot to commit two diffs to fe driver.
1998-12-15 15:56:37 +00:00
kato
f6ffb5f371
Sync with sys/i386/conf/options.i386 revision 1.95.
1998-12-14 08:52:20 +00:00
kato
5e147a437f
Sync with sys/i386/conf/Makefile.i386 revision 1.130.
1998-12-08 08:19:45 +00:00
kato
d03df64f09
Sync with sys/i386/conf/optins.i386 revision 1.94.
1998-12-05 09:20:53 +00:00
kato
ed974eeb5e
Sync with sys/i386/conf/SMP-GENERIC revision 1.23.
1998-12-05 09:19:30 +00:00
kato
d4c118a3b6
Sync with sys/i386/conf/GENERIC revision 1.133.
1998-12-05 09:17:31 +00:00
kato
118a0c7f05
Sync with sys/i386/conf/majors.i386 revision 1.93.
1998-12-04 14:41:32 +00:00
kato
9361e2758c
Sync with sys/i386/conf/majors.i386 revision up to 1.55.
1998-12-04 14:39:29 +00:00
kato
72f8d0d43a
- 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
c25848d0c3
Sync with sys/i386/conf/majors.i386 revision up to 1.53.
1998-12-02 08:02:41 +00:00
kato
f35e92b7ca
Reorder entries of ed drivers. Many NICs can be automatically
...
detected, even though a user doesn't disable unused entries with
userconfig.
Submitted by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp>
1998-11-25 11:00:31 +00:00
kato
19f702d89c
Cosmetic change.
1998-11-25 10:53:21 +00:00
kato
882d7baeed
Sync with sys/i386/conf/options.i386 revision 1.92.
1998-11-16 08:11:58 +00:00
kato
f58fca0aa7
Sync with sys/i386/conf/Makefile.i386 revision 1.129.
1998-11-16 08:09:16 +00:00
kato
8ef2fc9dde
Sync with sys/i386/conf/GENERIC revision 1.131.
1998-11-13 08:18:44 +00:00
kato
0050d4f63e
Sync with sys/i386/conf/options.i386 revision 1.91.
1998-11-06 08:07:00 +00:00
kato
5eb454064e
Sync with sys/i386/conf/Makefile.i386 revision 1.128.
1998-11-06 08:06:32 +00:00
des
d6ccde6698
Back out previous commit. The bpfilter -> bpf transition will have to be a
...
flag day unless we can hack config(8) to smooth things over.
1998-11-03 22:01:22 +00:00
des
b38e7f90e1
Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legal
...
and will stick around for a while.
1998-11-03 21:12:20 +00:00
kato
f09370e8b5
Sync with sys/i386/conf/Makefile.i386 revision 1.127.
1998-10-28 10:48:37 +00:00
bde
4622a6c44b
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Don't quote port names that don't have a digit in them.
1998-10-22 16:16:02 +00:00
kato
c3cf05a4e9
Added rl driver.
1998-10-22 11:29:58 +00:00
kato
4bd11d7633
Commented out aic.
1998-10-18 15:55:20 +00:00
kato
2aa1d02474
Update SMP-GENERIC98 to something a bit more recent based on GENERIC98.
1998-10-18 14:02:43 +00:00
kato
d42fb5118d
Sync with sys/i386/conf/GENERIC revision 1.125.
1998-10-18 13:58:16 +00:00
kato
fabfe75171
Commented out bs driver.
1998-10-16 16:22:35 +00:00
kato
3280e5edc1
Commented out aic driver.
1998-10-13 08:14:33 +00:00
kato
5a6728bf1c
Sync with sys/i386/conf/files.i386 revision 1.206.
1998-10-11 15:02:49 +00:00
kato
8320823f1d
Sync with sys/i386/conf/Makefile.i386 revision 1.126.
1998-10-11 15:01:40 +00:00
kato
7ac2f16053
Sync with sys/i386/conf/GENERIC revision 1.124.
1998-10-11 15:00:24 +00:00
kato
57d35933f2
Oops, discard my previous commits becase sumitted code is for RELENG_2_2.
1998-10-08 17:16:41 +00:00
kato
7dc0c1a3d6
Add entry for EtherEZ98 and Access/PC N98C+ cards.
...
Reviewed by: kato
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
1998-10-08 17:07:44 +00:00
kato
e52e6a8d2c
Sync with sys/i386/conf/GENERIC revision up to 1.123.
1998-10-08 12:10:07 +00:00
kato
5c811970f9
- Implement enabling write allocate on AMD K5/K6/K6-2 cpus.
...
The code was originaly contributed by Kelly Yancey
<kbyanc@freedomnet.com> in PR i386/6269 and revised by Akio Morita
<amorita@meadow.scphys.kyoto-u.ac.jp> and me. Test was performed by
Akio Morita and Toshiomi Moriki <moriki@db.is.kyushu-u.ac.jp>.
- Fix stylistic bug in identcpu.c.
- Update copyright in initcpu.c
- Fix typo in LINT.
PR: 6269 and 6270
1998-10-06 13:16:29 +00:00
kato
8f5329d4b7
Sync with sys/i386/conf/Makefile.i386 revision 1.125.
1998-10-05 08:57:17 +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
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
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
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
0898a9b746
Sync with sys/i386/conf/Makefile.i386 revision 1.123.
1998-09-16 08:04:40 +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
766d462097
Deleted DDB and DIAGNOSTIC options.
1998-09-15 08:25:09 +00:00
kato
8c81f46123
Sync with sys/i386/confMakefile.i386 revision 1.122.
1998-09-15 03:49:43 +00:00
kato
820f277752
Sync with sys/i386/conf/majors.i386 revision 1.48.
1998-09-14 10:43:26 +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
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
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
b45aef6312
Delete dpt driver.
1998-08-19 02:41:51 +00:00
kato
27e9e805e9
Sync with sys/i386/conf/majors.i386 revision 1.45.
1998-08-10 16:54:47 +00:00
kato
6735f4763b
Sync with sys/i386/conf/options.i386 revision up to 1.84.
1998-08-10 16:54:09 +00:00
kato
e0b43fcc69
Sync with sys/i386/conf/files.i386 and majors.i386 revisions 1.200 and
...
1.44, respectively.
1998-08-07 11:52:19 +00:00
kato
f114fd095b
Sync with sys/i386/conf/files.i386 revision 1.199.
1998-07-21 12:07:02 +00:00
kato
2067ddc1f9
Sync with sys/i386/conf/Makefile.i386 revision 1.117.
1998-07-12 14:30:54 +00:00
kato
a0a2d09076
Sync with sys/i386/conf/options.i386 revision 1.82.
1998-07-02 12:40:01 +00:00
kato
110135302e
Sync with sys/i386/conf/Makefile.i386 revision 1.115.
1998-06-25 10:49:49 +00:00
kato
d8d1f07ea9
Sync with sys/i386/conf/Makefile.i386 revision 1.114.
1998-06-17 16:30:53 +00:00
kato
3dd20fc6df
Sync with sys/i386/isa/conf/files.i386 revision 1.198.
1998-06-17 09:26:23 +00:00
kato
b4a37e244c
Make LINE30 a new style option.
1998-06-06 05:25:37 +00:00
kato
3b0eeaf8e1
Make BS_TARG_SAFEMODE a new style option.
1998-06-06 05:21:56 +00:00
kato
86239ccc94
Sync with sys/i386/conf/GENERIC revision 1.110.
1998-06-05 08:29:55 +00:00
kato
82c8a95229
Sync with sys/i386/conf/majors.i386 revision 1.43.
1998-05-29 13:34:22 +00:00
kato
11764c9d32
Fixed missing semicolon and added space before semicolon.
...
Noticed by: Toshikazu Kaho <kaho@elam.kais.kyoto-u.ac.jp>
1998-05-25 09:57:34 +00:00
kato
865799a2ee
Sync with sys/i386/conf/Makefile.i386 revision 1.113.
1998-05-23 07:45:54 +00:00
kato
96477d248e
Sync with sys/i386/conf/GENERIC revision 1.109.
1998-05-21 09:22:03 +00:00
kato
58e53bec0e
Sync with sys/i386conf/majors.i386 revision 1.42.
1998-05-14 12:42:11 +00:00
kato
9509d21464
Sync with sys/i386/conf/majors.i386 revision 1.41.
1998-05-13 10:40:32 +00:00
kato
17f8aefccb
Sync with sys/i386/conf/options.i386 revision 1.78.
1998-05-12 09:31:44 +00:00
kato
3a662d3414
Sync with sys/i386/conf/majors.i386 revision 1.40.
1998-05-12 09:31:12 +00:00
kato
da46d40623
Deleted unused item.
1998-05-05 13:19:34 +00:00
kato
7096376a27
Added amd controller to support MELCO IFC-DP SCSI card.
1998-05-04 08:48:23 +00:00
kato
03e1d14891
Added SMP kernel configuration file for PC-98 machine.
1998-05-04 07:58:36 +00:00
kato
6bcae43cf0
System clock speed is always detected automatically.
1998-05-04 07:47:33 +00:00
imp
307c5832d7
Use ${.TARGET} rather than $@. i386 tested, pc98 untested because config
...
on my box doesn't grok machine type pc98.
PR: 3272
Submitted by: jhs
1998-04-29 18:21:35 +00:00
kato
68daaf494d
Sync with sys/i386/conf/GENERIC revision 1.108.
1998-04-25 04:27:15 +00:00
kato
d272f774b9
Sync with sys/i386/conf/majors.i386 revision 1.39.
1998-04-22 13:35:21 +00:00
kato
29088df8fe
Commented out ide_pci.c.
...
Reviewed by: kato
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-04-20 13:54:47 +00:00
kato
338316476f
Sync with sys/i386/conf/options.i386 revision 1.77.
1998-04-20 13:52:44 +00:00
kato
19f503b193
Sync with sys/i386/conf/files.i386 revision 1.197.
1998-04-20 13:52:13 +00:00
kato
73c489feda
Sync with sys/i386/conf/majors.i386 revision 1.37.
1998-04-18 05:09:50 +00:00
kato
397aae0199
Sync with sys/i386/conf/Makefile.i386 revision 1.109.
1998-04-18 05:07:43 +00:00
kato
eeffdd2af8
Sync with sys/i386/conf/Makefile.i386 revision 1.108.
1998-04-16 16:34:09 +00:00
kato
7354b70a08
Sync with sys/i386/conf/files.i386 revision 1.196.
1998-04-07 09:08:27 +00:00
kato
142623e0c8
- Use existing file (psm.c) though the driver does not work under
...
PC-98 arch.
- Merge the change in sys/i386/conf/files.i386 revision from 1.187 to
1.188.
1998-03-30 12:36:16 +00:00
kato
e889d84970
Sync with sys/i386/conf/files.i386 revision 1.195.
1998-03-24 08:26:02 +00:00
kato
890e12c6b0
Make EPSON_BOUNCEDMA a new-style option.
1998-03-17 09:11:03 +00:00
kato
df9fb1b269
Sync with sys/i386/conf/files.i386 revision 1.194.
1998-03-14 02:31:00 +00:00
kato
d22a6647c4
Sync with sys/i386/conf/options.i386 revision 1.76.
1998-03-10 12:48:57 +00:00
kato
aee7de20d9
Make FPU_ERROR_BROKEN a new-style option.
1998-03-09 10:17:13 +00:00
kato
3faa601edb
Sync with sys/i386/conf/majors.i386 revision 1.36.
1998-02-27 15:20:07 +00:00
kato
d8d81bef89
Sync with sys/i386/conf/majors.i386 revision 1.35.
1998-02-26 03:22:05 +00:00
kato
45b2a4d4cc
Sync with sys/i386/conf/files.i386 revision 1.193.
1998-02-26 03:21:41 +00:00
kato
4ab5bc5b35
Make pc98 options new-style.
1998-02-21 16:17:55 +00:00
kato
b0ef8a614f
Sync with sys/i386/conf/options.i386 revision 1.21.
1998-02-21 15:50:26 +00:00
kato
f10be05422
Sync with sys/i386/conf/majors.i386 revision 1.34.
1998-02-21 15:49:45 +00:00
kato
ba92eeba5a
Sync with sys/i386/conf/files.i386 revision 1.192.
1998-02-21 15:49:03 +00:00
kato
86b152d3d4
Sync with sys/i386/conf/majors.i386 revision 1.33.
1998-02-20 12:24:18 +00:00
kato
cd314fdf31
Sync with sys/i386/conf/majors.1.31.
1998-02-19 08:43:25 +00:00
kato
eb60d56d75
Sync with sys/i386/conf/files.i386 revision 1.191.
1998-02-19 08:42:57 +00:00
kato
6d2de5b15e
Sync with sys/i386/conf/majors.i386 revision 1.29.
1998-02-18 12:34:32 +00:00
kato
21ccba9ccc
Sync with sys/i386/conf/files.i386 revision 1.190.
1998-02-18 12:34:01 +00:00
kato
2702289bfe
Sync with sys/i386/conf/devices.i386 revision 1.13.
1998-02-18 12:33:34 +00:00
kato
42dfb562ab
Sync with sys/i386/conf/GENERIC revision 1.107.
1998-02-17 08:29:49 +00:00
kato
63d666f2ce
Sync with sys/i386/conf/files.i386 revision 1.189.
1998-02-16 09:38:37 +00:00
kato
5d5aad2b7b
Sync with sys/i386/conf/GENERIC revision 1.106.
1998-02-16 09:37:57 +00:00
kato
a0c428b214
Sync with sys/i386/conf/majors.i386 revision 1.27.
1998-02-14 08:40:09 +00:00
kato
e50588385a
Sync with sys/i386/conf/majors.i386 revision 1.26.
1998-02-13 16:57:31 +00:00
kato
8c6334b4b9
Sync with sys/i386/conf/options.i386 revision 1.72.
1998-02-12 08:15:51 +00:00
kato
0c1ad0fcbb
Added entry of 16-bits bus lnc card.
...
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
1998-02-10 03:25:08 +00:00
kato
eac247a369
Sync with sys/i386/conf/options.i386 revision 1.71.
1998-02-04 10:22:05 +00:00
kato
3a62eec8e4
Cosmetic changes (indentation, reordering and using existing file name).
...
Pointed by: Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
1998-02-02 07:55:31 +00:00
kato
5c2b29940b
Sync with sys/i386/conf/files.i386 revision 1.69.
...
Pointed by: KAHO Toshikazu <kaho@rocky.kais.kyoto-u.ac.jp>
Forgotten by: kato
1998-02-02 07:50:12 +00:00
kato
3a6101c511
Added tx driver.
...
Pointed-out by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-02-01 11:42:55 +00:00
kato
4a7bba0442
Sync with sys/i386/conf/options.i386 revision 1.70.
1998-01-31 14:10:14 +00:00
kato
8d888fd611
Sync with sys/i386/conf/Makefile.i386 revision 1.107.
1998-01-31 13:45:28 +00:00
kato
83321c495e
Sync with sys/i386/confi/files.i386, majors.i386 and options.i386
...
revisions 1.187, 1.25 and 1.68, respectively.
1998-01-26 09:17:43 +00:00
kato
d9c8ef59e8
Sync with sys/i386/conf/options.i386 revision 1.67.
1998-01-25 09:45:38 +00:00
kato
165df64258
Sync with sys/i386/conf/GENERIC revision 1.105.
1998-01-25 02:22:04 +00:00
kato
f627fa9f0d
Sync with sys/i386/conf/files.i386 revision 1.186.
1998-01-18 15:09:34 +00:00
kato
7e8978b15f
Sync with sys/i386/conf/files.i386 revision 1.12.
1998-01-18 15:09:05 +00:00
kato
708821cd86
Sync with sys/i386/conf/majors.i386 revision 1.24.
1998-01-18 15:08:34 +00:00
kato
7f23b2dc4a
Sync with sys/i386/conf/files.i386 revision 1.185.
1998-01-15 15:09:00 +00:00
kato
8137930038
Fix I/O port address of ed8.
...
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
1998-01-15 08:17:13 +00:00
kato
205070c064
Added comment on fe0 and fe1. Added fe1 fro C-NET(98)P2 and
...
C-NET(9N)E NICs.
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
1998-01-15 08:12:23 +00:00
kato
0d05a1344b
Sync with sys/i386/conf/GENERIC revision 1.102.
1998-01-12 15:37:38 +00:00
kato
c1a394c6e7
Sync with sys/i386/conf/files.i386 revision 1.184.
1998-01-09 08:49:43 +00:00
kato
743267f016
Sync with sys/i386/conf/files.i386 revision 1.183.
1998-01-06 13:47:54 +00:00
kato
24650f8d03
Sync with sys/i386/conf/options.i386 revision 1.66.
1997-12-29 16:17:59 +00:00
phk
cadc59e511
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
6a523666f7
Sync with sys/i386/conf/Makefile.i386 revision 1.106.
1997-12-20 02:37:55 +00:00
kato
dce0dc136e
Sync with sys/i386/conf/files.i386 revision 1.182.
1997-12-14 12:30:54 +00:00
kato
9c8df1263b
Sync with sys/i386/conf/files.i386, majors.i386 and options.i386
...
revisions 1.181, 1.23 and 1.64, respectively.
1997-12-10 09:28:59 +00:00
kato
c1ffa334bd
Sync with sys/i386/conf/options.i386 revision 1.63.
1997-12-05 11:51:29 +00:00
kato
a4d6fae045
Sync with sys/i386/conf/files.i386 revision 1.180.
1997-12-02 08:20:34 +00:00
kato
fd0b5d3750
Sync with sys/i386/conf/files.i386 revision 1.179.
1997-11-27 10:14:54 +00:00
kato
97136206e7
Sync with sys/i386/conf/majors.i386 revision up to 1.22.
1997-11-19 11:34:22 +00:00
kato
a354c4cbb3
Sync with sys/i386/conf/majors.i386 revision 1.20.
1997-11-10 13:46:38 +00:00
kato
363a7ddf85
Sync with sys/i386/conf/Makefile.i386 revision 1.105.
1997-11-06 09:51:34 +00:00
kato
80e26d12da
Sync with sys/i386/conf/Makefile.i386 revision 1.104.
1997-11-04 12:58:20 +00:00
jseger
1f886000f4
Change comments about ijppp to iijppp.
...
PR: conf/4905
Submitted by: takas-su@is.aist-nara.ac.jp
1997-10-31 22:10:09 +00:00
kato
0be80e84d3
Synchronize with sys/i386/conf/files.i386 revision 1.178.
1997-10-28 14:29:23 +00:00
kato
35580c3b16
Synchronize with sys/i386/conf/GENERIC revision 1.100.
1997-10-28 09:09:05 +00:00
kato
db7b02e8dc
Synchronize with sys/i386/conf/GENERIC and majors.i386 revisions 1.99
...
and 1.19, respectively.
1997-10-27 10:57:58 +00:00
kato
9a2112298f
Synchronize with sys/i386/conf/Makefile.i386 revision 1.103.
1997-10-23 09:20:16 +00:00
kato
10cc54ab2c
Synchronize with sys/i386/conf/options.i386 revision 1.62.
1997-10-18 14:19:57 +00:00
kato
eadc6c642e
Deleted obsolete non-Intel CPU options.
1997-10-14 14:58:18 +00:00
kato
968b86d94e
Synchronize with sys/i386/conf/Makefile.i386 revision 1.268.
1997-10-12 12:00:23 +00:00
kato
a265c48735
Synchronize with sys/i386/conf/options.i386 revision 1.61.
1997-10-12 11:59:43 +00:00
kato
bb6f319bbb
Commented out entries of Luigi's sound driver. The name `pcm' is
...
conflict with sys/isa/sound/pcm86.c.
Pointed out by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
1997-09-24 16:41:18 +00:00
kato
66c34de52b
Synchronize with sys/i386/conf/majors.i386 revision 1.18.
1997-09-24 08:20:33 +00:00
kato
9a018bf421
Synchronize with sys/i386/conf/files.i386 revision 1.177.
1997-09-22 12:18:52 +00:00
kato
16203bbd93
Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/sio.c
...
revisions 1.60 and 1.182, respectively.
1997-09-20 05:28:02 +00:00
kato
a3046d377e
Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/fd.c
...
revisions 1.59 and 1.101, respectively.
1997-09-17 08:01:07 +00:00
kato
198e82b23d
Synchronize with sys/i386/conf/files.i386 revision 1.176.
1997-09-15 04:00:32 +00:00
kato
f53ab41b11
Synchronize with sys/i386/conf/files.i386 revision 1.175.
1997-09-10 08:05:46 +00:00
kato
687ed5fec1
Synchronize with sys/i386/conf/options.1386 revision 1.58.
1997-09-05 10:18:16 +00:00
kato
dcc6d309b2
Synchronize with sys/i386/conf/files.i386 revision 1.174.
1997-09-03 12:40:10 +00:00
kato
c3887642fa
Synchronize with sys/i386/conf/options.i386 revision 1.57.
1997-09-01 10:41:04 +00:00
kato
4593c74e11
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
43150752a0
Synchronize with sys/i386/conf/files.i386 and majors.i386 revisions
...
1.172 and 1.17, respectively.
1997-08-28 14:21:12 +00:00
kato
510b497b0c
Use existing path, even though PC-98 doesn't support each device driver.
1997-08-27 08:47:03 +00:00
kato
fb286eb4af
Synchronize with sys/i386/conf/majors.i386 revision 1.16.
1997-08-17 03:36:09 +00:00
kato
9bcd0fb0aa
Synchronize with sys/i386/conf/majors.i386 revision 1.15.
1997-08-16 01:33:10 +00:00
kato
aff097221a
Synchronize with sys/i386/conf/files.i386 revision 1.171.
1997-08-16 01:31:22 +00:00
kato
a0a99cd919
Synchronize with sys/i386/conf/options.i386 revision 1.55.
1997-08-09 01:58:50 +00:00
kato
b6f496a4ab
Synchronize with sys/i386/conf/options.i386 revision 1.54.
1997-08-02 10:23:17 +00:00
kato
85ff86d95a
Synchronize with sys/i386/conf/files.i386 revision 1.170.
1997-08-02 06:58:53 +00:00
kato
c0aebd45c2
Synchronize with sys/i386/conf/options.i386 revision 1.53.
1997-08-02 06:58:07 +00:00
kato
1656570b9c
Synchronize with sys/i386/conf/files.i386 and sys/i386/isa/wd.c
...
revisions 1.169 and 1.133, respectively.
1997-07-31 13:10:54 +00:00
kato
c7177d081c
Synchronize with sys/i386/conf/options.i386 revision 1.52.
1997-07-26 13:53:27 +00:00
kato
41b01e59d4
Synchronize with sys/i386/conf/options.i386 revision 1.51.
1997-07-26 01:35:14 +00:00
kato
4073bb7484
Synchronize with sys/i386/conf/files.i386 revision 1.168.
1997-07-26 01:34:33 +00:00
kato
0b7a5d801a
Synchronize with sys/i386/conf/Makefile.i386 revision 1.101.
1997-07-26 01:34:05 +00:00
kato
3b6e37b89f
Added CPU_BLUELIGHTNING_FPU_OP_CACHE and CPU_BLUELIGHTNING_3X.
...
Forgotten-by: me.
1997-07-14 12:33:06 +00:00
kato
6d5ca200db
Synchronize with sys/i386/conf/options.i386 revision 1.50.
1997-07-14 12:31:27 +00:00
kato
a22afd05fe
Synchronize with sys/i386/conf/options.i386 revision 1.49.
1997-07-02 11:00:56 +00:00
kato
2192de9a30
Synchronize with sys/i386/conf/Makefile.i386 and files.i386 revisions
...
1.100 and 1.166, respectively.
1997-06-30 09:57:33 +00:00
kato
0c0bda62e2
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
d85a7bf572
Fixed iomem address of SMIT mode in an example of bs driver.
1997-06-15 16:38:12 +00:00
kato
8faf93d931
Replace I/O port adress for PC-9801-108 with vendor default value.
...
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
1997-06-13 10:35:38 +00:00
kato
eb71c7d6f2
Synchronize with sys/i386/conf/GENERIC revision 1.91.
1997-06-09 13:37:08 +00:00
kato
d409adad16
Synchronize with sys/i386/conf/options.i386 revision 1.47.
1997-06-06 13:07:18 +00:00
kato
09a5727d74
Synchronize with sys/i386/conf/options.i386 revision 1.46.
1997-06-04 10:29:17 +00:00
kato
800e70338e
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
0f085660ea
Synchronize with sys/i386/conf/files.i386 revision up to 1.164.
1997-06-02 09:22:55 +00:00
kato
1ba2301fc5
Synchronize with sys/i386/conf/Makefile.i386 revision 1.99.
1997-06-02 09:20:46 +00:00
kato
8589eaab1f
Synchronize with sys/i386/conf/files.i386 revision 1.162.
1997-05-31 12:39:57 +00:00
kato
68e33d29a5
Synchronize with sys/i386/conf/Makefile.i386 revision 1.98.
1997-05-31 12:39:08 +00:00
kato
b7e54e530c
Synchronize with sys/i386/conf/Makefile.i386 revision 1.97.
1997-05-23 10:12:10 +00:00
kato
29ff6d4741
Synchronize with sys/i386/conf/files.i386 and options.i386 revisions
...
1.161 and 1.45, respectively.
1997-05-23 10:11:04 +00:00
kato
561973a5ca
Synchronize with sys/i386/conf/options.i386 revision 1.44.
1997-05-08 09:18:11 +00:00
kato
cd7f26a2ed
Synchronize with sys/i386/conf/Makefile.pc98 revision 1.96.
1997-05-08 09:13:40 +00:00
kato
f93fd13d02
Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/wd.c
...
revisions 1.43 and 1.129, respectively.
1997-04-29 03:15:47 +00:00
kato
59ffd5c16c
Synchornize with sys/i386/conf/options.i386 revision 1.42.
1997-04-28 15:49:55 +00:00
kato
ecc4c74468
Synchronize with sys/i386/conf/Makefile.i386 revision 1.95.
1997-04-28 15:48:49 +00:00
kato
dc6ff17616
Merge SMP code from IBM-PC tree into PC-98 tree.
1997-04-27 13:22:09 +00:00
kato
7f07863164
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
c87ecd09ae
Synchronize with sys/i386/conf/files.i386 revision 1.159.
1997-04-15 11:43:10 +00:00
kato
a380647df5
Added lnc driver.
1997-04-08 12:01:11 +00:00
kato
172bebd714
Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card.
...
Cascade mode of DMA is disabled when PC98 is defined because PC-98
doesn't support it.
1997-04-08 10:33:24 +00:00
kato
3913c4d60b
Synchronize with sys/i386/conf/options.i386 revision 1.39.
1997-04-05 15:06:30 +00:00
kato
2d3b8026d7
Synchronize with sys/i386/confi/files.i386 revision 1.158.
1997-04-03 09:55:26 +00:00
kato
e4999cee16
Synchronize with sys/i386/conf/GENERIC revision 1.89.
1997-03-31 08:27:05 +00:00
kato
c4421409ce
Merge PC-98 code int i386/isa/ft.c.
1997-03-24 07:20:35 +00:00
kato
51253b5e70
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
121dc2896a
Synchronize with sys/i386/conf/files.i386 revision 1.156.
1997-03-19 16:14:25 +00:00
kato
9da6319149
Synchronize with sys/i386/conf/GNERIC revision up to 1.88.
1997-03-15 15:58:43 +00:00
kato
4bfafc88e8
Synchornize with sys/i386/conf/options.i386 revision 1.37.
1997-03-13 17:04:23 +00:00
kato
07ac10c0e6
Synchronize with sys/i386/conf/majors.i386 revision 1.14.
1997-03-11 16:18:08 +00:00
kato
2e4d98572a
Synchronize with sys/i386/conf/options.i386 revision 1.36.
1997-03-01 11:06:41 +00:00
peter
94b6d72794
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
74fb985d4e
Added memory addres and size of d8 (C-NET(98) network card).
1997-02-12 13:32:58 +00:00
kato
d481160a8c
Synchronize with sys/i386/conf/majors.i386 revision 1.12.
1997-02-11 13:54:44 +00:00
kato
45df242b8d
Synchronize with sys/i386/conf/majors.i386 revision 1.11.
1997-02-08 07:39:07 +00:00
kato
c50b40bf29
Synchronize with sys/i386/conf/options.i386 revision 1.34.
1997-01-28 13:10:22 +00:00
kato
57da64ce1c
Synchronize with sys/i386/conf/files.i386 (revision 1.151).
1997-01-18 10:29:55 +00:00
kato
a0fdf2eded
Synchronize with followings:
...
sys/i386/conf/files.i386 revision 1.149
sys/i386/conf/options.i386 revision 1.33
sys/i386/isa/if_fe.c revision 1.25
sys/i386/isa/syscons.c revision 1.194
sys/i386/isa/syscons.h revision 1.26
1997-01-16 14:50:17 +00:00
jkh
808a36ef65
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
794d692ced
(1) Change iomem of SMIT transfer mode from 0xdd000 (BIOS ROM base
...
address+0x1000) into 0xdc000 (BIOS ROM base address).
(2) Add sample line for Logitec LHA-20x SCSI card.
(3) Change I/O port address of ed8 (C-NET(98) card) from 0x00d0 into
0x03d0 (vendor default).
Submitted by: Michio "Karl" Jibo <karl@marcer.nagaokaut.ac.jp>
1997-01-04 09:01:57 +00:00
kato
50c01da555
Add `ep' driver support.
...
Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>
1996-12-19 15:48:55 +00:00
kato
1bef33b7a0
(1) Fix typo.
...
(2) Change I/O port addresses of ed3(MELCO LGY) and ed9(CONTEC C-NET).
1996-12-17 14:37:43 +00:00
kato
e7d528efb6
Synchronize with Makefile.i386 revison 1.91.
1996-12-15 09:09:53 +00:00
kato
d7c2871859
Change obsolete SBIC55 into SCSI in a comment line.
...
Definite 2.2 candidate.
1996-12-07 12:59:36 +00:00
asami
2ae72b8ddd
Syncronize.
...
Submitted by: The FreeBSD(98) Development Team
1996-12-04 04:36:59 +00:00
asami
5fdc748d8c
Replace sbic driver (WD33C93 SCSI card driver) with new bs driver.
...
Submitted by: The FreeBSD(98) Development Team
Obtained from: NetBSD/pc98 based on NetBSD 1.2
1996-12-04 04:32:52 +00:00
asami
4d75d96d6e
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
asami
15ab0f62af
Some more updates.
...
wdreg.h: Delete wd_ctlr macro. PC98 version of wd.c treats it as a
variable.
GENERIC98: Delete ep0 entry. Current ep driver write I/O port 0x100.
This clobbers ICW of i8259, because upper 8bits of address line is not
masked on mother board.
if_fe.c: Merge from revision 1.18 of sys/i386/isa/if_fe.c.
pc98.c: Globalize dmapageport, because SCSI driver use this
variable.
wd82371.c: Yet another merge.
These are 2.2 candidates.
Submitted by: The FreeBSD(98) Development Team
1996-11-14 08:46:21 +00:00
asami
f530bd2c71
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
asami
89988533ea
Re-sync with -current. Should be in 2.2.
...
Submitted by: The FreeBSD(98) Development Team
1996-11-09 00:39:59 +00:00
asami
223875ec7d
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
asami
95ac832055
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
asami
6331e7c87d
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
asami
da2957207b
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
asami
8c4b57c465
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
asami
eb29d43f47
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
asami
1e04fa822e
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
asami
148ce94beb
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
asami
9bf474dc1e
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
asami
bbb6994e50
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
asami
db0af2c4dc
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
asami
5819170b8c
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
asami
80d0633189
Update to current state of PC98 world.
...
Submitted by: The FreeBSD(98) development team
1996-07-23 07:46:59 +00:00
asami
daf17bd7d3
This commit was generated by cvs2svn to compensate for changes in r16359,
...
which included commits to RCS files with non-trunk default branches.
1996-06-14 10:04:54 +00:00
asami
11677d0ab4
The PC98-specific files.
...
Ok'd by: core
Submitted by: FreeBSD(98) development team
1996-06-14 10:04:54 +00:00
asami
5c74bc7da3
The PC98-specific files.
...
Ok'd by: core
Submitted by: FreeBSD(98) development team
1996-06-14 10:04:54 +00:00