mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Whatever dumbass wrote sio_pci.c didn't include a detach method.
Wearing said pointy hat, correct the oversight and hope nobody notices. # this should make xircom modems happier to detach once other bugs with # the cardbus layer are fixed. Noticed by: scottl Conical Hat to: imp
This commit is contained in:
parent
6fcaf748ab
commit
58f4eca2a6
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ static device_method_t sio_pci_methods[] = {
|
|||
/* Device interface */
|
||||
DEVMETHOD(device_probe, sio_pci_probe),
|
||||
DEVMETHOD(device_attach, sio_pci_attach),
|
||||
DEVMETHOD(device_detach, siodetach),
|
||||
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue