diff options
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 05e1235a951..dc7b344ee44 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.87 2002/05/16 18:54:21 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.88 2002/05/16 21:28:16 provos Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -96,6 +96,7 @@ pseudo-device tb 1 # tablet line discipline pseudo-device vnd 4 # paging to files pseudo-device ccd 4 # concatenated disk devices pseudo-device ksyms 1 # kernel symbols device +pseudo-device systrace 1 # system call tracing device # for IPv6 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) |