diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-04-06 23:09:58 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-04-06 23:09:58 +0000 |
| commit | 61f973056bc01dbcdfb8df3244c8fd47a14501eb (patch) | |
| tree | 26c96bf0ba06ad7d58f08e2a58fdd48e99a0a1ca /sys/dev/usb/uhci_pci.c | |
| parent | 32af26a50132167c86aa90413bade77884184c9e (diff) | |
Notes
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 1eba53f97e57..501945c14988 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); } |
