NetBSD/sys/arch/sun3/stand/tapeboot/version.c
gwr ca022f8909 Re-write of tapeboot, using a "rawfs" abstraction to hide the fact
that the device only supports block access.  (Even works now!)
1995-10-17 22:58:10 +00:00

11 lines
273 B
C

/* $NetBSD: version.c,v 1.3 1995/10/17 22:58:32 gwr Exp $ */
/*
* NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.
*
* Added "rawfs" to do read buffering and ensure that all
* device access stays strictly on block boundaries.
*/
char *version = "$Revision: 1.3 $";