Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2000 17:36:16 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb if_aue.c if_kue.c usb_ethersubr.c usb_ethersubr.h
Message-ID:  <200001140136.RAA22121@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2000/01/13 17:36:16 PST

  Modified files:
    sys/dev/usb          if_aue.c if_kue.c usb_ethersubr.c 
                         usb_ethersubr.h 
  Log:
  Pull my head out of my ass and actually make the tx netisr stuff work right.
  Do not not not call m_freem() in the txeof routines. Let the netisr routine
  do it. This also makes the tx netisr queuing much simpler (I can just use
  another ifqueue instead of the mess I had before.)
  
  Thanks to Bosko Milekic for making me actually think about what I was
  doing for a minute.
  
  Revision  Changes    Path
  1.11      +4 -5      src/sys/dev/usb/if_aue.c
  1.14      +4 -5      src/sys/dev/usb/if_kue.c
  1.4       +19 -41    src/sys/dev/usb/usb_ethersubr.c
  1.4       +2 -2      src/sys/dev/usb/usb_ethersubr.h



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?200001140136.RAA22121>