From owner-freebsd-commit Tue Jan 9 11:58:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01868 for freebsd-commit-outgoing; Tue, 9 Jan 1996 11:58:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01843 for cvs-all-outgoing; Tue, 9 Jan 1996 11:58:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01821 for cvs-sys-outgoing; Tue, 9 Jan 1996 11:57:57 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01811 Tue, 9 Jan 1996 11:57:54 -0800 (PST) Date: Tue, 9 Jan 1996 11:57:54 -0800 (PST) From: Stefan Esser Message-Id: <199601091957.LAA01811@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk se 96/01/09 11:57:53 Modified: sys/pci ncr.c Log: Add back nncr and ncrp for now. ncrcontrol relies on them. (To be replaced by sysctl accesses some time ...) Remove a backward jump from the NCR script, which allowed a SCSI target to receive any number of NOP messages it desired. If a target indeed does such a silly thing, make it fail at the next instruction, instead of causing a timeout a few seconds later. Revision Changes Path 1.55 +7 -4 src/sys/pci/ncr.c