kato
55514a1b11
Sync with sys/i386/i386/machdpe.c revision 1.327.
1999-03-06 09:43:01 +00:00
kato
7179175e40
Sync with sys/i386/isa/sio.c revision 1.229.
1999-03-04 10:37:30 +00:00
kato
18785d8772
Sync with sys/i386/conf/files.i386 revision 1.225.
1999-03-04 10:36:27 +00:00
kato
c5723ddbb3
Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.
...
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
1999-03-03 10:40:27 +00:00
kato
bf0d612085
Merge with sys/i386/conf/files.i386 revision 1.224.
1999-03-02 14:03:21 +00:00
kato
bf5c629555
Sync with sys/i386/conf/Makefile.i386 revision 1.140.
1999-03-02 14:01:33 +00:00
kato
77147e7aae
Fix for LINE30 option. This option was not tested under new console
...
driver.
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
1999-03-02 12:34:24 +00:00
kato
f45932a23f
Added comment on Access/PC N98C+ and LAC-98 cards, and FE_8BIT_SUPPORT
...
option that LAC-98 needs.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
1999-02-25 13:59:47 +00:00
kato
000998d53f
Added adv driver support.
...
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
1999-02-25 13:53:13 +00:00
kato
995ff390e6
Commented out lpt0.
1999-02-25 13:41:54 +00:00
kato
f04de400ce
Sync with sys/i386/isa/wd.c revision 1.189.
1999-02-25 11:08:53 +00:00
kato
edaa88df80
Sync with sys/i386/i386/userconfig.c revision 1.132.
1999-02-25 11:05:50 +00:00
kato
7753353869
- Cosmetic change.
...
- Enable bs driver.
- Add ax and xl drivers.
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
1999-02-16 11:15:21 +00:00
kato
a3f02281fa
Merge with sys/i386/conf/options.i386 revision 1.102.
...
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
1999-02-16 11:12:42 +00:00
kato
bdc44270be
Sync with sys/i386/i386/machdep.c revision 1.326.
1999-02-16 11:07:06 +00:00
des
e158dd910e
Ignore errors from chflags. This makes it possible to make installworld
...
with DESTDIR set to an NFS-mounted file system.
1999-02-14 13:56:15 +00:00
kato
22876d9138
Sync with sys/i386/i386/machdep.c revision 1.325.
1999-02-12 09:15:33 +00:00
kato
84517f5f62
Sync with sys/i386/i386/userconfig.c revision 1.130.
1999-02-10 13:02:38 +00:00
ken
542b263658
Add a prioritization field to the devstat_add_entry() call so that
...
peripheral drivers can determine where in the devstat(9) list they are
inserted.
This requires recompilation of libdevstat, systat, vmstat, rpc.rstatd, and
any ports that depend on the devstat code, since the size of the devstat
structure has changed. The devstat version number has been incremented as
well to reflect the change.
This sorts devices in the devstat list in "more interesting" to "less
interesting" order. So, for instance, da devices are now more important
than floppy drives, and so will appear before floppy drives in the default
output from systat, iostat, vmstat, etc.
The order of devices is, for now, kept in a central table in devicestat.h.
If individual drivers were able to make a meaningful decision on what
priority they should be at attach time, we could consider splitting the
priority information out into the various drivers. For now, though, they
have no way of knowing that, so it's easier to put them in an easy to find
table.
Also, move the checkversion() call in vmstat(8) to a more logical place.
Thanks to Bruce and David O'Brien for suggestions, for reviewing this, and
for putting up with the long time it has taken me to commit it. Bruce did
object somewhat to the central priority table (he would rather the
priorities be distributed in each driver), so his objection is duly noted
here.
Reviewed by: bde, obrien
1999-02-10 00:04:13 +00:00
kato
4fb7704d09
Sync with syscons for i386.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-02-06 09:30:19 +00:00
kato
2a4a03a1d9
Sync with sys/i386/isa/sio.c revision up to 1.228.
...
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1999-02-05 11:37:40 +00:00
kato
235db2cce1
Sync with sys/i386/i386/userconfig.c revision 1.129.
1999-02-04 13:58:44 +00:00
kato
b7574da882
Sync with sys/i386/i386/machdep.c revision 1.324.
1999-02-04 09:55:42 +00:00
kato
bada26ac70
Added braces around initializsers and in if-statements.
...
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
1999-02-02 17:26:03 +00:00
kato
ef0e64aeaf
Sync with sys/dev/syscons/syscons.c revision 1.294.
1999-02-02 17:21:33 +00:00
sos
1f20179a0d
Bzero the devstat structure before use.
...
Pointed out by: <Kenneth Merry> ken@plutotech.com
1999-01-31 23:08:47 +00:00
sos
8e94294dd3
Add device stats for the acd device.
1999-01-31 21:51:03 +00:00
kato
cf43042d95
Sync with sys/i386/i386/userconfig.c revision 1.128.
1999-01-31 17:44:06 +00:00
phk
3d7d9296c0
Use suser() to determine super-user-ness, don't examine cr_uid directly.
1999-01-30 12:21:49 +00:00
phk
67f187760e
Use suser() to check for super user rather than examining cr_uid directly.
...
Use TTYDEF_SPEED rather than 9600 a couple of places.
Reviewed by: bde, with a few grumbles.
1999-01-30 12:17:38 +00:00
kato
33c0a6b08a
Sync with sys/i386/i386/machdep.c revision 1.323.
1999-01-29 10:43:09 +00:00
kato
4fdff4332e
Oops, added parentheses after `else'.
...
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
1999-01-28 13:32:07 +00:00
kato
dddbbc6479
The "easy" fixe for compiling the kernel -Wunused: remove unreferenced
...
local variable.
1999-01-28 11:36:22 +00:00
kato
718f8ca983
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
...
and local variables, goto labels, and functions declared but not defined.
1999-01-28 11:24:36 +00:00
kato
394d053b74
Sync with sys/i386/isa/wd.c revision 1.187.
1999-01-28 09:21:35 +00:00
kato
87b0be938f
Sync with sys/i386/isa/if_ed.c revision 1.149.
1999-01-28 09:19:16 +00:00
kato
942e65945f
Sync with sys/i386/isa/diskslice_machdep.c revision 1.33.
1999-01-28 09:18:21 +00:00
kato
bf509156c8
Sync with sys/i386/i386/userconfig.c revision 1.127.
1999-01-28 09:13:20 +00:00
kato
e118af2e3e
Sync with sys/i386/conf/GENERIC revision 1.144.
1999-01-28 09:12:05 +00:00
kato
c258beda32
Clean up LD-BDN reset code(PC-98).
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
1999-01-27 11:05:12 +00:00
kato
b49b76c12c
Sync with sys/i386/isa/sio.c revision 1.225.
1999-01-27 08:26:16 +00:00
kato
3892a40917
Sync with sys/i386/conf/Makefile.i386 revision 1.138.
1999-01-27 08:25:19 +00:00
kato
1ba5f57ac2
Initialize the member atr_buffer.
...
Pointed out by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
1999-01-27 08:22:08 +00:00
kato
50119e3884
Sync with sys/i386/conf/Makefile.i386 revision 1.137.
1999-01-25 12:12:01 +00:00
kato
b5d3b3b5a9
Remove 'alog'.
1999-01-20 08:31:56 +00:00
kato
f0616fa714
Sync with sys/i386/conf/Makefile.i386 revision 1.136.
1999-01-20 08:29:48 +00:00
kato
938da8af3f
Fixed argument to intr member of the variable kbd.
1999-01-19 14:08:04 +00:00
kato
f07af697ac
Sync with sys/dev/syscons and sys/dev/kbd drivers.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-01-19 12:41:26 +00:00
peter
5cf49b590f
Update the pccard hooks to use a module style declaration instead.
1999-01-19 00:21:53 +00:00
kato
021ecb1bd6
Added copyright.
...
Pointed out by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-01-18 14:55:38 +00:00