]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Another round of merge.
authorSatoshi Asami <asami@FreeBSD.org>
Wed, 23 Oct 1996 07:25:35 +0000 (07:25 +0000)
committerSatoshi Asami <asami@FreeBSD.org>
Wed, 23 Oct 1996 07:25:35 +0000 (07:25 +0000)
commit4f3d818c123f1c8723a308e1380e902a667c5ab5
tree59a2eda3deec512d26d8ccb3951fd2db2f76dab6
parentad5123aab38efa0dbd0ea80f90f8bbe827854eee
Another round of merge.

(1) Bug fix (pass boot drive):

pc98/boot/biosboot/boot2.S

(2) Delete code for unsupported high-resolution modes and move old
    Epson notebook code to epsonio.h:

   pc98/boot/biosboot/io.c
pc98/i386/vm_machdep.c
pc98/pc98/fd.c
pc98/pc98/pc98.c
pc98/pc98/pc98.h
pc98/pc98/epsonio.h (new)

(3) Change aic driver so that PCMCIA cards (I/O port same as PC/AT)
    and PC-9801-100 cards can be selected with a flag in kernel config
    file:

pc98/pc98/aic6360.c
pc98/pc98/aic_98.h (new)

(4) Fix wcd entry (it was broken).  Delete mcd, it doesn't work on
    98.  Change aic entry according to above:

pc98/conf/GENERIC98

(5) Move pc98_machdep.c to top of files in pc98/pc98:

pc98/conf/files.pc98

(6) Delete empty lines:

pc98/i386/locore.s

(7) Fix (it didn't work if I586 was specified):

pc98/pc98/clock.c

(8) Staticize:

pc98/pc98/pc98_machdep.c

(9) Enable workaround for Cyrix bug for 5x86 also:

pc98/i386/machdep.c
pc98/i386/trap.c

All the above deletes this file too:

pc98/i386/pmap.c

(phew!)
Submitted by: The FreeBSD(98) Development Team
40 files changed:
sys/conf/Makefile.pc98
sys/conf/files.pc98
sys/conf/options.pc98
sys/pc98/boot/biosboot/Makefile
sys/pc98/boot/biosboot/boot.c
sys/pc98/boot/biosboot/boot.h
sys/pc98/boot/biosboot/boot2.S
sys/pc98/boot/biosboot/disk.c
sys/pc98/boot/biosboot/io.c
sys/pc98/boot/rawboot/Makefile
sys/pc98/cbus/cbus.h
sys/pc98/cbus/clock.c
sys/pc98/cbus/fdc.c
sys/pc98/cbus/pcrtc.c
sys/pc98/conf/GENERIC
sys/pc98/conf/GENERIC98
sys/pc98/conf/Makefile.pc98
sys/pc98/conf/files.pc98
sys/pc98/conf/majors.pc98
sys/pc98/conf/options.pc98
sys/pc98/i386/locore.s
sys/pc98/i386/machdep.c
sys/pc98/i386/pmap.c [deleted file]
sys/pc98/i386/trap.c
sys/pc98/i386/userconfig.c
sys/pc98/i386/vm_machdep.c
sys/pc98/pc98/aic6360.c
sys/pc98/pc98/aic_98.h [new file with mode: 0644]
sys/pc98/pc98/clock.c
sys/pc98/pc98/epsonio.h [new file with mode: 0644]
sys/pc98/pc98/fd.c
sys/pc98/pc98/if_ed.c
sys/pc98/pc98/machdep.c
sys/pc98/pc98/pc98.c
sys/pc98/pc98/pc98.h
sys/pc98/pc98/pc98_machdep.c
sys/pc98/pc98/random_machdep.c
sys/pc98/pc98/syscons.c
sys/pc98/pc98/syscons.h
sys/pc98/pc98/wd.c