Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/pci



On Mon, Sep 29, 2003 at 02:10:35PM +0000, Steve Woodford wrote:
> 
> Module Name:  src
> Committed By: scw
> Date:         Mon Sep 29 14:10:35 UTC 2003
> 
> Modified Files:
>       src/sys/dev/pci: if_wi_pci.c
> 
> Log Message:
> Copy our pci_chipset_tag_t into wi_pci_softc instead of a pointer
> to pci_attach_args. The latter is allocated on the stack during auto-
> configuration and so will not be valid after that time.
> 
> It's amazing how the old code worked for so long.

But it didn't. =) I think you have probably fixed PR 18794, "two PCI wi(4)
will not run in the same host". I will test.

Dave

-- 
David Young             OJC Technologies
dyoung%ojctech.com@localhost      Urbana, IL * (217) 278-3933



Home | Main Index | Thread Index | Old Index