Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2004 09:22:13 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_rl.c
Message-ID:  <200401021722.i02HMDWO041976@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2004/01/02 09:22:13 PST

  FreeBSD src repository

  Modified files:
    sys/pci              if_rl.c 
  Log:
  Fix detection of RealTek 8129 PCI cards. Apparently, these cards
  report a hardware rev of 0x00000000. Sadly, the 8169 gigE MAC
  also reports 0x00000000, so testing against this for exclusion
  results in both cards being skipped by rl_probe(). Make the 8169
  test more specific by matching against both the hwrev and the PCI
  ID for this chip.
  
  PR: kern/60824
  
  Revision  Changes    Path
  1.129     +2 -1      src/sys/pci/if_rl.c



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