From owner-freebsd-current@FreeBSD.ORG Thu Oct 11 21:59:52 2007 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B828016A584; Thu, 11 Oct 2007 21:59:52 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.76]) by mx1.freebsd.org (Postfix) with ESMTP id 904C113C467; Thu, 11 Oct 2007 21:59:52 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp006-s [10.150.69.69]) by smtpoutm.mac.com (Xserve/smtpout013/MantshX 4.0) with ESMTP id l9BLxq5X008985; Thu, 11 Oct 2007 14:59:52 -0700 (PDT) Received: from [172.24.104.105] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/asmtp006/MantshX 4.0) with ESMTP id l9BLxpd3012828 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 11 Oct 2007 14:59:51 -0700 (PDT) In-Reply-To: <200710111741.34992.jhb@FreeBSD.org> References: <200710111741.34992.jhb@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <622950DD-BFEF-450C-8B80-BAB55C7B58CB@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Thu, 11 Oct 2007 14:59:23 -0700 To: John Baldwin X-Mailer: Apple Mail (2.752.3) Cc: current@FreeBSD.org Subject: Re: New-bus unit wiring via hints.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 11 Oct 2007 21:59:52 -0000 On Oct 11, 2007, at 2:41 PM, John Baldwin wrote: > 2) One of the things this fixes that is visible to users is that if > your > machine gets the COM ports backwards when using ACPI it should > now get > them correct (COM1 as sio0) assuming your COM ports use the > default hints > and you have the default sio hints in your /boot/device.hints file. I think you just pointed out the problem of using hints to wire down unit numbers, because hints will stop hinting and will start dictating. If I swap the serial ports in the BIOS then surely my hints will be wrong and ACPI will be right. A default hints file will be even more disastrous than before. -- Marcel Moolenaar xcllnt@mac.com