cvs commit: src/sys/dev/bktr bktr_core.c src/sys/pci meteor.c

Jacques Vidrine nectar at FreeBSD.org
Tue Aug 26 09:57:25 PDT 2003


nectar      2003/08/26 09:57:24 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/bktr         bktr_core.c 
    sys/pci              meteor.c 
  Log:
  Revision 1.126 broke the interface of the bktr driver's
  METEORSSIGNAL ioctl.  Applications use this ioctl with the value
  METEOR_SIG_MODE_MASK (0xFFFF0000, -65536) to reset signal delivery,
  but revision 1.126 caused the driver to return EINVAL in this case.
  Interestingly, the same METEORSSIGNAL ioctl in the meteor driver uses
  0 to reset signal delivery.
  
  This commit allows METEOR_SIG_MODE_MASK as a synonym for 0 in the
  bktr driver, and restructures the code a bit so that it is otherwise
  identical between the bktr and meteor drivers.
  
  Revision  Changes    Path
  1.130     +13 -9     src/sys/dev/bktr/bktr_core.c
  1.66      +13 -14    src/sys/pci/meteor.c


More information about the cvs-src mailing list