Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 1999 15:50:16 -0700 (MST)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        dateck@ludd.luth.se (Tomas Klockar)
Cc:        freebsd-scsi@FreeBSD.ORG
Subject:   Re: Problem with tekram and 3.1-RELEASE
Message-ID:  <199903292250.PAA11137@panzer.plutotech.com>
In-Reply-To: <199903292232.AAA15190@sister.ludd.luth.se> from Tomas Klockar at "Mar 30, 1999  0:32: 9 am"

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903292250.PAA11137>