diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-29 19:17:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-29 19:17:44 +0000 |
commit | 984ef2bd72c9823134e522214322272aaedbf58c (patch) | |
tree | ea7fbf66e6ee8a28eb07904dbb3957374dc5f5d7 /sys/arch/sparc64/dev/ce4231.c | |
parent | aa9a7d02858abb77abedd63b2129e8076e1130f4 (diff) |
Ratibibugle now useless evcnt structures.
Diffstat (limited to 'sys/arch/sparc64/dev/ce4231.c')
-rw-r--r-- | sys/arch/sparc64/dev/ce4231.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/ce4231.c b/sys/arch/sparc64/dev/ce4231.c index b2019b81182..b222bad1392 100644 --- a/sys/arch/sparc64/dev/ce4231.c +++ b/sys/arch/sparc64/dev/ce4231.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ce4231.c,v 1.15 2003/06/24 21:54:39 henric Exp $ */ +/* $OpenBSD: ce4231.c,v 1.16 2004/09/29 19:17:43 miod Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -291,8 +291,6 @@ ce4231_attach(parent, self, aux) printf(": nvaddrs %d\n", ea->ea_nvaddrs); - evcnt_attach(&sc->sc_dev, "intr", &sc->sc_intrcnt); - audio_attach_mi(&ce4231_sa_hw_if, sc, &sc->sc_dev); /* Default to speaker, unmuted, reasonable volume */ |