From owner-cvs-src@FreeBSD.ORG Sat Mar 20 00:54:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41F4616A4CE; Sat, 20 Mar 2004 00:54:39 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6E1B43D31; Sat, 20 Mar 2004 00:54:38 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i2K8sWcw069391; Sat, 20 Mar 2004 00:54:32 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) i2K8sWr8074425; Sat, 20 Mar 2004 00:54:32 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i2K8sVb9074424; Sat, 20 Mar 2004 00:54:31 -0800 (PST) (envelope-from marcel) Date: Sat, 20 Mar 2004 00:54:31 -0800 From: Marcel Moolenaar To: John-Mark Gurney Message-ID: <20040320085431.GA74398@dhcp01.pn.xcllnt.net> References: <200403200214.i2K2E3ps052217@repoman.freebsd.org> <20040320080027.GC567@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040320080027.GC567@funkthat.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/uart uart_cpu.h uart_cpu_alpha.c uart_cpu_amd64.c uart_cpu_i386.c uart_cpu_ia64.c uart_cpu_pc98.c uart_cpu_sparc64.c uart_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 08:54:39 -0000 On Sat, Mar 20, 2004 at 12:00:27AM -0800, John-Mark Gurney wrote: > Marcel Moolenaar wrote this message on Fri, Mar 19, 2004 at 18:14 -0800: > > The reasons for introducing these variables are: > > 1. Hints have side-effects. They reserve the unit number for use by > > isa or acpi devices and therefore cannot be used to select a pci > > device. Also, the use of a unit number to select a device prior > > see below.. Hints are SUPPOSE to reserve a unit number of any bus... > > to bus enumeration is nonsense. The new variables have no side- > > effects and are not based on unit numbers. > > 2. Hints don't have the expression power to allow the sysadmin to > > select UARTs that are not legacy PC devices and need the support > > of compile-time constants to give the sysadmin some level of > > flexibility. > > Hun? I don't follow this one? Hints are suppose to be bus generic > methods of tieing down any device on the subsystem so that you know > exactly the correct device between reboots... If PCI adn/or other > busses don't understand hints, then this is a bug in the bus and > should not introduce a new method of providing hints... Hints are used to tell the kernel about possible devices in case the kernel can not reliably detect them itself. This typically applies to the ISA bus. Any bus that allows enumeration does not need to have hints. > > The hw.uart.console and hw.uart.dbgport variables specify a list of > > attributes. An attribute is a tag-value pair, seperated by a colon. > > Attributes are seperated by a comma. Where possible, tags are the > > same as those in /etc/remote (only br and pa in practice). Details > > can be found in the manpage (not part of this commit). > > I don't see how this prevents problems with probe order suddenly changing > and you don't have the same console you thought you had... also, how > do you handle this before devfs is up? Probe order is irrelevant if you specify the device by its I/O port or memory mapped I/O address. When you need to pinpoint a device prior to any form of bus enumeration, the unit number is meaningless and any mechanism that includes a unit number is bogus. That's why hints are the wrong tool for pinpointing a console or debug port. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net