summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/ppb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ppb.c b/sys/dev/pci/ppb.c
index 04461506a9a..a5bfd910f59 100644
--- a/sys/dev/pci/ppb.c
+++ b/sys/dev/pci/ppb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ppb.c,v 1.11 2002/03/14 01:26:59 millert Exp $ */
+/* $OpenBSD: ppb.c,v 1.12 2005/12/05 14:39:23 mickey Exp $ */
/* $NetBSD: ppb.c,v 1.16 1997/06/06 23:48:05 thorpej Exp $ */
/*
@@ -36,7 +36,7 @@
* XXX PROPER OPERATION OF DEVICES BEHIND PPB'S WHICH USE INTERRUPTS
* XXX ON SYSTEMS OTHER THAN THE i386 IS NOT POSSIBLE AT THIS TIME.
* XXX There needs to be some support for 'swizzling' the interrupt
- * XXX pin. In general, pci_map_int() has to have a different
+ * XXX pin. In general, pci_intr_map() has to have a different
* XXX interface.
*/