Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2009 14:43:26 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ed if_ed.c
Message-ID:  <200905131443.n4DEhhfN020220@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

imp         2009-05-13 14:43:26 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed.c 
  Log:
  SVN rev 192043 on 2009-05-13 14:43:26Z by imp
  
  ifp->if_softc is managed entirely by the driver.  We never set it to
  NULL or change it.  We initialize it before we set if_ioctl.  It can
  therefore never be NULL, and most other drivers don't bother with this
  sanity check.
  
  Revision  Changes    Path
  1.281     +0 -8      src/sys/dev/ed/if_ed.c



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