From owner-freebsd-scsi Mon Mar 29 14:50:42 1999 Delivered-To: freebsd-scsi@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4DD1503D for ; Mon, 29 Mar 1999 14:50:40 -0800 (PST) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.3/8.8.5) id PAA11137; Mon, 29 Mar 1999 15:50:16 -0700 (MST) From: "Kenneth D. Merry" Message-Id: <199903292250.PAA11137@panzer.plutotech.com> Subject: Re: Problem with tekram and 3.1-RELEASE In-Reply-To: <199903292232.AAA15190@sister.ludd.luth.se> from Tomas Klockar at "Mar 30, 1999 0:32: 9 am" To: dateck@ludd.luth.se (Tomas Klockar) Date: Mon, 29 Mar 1999 15:50:16 -0700 (MST) Cc: freebsd-scsi@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tomas Klockar wrote... > I tried to help a friend with a Tekram 390F SCSI card. > > I attached the source file which I got from Tekram > > this is what I did. > > cp PM300.GZ /usr/src > cd /usr/src > zcat PM300.GZ | patch -p0 > config TEKRAM > cd ../../compile/TEKRAM > make depend > make > > and this is what i got > > loading kernel > syscons.o: In function `scvidprobe': > syscons.o(.text+0x241): undefined reference to `vid_configure' > syscons.o(.text+0x25e): undefined reference to `vid_allocate' > syscons.o(.text+0x27b): undefined reference to `vid_get_adapter' > syscons.o: In function `sckbdprobe': [ ... ] > The source code from Tekram was supposed to be used with freebsd 3.0 not 3.1 > that I tried it with. > I would epreciate all help i can get. The driver will work with 3.1, other people have reported success with it. However, the console drivers changed somewhat between 3.0 and 3.1. You need to add a few more lines to your kernel config file before it'll compile. The easiest thing to do is to just use the GENERIC config file and add in the following line: controller amd0 Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message