Remove ifdef for STATCLOCK. STATCLOCK is standard.
This commit is contained in:
parent
e89bcdb80f
commit
fb5960efc4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4841
@ -1,7 +1,7 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= config
|
||||
CFLAGS+=-I. -I${.CURDIR} -DSTATCLOCK
|
||||
CFLAGS+=-I. -I${.CURDIR}
|
||||
.if defined(CONFIG_DONT_CLOBBER)
|
||||
CFLAGS+= -DCONFIG_DONT_CLOBBER
|
||||
.endif
|
||||
|
@ -660,11 +660,7 @@ i386_ioconf()
|
||||
fprintf(fp, "\n");
|
||||
old = dp;
|
||||
}
|
||||
#ifdef STATCLOCK
|
||||
dev_id = 2;
|
||||
#else
|
||||
dev_id = 1;
|
||||
#endif
|
||||
isa_devtab(fp, "bio", &dev_id);
|
||||
if(seen_wdc)
|
||||
isa_biotab(fp, "wdc");
|
||||
@ -1119,4 +1115,3 @@ comp_config(fp)
|
||||
}
|
||||
fprintf(fp, "\t-1,\t0,\t0,\t0,\t{ 0 },\n};\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user