Date: Tue, 9 Apr 1996 14:04:15 +0300 (EET DST) From: "Andrew V. Stesin" <stesin@elvisti.kiev.ua> To: ran@aic.am (Ran d'Adi) Cc: hardware@freebsd.org, questions@freebsd.org Subject: Re: AMD PCI ethernet card. Message-ID: <199604091104.OAA01160@office.elvisti.kiev.ua> In-Reply-To: <199604090512.KAA10656@aic.am> from "Ran d'Adi" at Apr 9, 96 10:12:10 am
next in thread | previous in thread | raw e-mail | index | archive | help
# # # # 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604091104.OAA01160>