diff options
author | 2007-04-10 19:13:13 +0000 | |
---|---|---|
committer | 2007-04-10 19:13:13 +0000 | |
commit | 27f9d342797dc825bdb07f664808a18a8c338ea7 (patch) | |
tree | 5ac2d702eff83f7a7758f98e28bcf117e72e979a | |
parent | .Xr pmc (diff) | |
download | wireguard-openbsd-27f9d342797dc825bdb07f664808a18a8c338ea7.tar.xz wireguard-openbsd-27f9d342797dc825bdb07f664808a18a8c338ea7.zip |
Add bbc(4) and pmc(4).
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index fb10ff2a9a0..5943cd57366 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.174 2007/04/09 20:07:56 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.175 2007/04/10 19:13:13 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -232,6 +232,8 @@ audioce* at ebus? # ebus cs4231 bpp* at sbus? lpt* at ebus? +bbc* at ebus? +pmc* at ebus? ppm* at ebus? # performance counters |