Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2003 19:15:42 -0800 (PST)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aac aac.c src/sys/dev/amr amr.c src/sys/dev/mly mly.c src/sys/kern subr_taskqueue.c src/sys/modules/aac Makefile src/sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c ng_btsocket_l2cap.c ng_btsocket_l2cap_raw.c ...
Message-ID:  <200302260315.h1Q3FgKZ037155@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2003/02/25 19:15:42 PST

  Modified files:
    sys/dev/aac          aac.c 
    sys/dev/amr          amr.c 
    sys/dev/mly          mly.c 
    sys/kern             subr_taskqueue.c 
    sys/modules/aac      Makefile 
    sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c 
                                  ng_btsocket_l2cap.c 
                                  ng_btsocket_l2cap_raw.c 
    sys/sys              interrupt.h taskqueue.h 
  Log:
  Introduce a new taskqueue that runs completely free of Giant, and in
  turns runs its tasks free of Giant too.  It is intended that as drivers
  become locked down, they will move out of the old, Giant-bound taskqueue
  and into this new one.  The old taskqueue has been renamed to
  taskqueue_swi_giant, and the new one keeps the name taskqueue_swi.
  
  Revision  Changes    Path
  1.59      +1 -1      src/sys/dev/aac/aac.c
  1.43      +1 -1      src/sys/dev/amr/amr.c
  1.24      +1 -1      src/sys/dev/mly/mly.c
  1.15      +19 -2     src/sys/kern/subr_taskqueue.c
  1.6       +1 -0      src/sys/modules/aac/Makefile
  1.5       +2 -2      src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
  1.5       +3 -3      src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
  1.4       +2 -2      src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
  1.23      +3 -2      src/sys/sys/interrupt.h
  1.7       +1 -0      src/sys/sys/taskqueue.h

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




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