Searched hist:149151 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/my/
H A Dif_my.cdiff 149151 Tue Aug 16 18:39:30 MDT 2005 jhb Fixup locking in if_my(4) and mark it MPSAFE:
- Add locked variants of my_start() and my_init().
- Assert that the lock is held in several places rather than recursing.
- Overhaul failure case handling in my_attach() so that it will actually
clean up completely in each of the failure cases.
- Setup the interrupt after ether_ifattach() in my_attach().
- Remove unused callout handle from softc.
- Free the metadata for the descriptors my_in detach() (we leaked it
before).
- Fix locking in my_ioctl().
- Remove spls.

Tested by: brueffer
MFC after: 3 days

Completed in 60 milliseconds