mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
Don't assume that SMI are enabled when attaching ichwd and then do
correct unwind based on former state. Sponsored by: Sandvine Incorporated Reviewed by: des MFC after: 1 week
This commit is contained in:
parent
385edc8e71
commit
bb83df766c
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ struct ichwd_softc {
|
|||
int active;
|
||||
unsigned int timeout;
|
||||
|
||||
int smi_enabled;
|
||||
int smi_rid;
|
||||
struct resource *smi_res;
|
||||
bus_space_tag_t smi_bst;
|
||||
|
|
|
|||
Loading…
Reference in a new issue