mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
sbni(4): Fix i386 build
Fixes: 3fba06ad
Sponsored by: Juniper Networks, Inc.
This commit is contained in:
parent
fb8f221aeb
commit
932370ddd4
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ sbni_attach_isa(device_t dev)
|
|||
return (ENXIO);
|
||||
} else {
|
||||
device_printf(dev, "shared irq with %s\n",
|
||||
master->if_name(ifp));
|
||||
if_name(master->ifp));
|
||||
}
|
||||
}
|
||||
#endif /* SBNI_DUAL_COMPOUND */
|
||||
|
|
|
|||
Loading…
Reference in a new issue