summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-06-03 21:10:50 +0000
committerimp <imp@FreeBSD.org>2006-06-03 21:10:50 +0000
commit4cc73bae0eced8efc1bf68c57030ace45a486294 (patch)
tree464b4db752940f8ce23a496ff323d07d7d175b6c /sys/dev/pccbb
parente914efa181b7c8d3d1e9500d27b0fc30b70514fa (diff)
downloadFreeBSD-src-4cc73bae0eced8efc1bf68c57030ace45a486294.zip
FreeBSD-src-4cc73bae0eced8efc1bf68c57030ace45a486294.tar.gz
We don't have a ISA specific shutdown routine at this time, so remove
it. We just moved it to be pci specific, so this was causing compile problems (linking problems, so I didn't notice since I unwisely just built the module).
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb_isa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb_isa.c b/sys/dev/pccbb/pccbb_isa.c
index cfd11484..677967d 100644
--- a/sys/dev/pccbb/pccbb_isa.c
+++ b/sys/dev/pccbb/pccbb_isa.c
@@ -207,7 +207,6 @@ static device_method_t cbb_methods[] = {
DEVMETHOD(device_probe, cbb_isa_probe),
DEVMETHOD(device_attach, cbb_isa_attach),
DEVMETHOD(device_detach, cbb_detach),
- DEVMETHOD(device_shutdown, cbb_shutdown),
DEVMETHOD(device_suspend, cbb_suspend),
DEVMETHOD(device_resume, cbb_resume),
OpenPOWER on IntegriCloud