* Change 'struct resource' to 'struct config_resource'.
* Bump config version.
This commit is contained in:
parent
efac52b4ab
commit
2f2dcad41b
@ -1,7 +1,7 @@
|
||||
# Makefile.alpha -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.alpha 7.1 5/10/91
|
||||
# $Id: Makefile.alpha,v 1.10 1998/09/18 18:41:49 dfr Exp $
|
||||
# $Id: Makefile.alpha,v 1.11 1998/10/29 17:09:36 dima Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 300008
|
||||
%VERSREQ= 300009
|
||||
|
||||
BINFORMAT?= elf
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Makefile.alpha -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.alpha 7.1 5/10/91
|
||||
# $Id: Makefile.alpha,v 1.10 1998/09/18 18:41:49 dfr Exp $
|
||||
# $Id: Makefile.alpha,v 1.11 1998/10/29 17:09:36 dima Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 300008
|
||||
%VERSREQ= 300009
|
||||
|
||||
BINFORMAT?= elf
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Makefile.i386 -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.127 1998/10/23 17:05:05 bde Exp $
|
||||
# $Id: Makefile.i386,v 1.128 1998/11/04 15:27:41 peter Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 300008
|
||||
%VERSREQ= 300009
|
||||
|
||||
KERNFORMAT?= aout
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Makefile.i386 -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.127 1998/10/23 17:05:05 bde Exp $
|
||||
# $Id: Makefile.i386,v 1.128 1998/11/04 15:27:41 peter Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 300008
|
||||
%VERSREQ= 300009
|
||||
|
||||
KERNFORMAT?= aout
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Makefile.i386 -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.127 1998/10/23 17:05:05 bde Exp $
|
||||
# $Id: Makefile.i386,v 1.128 1998/11/04 15:27:41 peter Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 300008
|
||||
%VERSREQ= 300009
|
||||
|
||||
KERNFORMAT?= aout
|
||||
|
||||
|
@ -6,6 +6,6 @@
|
||||
* The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
|
||||
* and <osreldate.h> system.
|
||||
*
|
||||
* $Id: configvers.h,v 1.6 1998/09/15 21:07:54 gibbs Exp $
|
||||
* $Id: configvers.h,v 1.7 1998/10/23 17:05:06 bde Exp $
|
||||
*/
|
||||
#define CONFIGVERS 300008
|
||||
#define CONFIGVERS 300009
|
||||
|
@ -36,7 +36,7 @@
|
||||
static char sccsid[] = "@(#)mkioconf.c 8.2 (Berkeley) 1/21/94";
|
||||
#endif
|
||||
static const char rcsid[] =
|
||||
"$Id: mkioconf.c,v 1.43 1998/10/16 15:00:18 bde Exp $";
|
||||
"$Id: mkioconf.c,v 1.44 1998/10/23 17:05:06 bde Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <err.h>
|
||||
@ -1145,7 +1145,7 @@ write_device_resources(FILE *fp, struct device *dp)
|
||||
{
|
||||
int count = 0;
|
||||
|
||||
fprintf(fp, "struct resource %s_resources[] = {\n", devstr(dp));
|
||||
fprintf(fp, "struct config_resource %s_resources[] = {\n", devstr(dp));
|
||||
if (dp->d_conn) {
|
||||
fprintf(fp, "\t\"at\",\tRES_STRING,\t(long)\"%s\",\n",
|
||||
devstr(dp->d_conn));
|
||||
|
Loading…
x
Reference in New Issue
Block a user