From owner-freebsd-multimedia Thu Jan 23 20:55:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA07076 for multimedia-outgoing; Thu, 23 Jan 1997 20:55:13 -0800 (PST) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA07071 for ; Thu, 23 Jan 1997 20:55:10 -0800 (PST) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.6/8.7.3) with ESMTP id UAA08615; Thu, 23 Jan 1997 20:55:03 -0800 (PST) Message-Id: <199701240455.UAA08615@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Doug White cc: Stan Brown , Free BSD Multimedia List Subject: Re: Do I need the Freebsd PnP utilities in addation to the GUS PnP patch ? In-reply-to: Your message of "Thu, 23 Jan 1997 10:52:08 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 23 Jan 1997 20:55:03 -0800 From: Amancio Hasty Sender: owner-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Doug White : > On Thu, 23 Jan 1997, Stan Brown wrote: > > > I am trying to make a GUS PnP car (Ultrasound) work under FreeBSD 2.2 > > BETA. I was wondering if I needed the grab the FreeBSD Plung and Play > > utilites in adition to the GUS patch? > > No. The guspnp6 includes support for the GUS PnP cards - you should only > need that to get it working. > > > Are these both require? Or ar the ,mutlay exlcusive, or do they coexist > > peacfuly? > > That, I couldn't say. Amancio? It depends on you specify the gus and which motherboard do you have. If you hardwired the gus specifications in the kernel config file: device gus0 at isa? port 0x220 irq 11 drq 5 flags 0x7 vector gusintr Then if pnp setup does not match the config file the driver will fail However, if you specify the gus as a configurable device: device gus0 at isa? vector gusintr The driver will get its configuration information via the PnP method and if the card had been previously set by a PnP program whether that be a kernel routine or the motherboard's bios the driver will still get its info from the card. Regards, Amancio