cvs commit: src/sys/pci if_dc.c if_rl.c if_sis.c if_ste.c src/sys/dev/fxp if_fxp.c src/sys/dev/nge if_nge.c src/sys/dev/re if_re.c

Yar Tikhiy yar at FreeBSD.org
Sun May 23 14:05:30 PDT 2004


yar         2004/05/23 14:05:08 PDT

  FreeBSD src repository

  Modified files:
    sys/pci              if_dc.c if_rl.c if_sis.c if_ste.c 
    sys/dev/fxp          if_fxp.c 
    sys/dev/nge          if_nge.c 
    sys/dev/re           if_re.c 
  Log:
  A handler for ioctl(SIOCSIFCAP) should not alter a bit in
  if_capenable unless the interface driver is actually able
  to toggle the respective capability on and off.
  
  Reviewed by:    ru
  
  Revision  Changes    Path
  1.207     +2 -1      src/sys/dev/fxp/if_fxp.c
  1.61      +2 -1      src/sys/dev/nge/if_nge.c
  1.22      +3 -1      src/sys/dev/re/if_re.c
  1.143     +2 -1      src/sys/pci/if_dc.c
  1.136     +2 -1      src/sys/pci/if_rl.c
  1.98      +2 -1      src/sys/pci/if_sis.c
  1.73      +2 -1      src/sys/pci/if_ste.c


More information about the cvs-src mailing list