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

/freebsd-9.3-release/sys/dev/sis/
H A Dif_sisreg.hdiff 150583 Mon Sep 26 16:42:27 MDT 2005 jhb Small fixes to sis(4):
- Remove sis_unit and use device_printf() and if_printf() instead.
- Use callout_init_mtx() for the callout.
- Remove spls.
- Fix locking for ifmedia to happen in the ifmedia handlers rather than in
sis_ioctl().
- Log an error message if we fail to allocate any resources. Perform
cleanup if we fail to allocate any resources so that we don't leave
a mutex hanging around.

Tested by: Jason Tsai jason dot tsai at newcyberian dot com (1-4)
MFC after: 3 days

Completed in 98 milliseconds