diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-30 23:58:04 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-30 23:58:04 +0000 |
commit | a2200f32d895069d3019e8c336d4eb3482b408b1 (patch) | |
tree | 8c8e713c469d515368b64d70f089fbb32452eaeb /sys/arch/sparc64/conf/GENERIC | |
parent | f4ca009318dd00a3457741ce99764a6ba3d19a3e (diff) |
Driver for getting at performance counters. These manifest them
selves as "sc at sbus" and a couple of registers on psycho (sabre
doesn't appear to have these registers).
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index aff5f65ca92..0945a81b20b 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.45 2002/01/28 19:45:15 jason Exp $ +# $OpenBSD: GENERIC,v 1.46 2002/01/30 23:58:02 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -27,6 +27,8 @@ pci* at ppb? ppb* at pci? dev ? function ? ebus* at pci? +uperf* at psycho? + # PCI Ethernet hme* at pci? dev ? function ? gem* at pci? dev ? function ? @@ -80,6 +82,8 @@ wskbd* at comkbd? audioce* at ebus? audio* at audioce? +uperf* at sbus? slot ? offset ? + zs* at sbus? slot ? offset ? zstty* at zs? channel ? zskbd* at zs? channel ? |