From owner-freebsd-hardware@FreeBSD.ORG Wed Jun 18 14:45:53 2003 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 098A037B422 for ; Wed, 18 Jun 2003 14:45:51 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D84543F93 for ; Wed, 18 Jun 2003 14:45:51 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.9/8.12.3) with ESMTP id h5ILjmvN010193; Wed, 18 Jun 2003 14:45:48 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.9/8.12.3/Submit) id h5ILjmhF010187; Wed, 18 Jun 2003 14:45:48 -0700 Date: Wed, 18 Jun 2003 14:45:48 -0700 From: Brooks Davis To: Brett Glass Message-ID: <20030618214548.GA9545@Odin.AC.HMC.Edu> References: <4.3.2.7.2.20030618153536.033b6b40@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline In-Reply-To: <4.3.2.7.2.20030618153536.033b6b40@localhost> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: hardware@freebsd.org Subject: Re: FreeBSD doesn't recognize onboard RTL8139 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 21:45:54 -0000 --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 18, 2003 at 03:38:30PM -0600, Brett Glass wrote: > I'm setting up FreeBSD on a little single-board computer with a built-in= =20 > Realtek 8139 Ethernet controller. The board has a PCI slot, into which=20 > I've put a PCI card with another Realtek 8139. However, while FreeBSD=20 > recognizes the add-on card, it doesn't recognize the onboard chip. >=20 > Here's a dmesg. I suspect that the line >=20 > pci0: (vendor=3D0x1078, dev=3D0x0103) at 18.3 >=20 > indicates that the onboard NIC was detected but not recognized. How do I= =20 > fix this? Add a new entry to the rl_devs array in sys/pci/if_rl.c. For testing you can enter the vendor and dev entries numericly. Once you verify that it works, add appropriate #defines to if_rlreg.h and submit a diff. -- Brooks --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+8N2LXY6L6fI4GtQRApoDAJ9JabQIbQmmJEkS38RqoCaXVzhHTwCgn6kP +BwOg7yX0t9LXNFpkeNb/Zk= =Y3vr -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G--