Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 1999 13:04:24 -0400
From:      Bruce Grisham <bruce@accumatics.com>
To:        questions@freebsd.org
Subject:   make depend complains of missing files
Message-ID:  <3752C118.79697B93@accumatics.com>

next in thread | raw e-mail | index | archive | help
Hello and thanks in advance for your help.

The setting is FreeBSD-3.1 Release with All installed.  The installation
went without any errors.

The only additions to the kernel config file and files.i386 were
incantations to add support for a third-party driver for Fore ATM cards.

lines ...

device  fatm0
device  fatm1

were added to the kernel config file; and

pci/fatm_pci_freebsd.c       optional fatm device-driver
pci/fatm_dev.c               optional fatm device-driver

to files.i386.  Pretty minimal; mothing to pore over there.

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?


====================== Second Question =======================

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.

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

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?

Again, thanks.



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?3752C118.79697B93>