diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-04-22 22:31:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-04-22 22:31:15 +0000 |
commit | 506cbdbfef62a957c4ece8fc261c8b8690b69cee (patch) | |
tree | ef05d774a36cacbf13281b17790248e500037cd9 /sys/arch/macppc/dev/adb.c | |
parent | d1d188d0a9438cae99d06c55805ca61bac5fa6b7 (diff) |
better interrupt names for vmstat -iz; ok miod gwk
Diffstat (limited to 'sys/arch/macppc/dev/adb.c')
-rw-r--r-- | sys/arch/macppc/dev/adb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/adb.c b/sys/arch/macppc/dev/adb.c index 557c8916935..f0ad5dc32b5 100644 --- a/sys/arch/macppc/dev/adb.c +++ b/sys/arch/macppc/dev/adb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adb.c,v 1.25 2007/04/10 17:47:54 miod Exp $ */ +/* $OpenBSD: adb.c,v 1.26 2007/04/22 22:31:14 deraadt Exp $ */ /* $NetBSD: adb.c,v 1.6 1999/08/16 06:28:09 tsubai Exp $ */ /* $NetBSD: adb_direct.c,v 1.14 2000/06/08 22:10:45 tsubai Exp $ */ @@ -1668,7 +1668,7 @@ adbattach(struct device *parent, struct device *self, void *aux) adb_reinit(); mac_intr_establish(parent, ca->ca_intr[0], IST_LEVEL, IPL_HIGH, - adb_intr, sc, "adb"); + adb_intr, sc, sc->sc_dev.dv_xname); /* init powerpc globals which control RTC functionality */ time_read = adb_read_date_time; |