Skip to content
Snippets Groups Projects
  1. Mar 06, 2014
    • Asias He's avatar
      pci: Fix header type check · da9463e4
      Asias He authored
      
      Header Type is 8-bit. The bit 7 is used to identify a multi-function
      device. The lower bit 1 and bit 0 are used to identify the header type.
      
         00b is defined for Normal devices
         01b is defined for PCI-to-PCI bridges
         10b is defined for PC Card Standard
      
      Fix the check by masking the lower 2 bits only.
      
      This patch fixes the device probe on VMware Workstation.
      
      Signed-off-by: default avatarAsias He <asias@cloudius-systems.com>
      da9463e4
  2. Feb 12, 2014
  3. Feb 06, 2014
  4. Jan 22, 2014
  5. Jan 20, 2014
  6. Sep 15, 2013
    • Nadav Har'El's avatar
      Add copyright statement to drivers/* · c0e0ebf2
      Nadav Har'El authored
      Add Cloudius copyright and license statement to drivers/*.
      
      A couple of header files were based on Linux's BSD-licensed header files
      (e.g., include/uapi/linux/virtio_net.h) so they included the BSD license,
      but not any copyright statement, so we can just replace that by our own
      statement of the BSD license.
      c0e0ebf2
  7. Mar 04, 2013
  8. Feb 17, 2013
  9. Feb 07, 2013
  10. Feb 05, 2013
  11. Jan 31, 2013
  12. Jan 27, 2013
  13. Jan 24, 2013
  14. Jan 21, 2013
Loading