Subject: Re: freebsd em driver
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: None <itojun@iijlab.net>
List: tech-net
Date: 06/18/2002 01:08:54
> > 	it seems that there's freebsd driver for Intel PRO/1000 cards,
> > 	contributed from Intel.  it supports some of the recent cards
> > 	that if_wm.c does not support.
> > 	http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/em/
>Which cards does wm not support that em does?  I'll take a look, but
>I have docs and samples for all currently-shipping Intel Gig-E cards.
> > 	are there anyone working on getting diffs back into if_wm.c?
>I'll take a look.

	there are 5 products listed in if_em.c, and not in if_wm.c.

itojun


--- from if_em.c
        { 0x8086, 0x1000, PCI_ANY_ID, PCI_ANY_ID, 0},
        { 0x8086, 0x1001, PCI_ANY_ID, PCI_ANY_ID, 0},
        { 0x8086, 0x1004, PCI_ANY_ID, PCI_ANY_ID, 0},
        { 0x8086, 0x1008, PCI_ANY_ID, PCI_ANY_ID, 0},
        { 0x8086, 0x1009, PCI_ANY_ID, PCI_ANY_ID, 0},
        { 0x8086, 0x100C, PCI_ANY_ID, PCI_ANY_ID, 0},
        { 0x8086, 0x100D, PCI_ANY_ID, PCI_ANY_ID, 0},
        { 0x8086, 0x100E, PCI_ANY_ID, PCI_ANY_ID, 0},	<-
        { 0x8086, 0x100F, PCI_ANY_ID, PCI_ANY_ID, 0},   <-
        { 0x8086, 0x1010, PCI_ANY_ID, PCI_ANY_ID, 0},	<-
        { 0x8086, 0x1011, PCI_ANY_ID, PCI_ANY_ID, 0},	<-
        { 0x8086, 0x1012, PCI_ANY_ID, PCI_ANY_ID, 0},	<-