Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Aug 2005 01:00:19 +0000 (UTC)
From:      Paul Saab <ps@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pci pci_user.c
Message-ID:  <200508260100.j7Q10Jhd002455@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2005-08-26 01:00:19 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci_user.c 
  Log:
  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.
  
  Reviewed by:    jhb
  
  Revision  Changes    Path
  1.20      +8 -1      src/sys/dev/pci/pci_user.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508260100.j7Q10Jhd002455>