cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rl.c

Pyun YongHyeon yongari at FreeBSD.org
Mon Mar 3 04:15:09 UTC 2008


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


More information about the cvs-all mailing list