summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_lge.c
AgeCommit message (Expand)Author
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