kato
c4e04ec167
Sync with sys/i386/isa/npx.c revision up to 1.75.
1999-07-26 12:22:41 +00:00
kato
6958c31bd1
Sync with sys/i386/isa/clock.c revision up to 1.140.
...
This commit may break 8MHz system clock mode.
1999-07-26 12:21:09 +00:00
kato
00679eb490
Sync with sys/i386/i386/userconfig.c revision up to 1.150.
1999-07-26 12:14:59 +00:00
kato
c75eae3a3e
Sync with sys/i386/i386/machdep.c revision 1.356.
1999-07-26 12:14:00 +00:00
kato
694799ed1d
Sync with sys/i386/conf/files.i386 revision 1.254.
1999-07-26 12:12:58 +00:00
kato
a898a62153
Sync with sys/i386/conf/GENERIC revision 1.178.
1999-07-26 12:10:33 +00:00
nyan
6b05b97b0d
Fixed missing changes from sys/pc98/pc98/pc98.c when new-bus was integrated.
...
- In isa_dmastart() and isa_dmadone(), cache flush.
- Correct current word register address.
Submitted by (partial): Toshikazu Kaho <kaho@elam.kais.kyoto-u.ac.jp>
1999-07-21 13:30:56 +00:00
kato
2ee5e6cd04
Removed device-dirver flags.
1999-07-09 13:19:35 +00:00
kato
0e50f36826
Sync with sys/i386/i386/userconfig.c revision 1.148.
1999-07-09 12:52:09 +00:00
kato
48c84d50f9
Sync with sys/i386/i386/machdep.c revision 1.355.
1999-07-09 12:51:11 +00:00
kato
f52820a7e9
Sync with sys/dev/syscons/syscons.c revision 1.313.
1999-07-08 12:53:38 +00:00
kato
55796aeb7e
Sync with sys/i386/i386/machdep.c revision up to 1.354.
1999-07-08 12:48:53 +00:00
kato
d7c6a667ec
Sync with sys/i386/conf/majors.i386 revision 1.79.
1999-07-08 12:07:14 +00:00
kato
c47bad7055
Sync with sys/i386/conf/Makefile.i386 revision 1.158.
1999-07-08 11:48:47 +00:00
des
3c4a5a075d
Rename bpfilter to bpf.
1999-07-06 19:23:32 +00:00
msmith
af7615d39a
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
phk
2a99fba980
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
1999-07-04 14:58:56 +00:00
nyan
5359b09458
Remove the 'tty' interrupt label. This is obsolete.
...
Pointed out by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1999-07-04 11:53:18 +00:00
kato
ff830804c6
Added copyright.
...
Pointed out by: yokota
1999-07-03 08:50:45 +00:00
kato
23d33e12e7
Removed unused files.
1999-07-03 08:45:16 +00:00
kato
a4c978543a
Moved LCD controle routine for certain models of EPSON laptops into
...
suitable place.
Submitted by: yokota
1999-07-03 08:44:32 +00:00
kato
e386828d08
Sync with sys/i386/i386/machdep.c revision 1.349.
1999-07-03 08:31:32 +00:00
kato
eb89e8de9b
Sync with sys/i386/conf/majors.i386 revision 1.78.
1999-07-03 08:18:27 +00:00
kato
8e401c5fd4
Sync with sys/i386/conf/Makefile.i386 revision 1.157.
1999-07-03 08:17:40 +00:00
kato
d49508a313
Sync with sys/i386/i386/userconfig.c revision 1.147.
1999-06-30 13:30:58 +00:00
kato
df883482f7
Sync with sys/i386/i386/machdep.c revision 1.345.
1999-06-30 13:30:10 +00:00
kato
836f488cc5
Typo: BUF_INITLOCK -> BUF_LOCKINIT and BUF_FREELOCK -> BUF_LOCKFREE.
1999-06-28 14:01:03 +00:00
kato
d13ed34863
Sync with sys/i386/isa/clock.c revision 1.138.
1999-06-28 13:11:16 +00:00
kato
b601ed220a
Sync with sys/i386/i386/userconfig.c revision 1.146.
1999-06-28 13:10:03 +00:00
kato
a6bac2371e
Sync with sys/i386/i386/machdep.c revision 1.344.
1999-06-28 13:08:59 +00:00
kato
4e506f57f0
Sync with sys/i386/conf/Makefile.i386 revision 1.156.
1999-06-28 13:07:58 +00:00
mckusick
5b58f2f951
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
...
lockmgr locks. This commit should be functionally equivalent to the old
semantics. That is, all buffer locking is done with LK_EXCLUSIVE
requests. Changes to take advantage of LK_SHARED and LK_RECURSIVE will
be done in future commits.
1999-06-26 02:47:16 +00:00
kato
2521c38302
From submitter:
...
The attached diff attempts to eliminate as much of the difference
between the i386 and the pc98 version of the file as possible. It
should not make any semantic difference (it consists of whitespace
changes, order changes, comment changes, changes of case for hex
constants, and merging in a couple of constants that hadn't made it
from the i386 version.)
Submitted by: eivind
1999-06-25 15:17:20 +00:00
kato
5c8c1d98a3
Sync with sys/dev/syscons/scvtb.c revision 1.2.
...
Submitted by: yokota
1999-06-24 14:03:07 +00:00
kato
3e3cf46989
Merge with sys/isa/syscons_isa.c and sys/dev/syscons/syscons.c
...
revisions 1.6 and 1.308, respectively.
Pointed-out by: yokota
1999-06-24 12:13:08 +00:00
kato
2e2fe43a35
PC98 part of the second phase of syscons reorganization.
...
Submitted by: yokota
1999-06-24 10:51:40 +00:00
kato
2dc95534a1
Sync with sys/i386/isa/clock.c revision 1.137.
1999-06-24 08:32:52 +00:00
kato
093c06a9f5
Sync with sys/i386/conf/options.i386 revision 1.118.
1999-06-24 08:31:08 +00:00
msmith
e7aad4d041
From the submitter:
...
wfd driver code tries to give wd driver first crack at ioctl's,
but incorrectly interprets internal error and never gets to send
eject to ATAPI device.
(this is fixed in the atapi-fd driver)
PR: kern/12218
Submitted by: Simon Walton <simonw@cinesite.com>
1999-06-24 03:09:11 +00:00
kato
c93d5ba964
Sync with sys/i386/i386/machdep.c revision 1.342.
1999-06-21 11:14:27 +00:00
kato
88d2704813
Sync with sys/i386/conf/majors.i386 revision 1.77.
1999-06-21 11:12:25 +00:00
kato
8e460e1641
Sync with sys/i386/conf/files.i386 revision 1.247.
1999-06-21 11:11:39 +00:00
kato
fb2478efdb
New parallel port support for PC98. Old PC98s which have
...
uni-directional parallel port should use olpt driver instead of lpt
driver.
Files ppc.c and ppcreg.h are copied form i386/isa directory with PC98
change.
Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
1999-06-18 14:48:28 +00:00
kato
abd825f27c
Sync with sys/i386/i386/machdep.c revision up to 1.341.
1999-06-17 11:09:39 +00:00
kato
b8ea7d756c
Sync with sys/i386/conf/options.i386 revision 1.117.
1999-06-17 11:07:52 +00:00
des
5d9e5afb2b
Kill option FAILSAFE.
...
PR: i386/12187
Approved by: bde
1999-06-15 13:14:56 +00:00
kato
e6fb08e8d6
Sync with sys/i386/conf/majors.i386 revision 1.76.
1999-06-06 12:50:46 +00:00
dfr
20497fc04f
Floppy driver options moved to conf/options.
1999-06-05 13:57:10 +00:00
kato
ebf3058766
Oops, remove redundant comments.
1999-06-04 08:19:29 +00:00
kato
54ef69f329
Declare Crtat and Atrat because screen savers use these variables.
...
Pointed out by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp>
1999-06-04 08:17:11 +00:00