From owner-cvs-all Wed Feb 4 11:11:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16759 for cvs-all-outgoing; Wed, 4 Feb 1998 11:11:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16669; Wed, 4 Feb 1998 11:10:45 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id LAA19486; Wed, 4 Feb 1998 11:02:37 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd019484; Wed Feb 4 11:02:36 1998 Message-ID: <34D8BA73.59E2B600@whistle.com> Date: Wed, 04 Feb 1998 10:58:59 -0800 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Bruce Evans CC: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, eivind@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci brktree_reg.h brooktree848.c References: <199802040748.SAA00670@godzilla.zeta.org.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" Bruce Evans wrote: > > > Modified files: > > sys/pci brktree_reg.h brooktree848.c > > Log: > > Re-add my DEVFS changes after they were stomped on. This time, I throw away > > the DEVFS tokens (as they weren't used anywhere anyway). > > They are saved but not used by almost all drivers, although this clutters > the drivers. Only drivers that have an LKM mode really need to save the > tokens. > > Bruce hopefully ALL drivers will eventually be loadable.. saving the token now is just to save having to do it later..