> -----Original Message-----
> From: Miod Vallat [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 08, 2006 3:45 PM
> To: Hamlin, Daniel N
> Cc: misc@openbsd.org
> Subject: Re: Problem detecting fxp in March 2 snapshot
> 
> > My Intel network card, which works under 3.8, is not detected in the
> > March 2 snapshot (I tried some previous snapshots as well, same issue).
> > Any hints or suggestions would be appreciated!
> 
> Looks like a fuck-up on our side for 3.9. Can you try the following diff
> and report whether your network card gets recognized again?
> 
> Miod
> 
> Index: if_fxp_pci.c
> ===================================================================
> RCS file: /cvs/src/sys/dev/pci/if_fxp_pci.c,v
> retrieving revision 1.45
> diff -u -p -r1.45 if_fxp_pci.c
> --- if_fxp_pci.c      2006/01/05 21:34:35     1.45
> +++ if_fxp_pci.c      2006/03/08 20:43:37
> @@ -127,6 +127,7 @@ const struct pci_matchid fxp_pci_devices
>       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801E_LAN_1 },
>       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801E_LAN_2 },
>       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FB_LAN },
> +     { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FB_LAN_2 },
>       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801GB_LAN_2 },
>       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FBM_LAN },
>       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801GB_LAN },
> 
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.375 / Virus Database: 268.2.0/276 - Release Date: 3/7/2006
> 

That fixed it!  Thanks!

Dan Hamlin

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.0/276 - Release Date: 3/7/2006

Reply via email to