From owner-freebsd-stable Mon Nov 25 15:38:21 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C987837B401 for ; Mon, 25 Nov 2002 15:38:19 -0800 (PST) Received: from casper.sri.com (casper.SRI.COM [128.18.243.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 110BF43EEA for ; Mon, 25 Nov 2002 15:38:14 -0800 (PST) (envelope-from hogsett@csl.sri.com) Received: (qmail 13897 invoked from network); 25 Nov 2002 23:37:59 -0000 Received: from localhost (HELO casper.SRI.COM) (127.0.0.1) by casper.sri.com with SMTP; 25 Nov 2002 23:37:59 -0000 Received: from quarter.csl.sri.com ([130.107.1.30]) by casper.SRI.COM (NAVGW 2.5.2.17) with SMTP id M2002112515375831415 ; Mon, 25 Nov 2002 15:37:58 -0800 Received: from beast.csl.sri.com (beast.csl.sri.com [130.107.2.57]) by quarter.csl.sri.com (8.12.4/8.12.4) with ESMTP id gAPNbxnr011694; Mon, 25 Nov 2002 15:37:59 -0800 Received: from beast.csl.sri.com (localhost [127.0.0.1]) by beast.csl.sri.com (8.12.6/8.12.6) with ESMTP id gAPNb8LL040630; Mon, 25 Nov 2002 15:37:09 -0800 (PST) (envelope-from hogsett@beast.csl.sri.com) Message-Id: <200211252337.gAPNb8LL040630@beast.csl.sri.com> To: "Daniel O'Connor" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Loading if_xl from the loader In-Reply-To: Message from "Daniel O'Connor" of "26 Nov 2002 10:03:42 +1030." <1038267221.5010.9.camel@chowder.gsoft.com.au> Mime-Version: 1.0 (generated by tm-edit 8.8 (Time Passed Me By)) Content-Type: text/plain; charset=US-ASCII Date: Mon, 25 Nov 2002 15:37:08 -0800 From: Mike Hogsett Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I installed FreeBSD on a work colleges computer and found something > odd.. > > I have the following in /boot/loader.conf > # -- sysinstall generated deltas -- # > userconfig_script_load="YES" > agp_load="YES" > snd_pdm_load="YES" > snd_ich_load="YES" > if_xl_load="YES" > miibus_load="YES" > > hw.ata.atapi_dma="1" > > But when I check dmesg.. > CPU: Pentium III/Pentium III Xeon/Celeron (1002.28-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x68a Stepping = 10 > Features=0x383f9ff ,PAT,PSE36,MMX,FXSR,SSE> > real memory = 133103616 (129984K bytes) > avail memory = 126459904 (123496K bytes) > Preloaded elf kernel "kernel" at 0xc030b000. > Preloaded elf module "miibus.ko" at 0xc030b0a8. > Preloaded elf module "snd_ich.ko" at 0xc030b148. > Preloaded elf module "snd_pcm.ko" at 0xc030b1e8. > Preloaded elf module "agp.ko" at 0xc030b288. > Pentium Pro MTRR support enabled > > ??? > I saw the loader load the module too :) Could if_xl depend on miibus and thus not be loaded because miibus hasn't been loaded yet? Try putting `miibus_load="YES"' before `if_xl_load="YES"' > If I do "kldload if_xl" after it's booted the xl device is probed fine -> > xl0: <3Com 3c905-TX Fast Etherlink XL> port 0xc800-0xc83f irq 10 at device 4. > 0 on pci1 > xl0: Ethernet address: 00:60:08:ae:15:f7 > miibus0: on xl0 > nsphy0: on miibus0 > nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > > This is some Packard Bell prebuilt thing if it matters. > > -- > Daniel O'Connor software and network engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum > GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message