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).
This commit is contained in:
Warner Losh 2006-06-03 21:10:50 +00:00
parent 5a535f681f
commit f99cc4ad59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159207

View file

@ -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),