From owner-freebsd-current Fri Aug 29 11:41:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA20587 for current-outgoing; Fri, 29 Aug 1997 11:41:54 -0700 (PDT) Received: from badboy (172-99-16.ipt.aol.com [152.172.99.16]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA20580; Fri, 29 Aug 1997 11:41:39 -0700 (PDT) Message-Id: <199708291841.LAA20580@hub.freebsd.org> From: "Scot W. Hetzel" To: "Simon Shapiro" , Subject: Re: Current Kernel Configuration Date: Fri, 29 Aug 1997 13:25:25 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1008.3 X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3 Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Simon, I just looked at your kernel config file (DPT), and was wondering why you had wired down your worm, st, cd, and disk drives to the same SCSI target IDs? Won't this cause problems? # First DPT starts here device worm0 at scbus0 target 4 unit 0 tape st0 at scbus0 target 5 unit 0 device cd0 at scbus0 target 6 unit 0 disk sd4 at scbus0 target 4 unit 0 disk sd5 at scbus0 target 5 unit 0 disk sd6 at scbus0 target 6 unit 0 >Hi Y'all, > >Attached is a kernel config file which boots and runs just fine when >compiled under recent 2.2. This very same config file compiles a 3.0 >kernel very well, but at boot time, instead of handing things over to init, >it just sits in default_halt(). Any clue is welcome. > >Simon Scot