Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 1999 23:00:34 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        Bruce Grisham <bruce@accumatics.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: make depend complains of missing files
Message-ID:  <Pine.BSF.4.03.9905312258560.4498-100000@resnet.uoregon.edu>
In-Reply-To: <3752C118.79697B93@accumatics.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 31 May 1999, Bruce Grisham wrote:

> This same build has been successful on other machines, but make depend
> complains:
> 
> cc: ../../i386/scsi/93cx6.c: No such file or directory
> cc: ../../i386/eisa/aic7770.c: No such file or directory
> cc: ../../i386/eisa/aha1742.c: No such file or directory
> cc: ../../i386/eisa/bt74x.c: No such file or directory
> cc: ../../i386/isa/aha1542.c: No such file or directory
> cc: ../../i386/isa/bt5xx-445.c: No such file or directory
> cc: ../../i386/isa/kbdio.c: No such file or directory
> cc: ../../i386/isa/syscons.c: No such file or directory
> cc: ../../i386/scsi/aic7xxx.c: No such file or directory
> cc: ../../i386/scsi/bt.c: No such file or directory
> cc: ../../pci/wd82371.c: No such file or directory
> ../../i386/isa/atapi.c:106: acd.h: No such file or directory
> ../../i386/isa/atapi.c:108: wst.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
> 
> And sure enough the files aren't in the kernel source tree.
> 
> What surprises me here is that this build succeeded verbatim other
> machines.
> 
> ANY SUGGESTIONS?

cp /sys/i486/conf/MYCONFIG ~/
rm -rf /usr/src/sys
# then reinstall your kernel source.

> On previous machines the generic kernel recognized the Fore cards
> properly as network adapters, with the relevant boot message just
> stating that there was no driver.  After rebuilding the kernel, the boot
> message indicated, as expected, that a driver was installed.

Whee.

> This time around, the cards don't even show up in the bus 0 scan
> messages.

Yes, we turned these messages off.  They were confusing people.

> 
> pciconf -l | grep none
> 
> none0@pci0:7:2:         class=0x0c0300 card=0x00000000 chip=0x71128086
> rev=0x01 hdr=0x00
> none1@pci0:9:0:         class=0x020300 card=0x00000000 chip=0x03001127
> rev=0x00 hdr=0x00
> none2@pci0:11:0:        class=0x020300 card=0x00000000 chip=0x03001127
> rev=0x00 hdr=0x00
> 
> shows the cards on IRQs 9 and 11.
> 
> If I were having success building the kernel, then I would quickly know
> whether it even matters that the bus scan doesn't show the cards in the
> boot messages.
> 
> DOES IT MEAN ANYTHING THAT THERE IS NO BOOT MESSAGE FOR THE CARDS?

There is no driver to service these cards.  Same as before, it isn't
telling you explicitly that no driver was defined, that's all.

Doug White                               
Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9905312258560.4498-100000>