summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_nge.c
AgeCommit message (Expand)Author
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 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-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-04remove the colon between "address" and the MAC address.Brad Smith
2006-02-16Do not bother enabling HW TX checksum offload since the code toBrad Smith
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2005-11-04- splimp -> splnetBrad Smith
2005-10-09fix bus_dmamem_alloc() failure case.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-30sync nge/ti_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()Brad Smith
2005-07-25don't bother with printf in *_jalloc()Brad Smith
2005-07-09remove code for TX checksumBrad Smith
2005-07-09don't clear RUNNING here.Brad Smith
2005-07-09betterBrad Smith
2005-07-09- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
2005-07-09fix SIOCSIFMTUBrad Smith
2005-07-09- disable TX checksum offload since this chip has a bug whereBrad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-05-25Fix instances of macros with improperly parenthasized arguments.Brad Smith
2005-05-25- Fixed resetting of the watchdog timer and queue full flag.Brad Smith
2005-04-25csum -> csum_flagsBrad Smith
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
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-05-30Multicast fixups:Ryan Thomas McBride
2004-04-09do not whine if we cannot get mbufs. the countless printfd makes the machineHenning Brauer
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-01-15Get rid of the remaining vm_offset_t in pci drivers.Artur Grabowski
2002-11-261000baseTX -> 1000baseTNathan Binkert
2002-09-22use #ifndef __STRICT_ALIGNMENT instead of #ifdef __i386.Nathan Binkert
2002-09-21Add support for TBI mode in fiber based cards (heavily inspired by FreeBSD)Nathan Binkert
2002-09-21cleanup, remove registerNathan Binkert
2002-07-10shorten address printoutTheo de Raadt
2002-07-05Typo; stobe -> strobeAaron Campbell
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-13cleanup whole lots of spaces and tabs, while mufflingMichael Shalayeff
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-10-05random KNF and removal of unused variablesNathan Binkert
2001-09-26* add missing #include "vlan.h"Peter Galbavy
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-04Select between MII/GMII/TBI in the mii_mediachg function instead of in theNathan Binkert
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-12remove redundant vm includesMichael Shalayeff
2001-07-06Only clear the relevant capabilities when the MTU is set tooAngelos D. Keromytis