diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-17 22:55:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-17 22:55:10 +0000 |
commit | 577ff35e96de75330b38fc2ad02e33535c984ecd (patch) | |
tree | 7ff50170592104b70137e466d54990322f32ce19 /sys | |
parent | b39d2093f002126ba4c3adc490777bf3a05d94e1 (diff) |
cut and paste typos; from art@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/pci/pci_eb164.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/pci/sio.c | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/alpha/pci/pci_eb164.c b/sys/arch/alpha/pci/pci_eb164.c index 93ad1a3a99c..f7cde0c0228 100644 --- a/sys/arch/alpha/pci/pci_eb164.c +++ b/sys/arch/alpha/pci/pci_eb164.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_eb164.c,v 1.9 2001/08/17 22:26:58 mickey Exp $ */ +/* $OpenBSD: pci_eb164.c,v 1.10 2001/08/17 22:55:09 mickey Exp $ */ /* $NetBSD: pci_eb164.c,v 1.27 2000/06/06 00:50:15 thorpej Exp $ */ /*- @@ -259,7 +259,7 @@ dec_eb164_intr_string(ccv, ih) } int -dec_eb164_intr_string(ccv, ih) +dec_eb164_intr_line(ccv, ih) void *ccv; pci_intr_handle_t ih; { diff --git a/sys/arch/alpha/pci/sio.c b/sys/arch/alpha/pci/sio.c index 685099119a6..e0477a542d7 100644 --- a/sys/arch/alpha/pci/sio.c +++ b/sys/arch/alpha/pci/sio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio.c,v 1.23 2001/08/17 22:26:58 mickey Exp $ */ +/* $OpenBSD: sio.c,v 1.24 2001/08/17 22:55:09 mickey Exp $ */ /* $NetBSD: sio.c,v 1.15 1996/12/05 01:39:36 cgd Exp $ */ /* @@ -179,7 +179,6 @@ sio_bridge_callback(v) ec.ec_maxslots = sio_eisa_maxslots; ec.ec_intr_map = sio_eisa_intr_map; ec.ec_intr_string = sio_intr_string; - ec.ec_intr_line = sio_intr_line; ec.ec_intr_establish = sio_intr_establish; ec.ec_intr_disestablish = sio_intr_disestablish; |