Date: Fri, 22 May 1998 21:01:20 -0500 (CDT) From: Joel Ray Holveck <joelh@gnu.org> To: gurney_j@resnet.uoregon.edu Cc: eivind@yes.no, hackers@FreeBSD.ORG Subject: Re: Kernel hackers Tricks & Tips Message-ID: <199805230201.VAA24213@detlev.UUCP> In-Reply-To: <19980522181320.51147@hydrogen.nike.efn.org> (message from John-Mark Gurney on Fri, 22 May 1998 18:13:20 -0700) References: <19980522235637.35026@follo.net> <19980522181320.51147@hydrogen.nike.efn.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> also, if you run across any options that haven't been documented, or > isn't a proper option, send it to me, and I'll document it (or remove > it if it isn't used anymore, like LINUX)... :) Well, to get my Sound Galaxy NX Pro 16 to work with the sb driver, I had to use the option CONFIG_SBPRO. I don't know if most people do or not; that's all I could get it to work with. Note that it was probably about six months or so ago that I last was sure it was necessary; I haven't removed it for many kernel builds now. But this option is neither documented anywhere (as near as I can tell), nor recognized by config. Here is the relevant section of my config file. The comments are failed attempts to get this working. # Sound card controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device opl0 at isa? port 0x388 # device mss0 at isa? port 0x530 conflicts irq 5 conflicts drq 1 conflicts vector adintr disabled # device uart0 at isa? port 0x330 irq 5 vector "m6850intr" options CONFIG_SBPRO # options __SGNXPRO__ device joy0 at isa? port "IO_GAME" pseudo-device speaker Happy hacking, joelh -- Joel Ray Holveck - joelh@gnu.org - http://www.wp.com/piquan Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805230201.VAA24213>