From owner-cvs-all Sat Apr 17 2: 4:15 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 152F914F27; Sat, 17 Apr 1999 02:04:09 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id KAA75779; Sat, 17 Apr 1999 10:06:00 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sat, 17 Apr 1999 10:06:00 +0100 (BST) From: Doug Rabson To: Warner Losh Cc: Peter Wemm , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/alpha autoconf.c src/sys/alpha/conf files.alpha src/sys/alpha/include chipset.h cpuconf.h cpufunc.h src/sys/alpha/isa isavar.h isa.c src/sys/alpha/pci apecs_pci.c cia_pci.c lca_pci.c apecs.c cia.c lca.c pcibus.c src/sys/alpha/tc ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 17 Apr 1999, Doug Rabson wrote: > On Fri, 16 Apr 1999, Warner Losh wrote: > > > In message <199904162122.OAA43338@freefall.freebsd.org> Peter Wemm writes: > > : Bring the 'new-bus' to the i386. > > > > Cool. What problems do I need to document in the UPDATING file? > > The declaration of atkbd and psm should look like this: > > device atkbd0 at atkbdc? irq 1 > device psm0 at atkbdc? irq 12 > > I can't think of anything else right now but I'm sure there must be > something. I just thought of something. At the moment, machines with more than one host-pci bridge will not probe the second bus. We need to write code which can recognise the second bridge and arrange to probe it. The other difference from current is that devices are probed in 'depth first' order instead of 'breadth first'. For machines with pci-pci bridges, this could change the unit numbers of some devices. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message