cvs commit: src/sys/dev/pci pci_user.c

Paul Saab ps at FreeBSD.org
Fri Aug 26 01:00:42 GMT 2005


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


More information about the cvs-src mailing list