Date: Tue, 29 Oct 1996 00:37:07 -0800 (PST) From: Satoshi Asami <asami> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/conf majors.pc98 options.pc98 src/sys/pc98/pc98 clock.c if_ed.c kbdtables.h npx.c pc98.c pc98_machdep.c syscons.c syscons.h src/sys/i386/isa/sound os.h src/sys/pc98/boot/biosboot boot2.S sys.c src/sys/pc98/i386 machdep.c userconfig.c src/sys/pc98/pc98/sound adlib_card.c audio.c dev_table.c dmabuf.c local.h midi_synth.c midibuf.c opl3.c patmgr.c sb16_dsp.c sb16_midi.c sb_card.c sb_dsp.c sb_midi.c sb_mixer.c sequencer.c sound_config.h sound_switch.c soundcard.c sys_timer.c ad1848_mixer.h aedsp16.c coproc.h finetune.h gus_hw.h gus_linearvol.h hex2hex.h mad16.h midi_ctrl.h midi_synth.h opl3.h os.h pas.h sb_mixer.h soundvers.h tuning.h Message-ID: <199610290837.AAA07278@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asami 96/10/29 00:37:06
Modified: sys/i386/isa/sound os.h
sys/pc98/boot/biosboot boot2.S sys.c
sys/pc98/conf majors.pc98 options.pc98
sys/pc98/i386 machdep.c userconfig.c
sys/pc98/pc98 clock.c if_ed.c kbdtables.h npx.c pc98.c
pc98_machdep.c syscons.c syscons.h
sys/pc98/pc98/sound adlib_card.c audio.c dev_table.c
dmabuf.c local.h midi_synth.c midibuf.c opl3.c
patmgr.c sb16_dsp.c sb16_midi.c sb_card.c sb_dsp.c
sb_midi.c sb_mixer.c sequencer.c sound_config.h
sound_switch.c soundcard.c sys_timer.c
Removed: sys/pc98/pc98/sound ad1848_mixer.h aedsp16.c coproc.h
finetune.h gus_hw.h gus_linearvol.h hex2hex.h
mad16.h midi_ctrl.h midi_synth.h opl3.h os.h pas.h
sb_mixer.h soundvers.h tuning.h
Log:
Another round of merge/updates.
(1) Add #ifdef PC98:
sys/pc98/boot/biosboot/boot2.S
(2) Fix bug that made it impossible to boot from sd's other than unit 0:
sys/pc98/boot/biosboot/sys.c
(3) Delete redundant $Id$:
sys/pc98/pc98/clock.c (rejectされるかもしれない)
(4) unt -> u_int:
sys/pc98/pc98/if_ed.c
(5) Add support for rebooting by the hot-key sequence:
sys/pc98/pc98/kbdtables.h
(6) Display now looks like PC/AT version:
sys/pc98/pc98/npx.c
(7) Change comment to match that of PC/AT version:
sys/pc98/pc98/pc98.c
(8) Add function prototypes:
sys/pc98/pc98/pc98_machdep.c
(9) Include PC98 headers:
sys/pc98/pc98/sound/adlib_card.c
sys/pc98/pc98/sound/audio.c
sys/pc98/pc98/sound/dev_table.c
sys/pc98/pc98/sound/dmabuf.c
sys/pc98/pc98/sound/midi_synth.c
sys/pc98/pc98/sound/midibuf.c
sys/pc98/pc98/sound/opl3.c
sys/pc98/pc98/sound/oatmgr.c
sys/pc98/pc98/sound/sb16_dsp.c
sys/pc98/pc98/sound/sb16_midi.c
sys/pc98/pc98/sound/sb_card.c
sys/pc98/pc98/sound/sb_dsp.c
sys/pc98/pc98/sound/sb_midi.c
sys/pc98/pc98/sound/sb_mixer.c
sys/pc98/pc98/sound/sequencer.c
sys/pc98/pc98/sound/sound_config.h
sys/pc98/pc98/sound/sound_switch.c
sys/pc98/pc98/sound/soundcard.c
sys/pc98/pc98/sound/sys_timer.c
(10) Merge in PC98 changes:
sys/i386/isa/sound/os.h
(11) Deleted as result of 9. and 10. above:
sys/pc98/pc98/sound/ad1848_mixer.h
sys/pc98/pc98/sound/aedsp16.c
sys/pc98/pc98/sound/coproc.h
sys/pc98/pc98/sound/finetune.h
sys/pc98/pc98/sound/gus_hw.h
sys/pc98/pc98/sound/gus_linearvol.h
sys/pc98/pc98/sound/hex2hex.h
sys/pc98/pc98/sound/mad16.h
sys/pc98/pc98/sound/midi_ctrl.h
sys/pc98/pc98/sound/midi_synth.h
sys/pc98/pc98/sound/opl3.h
sys/pc98/pc98/sound/os.h
sys/pc98/pc98/sound/pas.h
sys/pc98/pc98/sound/sb_mixer.h
sys/pc98/pc98/sound/soundvers.h
sys/pc98/pc98/sound/tuning.h
Submitted by: The FreeBSD(98) Development Team
Revision Changes Path
1.28 +7 -2 src/sys/i386/isa/sound/os.h
1.5 +2 -0 src/sys/pc98/boot/biosboot/boot2.S
1.6 +3 -2 src/sys/pc98/boot/biosboot/sys.c
1.5 +7 -7 src/sys/pc98/conf/majors.pc98
1.7 +3 -2 src/sys/pc98/conf/options.pc98
1.11 +1 -7 src/sys/pc98/i386/machdep.c
1.9 +2 -4 src/sys/pc98/i386/userconfig.c
1.9 +2 -4 src/sys/pc98/pc98/clock.c
1.10 +3 -3 src/sys/pc98/pc98/if_ed.c
1.2 +2 -2 src/sys/pc98/pc98/kbdtables.h
1.8 +2 -2 src/sys/pc98/pc98/npx.c
1.10 +8 -4 src/sys/pc98/pc98/pc98.c
1.6 +1 -0 src/sys/pc98/pc98/pc98_machdep.c
1.12 +8 -7 src/sys/pc98/pc98/syscons.c
1.6 +2 -1 src/sys/pc98/pc98/syscons.h
1.3 +4 -0 src/sys/pc98/pc98/sound/adlib_card.c
1.3 +4 -0 src/sys/pc98/pc98/sound/audio.c
1.3 +4 -0 src/sys/pc98/pc98/sound/dev_table.c
1.5 +4 -0 src/sys/pc98/pc98/sound/dmabuf.c
1.2 +2 -2 src/sys/pc98/pc98/sound/local.h
1.3 +4 -0 src/sys/pc98/pc98/sound/midi_synth.c
1.3 +4 -0 src/sys/pc98/pc98/sound/midibuf.c
1.3 +4 -0 src/sys/pc98/pc98/sound/opl3.c
1.3 +4 -0 src/sys/pc98/pc98/sound/patmgr.c
1.4 +4 -0 src/sys/pc98/pc98/sound/sb16_dsp.c
1.3 +4 -0 src/sys/pc98/pc98/sound/sb16_midi.c
1.3 +4 -0 src/sys/pc98/pc98/sound/sb_card.c
1.3 +4 -0 src/sys/pc98/pc98/sound/sb_dsp.c
1.3 +4 -0 src/sys/pc98/pc98/sound/sb_midi.c
1.3 +4 -0 src/sys/pc98/pc98/sound/sb_mixer.c
1.3 +4 -0 src/sys/pc98/pc98/sound/sequencer.c
1.3 +9 -0 src/sys/pc98/pc98/sound/sound_config.h
1.3 +4 -0 src/sys/pc98/pc98/sound/sound_switch.c
1.6 +9 -1 src/sys/pc98/pc98/sound/soundcard.c
1.3 +4 -0 src/sys/pc98/pc98/sound/sys_timer.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610290837.AAA07278>
