Oops...forgot to list the changes....
/usr/src/usr.sbin.config: o -DSTATCLOCK gives kludges to support the rtc non-device as well as old kludges to support the clk non-device. /usr/src/usr.sbin/config.8: o Document the trivialness of the new vector.h. /usr/src/usr.sbin/mkglue.c: o Only print DEVICE_NAMES and NR_DEVICES in vector.h. These are only required to support vmstat. The vmstat interface will need to be improved for dynamic loading. /usr/src/usr.sbin/mkioconf.c: o Print device ids to be used as indexes into DEVICE_NAMES. o Print secondary interrupt handler entry points (xxxintr()) instead of primary ones (VdevU()). Primary ones are now XintrI() and XfastintrI() and are independent of the config so they are not handled here. o Minor cleanups. Submitted by: Bruce Evans
This commit is contained in:
parent
5ced58e474
commit
c62cd43c2b
@ -1,4 +1,4 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= config
|
||||
CFLAGS+=-I. -I${.CURDIR} -DSTATCLOCK
|
||||
|
@ -394,3 +394,4 @@ vector_devtab(fp, table, dev_idp)
|
||||
(*dev_idp)++;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1114,3 +1114,4 @@ comp_config(fp)
|
||||
}
|
||||
fprintf(fp, "\t-1,\t0,\t0,\t0,\t{ 0 },\n};\n");
|
||||
}
|
||||
|
||||
|
@ -633,3 +633,4 @@ raise(str)
|
||||
}
|
||||
return (cp);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user