]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: rev 1.20
authorps <ps@FreeBSD.org>
Fri, 16 Sep 2005 17:58:06 +0000 (17:58 +0000)
committerps <ps@FreeBSD.org>
Fri, 16 Sep 2005 17:58:06 +0000 (17:58 +0000)
commit665c764c1a192177ab3146230be197c8c15db453
treeba65251f548a001028613cdd55c9393983da41ee
parentf32e67ff682c1367f451d98835b3d56295efc716
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)
sys/dev/pci/pci_user.c