Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2003 01:07:45 -0700 (PDT)
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/en midway.c src/sys/net if_atm.h if_atmsubr.c src/sys/pci if_en_pci.c
Message-ID:  <200304290807.h3T87jLB085540@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/04/29 01:07:45 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/en           midway.c 
    sys/net              if_atm.h if_atmsubr.c 
    sys/pci              if_en_pci.c 
  Log:
  Add module data and version to the atm_subr and reference this info from the
  (currently) only consumer (en).
  
  Add a sysctl node hw.atm where the atm drivers will hook on their hardware
  sysctl sub-trees.
  
  Make atm_ifattach call if_attach and remove the corresponding call to if_attach
  from en. Create atm_ifdetach and use that in en.
  
  While the last change actually changes the interface this is not a problem in
  practice because the only other consumer of this API is an older LANAI driver
  on the net, that is not ready for current anyway.
  
  Reviewed by:    -atm
  
  Revision  Changes    Path
  1.38      +2 -3      src/sys/dev/en/midway.c
  1.7       +1 -0      src/sys/net/if_atm.h
  1.25      +25 -1     src/sys/net/if_atmsubr.c
  1.22      +5 -2      src/sys/pci/if_en_pci.c



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