Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2008 00:14:10 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ispfw ispfw.c
Message-ID:  <200811110014.mAB0EOkg057442@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2008-11-11 00:14:10 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ispfw        ispfw.c 
  Log:
  SVN rev 184830 on 2008-11-11 00:14:10Z by jkim
  
  Make ispfw(4) play nice with individual firmware modules.
  
  - Do not let individual KLD module unregister firmware image loaded by ispfw
  or vice versa.
  - Make 'kldunload ispfw' actually unregister all firmware images loaded by
  ispfw, not just 'isp_1040'.
  - Print which KLD module actually loaded the firmware image.
  - Remove unused return value from do_load_fw() and do_unload_fw() and remove
  duplicate sys/param.h while I am here.
  
  Revision  Changes    Path
  1.20      +109 -41   src/sys/dev/ispfw/ispfw.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811110014.mAB0EOkg057442>