summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_lge.c
AgeCommit message (Expand)Author
2006-10-25replace a few more instances of hand rolled code with theBrad Smith
2006-05-28- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.Brad Smith
2006-05-28unknown ioctl is ENOTTY not EINVALJason Wright
2006-05-27remove FreeBSD specific code.Brad Smith
2006-05-27remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a fewBrad Smith
2006-05-20set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag whereBrad Smith
2006-04-30- check for IFF_RUNNING being set before calling lge_init().Brad Smith
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-20de-register.Brad Smith
2005-12-24clear RUNNING here to do a full init.Brad Smith
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2005-10-09fix bus_dmamem_alloc() failure case.Brad Smith
2005-10-09use pci_matchbyid().Brad Smith
2005-10-08stop bzero'ing the softc in lge_attach() and tada lge(4) now worksBrad Smith
2005-10-08a little better like this.Brad Smith
2005-10-08- remove return at end of void functionBrad Smith
2005-10-08remove unused VLAN headers.Brad Smith
2005-10-07IFCAP_VLAN_MTUBrad Smith
2005-10-07revert this change.Brad Smith
2005-10-07sync lge_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()Brad Smith
2005-10-07free bus_dma resources for all failures in attach.Brad Smith
2005-10-07some fixes for the lge driver, though still doesn't work..Brad Smith
2005-09-11do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okMichael Shalayeff
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-06-18though this doesn't work yet at least allow it to compile first.Brad Smith
2005-05-11Do not call mii_pollstat() immediately after mii_tick().Brad Smith
2005-04-25csum -> csum_flagsBrad Smith
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-08-05remove some separate per driver constants and useBrad Smith
2004-06-05- replace handrolled crc32 with ether_crc32_be()Ryan Thomas McBride
2004-04-09do not whine if we cannot get mbufs. the countless printfd makes the machineHenning Brauer
2003-10-06make lge(4) compile, from tedu@David Krause
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2002-11-261000baseTX -> 1000baseTNathan Binkert
2002-07-10shorten address printoutTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12sync with KAMEKenjiro Cho
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-05compile fix; fgsch@ okTodd T. Fries
2001-11-05Use ether_input_mbuf(). As a bonus, tcpdump should show the ethernetFederico G. Schwindt
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-05fix pci_intr_map so that it uses the new interfaceNathan Binkert
2001-09-04Driver for the Level1 LXT1001 Gigabit Ethernet Chip.Nathan Binkert