From owner-cvs-sys Tue Feb 3 23:50:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07804 for cvs-sys-outgoing; Tue, 3 Feb 1998 23:50:27 -0800 (PST) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07793; Tue, 3 Feb 1998 23:50:19 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id SAA00670; Wed, 4 Feb 1998 18:48:57 +1100 Date: Wed, 4 Feb 1998 18:48:57 +1100 From: Bruce Evans Message-Id: <199802040748.SAA00670@godzilla.zeta.org.au> To: 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 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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