From owner-freebsd-commit Sun Nov 19 14:23:02 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA03834 for freebsd-commit-outgoing; Sun, 19 Nov 1995 14:23:02 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA03822 for cvs-all-outgoing; Sun, 19 Nov 1995 14:22:58 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA03810 for cvs-sys-outgoing; Sun, 19 Nov 1995 14:22:56 -0800 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA03801 ; Sun, 19 Nov 1995 14:22:38 -0800 Date: Sun, 19 Nov 1995 14:22:38 -0800 From: John Dyson Message-Id: <199511192222.OAA03801@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/scsi cd.c od.c pt.c sctarg.c sd.c st.c worm.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 95/11/19 14:22:36 Modified: sys/sys buf.h sys/scsi cd.c od.c pt.c sctarg.c sd.c st.c worm.c Log: First set of changes to eliminate the ad-hoc device buffer queues, replacing them with TAILQ's as appropriate. The SCSI code is the first to be changed -- until the changes are complete, both b_act and b_actf will be in the buf structure. b_actf will eventually be removed.