osunix / osunix-gate (http://osunix.org/)
fork of onnv-gate
A free and totally open source opensolaris technology gate. We stress high quality and gives developers who don't want to sign the SCA a place to commit their license compatible code.
| commit 11788: | b1df5d3fda9f |
| parent 11787: | 92f11db549bc |
| branch: | default |
6929516 Panic on boot with elxl driver
6 months ago
Changed (Δ0 bytes):
raw changeset »
usr/src/uts/common/io/elxl/elxl.c (1 lines added, 1 lines removed)
Up to file-list usr/src/uts/common/io/elxl/elxl.c:
| … | … | @@ -2168,8 +2168,8 @@ elxl_ddi_detach(dev_info_t *dip, ddi_det |
2168 |
2168 |
if (mac_disable(sc->ex_mach) != 0) { |
2169 |
2169 |
return (DDI_FAILURE); |
2170 |
2170 |
} |
2171 |
(void) mac_unregister(sc->ex_mach); |
|
2171 |
2172 |
elxl_detach(sc); |
2172 |
(void) mac_unregister(sc->ex_mach); |
|
2173 |
2173 |
return (DDI_SUCCESS); |
2174 |
2174 |
|
2175 |
2175 |
case DDI_SUSPEND: |
