3cd14f7597
- split softc size and match/attach out from cfdriver into a new struct cfattach. - new "attach" directive for files.*. May specify the name of the cfattach structure, so that devices may be easily attached to parents with different autoconfiguration semantics.
8 lines
163 B
C
8 lines
163 B
C
/* $NetBSD: version.c,v 1.5 1996/03/17 02:04:20 thorpej Exp $ */
|
|
|
|
/*
|
|
* NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.
|
|
*/
|
|
|
|
char *version = "$Revision: 1.5 $";
|