[parisc-linux] 2.4.18-pa62 acenic-0.91

Grant Grundler grundler@dsl2.external.hp.com
Sat, 03 Aug 2002 20:58:04 -0600


Grant Grundler wrote:
> This line of output:
> eth1: Enabling PCI Memory Mapped access - was not enabled by BIOS/Firmware
> 
> The driver isn't using pci_enable_device() and it should.
> Jes is aware of the problem.

Jes,
Another TODO item.

Privately, Mathew Wilcox observed cli() is an obsolete interface
and doesn't scale well on SMP boxes. This version of acenic won't
build on 2.5.30 since it still uses cli().  Need to replace that
with spin_lock_irqsave() (or spin_lock()) calls.

hth,
grant