diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-04-06 23:09:58 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-04-06 23:09:58 +0000 |
commit | c0d6e03792ee9f1b7facc0fed53cd9f8d37252e3 (patch) | |
tree | 03863ddcb37beadc936e2f4f4f68df9a3f347ff9 /sys/dev/usb/uhci_pci.c | |
parent | a77173a7cd162a0aa47a96361a70cd43d178b4f6 (diff) | |
download | FreeBSD-src-c0d6e03792ee9f1b7facc0fed53cd9f8d37252e3.zip FreeBSD-src-c0d6e03792ee9f1b7facc0fed53cd9f8d37252e3.tar.gz |
fix typo
Diffstat (limited to 'sys/dev/usb/uhci_pci.c')
-rw-r--r-- | sys/dev/usb/uhci_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c index 1eba53f..501945c 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); } |