[PATCH 0/3] e1000,e1000e,igb: make ioport free for adapters that need NO ioport resources

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Taku Izumi
Date: Thursday, June 19, 2008 - 7:53 pm

Hi all,

Only a few Intel Gigabit Adapters need ioport resources for workaround,
but most do not need them. Most adapters work properly without them.
In the case where ioport resources are not assigned to adapters, this can
happen on the large system, drivers' probe function fails like the following,
and adapters can not be used as a result.

 e1000e 0002:22:00.0: device not available because of BAR 2 [0:1f] collisions
 e1000e: probe of 0002:22:00.0 failed with error -22

These patches corrects behavior in probe function so as not to request ioport
resources as long as they are not really needed. These are based on the
ioport-free patch of e1000 driver from Auke Kok and Tomohiro Kusumi.

* [PATCH 1/3] e1000: make ioport free
* [PATCH 2/3] e1000e: make ioport free
* [PATCH 3/3] igb: make ioport free

Best regards,
Taku Izumi <izumi.taku@jp.fujitsu.com>


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/3] e1000,e1000e,igb: make ioport free for adapter ..., Taku Izumi, (Thu Jun 19, 7:53 pm)
[PATCH 1/3] e1000: make ioport free, Taku Izumi, (Thu Jun 19, 7:55 pm)
[PATCH 2/3] e1000e: make ioport free, Taku Izumi, (Thu Jun 19, 7:57 pm)
[PATCH 3/3] igb: make ioport free, Taku Izumi, (Thu Jun 19, 8:10 pm)
Re: [PATCH 2/3] e1000e: make ioport free, Taku Izumi, (Mon Jun 23, 1:32 am)
Re: [PATCH 3/3] igb: make ioport free, Taku Izumi, (Mon Jun 23, 1:32 am)
Re: [PATCH 1/3] e1000: make ioport free, Jeff Garzik, (Thu Jun 26, 11:08 pm)
Re: [PATCH 2/3] e1000e: make ioport free, Jeff Garzik, (Thu Jun 26, 11:08 pm)
Re: [PATCH 1/3] e1000: make ioport free, Taku Izumi, (Fri Jun 27, 5:24 am)
Re: [PATCH 1/3] e1000: make ioport free, Taku Izumi, (Fri Jun 27, 6:05 am)
Re: [PATCH 1/3] e1000: make ioport free, Jeff Kirsher, (Fri Jun 27, 10:08 am)