Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2002 13:34:35 -0800 (PST)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_sis.c
Message-ID:  <200212132134.gBDLYaaI048698@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2002/12/13 13:34:35 PST

  Modified files:
    sys/pci              if_sis.c 
  Log:
  Correct a harmless problem when creating the DMA tag
  used to map mbufs.  The maximum size should be MCLBYTES
  and not SIS_TX_LIST_SZ.  This is probably a typo in
  the original commit.
  
  Tested by:      cognet
  
  Revision  Changes    Path
  1.59      +1 -1      src/sys/pci/if_sis.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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