kato
3a6101c511
Added tx driver.
...
Pointed-out by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-02-01 11:42:55 +00:00
kato
b67921a0cc
Sync with sys/i386/i386/trap.c revision 1.120.
1998-01-31 15:16:27 +00:00
kato
7051252110
Sync with sys/i386/isa/isa.c revision 1.109.
1998-01-31 14:48:52 +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
89164485a3
Deleted unused file.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-31 11:40:32 +00:00
kato
757f579d3b
Delte unused files.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-31 11:32:39 +00:00
eivind
712a1e61e7
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
d5ab133da5
Sync with sys/i386/i386/machdep.c revision 1.285.
1998-01-30 12:03:13 +00:00
pst
839f2d6ee7
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
msmith
1fa04a0648
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
d7a8a1960d
Sync with sys/i386/isa/clock.c revision 1.108.
1998-01-28 12:25:06 +00:00
kato
e790ea12ab
Sync with sys/i386/boot/biosboot/Makefile revision 1.61.
1998-01-28 12:20:57 +00:00
msmith
23fa2f94de
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
51d33136d8
Sync with sys/i386/i386/userconfig.c revision 1.101.
1998-01-26 09:18:18 +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
4f6278680f
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
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
d7c4ca0508
Sync with sys/i386/isa/wd.c revision 1.148.
1998-01-24 06:54:17 +00:00
kato
f7ba097831
Sync with sys/i386/i386/machdep.c revision 1.283.
1998-01-24 06:53:32 +00:00
kato
1f43ea90ad
Sync with sys/i386/i386/machdep.c revision 1.282.
1998-01-24 03:15:37 +00:00
eivind
71ddd31390
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
f95fe9806c
Sync with sys/i386/i386/userconfig.c revision 1.100.
1998-01-22 14:26:34 +00:00
kato
3bc6c00a55
Added dealy.
...
Submitted by: Kawanobe Koh <kawanobe@st.rim.or.jp>
1998-01-22 03:52:55 +00:00
kato
7d170d6fd8
Sync with sys/i386/isa/syscons.c revision 1.246.
1998-01-20 10:53:26 +00:00
kato
47602f273a
Sync with sys/i386/isa/wd.c revision 1.147.
1998-01-18 15:10:03 +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
pst
7b3674d8fc
Fix misleading comment about major #
1998-01-16 22:43:33 +00:00
pst
5b2d50825d
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
60cfcc8b46
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
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
8e3bd62529
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
71338f7e52
Fix JIS code support.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-12 15:41:16 +00:00
kato
5da4359f26
Sync with sys/i386/i386/machdep.c revision 1.281.
1998-01-12 15:38:51 +00:00
kato
fab431349e
Sync with sys/i386/isa/syscons.c revision 1.245.
1998-01-12 15:38:20 +00:00
kato
0d05a1344b
Sync with sys/i386/conf/GENERIC revision 1.102.
1998-01-12 15:37:38 +00:00
kato
840200f8e9
Initialize the variables Crtat and Atrat in scvidprobe().
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-12 15:34:18 +00:00
kato
c5bb64779d
Sync with sys/i386/isa/syscons.c revision 1.244.
1998-01-10 13:31:27 +00:00
kato
c1a394c6e7
Sync with sys/i386/conf/files.i386 revision 1.184.
1998-01-09 08:49:43 +00:00
eivind
bcae2312af
Make INET a proper option.
...
This will not make any of object files that LINT create change; there
might be differences with INET disabled, but hardly anything compiled
before without INET anyway. Now the 'obvious' things will give a
proper error if compiled without inet - ipx_ip, ipfw, tcp_debug. The
only thing that _should_ work (but can't be made to compile reasonably
easily) is sppp :-(
This commit move struct arpcom from <netinet/if_ether.h> to
<net/if_arp.h>.
1998-01-08 23:42:31 +00:00
kato
6e97628d82
Sync with sys/i386/isa/syscons.c revision 1.243.
1998-01-08 10:50:46 +00:00
kato
3bb8cccf98
Sync with sys/i386/isa/sio.c revision 1.194.
1998-01-08 10:50:06 +00:00
kato
cb8d075676
1: Fixed compile error when WB_CACH is defined.
...
2: Fixed !M_EPSON_PC98 case.
Reviewed by: Chiharu Shibata <chi@rd.njk.co.jp>
1998-01-07 09:03:42 +00:00
kato
743267f016
Sync with sys/i386/conf/files.i386 revision 1.183.
1998-01-06 13:47:54 +00:00
kato
6728e0d8f3
Sync with sys/i386/isa/syscons.c (first chunk). Reorder #ifdef.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-04 09:59:23 +00:00