Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2008 04:15:08 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rl.c
Message-ID:  <200803030415.m234F8Ac072319@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2008-03-03 04:15:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/re           if_re.c 
    sys/pci              if_rl.c 
  Log:
  Don't map memory/IO resource in device probe and just use PCI
  vendor/revision/sub device id of the hardware to probe it.
  This is the same way as NetBSD does and it enhances readabilty
  a lot.
  
  Revision  Changes    Path
  1.106     +32 -41    src/sys/dev/re/if_re.c
  1.173     +18 -41    src/sys/pci/if_rl.c



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