From owner-freebsd-commit Fri Sep 8 07:31:25 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08721 for freebsd-commit-outgoing; Fri, 8 Sep 1995 07:31:25 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08578 for cvs-all-outgoing; Fri, 8 Sep 1995 07:30:03 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08559 for cvs-sys-outgoing; Fri, 8 Sep 1995 07:29:59 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08544 ; Fri, 8 Sep 1995 07:29:52 -0700 Date: Fri, 8 Sep 1995 07:29:52 -0700 From: Stefan Esser Message-Id: <199509081429.HAA08544@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: commit-owner@FreeBSD.org Precedence: bulk se 95/09/08 07:29:51 Modified: sys/pci ncr.c Log: Applied patches that make the driver compile on NetBSD again. They shouldn't affect FreeBSD, since they are within #ifdef NETBSD directives. Changed the HAD_ERROR return code into COMPLETE according to a comment in "/sys/scsi/scsiconf.h" Submitted by: Andreas Wrede