From 95ac832055c11e8031e18bcc9759b2d12b654e9b Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 30 Oct 1996 22:41:46 +0000 Subject: More merge and update. (1) deleted #if 0 pc98/pc98/mse.c (2) hold per-unit I/O ports in ed_softc pc98/pc98/if_ed.c pc98/pc98/if_ed98.h (3) merge more files by segregating changes into headers. new file (moved from pc98/pc98): i386/isa/aic_98.h deleted: well, it's already in the commit message so I won't repeat the long list here ;) Submitted by: The FreeBSD(98) Development Team --- sys/i386/isa/sound/sound_calls.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/i386/isa/sound/sound_calls.h') diff --git a/sys/i386/isa/sound/sound_calls.h b/sys/i386/isa/sound/sound_calls.h index bfe2f44..d52da0b 100644 --- a/sys/i386/isa/sound/sound_calls.h +++ b/sys/i386/isa/sound/sound_calls.h @@ -249,6 +249,12 @@ int pss_ioctl (int dev, struct fileinfo *file, int pss_lseek (int dev, struct fileinfo *file, off_t offset, int orig); long pss_init(long mem_start); +#ifdef PC98 +/* From pcm86.c */ +int probe_pcm86(struct address_info *hw_config); +long attach_pcm86(long mem_start, struct address_info *hw_config); +#endif PC98 + /* From aedsp16.c */ int InitAEDSP16_SBPRO(struct address_info *hw_config); int InitAEDSP16_MSS(struct address_info *hw_config); -- cgit v1.1