summaryrefslogtreecommitdiffstats
path: root/sys/dev/tc/if_le_ioasic.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2007-11-06 18:20:05 +0000
committermiod <miod@openbsd.org>2007-11-06 18:20:05 +0000
commitee682b374d185c2263236ecb55a80c357df4aaf2 (patch)
treee23166b338df6028a3b7b59c1640af053179f57e /sys/dev/tc/if_le_ioasic.c
parentsync (diff)
downloadwireguard-openbsd-ee682b374d185c2263236ecb55a80c357df4aaf2.tar.xz
wireguard-openbsd-ee682b374d185c2263236ecb55a80c357df4aaf2.zip
Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int.
No functional change.
Diffstat (limited to 'sys/dev/tc/if_le_ioasic.c')
-rw-r--r--sys/dev/tc/if_le_ioasic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/if_le_ioasic.c b/sys/dev/tc/if_le_ioasic.c
index 2f770263063..b239b4b9af9 100644
--- a/sys/dev/tc/if_le_ioasic.c
+++ b/sys/dev/tc/if_le_ioasic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_le_ioasic.c,v 1.13 2007/06/18 21:24:43 jasper Exp $ */
+/* $OpenBSD: if_le_ioasic.c,v 1.14 2007/11/06 18:20:07 miod Exp $ */
/* $NetBSD: if_le_ioasic.c,v 1.18 2001/11/13 06:26:10 lukem Exp $ */
/*
@@ -163,7 +163,7 @@ le_ioasic_attach(struct device *parent, struct device *self, void *aux)
(u_char *)((struct ioasic_softc *)parent)->sc_base
+ IOASIC_SLOT_2_START);
- ioasic_intr_establish(parent, d->iada_cookie, TC_IPL_NET,
+ ioasic_intr_establish(parent, d->iada_cookie, IPL_NET,
am7990_intr, sc);
return;