diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-03-15 23:48:41 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-03-15 23:48:41 +0000 |
commit | ebea75358845fe912a0fa5185b592ef6762dce7e (patch) | |
tree | 3245a65ae07d650722f6f7e766d0df643292ea03 /sys/arch | |
parent | 0ce8ae1d6e1066f02dd541f651433a92edcd3ced (diff) |
s/IPL_BIO/IPL_TTY. ok drahn@, deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/zaurus/dev/zaurus_kbd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/dev/zaurus_kbd.c b/sys/arch/zaurus/dev/zaurus_kbd.c index 46022ef5993..e73c2cb0222 100644 --- a/sys/arch/zaurus/dev/zaurus_kbd.c +++ b/sys/arch/zaurus/dev/zaurus_kbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zaurus_kbd.c,v 1.18 2005/03/15 16:05:17 drahn Exp $ */ +/* $OpenBSD: zaurus_kbd.c,v 1.19 2005/03/15 23:48:40 uwe Exp $ */ /* * Copyright (c) 2005 Dale Rahn <drahn@openbsd.org> * @@ -216,7 +216,7 @@ zkbd_attach(struct device *parent, struct device *self, void *aux) continue; } pxa2x0_gpio_set_function(pin, GPIO_IN); - pxa2x0_gpio_intr_establish(pin, IST_EDGE_BOTH, IPL_BIO, + pxa2x0_gpio_intr_establish(pin, IST_EDGE_BOTH, IPL_TTY, zkbd_irq, sc, sc->sc_dev.dv_xname); } pxa2x0_gpio_intr_establish(sc->sc_onkey_pin, IST_EDGE_RISING, IPL_TTY, |