From owner-freebsd-hackers Fri May 22 19:16:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14277 for freebsd-hackers-outgoing; Fri, 22 May 1998 19:16:11 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from mail.camalott.com (root@[208.203.140.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14270 for ; Fri, 22 May 1998 19:16:06 -0700 (PDT) (envelope-from piquan@wcc.net) Received: from detlev.UUCP (76.camalott.com [208.203.140.76]) by mail.camalott.com (8.8.7/8.8.5) with ESMTP id VAA19131; Fri, 22 May 1998 21:14:16 -0500 Received: (from joelh@localhost) by detlev.UUCP (8.8.8/8.8.8) id VAA24213; Fri, 22 May 1998 21:01:20 -0500 (CDT) (envelope-from joelh) Date: Fri, 22 May 1998 21:01:20 -0500 (CDT) Message-Id: <199805230201.VAA24213@detlev.UUCP> To: gurney_j@resnet.uoregon.edu CC: eivind@yes.no, hackers@FreeBSD.ORG In-reply-to: <19980522181320.51147@hydrogen.nike.efn.org> (message from John-Mark Gurney on Fri, 22 May 1998 18:13:20 -0700) Subject: Re: Kernel hackers Tricks & Tips From: Joel Ray Holveck Reply-to: joelh@gnu.org References: <19980522235637.35026@follo.net> <19980522181320.51147@hydrogen.nike.efn.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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