cvs commit: src/sys/pci if_rl.c

Bill Paul wpaul at FreeBSD.org
Fri Aug 15 15:46:48 PDT 2003


wpaul       2003/08/15 15:46:47 PDT

  FreeBSD src repository

  Modified files:
    sys/pci              if_rl.c 
  Log:
  It appears in some configurations with an on-board RTL8100 chip (in this
  case, a "Vortex86" mini PC), the PCI device ID value in the EEPROM (0x8100)
  does not agree with the PCI device ID returned by pci_get_device() (0x8139).
  This means that while rl_probe() matches the device, rl_attach() doesn't.
  Work around this by adding an entry to the rl_devs table for the 8100 with
  a device ID of 0x8100.
  
  Also, get rid of extra instance of __FBSDID(). One is enough.
  
  Revision  Changes    Path
  1.111     +0 -2      src/sys/pci/if_rl.c


More information about the cvs-src mailing list