From owner-freebsd-questions Fri Oct 16 13:29:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05760 for freebsd-questions-outgoing; Fri, 16 Oct 1998 13:29:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05722 for ; Fri, 16 Oct 1998 13:29:05 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id NAA16819; Fri, 16 Oct 1998 13:28:43 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 16 Oct 1998 13:28:42 -0700 (PDT) From: Doug White To: Marcia Perry cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel Config In-Reply-To: <199810150013.RAA12076@george.lbl.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 14 Oct 1998, Marcia Perry wrote: > Hi, > I added the Hauppage win/TV card to my PC. > I know I need to make this entry in my GENERIC > file: "device bktr0" > I also know I need to do a MAKEDEV. Question: > what value do I specify? i.e., is this correct? > # sh MAKEDEV bktr0 Correct. > Generally speaking, does one use the same device > value in the GENERIC file as on the MAKEDEV line > (e.g., bktr0)? More or less, it depends on the device (some drivers have multile device instances, like cuaa/ttyd for the sio driver). > I also have an AW35 Pro Audio card (someone else > did the installation). I was told to make this > entry in GENERIC: device pcm0 at isa? port? tty irq 5 drq 1 flags \ > 0x15 vector pcmintr > > If this is correct, then do I do: > # sh MAKEDEV pcm0 > ?? Actually, its ./MAKEDEV snd0 snd0 was the name of he old sound driver. If your card is PnP, you'll need to modify MAKEDEV to remove the if X ... .endif block from around the block of symlinks in the snd) section. > The Boca I/0650 card was installed. I assume this > gives me serial ports COM1 - COM4. If this is true, > and my entries in GENERIC are: > > device sio0 at isa? port "IO_CM > I mean: > device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr > device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr > > These look good or no? > > For COM3 and COM4, I presently have: > > device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr > device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr > > Should these entries be changed? To what? Is the Boca a multiport board? If so, read the sio manpage for special instructions. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message