From owner-freebsd-current Mon Feb 11 18:48: 9 2002 Delivered-To: freebsd-current@freebsd.org Received: from newman2.bestweb.net (newman2.bestweb.net [209.94.102.67]) by hub.freebsd.org (Postfix) with ESMTP id 1F44D37B66A for ; Mon, 11 Feb 2002 18:19:18 -0800 (PST) Received: from okeeffe.bestweb.net (okeefe.bestweb.net [209.94.100.110]) by newman2.bestweb.net (Postfix) with ESMTP id E3FED230EE; Mon, 11 Feb 2002 21:18:13 -0500 (EST) Received: by okeeffe.bestweb.net (Postfix, from userid 0) id 2D44A9F3E3; Mon, 11 Feb 2002 21:12:47 -0500 (EST) Date: Mon, 11 Feb 2002 09:37:08 -0700 (MST) To: jcm@FreeBSD-uk.eu.org Cc: freebsd-current@FreeBSD.ORG Subject: Re: Where to find docs on newbus vs. cardbus vs. newcard From: "M. Warner Losh" Message-Id: <20020212021247.2D44A9F3E3@okeeffe.bestweb.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20020211155313.A25761@dogma.freebsd-uk.eu.org> j mckitrick writes: : I'm a little confused as to what these each mean, which is newest, and : which is legacy. Could someone point me to TFM to read? NEWBUS: The current way of doing FreeBSD device configuration. This is approximately sys/kern/subr_bus.c, bus_if.m and device_if.m. CardBus: PCMCIA standard for PCI cards in the PC Card form factor. FreeBSD's CardBus stuff can be found in dev/{pccard,pcic,exca,cardbus,pccbb}/*. I'm in the process of fixing bugs in this code base as well as removing redundant code and expanding support for more bridges and client devieces. This is what I've been calling NEWCARD. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message