Date: Fri, 6 Mar 1998 15:45:16 -0800 (PST) From: Julian Elischer <julian@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 ... Message-ID: <199803062345.PAA07391@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803062345.PAA07391>