summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/sb.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-12-27 22:06:03 +0000
committerderaadt <deraadt@openbsd.org>1995-12-27 22:06:03 +0000
commiteecb46f8754b0dfaa24fb6adf798ef64a9d9507c (patch)
tree8e40dd7201c30adb1e6be4c90774af856137d5fb /sys/dev/isa/sb.c
parentfrom netbsd; merge latest Thomas version with our minimal changes (diff)
downloadwireguard-openbsd-eecb46f8754b0dfaa24fb6adf798ef64a9d9507c.tar.xz
wireguard-openbsd-eecb46f8754b0dfaa24fb6adf798ef64a9d9507c.zip
from netbsd:
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
Diffstat (limited to 'sys/dev/isa/sb.c')
-rw-r--r--sys/dev/isa/sb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isa/sb.c b/sys/dev/isa/sb.c
index 43d4aab1c15..11ca1a4b9ed 100644
--- a/sys/dev/isa/sb.c
+++ b/sys/dev/isa/sb.c
@@ -273,7 +273,7 @@ sbattach(parent, self, aux)
register int iobase = ia->ia_iobase;
int err;
- sc->sc_ih = isa_intr_establish(ia->ia_irq, ISA_IST_EDGE, ISA_IPL_AUDIO,
+ sc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_AUDIO,
sbdsp_intr, sc);
sbdsp_attach(sc);