Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 1995 15:22:12 -0500 (EST)
From:      "matthew c. mead" <mmead@goof.com>
To:        faulkner@mpd.tandem.com (Boyd Faulkner)
Cc:        hackers@FreeBSD.org, current@FreeBSD.org
Subject:   Re: GUS on kernel supped last night
Message-ID:  <199503172022.PAA00288@goof.com>
In-Reply-To: <9503172009.AA09915@olympus> from "Boyd Faulkner" at Mar 17, 95 02:09:50 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Boyd Faulkner wrote:

> > [ my GUS MAX reverted to its 950210 SNAP behavior ]
> > 
> > > Do the IRQ and DMA values in your config file match the values in 
> > > soundcard.h?  The values in LINT do not (or did not) and this
> > > might contribute to your problem.  This doesn't happen to me anymore.
> > 
> > 	Hmm.  I searched my soundcard.h and could find no IRQ or DMA values in
> > there at all.  Do you mean some other file, or do I have a bad copy?

> sound_config.h.  Oops.  Sorry.

	Ok - from looking in there - the values I have in my kernel config file
are the same as in the sound_config.h:

from GOOF:
device gus0 at isa? port 0x220 irq 15 drq 6 vector gusintr
device gusmax0 at isa? port 0x32c

from sound_config.h:
#ifndef GUS_BASE
#define GUS_BASE        0x220
#endif
     
#ifndef GUS_IRQ
#define GUS_IRQ         15
#endif
     
#ifndef GUS_MIDI_IRQ
#define GUS_MIDI_IRQ    GUS_IRQ
#endif
     
#ifndef GUS_DMA
#define GUS_DMA         6
#endif

oops - I guess there's no GUS_MAX in the sound_config.h file.

	Anyhow, it appears it's something else wrong with the driver - not the
irq's being different.  Oh well, I'll look around a little more.



-matt

-- 
Matthew C. Mead  -> Virginia Tech Center for Transportation Research -
                 -> Multiple Platform System and Network Administration
Work Related     -> mmead@ctr.vt.edu    |     mmead@goof.com <-     All Other
---- -------            WWW -> http://www.goof.com/~mmead           --- -----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503172022.PAA00288>