From owner-cvs-all Wed Aug 9 10:41:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE77A37BA1B; Wed, 9 Aug 2000 10:41:11 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA15088; Wed, 9 Aug 2000 10:41:11 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200008091741.KAA15088@freefall.freebsd.org> From: Nick Hibma Date: Wed, 9 Aug 2000 10:41:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/08/09 10:41:11 PDT Modified files: sys/dev/usb umass.c Log: Finally got my brain around what a SIM UNIT number is and how it differs from the SCSI id it has. (this avoids the confusing umass-sim32 device. It should have been umass-sim0 all along (there is only one), and if it is spoken to as a SCSI device the sim should be umass32. Make the rescan actually work. We need to fill in a target and lun wildcard and not the SCSI id of the SIM. Add a seatbelt. Revision Changes Path 1.30 +8 -3 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message