From owner-cvs-src@FreeBSD.ORG Fri Sep 16 17:58:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 851DC16A41F; Fri, 16 Sep 2005 17:58:07 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4451643D48; Fri, 16 Sep 2005 17:58:07 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GHw7kt012400; Fri, 16 Sep 2005 17:58:07 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GHw7Gv012399; Fri, 16 Sep 2005 17:58:07 GMT (envelope-from ps) Message-Id: <200509161758.j8GHw7Gv012399@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 Sep 2005 17:58:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pci_user.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 17:58:07 -0000 ps 2005-09-16 17:58:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pci_user.c Log: MFC: rev 1.20 For FreeBSD 4 binaries, when trying to read from a device that does not exsist, do not have ioctl return an error, but instead set -1 in the data returned to the user. This allows the HP bios flash utilities to work without requiring changes to their code. Approved by: re (scottl) Revision Changes Path 1.19.2.1 +8 -1 src/sys/dev/pci/pci_user.c