From owner-freebsd-hackers Sun May 10 14:25:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13590 for freebsd-hackers-outgoing; Sun, 10 May 1998 14:25:07 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from fdy2.demon.co.uk (fdy2.demon.co.uk [194.222.102.143]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13578 for ; Sun, 10 May 1998 14:24:57 -0700 (PDT) (envelope-from rjs@fdy2.demon.co.uk) Received: (from rjs@localhost) by fdy2.demon.co.uk (8.8.8/8.8.8) id WAA01091; Sun, 10 May 1998 22:19:25 +0100 (BST) (envelope-from rjs) Date: Sun, 10 May 1998 22:19:25 +0100 (BST) From: Robert Swindells Message-Id: <199805102119.WAA01091@fdy2.demon.co.uk> To: danj@3skel.com CC: hackers@FreeBSD.ORG In-reply-to: (message from Dan Janowski on Tue, 5 May 1998 22:56:42 -0400 (EDT)) Subject: Re: Call for testers for ThunderLAN ethernet driver Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >On a related by different note, just today I've been trying >to get a Compaq with the AMD SCSI/Lance chip working. I've >got 2.2.6, the SCSI is fine, the PCI lance lnc1 is probing ok. >When I ifconfig it I get the 'Initialisation failed' message. >I looked in the archives, the latest comments coming from jkh, >so I didn't do the thing setting the port addrs and irqs of the >ISA driver. The if_lnc driver doesn't contain any specific probing code for anything later than an Am79C970 - the PCnet-PCI I chip, and only seems to initialize a PCnet-PCI II because of a typo in the headers. The PCI probe is done on the PCI ID which is the same across all the AMD devices so this succeeds. My guess is that Compaq have set the thing up with some bus configuration settings that are confusing the initialization code. What is the model number on the AMD chip ? I am doing some changes to the lnc driver for stable at the moment as I am using FreeBSD to debug a laptop with an integrated Am79C970A that we are building at work. Robert Swindells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message