From owner-freebsd-questions Mon Feb 4 16:56:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ip21.cvd-r8.rb1.bel.nwlink.com (ip21.cvd-r8.rb1.bel.nwlink.com [207.202.168.21]) by hub.freebsd.org (Postfix) with ESMTP id 143EE37B400 for ; Mon, 4 Feb 2002 16:56:27 -0800 (PST) Received: (from beeman@localhost) by ip21.cvd-r8.rb1.bel.nwlink.com (8.11.6/8.11.6) id g150uQ816451; Mon, 4 Feb 2002 16:56:26 -0800 (PST) (envelope-from beeman@ip21.cvd-r8.rb1.bel.nwlink.com) To: freebsd-questions@freebsd.org Subject: Re: wiring down devices From: beeman@ip21.cvd-r8.rb1.bel.nwlink.com (Roger L. Beeman) Date: 04 Feb 2002 16:56:26 -0800 Message-ID: Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 "george" wrote: > I read the LINT file and tried to remake a kernel > with wired down devices by adding the line > device da0 at scbus0 target 0 lun 0 As I read the LINT file, I believe you need two lines: # Associate scbus0 with device ahc0 device scbus0 at ahc0 # Associate da0 with device scbus0 device da0 at scbus0 target 0 Hope this helps, Roger L. Beeman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message