Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2000 13:35:12 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ray if_ray.c
Message-ID:  <200012082135.eB8LZCj11111@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2000/12/08 13:35:12 PST

  Modified files:
    sys/dev/ray          if_ray.c 
  Log:
  Fix probe/attach a little. We don't have to call bpfattach() anymore
  since ether_ifattach() does it for us. We do need to call ether_ifdetach()
  instead of if_detach(). And we don't have to check for ifp->if_name
  already being initialized because it never will be in FreeBSD 4.x and
  above.
  
  Reviewed by:	Warner Losh, Duncan Barclay
  
  Revision  Changes    Path
  1.46      +19 -22    src/sys/dev/ray/if_ray.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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