Subject: Re: CVS commit: syssrc
To: None <tech-kern@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: tech-kern
Date: 05/12/2000 08:01:35
On Fri, May 12, 2000 at 09:39:06AM -0400, John Hawkinson wrote:

 > Would you care to be a tad more clear? I cannot tell if you are
 > saying:
 > 
 > 	a)	"struct fxp_pci_softc" should be declared in
 > 	if_fxp_pci.c rather than creating an if_fxp_pcivar.h
 > 	just for that one softc.
 > 
 > 	b)	"PCI-specific data" doesn't belong in the softc.

In general, if you have structures and whatnot that are not going to be
accessed by anything else, put them in the one source file that needs
them, unless doing do would lead to unnecessary clutter.

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>