From owner-freebsd-current@FreeBSD.ORG Tue May 6 05:27:28 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8644937B401; Tue, 6 May 2003 05:27:28 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BBF343F93; Tue, 6 May 2003 05:27:25 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h46CRKA7052847; Tue, 6 May 2003 06:27:20 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 06 May 2003 06:24:47 -0600 (MDT) Message-Id: <20030506.062447.09609629.imp@bsdimp.com> To: ben@algroup.co.uk From: "M. Warner Losh" In-Reply-To: <3EB77DEF.3050407@algroup.co.uk> References: <51914.1052207561@critter.freebsd.dk> <3EB77DEF.3050407@algroup.co.uk> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: phk@phk.freebsd.dk cc: DougB@freebsd.org cc: current@freebsd.org Subject: Re: gbde failure attaching /dev/fd0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 12:27:28 -0000 In message: <3EB77DEF.3050407@algroup.co.uk> Ben Laurie writes: : Incidentally, while we're on the subject, its not possible to automount : USB devices, it seems, coz the appropriate device isn't fed through : devd.conf. cam doesn't use 'real' device_t's for the devices it creates, so would need special code to participate in devd. Warner