From 61f973056bc01dbcdfb8df3244c8fd47a14501eb Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Tue, 6 Apr 1999 23:09:58 +0000 Subject: [PATCH] fix typo --- sys/dev/usb/uhci_pci.c | 4 ++-- sys/pci/uhci_pci.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c index 1eba53f97e5..501945c1498 100644 --- a/sys/dev/usb/uhci_pci.c +++ b/sys/dev/usb/uhci_pci.c @@ -1,4 +1,4 @@ -/* FreeBSD $Id: uhci_pci.c,v 1.2 1999/03/23 21:37:45 n_hibma Exp $ */ +/* FreeBSD $Id: uhci_pci.c,v 1.3 1999/03/27 23:08:43 n_hibma Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -196,7 +196,7 @@ uhci_pci_attach(pcici_t config_id, int unit) #if ! (defined(USBVERBOSE) || defined(USB_DEBUG)) if (bootverbose) #endif - printf("uhcis%d: PIRQD enable not set\n", unit); + printf("uhci%d: PIRQD enable not set\n", unit); legsup |= PCI_LEGSUP_USBPIRQDEN; pci_conf_write(config_id, PCI_LEGSUP, legsup); } diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c index 1eba53f97e5..501945c1498 100644 --- a/sys/pci/uhci_pci.c +++ b/sys/pci/uhci_pci.c @@ -1,4 +1,4 @@ -/* FreeBSD $Id: uhci_pci.c,v 1.2 1999/03/23 21:37:45 n_hibma Exp $ */ +/* FreeBSD $Id: uhci_pci.c,v 1.3 1999/03/27 23:08:43 n_hibma Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -196,7 +196,7 @@ uhci_pci_attach(pcici_t config_id, int unit) #if ! (defined(USBVERBOSE) || defined(USB_DEBUG)) if (bootverbose) #endif - printf("uhcis%d: PIRQD enable not set\n", unit); + printf("uhci%d: PIRQD enable not set\n", unit); legsup |= PCI_LEGSUP_USBPIRQDEN; pci_conf_write(config_id, PCI_LEGSUP, legsup); }