Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 1996 20:43:25 -0500 (EST)
From:      Peter Dufault <dufault@hda.com>
To:        shbuck@vt.edu (Shawn T. Buck)
Cc:        questions@FreeBSD.ORG
Subject:   Re: Compiling a custom kernel
Message-ID:  <199602160143.UAA29377@hda.com>
In-Reply-To: <3123B530.41C67EA6@vt.edu> from "Shawn T. Buck" at Feb 15, 96 05:35:28 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> loading kernel
(missing scsi entries)
> *** Error code 1
> 
> Stop.
> 
> What exactly does this mean?  Included is my configuration file 'MYCONF'.

You have a SCSI controller (the ahc) without a SCSI bus, resulting
in missing scsi code referenced by the driver.  This really should
generate a config error.

Looking at your system hardware I see you don't have an ahc; comment
out this line:

> controller      ahc0

and you should be in business.

-- 
Peter Dufault               Real-Time Machine Control and Simulation
HD Associates, Inc.         Voice: 508 433 6936
dufault@hda.com             Fax:   508 433 5267



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602160143.UAA29377>