> 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 },