From owner-freebsd-arch@FreeBSD.ORG Wed Jan 28 22:59:02 2009 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30A7D106564A; Wed, 28 Jan 2009 22:59:02 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id F35E08FC08; Wed, 28 Jan 2009 22:59:01 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id 91A8C46BA7; Wed, 28 Jan 2009 17:59:01 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n0SMwtDU000679; Wed, 28 Jan 2009 17:58:55 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "M. Warner Losh" Date: Wed, 28 Jan 2009 17:58:47 -0500 User-Agent: KMail/1.9.7 References: <200901281540.30546.jhb@freebsd.org> <200901281720.40491.jhb@freebsd.org> <20090128.154209.1492588688.imp@bsdimp.com> In-Reply-To: <20090128.154209.1492588688.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901281758.47741.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 28 Jan 2009 17:58:55 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/8915/Wed Jan 28 14:49:32 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: arch@freebsd.org, gad@freebsd.org Subject: Re: Trimming the default /boot/device.hints X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2009 22:59:02 -0000 On Wednesday 28 January 2009 5:42:09 pm M. Warner Losh wrote: > : These are all devices that I count as PNPBIOS devices. I can put back the fd0 > : and fd1 hints, but the rest of the devices being removed are all non-PNPBIOS > : devices. To me at least there is a distinction. > > You have to put back the fd0 and fd1 devices, since they are only > enumerated for ACPI right now. They aren't enumerated for pnpbios at > all. > > So how far are we from what I posted? I don't know, but I give up, do whatever you want. I'm not going to mess with it anymore. > # $FreeBSD$ > hint.fd.0.at="fdc0" > hint.fd.0.drive="0" > hint.fd.1.at="fdc0" > hint.fd.1.drive="1" > hint.atkbd.0.at="atkbdc" > hint.psm.0.at="atkbdc" > hint.vga.0.at="isa" These three aren't actually needed on PnPBIOS/ACPI systems. > hint.sc.0.at="isa" > hint.sc.0.flags="0x100" > hint.uart.0.at="isa" > hint.uart.0.port="0x3F8" > hint.uart.0.flags="0x10" > hint.uart.1.at="isa" > hint.uart.1.port="0x2F8" -- John Baldwin