diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-10 00:02:10 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-10 00:02:10 +0000 |
commit | 5f42a25d75da60714ac574d155927a71f5146c3b (patch) | |
tree | ab2333503575f45694de731c997db3dd045d4aa6 /sys/arch/sparc64/conf/GENERIC | |
parent | f09b80b8041b6dc0d6ea840aa88fe0235bef0282 (diff) |
Add cmp(4), a dummy driver to make attaching CMT cpus easier.
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-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 3ddf593e3f3..e92ee9a98e1 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.203 2008/05/25 07:48:46 brad Exp $ +# $OpenBSD: GENERIC,v 1.204 2008/06/10 00:02:09 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -30,6 +30,8 @@ config bsd swap generic # Main bus and CPU .. all systems. mainbus0 at root cpu0 at mainbus0 +cmp* at mainbus0 +cpu0 at cmp? # Bus types found on SPARC systems. sbus* at mainbus0 |