From owner-freebsd-questions Sat Jan 13 13:25:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay4.inwind.it (relay4.inwind.it [212.141.53.75]) by hub.freebsd.org (Postfix) with ESMTP id 066D937B69E for ; Sat, 13 Jan 2001 13:25:06 -0800 (PST) Received: from bartequi.ottodomain.org (62.98.153.126) by relay4.inwind.it (5.1.056) id 3A5C3851000E8EE7; Sat, 13 Jan 2001 22:22:53 +0100 From: Salvo Bartolotta Date: Sat, 13 Jan 2001 21:25:15 GMT Message-ID: <20010113.21251500@bartequi.ottodomain.org> Subject: Re: I'm stuck.... :( To: bluntman@canada.com, freebsd-questions@FreeBSD.ORG References: <20010113210834.5315.cpmta@c008.sfo.cp.net> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 1/13/01, 10:08:34 PM, bluntman@canada.com wrote regarding I'm stuck.... :(: > OK, so I have no idea what to do now... I can't compile my custom kernel and therefor cannot get my firewall/gateway to work. I would welcome any insight that you may have. Oh and I am not a memeber of=20 the mailing list so please send reply's directly to bluntman@canada.com . Thanx. > -=3Dmy kernel=3D- ********************************************************************* > # PCI Ethernet NICs that use the common MII bus controller code. > device dc0 # DEC/Intel 21143 and various workalikes > device dc1 # DEC/Intel Blah blah blah ********************************************************************* From /usr/src/sys/i386/conf/LINT:
# MII bus support is required for some PCI 10/100 ethernet NICs, # namely those which use MII-compliant transceivers or implement # tranceiver control interfaces that operate like an MII. Adding # "device miibus0" to the kernel config pulls in support for # the generic miibus API and all of the PHY drivers, including a # generic one for PHYs that aren't specifically handled by an # individual driver. device miibus # PCI Ethernet NICs that use the common MII bus controller code. device dc # DEC/Intel 21143 and various=20 workalikes device rl # RealTek 8129/8139 device pcn # AMD Am79C79x PCI 10/100 NICs device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS=20 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device tx # SMC EtherPower II (83c17x ``EPIC'') device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'',=20 ``Cyclone'')
HTH, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message