From owner-cvs-sys Mon Jan 1 12:20:51 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA07953 for cvs-sys-outgoing; Mon, 1 Jan 1996 12:20:51 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA07946 Mon, 1 Jan 1996 12:20:49 -0800 (PST) Date: Mon, 1 Jan 1996 12:20:49 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601012020.MAA07946@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/miscfs/specfs spec_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/01 12:20:48 Modified: sys/miscfs/specfs spec_vnops.c Log: I have some problem here, which shows up in the ahc0 driver. It isn't where it originates, so I catch it here and fail. This may expose the same bug on other disk controllers (both scsi & ide). Revision Changes Path 1.27 +7 -1 src/sys/miscfs/specfs/spec_vnops.c