Skip site navigation (1)Skip section navigation (2)
Date:      04 Feb 2002 16:56:26 -0800
From:      beeman@ip21.cvd-r8.rb1.bel.nwlink.com (Roger L. Beeman)
To:        freebsd-questions@freebsd.org
Subject:   Re: wiring down devices
Message-ID:  <yp87kpsg30l.fsf@ip21.cvd-r8.rb1.bel.nwlink.com>

next in thread | raw e-mail | index | archive | help
"george" <george@vagner.com> 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




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