From owner-freebsd-current@FreeBSD.ORG Fri Dec 3 02:26:01 2004 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 8AC7A16A4CE for ; Fri, 3 Dec 2004 02:26:01 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34B8543D46 for ; Fri, 3 Dec 2004 02:26:01 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iB32Tja4069695; Thu, 2 Dec 2004 19:29:45 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AFCEC1.1090403@freebsd.org> Date: Thu, 02 Dec 2004 19:26:09 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Barney Wolff References: <20041202002939.GA2834@ns1.xcllnt.net> <41AF8017.4000206@freebsd.org> <16815.36304.188670.238045@jerusalem.litteratus.org> <200412021621.17783.peter@wemm.org> <20041203020355.GA59029@pit.databus.com> In-Reply-To: <20041203020355.GA59029@pit.databus.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-current@freebsd.org Subject: Re: My project wish-list for the next 12 months 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: Fri, 03 Dec 2004 02:26:01 -0000 Barney Wolff wrote: > On Thu, Dec 02, 2004 at 04:21:17PM -0800, Peter Wemm wrote: > >>However, if the bios sees partition type 165 (FreeBSD), it freaks out >>and completely shuts down all USB support. Even for the bios keyboard >>service calls. >> >>If you boot MSDOS, for example.. the bios keyboard service calls are not >>disabled and keep working. > > > Pardon a naive question, but what would happen with a FreeBSD partition > whose type said something other than 165? What in fbsd checks the > partition type once booting starts? > It's very a fundamental value for being able to find and mount the partitions at boot. Scott