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:
parent
5a535f681f
commit
f99cc4ad59
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159207
@ -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),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user