Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2008 23:41:43 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c if_dcreg.h
Message-ID:  <200804112341.m3BNfhng089965@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2008-04-11 23:41:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/pci              if_dc.c if_dcreg.h 
  Log:
  MFC: if_dc.c 1.195, 1.194; if_dcreg.h 1.55
  
  - Fix function prototype for device_shutdown method.
  - Const'ify the dc_devs array.
  - Correct the maxsize parameter when creating the mbufs busdma tag to
    reflect the actual requirement of dc(4).
  - Move the KASSERT in dc_newbuf() to the right spot.
  - Also convert the TX side to take advantage of bus_dmamap_load_mbuf_sg(9).
  - Move the comment regarding dc_start_locked() to the right spot.
  
  Revision    Changes    Path
  1.160.2.14  +87 -84    src/sys/pci/if_dc.c
  1.44.2.7    +1 -3      src/sys/pci/if_dcreg.h



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