From owner-cvs-all Fri Feb 9 9:46:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82BDB37E680; Fri, 9 Feb 2001 09:46:35 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f19HkZf88089; Fri, 9 Feb 2001 09:46:35 -0800 (PST) (envelope-from jhb) Message-Id: <200102091746.f19HkZf88089@freefall.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2001 09:46:35 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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