From owner-cvs-all Fri Mar 6 15:46:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13665 for cvs-all-outgoing; Fri, 6 Mar 1998 15:46:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13659; Fri, 6 Mar 1998 15:46:55 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA07391; Fri, 6 Mar 1998 15:45:16 -0800 (PST) Date: Fri, 6 Mar 1998 15:45:16 -0800 (PST) Message-Id: <199803062345.PAA07391@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files options src/sys/dev/dpt dpt.h dpt_control.c dpt_scsi.c softisr.h src/sys/i386/conf GENERIC LINT majors.i386 src/sys/i386/i386 machdep.c trap.c userconfig.c src/sys/i386/include md_var.h spl.h src/sys/i386/isa icu.s sio.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/03/06 15:45:15 PST Modified files: (Branch: RELENG_2_2) sys/conf files options sys/i386/conf GENERIC LINT majors.i386 sys/i386/i386 machdep.c trap.c userconfig.c sys/i386/include md_var.h spl.h sys/i386/isa icu.s sio.c vector.s sys/pci pci.c Added files: (Branch: RELENG_2_2) sys/dev/dpt dpt.h dpt_control.c dpt_scsi.c softisr.h sys/pci dpt_pci.c dpt_pci.h Log: Added support for the DPT driver. All non cosmettic changes are conditionalised on the #define DPTOPT so this should produce no functional changes if this is not defined. All changed files have previously been tagged with PRE_DPT. Revision Changes Path 1.80.2.18 +4 -0 src/sys/conf/files 1.18.2.10 +11 -1 src/sys/conf/options 1.77.2.17 +8 -1 src/sys/i386/conf/GENERIC 1.286.2.47 +36 -1 src/sys/i386/conf/LINT 1.9.2.9 +2 -1 src/sys/i386/conf/majors.i386 1.209.2.19 +42 -2 src/sys/i386/i386/machdep.c 1.83.2.6 +5 -1 src/sys/i386/i386/trap.c 1.63.2.24 +6 -2 src/sys/i386/i386/userconfig.c 1.10.2.3 +4 -1 src/sys/i386/include/md_var.h 1.15.2.1 +24 -1 src/sys/i386/include/Attic/spl.h 1.26.2.2 +47 -4 src/sys/i386/isa/Attic/icu.s 1.147.2.11 +5 -1 src/sys/i386/isa/sio.c 1.21.2.3 +13 -1 src/sys/i386/isa/vector.s 1.57.2.6 +26 -1 src/sys/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message