John Baldwin 25067ba265 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
2005-09-26 18:42:27 +00:00
..
2005-08-25 21:06:56 +00:00
2005-09-26 18:42:27 +00:00
2005-09-26 18:42:27 +00:00
2005-09-15 17:12:29 +00:00
2005-08-18 19:24:30 +00:00