From owner-freebsd-stable Sat Jul 6 11:29:24 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73FD937B400 for ; Sat, 6 Jul 2002 11:29:20 -0700 (PDT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A45C43E5E for ; Sat, 6 Jul 2002 11:29:20 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rip.psg.com.psg.com) by rip.psg.com with esmtp (Exim 4.05) id 17QuJ6-0000Fa-00 for freebsd-stable@freebsd.org; Sat, 06 Jul 2002 11:29:20 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Stable Subject: umass becomes da0 over scbus X-Mailer: VM 7.07 under Emacs 21.2.1 Message-Id: Date: Sat, 06 Jul 2002 11:29:20 -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 4.6-stable as of yesterday i have an ahc with a single drive. standalone it comes up find as da0s... and boots right along. Waiting 5 seconds for SCSI devices to settle Mounting root from ufs:/dev/da0s1a da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled da0: 35003MB (71687340 512 byte sectors: 255H 63S/T 4462C) but, if i have a usb hard drive plugged in, the umass device takes over da0 and the scsi drive renumbers to da1 and then the post-device boot fails. i even tried hacking in # SCSI peripherals device scbus0 # SCSI bus (required) device da # Direct Access (disks) device da0 at scbus0 target 0 unit 0 but get the same result. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message