KATO Takenori
7b0c16d8af
Sync with sys/i386/isa/if_ed.c revision up to 1.132.
1998-02-05 10:17:57 +00:00
KATO Takenori
d13e38ae9d
Sync with sys/i386/isa/isa.c revision 1.110.
1998-02-05 10:06:42 +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
8e1f6a1f4a
Sync with sys/i386/conf/options.i386 revision 1.71.
1998-02-04 10:22:05 +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
bdfc13309c
Sync with sys/i386/isa/wd.c revision 1.150.
1998-02-02 09:52:28 +00:00
KATO Takenori
4e82d9dc12
Fixed bugs introduced by syncing with i386/isa/sio.c revision 1.143.
...
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-02-02 07:59:05 +00:00
KATO Takenori
971c9159f8
Sync with sys/i386/boot/biosboot/boot.c revision 1.70.
1998-02-02 07:56:14 +00:00
KATO Takenori
27b31fd7be
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 Takenori
698059e01d
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
Bruce Evans
909696cc72
Removed unused #includes.
1998-02-01 21:57:49 +00:00
Bruce Evans
8bcc577e92
Forward declare more structs that are used in prototypes here - don't
...
depend on <sys/types.h> forward declaring common ones.
1998-02-01 20:08:39 +00:00
KATO Takenori
9b9171060e
Added tx driver.
...
Pointed-out by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-02-01 11:42:55 +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
23e499c5f0
Sync with sys/i386/isa/isa.c revision 1.109.
1998-01-31 14:48:52 +00:00
KATO Takenori
e2e660e926
Sync with sys/i386/conf/options.i386 revision 1.70.
1998-01-31 14:10:14 +00:00
KATO Takenori
f84d885c42
Sync with sys/i386/conf/Makefile.i386 revision 1.107.
1998-01-31 13:45:28 +00:00
KATO Takenori
59a7338440
Deleted unused file.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-31 11:40:32 +00:00
KATO Takenori
5d755e0334
Delte unused files.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-31 11:32:39 +00:00
Eivind Eklund
3f2076daf5
Make the debug options new-style.
...
This also zaps a DPT option from lint; it wasn't referenced from
anywhere.
1998-01-31 07:23:16 +00:00
KATO Takenori
81b0d36c87
Sync with sys/i386/i386/machdep.c revision 1.285.
1998-01-30 12:03:13 +00:00
Paul Traina
5a00d1c6ed
Remove obsolete strategy code that was replaced by the disk slice mapping code.
...
FreeBSD filesystems could be dammaged by repeatedly mounting and unmounting
several partitions.
1998-01-29 19:02:51 +00:00
Mike Smith
4a8aee409f
Correct usage of unit to t->lun. This fixes the DEVFS case and the
...
"buggy Zip" message.
Suggested by: Pedro A M Vazquez <vazquez@IQM.Unicamp.BR>
1998-01-29 06:42:12 +00:00
KATO Takenori
bbc4f6d526
Sync with sys/i386/isa/clock.c revision 1.108.
1998-01-28 12:25:06 +00:00
KATO Takenori
febdf8331f
Sync with sys/i386/boot/biosboot/Makefile revision 1.61.
1998-01-28 12:20:57 +00:00
Mike Smith
c67d7e8aa2
Fix operation with the Iomega Zip 100 ATAPI.
...
All known versions of this drive (firmware 21.* and 23.*) will lock up
if presented with a read/write request of > 64 blocks. In the presence
of such a unit, I/O requests of > 64 blocks are fragmented to avoid
this.
1998-01-27 16:49:35 +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
15ebf6c973
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 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
40f6a786db
Sync with sys/i386/conf/options.i386 revision 1.67.
1998-01-25 09:45:38 +00:00
KATO Takenori
3d2db2b0dc
Sync with sys/i386/conf/GENERIC revision 1.105.
1998-01-25 02:22:04 +00:00
KATO Takenori
55bcdaeda5
Sync with sys/i386/isa/wd.c revision 1.148.
1998-01-24 06:54:17 +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
Eivind Eklund
7b778b5e61
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
...
This introduce an xxxFS_BOOT for each of the rootable filesystems.
(Presently not required, but encouraged to allow a smooth move of option *FS
to opt_dontuse.h later.)
LFS is temporarily disabled, and will be re-enabled tomorrow.
1998-01-24 02:54:56 +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
774f324f38
Added dealy.
...
Submitted by: Kawanobe Koh <kawanobe@st.rim.or.jp>
1998-01-22 03:52:55 +00:00
KATO Takenori
59cf92149a
Sync with sys/i386/isa/syscons.c revision 1.246.
1998-01-20 10:53:26 +00:00
KATO Takenori
647e869094
Sync with sys/i386/isa/wd.c revision 1.147.
1998-01-18 15:10:03 +00:00
KATO Takenori
43a0695fdf
Sync with sys/i386/conf/files.i386 revision 1.186.
1998-01-18 15:09:34 +00:00
KATO Takenori
34bb5953e4
Sync with sys/i386/conf/files.i386 revision 1.12.
1998-01-18 15:09:05 +00:00
KATO Takenori
3c4f86eec1
Sync with sys/i386/conf/majors.i386 revision 1.24.
1998-01-18 15:08:34 +00:00
Paul Traina
61584b4680
Fix misleading comment about major #
1998-01-16 22:43:33 +00:00
Paul Traina
aaf862068b
Bring in IDE ATAPI floppy support.
...
This is Junichi's v1.0 driver.
NOTE: Major device numbers have been changed to avoid conflict with other
FreeBSD 3.0 devices. The new numbers should be considered "official."
This driver is still considered "beta" quality, although we have been
playing with it. Please submit bugs to junichi and myself.
Submitted by: junichi@astec.co.jp
1998-01-16 22:13:07 +00:00
KATO Takenori
60fa2968df
Fixed bugs introduced when files were synchronized with
...
sys/i386/isa/mse.c and sio.c.
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-01-16 11:20:22 +00:00
KATO Takenori
7cd3361aa5
Sync with sys/i386/conf/files.i386 revision 1.185.
1998-01-15 15:09:00 +00:00
KATO Takenori
baf8a10240
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 Takenori
1a3f5064b5
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 Takenori
028da41171
I forgot to synchronize some changes with sys/i386/isa/wd.c, but I
...
could't find exact revision numbers.
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-01-14 08:37:59 +00:00
KATO Takenori
946eff5c2d
Fix JIS code support.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-12 15:41:16 +00:00