From owner-freebsd-questions Fri Jan 24 15:16:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B97637B401 for ; Fri, 24 Jan 2003 15:16:40 -0800 (PST) Received: from inferno.eagle.ca (inferno.eagle.ca [209.167.16.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7576343F3F for ; Fri, 24 Jan 2003 15:16:39 -0800 (PST) (envelope-from lists@brenius.com) Received: from afi (lagwagon-hs.eagle.ca [64.39.177.24]) by inferno.eagle.ca (8.12.3/8.12.3) with SMTP id h0ONBYh9057538; Fri, 24 Jan 2003 18:11:34 -0500 (EST) (envelope-from lists@brenius.com) Message-ID: <036f01c2c3fe$9d03d9e0$b701a8c0@BRENIUS.NET> From: "Danny" To: Cc: "Michael K. Smith" References: <20030124143614.I55129-100000@chimera.noanet.net> Subject: Re: 4.7R - Kernel Compile (old way) "Error code 1" Date: Fri, 24 Jan 2003 18:16:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "Michael K. Smith" > > > scsi_low.o: In function `scsi_low_cam_rescan_callback': > > scsi_low.o(.text+0x1e7): undefined reference to `xpt_free_path' > > scsi_low.o: In function `scsi_low_rescan_bus_cam': > > scsi_low.o(.text+0x233): undefined reference to `xpt_periph' > > scsi_low.o(.text+0x23c): undefined reference to `xpt_create_path' > > scsi_low.o(.text+0x24f): undefined reference to `xpt_setup_ccb' > > scsi_low.o(.text+0x26a): undefined reference to `xpt_action' > > *** Error code 1 > > > > It would appear you have removed critical entries to the SCSI subsystem in > your kernel. If the kernel you included was the total output of your > options, then you are definitely missing something from the SCSI config. Jezz, you guys are fast at responding. :) Thank you, I hope to help out in the future once I learn some more. I obviously missed a few notes in the handbook, because I do not have any SCSI, RAID, USB, or PCMCIA hardware in the system, so I thought I would just remove all that stuff. :D Scary eh? :) I am just playing around with custom kernels, nothing production. > Maybe this perhaps: > > # SCSI peripherals > device scbus # SCSI bus (required) I will add that in and give it go. Regards, Danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message