From owner-freebsd-questions Thu Nov 2 15:39:43 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA22162 for questions-outgoing; Thu, 2 Nov 1995 15:39:43 -0800 Received: from cps201.cps.cmich.edu (cps201.cps.cmich.edu [141.209.20.201]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA22157 ; Thu, 2 Nov 1995 15:39:38 -0800 Received: from cps201 (cps201.cps.cmich.edu [141.209.20.201]) by cps201.cps.cmich.edu (8.6.12/8.6.12) with SMTP id SAA16986; Thu, 2 Nov 1995 18:39:21 -0500 Date: Thu, 2 Nov 1995 18:39:20 -0500 (EST) From: Mail Archive X-Sender: archive@cps201 To: Gary Crutcher cc: hackers@freebsd.org, questions@freebsd.org Subject: Re: PCI Ethernet In-Reply-To: <02111995075626850.II6334@datatrek.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Thu, 2 Nov 1995, Gary Crutcher wrote: > Help! > > For those of you who have installed an SMC EtherPower Combo PCI Ethernet > adapter, how did you adjust the settings? FreeBSD assumed ed0 to be at > port 0x280, irq 5, mem 0xd8000. The SMC ethernet card has no way setting > these values, as you would be able to with an ISA/EISA card. Any > suggestions would be greatly appreciated. > PCI keyword (characters) They use de0 not ed0 de0 is for the DEC ethernet cards (Dec Chipset) PCI bus assigns the port and IO for the card which then in turn the kernel reads the information from the system at boot time. You will find that you have much better luck using de0 for most PCI Ethernet cards. Matt