summaryrefslogtreecommitdiffstats
path: root/sys/pci/uhci_pci.c
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-11-22 03:22:43 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-11-22 03:22:43 +0000
commit2365e84cddf9b1dba8720a87a6e9500fe654ba8f (patch)
tree23602d337b1240d19dd5ce00c5575adb510567ba /sys/pci/uhci_pci.c
parentcad2014b2749528351ec5180e88a5929efebbfc4 (diff)
downloadFreeBSD-src-2365e84cddf9b1dba8720a87a6e9500fe654ba8f.zip
FreeBSD-src-2365e84cddf9b1dba8720a87a6e9500fe654ba8f.tar.gz
Remove some bogus bus methods peter added. We are hardly doing
anything as a bus.
Diffstat (limited to 'sys/pci/uhci_pci.c')
-rw-r--r--sys/pci/uhci_pci.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c
index 7dffa15..bec8edb 100644
--- a/sys/pci/uhci_pci.c
+++ b/sys/pci/uhci_pci.c
@@ -284,15 +284,10 @@ static device_method_t uhci_methods[] = {
DEVMETHOD(device_attach, uhci_pci_attach),
DEVMETHOD(device_suspend, uhci_pci_suspend),
DEVMETHOD(device_resume, uhci_pci_resume),
+ DEVMETHOD(device_shutdown, bus_generic_shutdown),
/* Bus interface */
DEVMETHOD(bus_print_child, bus_generic_print_child),
- DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
- DEVMETHOD(bus_release_resource, bus_generic_release_resource),
- DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
- DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
- DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
- DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
{ 0, 0 }
};
OpenPOWER on IntegriCloud