summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhci_pci.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-01-23 19:27:11 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-01-23 19:27:11 +0000
commitfe8140cd153e9409f54fab04be13fc24e74b5609 (patch)
tree2db1f3d6c6a5a82e6be5adbca50a864b619990b4 /sys/dev/usb/uhci_pci.c
parent62797de451e53358b93c407c1652d378e5834864 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/uhci_pci.c')
-rw-r--r--sys/dev/usb/uhci_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c
index c05d48ba1fc1..779eb56bdb4c 100644
--- a/sys/dev/usb/uhci_pci.c
+++ b/sys/dev/usb/uhci_pci.c
@@ -93,7 +93,7 @@ static const char *uhci_device_generic = "UHCI (generic) USB controller";
static int
uhci_pci_suspend(device_t self)
{
- uhci_softc_t *sc = device_get_softc(self);
+
bus_generic_suspend(self);
return 0;
@@ -102,9 +102,9 @@ uhci_pci_suspend(device_t self)
static int
uhci_pci_resume(device_t self)
{
+#if 0
uhci_softc_t *sc = device_get_softc(self);
-#if 0
uhci_reset(sc);
#endif
bus_generic_resume(self);