From owner-freebsd-questions Tue Apr 9 05:52:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA09500 for questions-outgoing; Tue, 9 Apr 1996 05:52:11 -0700 (PDT) Received: from burka.carrier.kiev.ua (root@burka.carrier.kiev.ua [193.125.68.131]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA09423 Tue, 9 Apr 1996 05:51:23 -0700 (PDT) Received: from sivka.carrier.kiev.ua (root@sivka.carrier.kiev.ua [193.125.68.130]) by burka.carrier.kiev.ua (Sendmail 8.who.cares/5) with ESMTP id PAA05363; Tue, 9 Apr 1996 15:50:17 +0300 Received: from elvisti.kiev.ua (uucp@localhost) by sivka.carrier.kiev.ua (Sendmail 8.who.cares/5) with UUCP id PAA26667; Tue, 9 Apr 1996 15:27:31 +0300 Received: from office.elvisti.kiev.ua (office.elvisti.kiev.ua [193.125.28.33]) by acc0.elvisti.kiev.ua (8.7.5/8.7.3) with ESMTP id OAA18539; Tue, 9 Apr 1996 14:16:41 +0300 (EET DST) Received: (from stesin@localhost) by office.elvisti.kiev.ua (8.6.12/8.ElVisti) id OAA01160; Tue, 9 Apr 1996 14:04:15 +0300 From: "Andrew V. Stesin" Message-Id: <199604091104.OAA01160@office.elvisti.kiev.ua> Subject: Re: AMD PCI ethernet card. To: ran@aic.am (Ran d'Adi) Date: Tue, 9 Apr 1996 14:04:15 +0300 (EET DST) Cc: hardware@freebsd.org, questions@freebsd.org In-Reply-To: <199604090512.KAA10656@aic.am> from "Ran d'Adi" at Apr 9, 96 10:12:10 am X-Mailer: ELM [version 2.4 PL24alpha5] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk # # # # Hi ! # I have a PCI Ethernet card : AM79C970KC - chip, (model PE-970) # When trying to boot with the option "-v" the following # messages appears: # # > pci0:13: AMD, device=0x2000, class network (ethernet) [no driver assigned] # > map(10): io(ff80) # # Can I make it work ? If yes, what shall I do ? You need to describe it as 'lnc0' device in your kernel config file (or use boottime '-c' switch to configure it). Yes, lnc is an ISA driver, but it works nicely with PCI AMD cards. For example from a config of a machine with 2 AMD cards: device lnc0 at isa? port 0x6000 net irq 9 drq 0 vector lncintr device lnc1 at isa? port 0x6100 net irq 10 drq 1 vector lncintr Both are PCI cards. (Note: AMD card uses DMA, so be careful here! (see `drq')) # # Thanks in advance # hrant # -- With best regards -- Andrew Stesin. +380 (44) 2760188 +380 (44) 2713457 +380 (44) 2713560 "You may delegate authority, but not responsibility." Frank's Management Rule #1.