Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2005 10:45:03 +0000 (UTC)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/hatm if_hatm.c if_hatm_ioctl.c if_hatm_tx.c src/sys/dev/fatm if_fatm.c src/sys/dev/patm if_patm_attach.c if_patm_tx.c
Message-ID:  <200507011045.j61Aj31s066289@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-07-01 10:45:02 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/hatm         if_hatm.c if_hatm_ioctl.c if_hatm_tx.c 
    sys/dev/fatm         if_fatm.c 
    sys/dev/patm         if_patm_attach.c if_patm_tx.c 
  Log:
  Fix another fallout from the ifnet change that assumed that a softc
  starts with an ifatm which in turns has an ifnet. Remove also a couple
  of unneccessary casts that could hide such things in the future.
  
  Approved by:    re
  
  Revision  Changes    Path
  1.19      +2 -2      src/sys/dev/fatm/if_fatm.c
  1.24      +3 -3      src/sys/dev/hatm/if_hatm.c
  1.12      +1 -1      src/sys/dev/hatm/if_hatm_ioctl.c
  1.13      +1 -1      src/sys/dev/hatm/if_hatm_tx.c
  1.11      +1 -1      src/sys/dev/patm/if_patm_attach.c
  1.9       +1 -1      src/sys/dev/patm/if_patm_tx.c



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