Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2001 09:46:35 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha busdma_machdep.c src/sys/cam cam_xpt.c src/sys/i386/i386 busdma_machdep.c src/sys/isa sio.c src/sys/kern kern_clock.c subr_taskqueue.c
Message-ID:  <200102091746.f19HkZf88089@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/02/09 09:46:35 PST

  Modified files:
    sys/alpha/alpha      busdma_machdep.c 
    sys/cam              cam_xpt.c 
    sys/i386/i386        busdma_machdep.c 
    sys/isa              sio.c 
    sys/kern             kern_clock.c subr_taskqueue.c 
  Log:
  - Catch up to the new swi API changes:
    - Use swi_* function names.
    - Use void * to hold cookies to handlers instead of struct intrhand *.
  - In sio.c, use 'driver_name' instead of "sio" as the name of the driver
    lock to minimize diffs with cy(4).
  
  Revision  Changes    Path
  1.16      +2 -2      src/sys/alpha/alpha/busdma_machdep.c
  1.107     +7 -9      src/sys/cam/cam_xpt.c
  1.21      +2 -2      src/sys/i386/i386/busdma_machdep.c
  1.324     +13 -13    src/sys/isa/sio.c
  1.121     +3 -3      src/sys/kern/kern_clock.c
  1.7       +5 -5      src/sys/kern/subr_taskqueue.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?200102091746.f19HkZf88089>