From owner-freebsd-current Wed Nov 1 10: 6:27 2000 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id F3EA537B4C5; Wed, 1 Nov 2000 10:06:24 -0800 (PST) Subject: Re: "Driver Floppy" implementation (Re: "make release" breakage - dokern.sh patch 2) In-Reply-To: from Nick Hibma at "Nov 1, 2000 10:38:46 am" To: n_hibma@qubesoft.com (Nick Hibma) Date: Wed, 1 Nov 2000 10:06:24 -0800 (PST) Cc: takawata@shidahara1.planet.sci.kobe-u.ac.jp, hosokawa@freebsd.org, current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20001101180624.F3EA537B4C5@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I'm not sure whether the problem of loading secondary usb modules is a >problem in 4.x but it is easy to try. >Boot a machine without usb support compiled in. after login, kldload >usb, then the miibus and then the if_aue modules. If that works, you >should be ok. >I cannot test this as at the moment as I don't have a STABLE box (will >have once the first RC comes out of JKH factories). I usually do the following: # kldload usb (probes USB controllers) # kldload miibus # kldload if_aue # usbd -f /dev/usb0 If the device has already been plugged in, starting usbd will cause it to be probed/attached by the aue driver. If not, it will be detected when it's plugged in later. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message