]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't map memory/IO resource in device probe and just use PCI
authorPyun YongHyeon <yongari@FreeBSD.org>
Mon, 3 Mar 2008 04:15:08 +0000 (04:15 +0000)
committerPyun YongHyeon <yongari@FreeBSD.org>
Mon, 3 Mar 2008 04:15:08 +0000 (04:15 +0000)
commitdfdb409ef0ca2fd69e1715a51070a6ed013e09c7
tree3d8e729fdb39ac2a5a1019bbbdefdd5ae6ea0478
parentc1d0b5737fe47e72a029fc0ef9436632b248ef59
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.
sys/dev/re/if_re.c
sys/pci/if_rl.c