From owner-cvs-sys Fri Nov 15 18:31:22 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA04781 for cvs-sys-outgoing; Fri, 15 Nov 1996 18:31:22 -0800 (PST) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA04759; Fri, 15 Nov 1996 18:30:57 -0800 (PST) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.2/8.7.3) id SAA21631; Fri, 15 Nov 1996 18:30:34 -0800 (PST) Date: Fri, 15 Nov 1996 18:30:34 -0800 (PST) Message-Id: <199611160230.SAA21631@vader.cs.berkeley.edu> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-reply-to: <199611160218.SAA21585@vader.cs.berkeley.edu> (asami@freebsd.org) Subject: Re: cvs commit: src/sys/i386/conf GENERIC LINT options.i386 src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h src/sys/i386/scsi aic7xxx.c src/sys/pci aic7870.c From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * * Revision Changes Path * * 1.49 +13 -11 src/sys/dev/aic7xxx/aic7xxx.seq * * 1.17 +4 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h * * 1.78 +1 -4 src/sys/i386/conf/GENERIC * * 1.295 +5 -5 src/sys/i386/conf/LINT * * 1.31 +2 -2 src/sys/i386/conf/options.i386 * * 1.86 +93 -20 src/sys/i386/scsi/aic7xxx.c * * 1.44 +2 -2 src/sys/pci/aic7870.c Looking at the changes more closely (yeah I know I should read the commit messages), only the ones in dev/aic7xxx and i386/scsi are relevant to the crash. The rest are for reversing the logic (AHC_ALLOW_MEMIO = !AHC_FORCE_PIO) and shouldn't be dangerous. Satoshi