From owner-freebsd-questions Mon May 31 10: 7:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.erols.com (smtp3.erols.com [207.172.3.236]) by hub.freebsd.org (Postfix) with ESMTP id 0250E14E79 for ; Mon, 31 May 1999 10:07:17 -0700 (PDT) (envelope-from bruce@accumatics.com) Received: from accumatics.com (216-164-224-84.s84.tnt6.lnh.md.dialup.rcn.com [216.164.224.84]) by smtp3.erols.com (8.8.8/8.8.5) with ESMTP id NAA00856 for ; Mon, 31 May 1999 13:07:13 -0400 (EDT) Message-ID: <3752C118.79697B93@accumatics.com> Date: Mon, 31 May 1999 13:04:24 -0400 From: Bruce Grisham Organization: The AccuMatics Group X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: make depend complains of missing files Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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