kato
d72b19ef51
Synchronize with sys/i386/isa/npx.c revision 1.36 (reenable
...
i586_optimized_copyin/out).
1997-01-05 05:05:43 +00:00
kato
5276062f1b
Fix collapse code included in #ifdef WDDEBUG: add `;' at the end of the
...
line, and `"' at the end of first argument of printf().
Submitted by: Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
1997-01-04 20:13:41 +00:00
kato
ef2c00943e
Fix cursor address calculation.
...
Submitted by: Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
1997-01-04 18:02:18 +00:00
kato
174d10d4f6
Delete collapse code to avoid overflow of the number of cylinders.
...
This should be in 2.2 after src/sys/i386/isa/wdreg.h revsion 1.15
(short -> u_short change) is merged.
1997-01-04 10:57:45 +00:00
kato
794d692ced
(1) Change iomem of SMIT transfer mode from 0xdd000 (BIOS ROM base
...
address+0x1000) into 0xdc000 (BIOS ROM base address).
(2) Add sample line for Logitec LHA-20x SCSI card.
(3) Change I/O port address of ed8 (C-NET(98) card) from 0x00d0 into
0x03d0 (vendor default).
Submitted by: Michio "Karl" Jibo <karl@marcer.nagaokaut.ac.jp>
1997-01-04 09:01:57 +00:00
kato
5717d50765
Clean-up.
...
Submitted by: Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
1997-01-04 08:32:33 +00:00
kato
75697c25bc
Staticize dma_bouncebuf. This variable was kept global because sbic
...
driver used it. The sbic driver has been obsoleted now, so the
variable can be static as that in isa.c.
This is a 2.2 candidate.
1997-01-04 06:48:28 +00:00
kato
df619e7f16
Correct I/O port address table for ELECOM LD-BDN ethernet card.
...
Should be in 2.2.
1997-01-04 06:42:43 +00:00
kato
5623928db2
Add `#ifdef PC98' to include PC98-specific code. Add declaration of the
...
function rtc_outb().
This is a 2.2 candidate.
1997-01-04 06:38:46 +00:00
kato
c7e8ba2236
Oops, delete extra push %edi and push %esi in memsize().
...
Submitted by: Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
1997-01-03 16:21:08 +00:00
kato
49da9c318a
Change IMR of master PIC from 0x7f into 0xff in isa_defaultirq().
...
This is a 2.2 candidate.
1997-01-03 07:45:41 +00:00
kato
7433bf787d
Synchronize with sys/i386/isa/npx.c revision 1.35 (disable
...
i586-optimized copyin and copyout).
1996-12-29 08:14:02 +00:00
kato
20677b87a8
Synchronize with sys/i386/i386/machdep.c revision 1.223 (clean-up of
...
useracc call).
1996-12-29 08:10:30 +00:00
kato
67dfb2c29f
Staticize dmapageport and isa_dmarangecheck.
1996-12-27 13:06:31 +00:00
kato
6072ac782f
Synchronize with sys/i386/isa/sio.c revision 1.155 (use breakpoint()
...
instead of Debugger()).
1996-12-24 11:47:52 +00:00
kato
67efd9fff6
Synchronize with sys/i386/i386/userconfig.c revision 1.79 (cosmetic
...
change).
1996-12-24 11:44:33 +00:00
kato
15127256af
Improve probe routine for CONTEC C-NET(98) card. I/O port and memory
...
window addresses don't need to be set as default values.
Submitted by: Yoshimasa Ohnishi <ohnishi@isc.kyutech.ac.jp>
1996-12-21 14:32:35 +00:00
kato
2d8d534882
Add `#include <pc98/pc98/pc98.h>'.
1996-12-20 12:25:13 +00:00
kato
98fd432f1a
Synchronize with sys/i386/isa/mse.c revision 1.29 (test in mseopen).
1996-12-20 10:59:37 +00:00
kato
016132ff78
Synchronize with sys/i386/isa/syscons.c revision 1.192 (fix typo).
1996-12-20 10:49:23 +00:00
kato
50c01da555
Add `ep' driver support.
...
Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>
1996-12-19 15:48:55 +00:00
kato
5d1df07976
Synchronize with sys/i386/i386/trap.c revision 1.84 (handle
...
copyin/out/etc code).
1996-12-19 08:27:33 +00:00
kato
d75e95fdc6
Synchronize with sys/i386/isa/fd.c revision 1.94 (disable disk
...
statistics support).
1996-12-19 08:17:08 +00:00
kato
f912fc3108
Delete comment for "sbic" driver.
...
2.2 candidate.
1996-12-18 20:54:22 +00:00
kato
58e4dc2cd5
Sync with sys/i386/i386/userconfig.c revision 1.78 (amd driver entry).
1996-12-18 20:52:31 +00:00
kato
c65a755175
Sync with sys/i386/i386/machdep.c revision 1.222 (move printing of
...
BIOS geometry).
1996-12-18 20:50:44 +00:00
kato
1bef33b7a0
(1) Fix typo.
...
(2) Change I/O port addresses of ed3(MELCO LGY) and ed9(CONTEC C-NET).
1996-12-17 14:37:43 +00:00
kato
eed8b380b3
Sync with i386/i386/userconfig.c revision 1.77 (I/O port limit).
1996-12-17 13:29:05 +00:00
kato
2c8614d6c1
Sync with i386/i386/machdep.c revision 1.221 (fix nbuf calculation).
1996-12-17 13:26:17 +00:00
kato
aa671b2a3d
Synchronize with sys/i386/i386/userconfig.s revision 1.76 (update
...
comment for "ncr" SCSI controllers).
1996-12-16 17:36:48 +00:00
kato
945f80ddd1
Fix typo.
1996-12-15 10:07:09 +00:00
kato
227b9dd049
Synchronize with sys/i386/i386/userconfig.c revison 1.74.
...
Definite 2.2 candidate.
1996-12-15 09:37:43 +00:00
kato
0a16d90ea1
Synchronize with sys/i386/i386/userconfig.c revision 1.72 and 1.73.
1996-12-15 09:35:49 +00:00
kato
e60ed0bf28
Synchronize with sys/i386/boot/rawboot/Makefile revison 1.4.
1996-12-15 09:22:52 +00:00
kato
75ed394f4b
Synchronize with sys/i386/i386/machdep.c revision 1.220.
...
Definite 2.2 candidate.
1996-12-15 09:18:48 +00:00
kato
d6d60a9254
Synchronize with if_ed.c revision 1.111 and if_fe.c revision 1.22.
1996-12-15 09:14:48 +00:00
kato
e7d528efb6
Synchronize with Makefile.i386 revison 1.91.
1996-12-15 09:09:53 +00:00
kato
ea690c232d
Synchronize with sys/i386/i386/machdep.c revision 1.219.
...
2.2 candidate.
1996-12-12 13:10:50 +00:00
kato
35458b6b2f
Sync with sys/i386/boot/biosboot/disk.c revision 1.23.
1996-12-11 16:58:01 +00:00
kato
eb78650b9d
Sync with sys/i386/isa/if_ed.c revision 1.110.
...
It's not 2.2 candidate.
1996-12-11 16:55:27 +00:00
kato
140c1d6d19
Sync with sys/i386/i386/machdep.c revision 1.218.
...
It's not 2.2 candidate.
1996-12-11 16:51:15 +00:00
kato
d7adee87a7
Synchronize with IBM-PC's userconfig.c revision 1.71.
...
Should not be in 2.2 until original change is merged into 2.2.
1996-12-09 15:21:04 +00:00
kato
e95adc52e6
Synchronize with sys/i386/isa/syscons.c revision 1.191. This change
...
just keeps appearance, and no effect on the PC98.
2.2 candidate.
1996-12-08 16:27:26 +00:00
kato
938057adde
Synchronize with sys/i386/isa/if_ed.c revision 1.09.
...
It's a 2.2 candidate.
1996-12-07 13:04:21 +00:00
kato
d7c2871859
Change obsolete SBIC55 into SCSI in a comment line.
...
Definite 2.2 candidate.
1996-12-07 12:59:36 +00:00
kato
e9a70c6cd0
Synchronize with sys/i386/i386/machdep.c revision 1.217.
...
This should not be in 2.2 until original change is merged.
1996-12-06 19:51:49 +00:00
asami
2ae72b8ddd
Syncronize.
...
Submitted by: The FreeBSD(98) Development Team
1996-12-04 04:36:59 +00:00
asami
5fdc748d8c
Replace sbic driver (WD33C93 SCSI card driver) with new bs driver.
...
Submitted by: The FreeBSD(98) Development Team
Obtained from: NetBSD/pc98 based on NetBSD 1.2
1996-12-04 04:32:52 +00:00
asami
4d75d96d6e
Synchronize with the RELENG_2_2 branch.
...
Definite 2.2 candidate.
Submitted by: The FreeBSD(98) Development Team
1996-12-04 04:21:30 +00:00
bde
12ce4505ad
Removed all references to b_cylinder (aka b_cylin). It was evil and
...
hasn't been used for a year or two since disksort() started sorting
on b_pblkno.
1996-12-01 16:34:41 +00:00