Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2009 21:01:14 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c src/sys/dev/cxgb/common cxgb_ael1002.c cxgb_common.h cxgb_t3_hw.c
Message-ID:  <200906082101.n58L1NpX028102@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gnn         2009-06-08 21:01:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/cxgb         cxgb_adapter.h cxgb_main.c cxgb_sge.c 
    sys/dev/cxgb/common  cxgb_ael1002.c cxgb_common.h cxgb_t3_hw.c 
  Log:
  SVN rev 193754 on 2009-06-08 21:01:14Z by gnn
  
  MFC of 190206 190330 192537 192 540 192584 192593 192933
  
  Bring the 7.x version of the cxgb driver up to date with respect to
  HEAD as of 8 June 2009
  
  192933
  
  Rework interrupt bringup and teardown.
  
  Calculate the exact number of vectors we'll use before calling
  pci_alloc_msix.  Don't grab nine all the time.
  
  Call cxgb_setup_interrupts once per T3, not once per port.  Ditto
  for cxgb_teardown_interrupts.
  
  Don't leak resources when interrupt setup fails in the middle.
  
  192593
  
  Partial reversion of previous commit.  The CXGB_SHUTDOWN flag does NOT
  need to be inverted when doing an ifconfig down of an interface.
  
  192584
  
  Fix a possible panic cxgb_controller_attach() routine that would occur
  only if prepping the adapter failed.
  
  Slight adjustment to comments.
  
  Fix a bug whereby downing the interface didn't preven it from
  processing packets.
  
  192540
  
  Integrate three changes from Chelsio.
  
  1) Add a sysctl that will say what type of PHYs exist on the card.
  2) Fix a bug that occurs when an AEL 2005 PHY resets without a transciever
  in the card.
  3) Unify the PHY link detection code.
  
  192537
  
  Modified the attach and detach routines to handle bringing ports up
  and down more cleanly.  This addresses a problem where if we have the
  link flap during boot the driver would lock up the system.
  
  190330
  
  Minor updates to the Chelsio driver, including removing an LOR.
  
  190206
  
  Fix a bug in the recent update to the Chelsio driver.
  The tick routine was not being restarted in the init_locked routine
  which could resulted in loss of carrier when updating the MTU.
  
  Revision   Changes    Path
  1.3.2.8    +4 -1      src/sys/dev/cxgb/common/cxgb_ael1002.c
  1.7.2.6    +0 -1      src/sys/dev/cxgb/common/cxgb_common.h
  1.9.2.7    +124 -76   src/sys/dev/cxgb/common/cxgb_t3_hw.c
  1.20.2.8   +10 -4     src/sys/dev/cxgb/cxgb_adapter.h
  1.36.2.16  +304 -353  src/sys/dev/cxgb/cxgb_main.c
  1.30.2.11  +5 -0      src/sys/dev/cxgb/cxgb_sge.c



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