From owner-freebsd-drivers@FreeBSD.ORG Wed Apr 2 20:07:00 2008 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10DD31065681 for ; Wed, 2 Apr 2008 20:07:00 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id 744E18FC16 for ; Wed, 2 Apr 2008 20:06:59 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m32JViV37730 for freebsd-drivers@freebsd.org; Wed, 2 Apr 2008 12:31:44 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id TAA03574; Wed, 2 Apr 2008 19:27:46 GMT Message-Id: <200804021927.TAA03574@sopwith.solgatos.com> To: freebsd-drivers@freebsd.org Date: Wed, 02 Apr 2008 12:27:46 +0100 From: Dieter Subject: trying atausb instead of umass X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 20:07:00 -0000 FreeBSD 7.0 amd64 Deleted device umass and added atausb instead. The bridge shows up, but the disk does not. (sata hard drive, not a CD/DVD drive) atausb0: on uhub1 The kernel moved the chipset-connected SATA drives from ad4,6,8,10 to ad6,8,10,12 despite: options ATA_STATIC_ID # Static device numbering Should I expect the USB disk to show up as ad* or is there some other device name I need to add to the config file? Is there anything else I need to change in the config file besides comment out umass and add atausb? How do I get (non-USB) device names to really stay put?