From owner-freebsd-hackers Sat Feb 26 9: 2:55 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from front1.grolier.fr (front1.grolier.fr [194.158.96.51]) by hub.freebsd.org (Postfix) with ESMTP id 9084237BDB9 for ; Sat, 26 Feb 2000 09:02:30 -0800 (PST) (envelope-from groudier@club-internet.fr) Received: from localhost (ppp-107-141.villette.club-internet.fr [194.158.107.141]) by front1.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with SMTP id RAA18652; Sat, 26 Feb 2000 17:44:35 +0100 (MET) Date: Sat, 26 Feb 2000 18:15:17 +0100 (MET) From: Gerard Roudier X-Sender: groudier@localhost To: Marc Nicholas Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: SYM driver -- where to find? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 26 Feb 2000, Marc Nicholas wrote: > Sorry for the lameness of this question...but where can I find the Symbio= s > driver for FreeBSD developed by Gerrard Roudier? I'm having some issues > with a Symbios controller that I suspect may be the fault of the NCR > driver and not the controller itself. It is in -current/4.0 and has also been added at some point of the RELENG_3 branch. The driver version in -current has some fixes not yet committed to RELENG_3. Driver sources are located in src/sys/dev/sym/. If you need to use the `sym' driver from -current under a recent RELENG_3 (post 3.4), this should compile and work. You just have to get latest driver files from -current and move them to the corresponding 3.4-> directory (src/sys/dev/sym). Compilation options against FreeBSD version let the driver use pci_compat under 3.X.=20 The driver also works under 3.2 and 3.3, but some simple changes in kernel config files are needed for it to be configured. G=E9rard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message