Subject: Re: CVS commit: src/sys/dev/pci
To: None <yamt@mwd.biglobe.ne.jp>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 03/05/2007 19:36:09
> > Modified Files:
> > 	src/sys/dev/pci: if_re_pci.c
> > 
> > Log Message:
> > Try to map both PCI I/O and memory space.
 :
> doesn't it leak one of them?

Yeah, you're right. Now fixed.

I'll also change the match function to check PCI_REVISION()
rather than a register value so that temporary mapping is not
necessary any more.
---
Izumi Tsutsui