summaryrefslogtreecommitdiffstats
path: root/sys/pci/uhci_pci.c
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-04-06 23:09:58 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-04-06 23:09:58 +0000
commitc0d6e03792ee9f1b7facc0fed53cd9f8d37252e3 (patch)
tree03863ddcb37beadc936e2f4f4f68df9a3f347ff9 /sys/pci/uhci_pci.c
parenta77173a7cd162a0aa47a96361a70cd43d178b4f6 (diff)
downloadFreeBSD-src-c0d6e03792ee9f1b7facc0fed53cd9f8d37252e3.zip
FreeBSD-src-c0d6e03792ee9f1b7facc0fed53cd9f8d37252e3.tar.gz
fix typo
Diffstat (limited to 'sys/pci/uhci_pci.c')
-rw-r--r--sys/pci/uhci_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c
index 1eba53f..501945c 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);
}
OpenPOWER on IntegriCloud