New fxp PCI-id patch for ICH7

From: Martin Nilsson (martin_at_gneto.com)
Date: 07/29/05

  • Next message: Gordon Bergling: "Re: LOR (acpi_ibm.ko) with 6.0-BETA1"
    Date: Fri, 29 Jul 2005 19:22:03 +0200
    To: current@freebsd.org
    
    

    The below patch makes the integrated LAN on my Intel D945GNT motherboard
    with ICH7R work.

    /Martin

    euklides# cvs diff
    Index: if_fxp.c
    ===================================================================
    RCS file: /home/ncvs/src/sys/dev/fxp/if_fxp.c,v
    retrieving revision 1.240
    diff -u -r1.240 if_fxp.c
    --- if_fxp.c 11 Jun 2005 00:47:34 -0000 1.240
    +++ if_fxp.c 29 Jul 2005 11:55:47 -0000
    @@ -190,6 +190,7 @@
          { 0x1229, 0x10, "Intel 82551 Pro/100 Ethernet" },
          { 0x1229, -1, "Intel 82557/8/9 Pro/100 Ethernet" },
          { 0x2449, -1, "Intel 82801BA/CAM (ICH2/3) Pro/100 Ethernet" },
    + { 0x27dc, -1, "Intel 82801GB (ICH7) 10/100 Ethernet" },
          { 0, -1, NULL },
      };
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Gordon Bergling: "Re: LOR (acpi_ibm.ko) with 6.0-BETA1"

    Relevant Pages

    • Re: Freeze
      ... On Monday 06 December 2004 08:59 am, Peter Holm wrote: ... > cvs diff: Diffing. ... > retrieving revision 1.110 ...
      (freebsd-current)
    • Re: Freeze
      ... > can fail if any of the init functions fail for example, ... You can try this hack ... > retrieving revision 1.110 ... cvs diff: Diffing. ...
      (freebsd-current)
    • buildkernel failure at src/sys/i386/i386/pmap.c
      ... $ cvs diff pmap.c ... retrieving revision 1.479 ... Jon Noack ...
      (freebsd-current)
    • panic: uma_zone_slab is looping
      ... $ cvs diff -u uma_core.c ... retrieving revision 1.110 ... To unsubscribe, ...
      (freebsd-current)