From owner-freebsd-questions Tue Dec 12 20:08:17 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA17799 for questions-outgoing; Tue, 12 Dec 1995 20:08:17 -0800 (PST) Received: from armidale.ann-arbor.mi.us (armidale.ann-arbor.mi.us [141.211.39.193]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA17791 for ; Tue, 12 Dec 1995 20:08:12 -0800 (PST) Received: (from thaler@localhost) by armidale.ann-arbor.mi.us (8.6.9/8.6.9) id WAA08725; Tue, 12 Dec 1995 22:53:31 -0500 From: Dave Thaler Message-Id: <199512130353.WAA08725@armidale.ann-arbor.mi.us> Subject: scsi_tinit, scsi_sinit, scsi_dinit To: questions@freebsd.org Date: Tue, 12 Dec 1995 22:53:29 -0500 (EST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk I'm trying to compile a 2.1.0-RELEASE kernel but I'm having problems. scsi/scsiconf.c references scsi_tinit, scsi_sinit, and scsi_dinit. However, I can't find these defined anywhere and it can't link the kernel. Where should it be getting these from? Dave Thaler