Bruce Evans
00671271c3
Fixed printf format errors. Only one left in LINT on i386's.
1998-08-24 02:28:16 +00:00
Poul-Henning Kamp
be18fc123b
remove bdevsw arg from dsopen();
...
Forgotten by: julian
Reviewed by: bde
1998-08-23 20:16:35 +00:00
KATO Takenori
da2b3f29f2
Sync with sys/i386/isa/sio.c revision 1.211.
1998-08-19 11:48:38 +00:00
KATO Takenori
e10741bfea
Sync with sys/i386/isa/syscons.c revision 1.275.
1998-08-19 09:35:18 +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
5827b1ee8d
Delete dpt driver.
1998-08-19 02:41:51 +00:00
KATO Takenori
30b8d76d79
Sync with sys/i386/isa/lpt.c revision 1.70.
1998-08-17 08:21:09 +00:00
KATO Takenori
b7ff9c6070
- change at2pc98() into global from static.
...
- Oops, I forgot to merge several lines from sys/i386/isa/syscons.c.
1998-08-15 09:08:26 +00:00
KATO Takenori
f84bf06b3f
Sync with sys/i386/isa/syscons.c revision 1.274.
1998-08-15 09:04:03 +00:00
Søren Schmidt
45696a866c
Only write a filemark on close when data has actually been written.
1998-08-14 15:54:57 +00:00
KATO Takenori
c0e4cfbfe2
Sync with sys/i386/isa/sio.c revision 1.210.
1998-08-13 07:36:40 +00:00
KATO Takenori
fb050f435d
Sync with sys/i386/isa/syscons.c revision 1.273.
1998-08-10 16:56:53 +00:00
KATO Takenori
d64be4c2bd
Sync with sys/i386/isa/diskslice_machdep.c revision 1.31.
1998-08-10 16:55:54 +00:00
KATO Takenori
5634e13ae6
Sync with sys/i386/conf/majors.i386 revision 1.45.
1998-08-10 16:54:47 +00:00
KATO Takenori
1e62449ada
Sync with sys/i386/conf/options.i386 revision up to 1.84.
1998-08-10 16:54:09 +00:00
KATO Takenori
757571642a
Fix garbage after quitting X server.
...
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-08-07 18:04:24 +00:00
KATO Takenori
cdc2343491
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 Takenori
8ca7bcb78f
Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.272 and
...
1.39, respectively.
1998-08-07 11:51:06 +00:00
KATO Takenori
127c346fec
Sync with sys/i386/isa/syscons.h revision 1.38.
1998-08-03 10:50:57 +00:00
KATO Takenori
b7138d3739
Sync with sys/i386/isa/syscons.c revision up to 1.271.
1998-08-03 10:50:27 +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
7ea1329d05
Sync with sys/i386/boot/netboot/main.c revision 1.23.
1998-08-01 12:20:59 +00:00
Bruce Evans
34e9dea435
Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICE
...
and DSO_NOLABELS flags prevent searching for slices and labels
respectively. Current drivers don't set these flags. When
DSO_NOLABELS is set, the in-core label for the whole disk is cloned
to create an in-core label for each slice. This gives the correct
result (a good in-core label for the compatibility slice) if
DSO_ONESLICE is set or only one slice is found, but usually gives
broken labels otherwise, so DSO_ONESLICE should be set if DSO_NOLABELS
is set.
1998-07-30 15:16:06 +00:00
KATO Takenori
523bea959c
Sync with sys/i386/isa/fd.c revision 1.120.
1998-07-30 09:01:12 +00:00
Alexander Langer
f7aad78d24
Typo fix: teh --> (the|they)
1998-07-30 02:27:41 +00:00
KATO Takenori
a0f5e52d43
Sync with sys/i386/isa/diskslice_machdep.c revision 1.30.
1998-07-27 09:49:23 +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
fd3ae2d6b0
Sync with sys/i386/conf/files.i386 revision 1.199.
1998-07-21 12:07:02 +00:00
KATO Takenori
649db6f0df
Sync with sys/i386/isa/diskslice_machdep.c revision 1.29.
1998-07-21 12:06:04 +00:00
KATO Takenori
b0e1d5716a
Sync with sys/i386/isa/isa.c revision 1.113.
1998-07-19 15:04:26 +00:00
KATO Takenori
1e023fc3c6
Sync with sys/i386/isa/fd.c revision 1.119.
1998-07-19 15:03:49 +00:00
KATO Takenori
d577e090c0
Merge from sys/i386/isa/syscons.c (1.265->1.266).
1998-07-16 10:29:11 +00:00
KATO Takenori
c76d1cd8e7
Sync with sys/i386/isa/fd.c revision 1.118.
1998-07-16 10:27: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
d4f1ed8581
Sync with sys/i386/isa/pcaudio.c revision 1.42.
1998-07-16 10:25:50 +00:00
Bruce Evans
18da528d41
Changed %n to %r in devfs name format strings. %n has almost gone away.
1998-07-15 12:18:34 +00:00
Bruce Evans
9bffbcd4f5
Fixed printf format errors (only 1 left in GENERIC now).
1998-07-13 09:53:11 +00:00
KATO Takenori
6baa65474d
Sync with sys/i386/isa/fd.c and wd.c revisions 1.117 and 1.172,
...
respectively.
1998-07-13 09:29:25 +00:00
KATO Takenori
0faba01ed8
Sync with sys/i386/conf/Makefile.i386 revision 1.117.
1998-07-12 14:30:54 +00:00
KATO Takenori
c435f1ef25
Sync with sys/i386/isa/wd.c revision 1.171.
1998-07-11 17:02:48 +00:00
KATO Takenori
13992e6dc1
Sync with sys/i386/isa/fd.c revision 1.116.
1998-07-11 17:02:07 +00:00
KATO Takenori
70e1187f6c
Sync with sys/i386/isa/diskslice_machdep.c revision 1.28.
1998-07-11 17:01:25 +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
ff8cc45a43
Oops, I broke netboot.
...
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-07-08 16:01:34 +00:00
KATO Takenori
e809645c27
Sync with sys/i386/isa/syscons.c revision 1.265.
1998-07-08 08:54:38 +00:00
KATO Takenori
5c59deba3c
Sync with sys/i386/boot/netboot/Makefile revision 1.19.
1998-07-08 08:53:43 +00:00
KATO Takenori
36a5980c70
Sync with sys/i386/isa/fd.c and wd.c revisions 1.115 and 1.170,
...
respectively.
1998-07-06 10:09:42 +00:00
Julian Elischer
f7ea2f55d1
There is no such thing any more as "struct bdevsw".
...
There is only cdevsw (which should be renamed in a later edit to deventry
or something). cdevsw contains the union of what were in both bdevsw an
cdevsw entries. The bdevsw[] table stiff exists and is a second pointer
to the cdevsw entry of the device. it's major is in d_bmaj rather than
d_maj. some cleanup still to happen (e.g. dsopen now gets two pointers
to the same cdevsw struct instead of one to a bdevsw and one to a cdevsw).
rawread()/rawwrite() went away as part of this though it's not strictly
the same patch, just that it involves all the same lines in the drivers.
cdroms no longer have write() entries (they did have rawwrite (?)).
tapes no longer have support for bdev operations.
Reviewed by: Eivind Eklund and Mike Smith
Changes suggested by eivind.
1998-07-04 22:30:26 +00:00
KATO Takenori
1479b9a895
Sync with sys/i386/conf/options.i386 revision 1.82.
1998-07-02 12:40:01 +00:00
KATO Takenori
a723d97973
Sync with sys/i386/i386/machdep.c revision 1.302.
1998-07-02 12:39:32 +00:00