summaryrefslogtreecommitdiff
path: root/sys/dev/ic/gem.c
AgeCommit message (Expand)Author
2005-11-15add IFQ_SET_MAXLEN().Brad Smith
2005-11-07splimp -> splnetBrad Smith
2005-11-02sync mbuf before unloading in gem_rxdrain().Brad Smith
2005-11-02handle TX underrun and packet too long errors by resetting the chip.Brad Smith
2005-10-31- some DEBUG should be GEM_DEBUGBrad Smith
2005-10-31typoBrad Smith
2005-10-17Start using the unused sc_variant to identify the GMAC vendor and chipsetBrad Smith
2005-10-11have gem strip off the Ethernet FCS before passing it to bpf.Brad Smith
2005-09-10copy the MAC address from sc_arpcom.ac_enaddr to sc_enaddr inBrad Smith
2005-08-01remove whitespaceBrad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-06-08remove netns crud.Henning Brauer
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-09-27allow for VLAN-sized frames.Brad Smith
2004-06-20take 2 times less room in dmesg, prettier tooPeter Valchev
2004-02-02Don't return random garbage in the default case; return the smallest ringBrad Smith
2004-02-01remove prototypes for non-existant functions.Brad Smith
2003-12-29no vtophys(), don't need uvm_extern.h anymore.Brad Smith
2003-07-15correct some debugging printfsJason Wright
2003-07-09Eliminate creation/destruction of dmamap's for every xmit by reusingKenneth R Westerback
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-03-02The gem driver will sometimes unmap bus_dma mappings that are stillHenric Jungheim
2003-01-23- Either memset() or loop and set to zero, not bothJason Wright
2002-11-261000baseTX -> 1000baseTNathan Binkert
2002-09-22Update ifp->if_opackets correctlyJason Wright
2002-08-28 - Fix one typo (instead of two disable_rx, one disable_rx and one disable_tx)Artur Grabowski
2002-07-10shorten address printoutTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-09make gem compile, arpcom is sc_arpcom.Dale Rahn
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-06-07Multicast fixes, Gig-E support, mostly from netbsd. ok jason@Dale Rahn
2002-05-07Simplify multicast handling based on powerpc's gm.c and remove ether_cmp()Jason Wright
2002-04-03- read the rx completion register exactly once.Jason Wright
2002-03-22- Move reading collision counters out of splimp()Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-22Call ether_ioctl() the way [insert favorite diety] intended.Jason Wright
2002-02-22Revert to previous (non hacked =) version now that the iommu is handledJason Wright
2002-01-28Re-port the NetBSD driver, but rewrite tx logic to use static buffers (andJason Wright
2002-01-25In encap, sync mbuf before writing descriptorsJason Wright
2001-12-13changes to work with 32bit platforms and get ethernet address on powerpc.Dale Rahn
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-10-03Rewrite transmit handling (looks something more like hme), also takes advantageJason Wright
2001-10-02increase rx descriptors, remove some debugging code, deal with different endi...Jason Wright
2001-09-29Some KNF.Artur Grabowski
2001-09-28Fix a DIAGNOSTIC check.Artur Grabowski
2001-09-24Use splimp instead of splnet in some places.Artur Grabowski
2001-09-23solve mtu problem a little more elegantly (ramdisk works on blade100 andJason Wright
2001-09-21configured mtu in BOTH places (grumble)Jason Wright
2001-09-21openbsd style %b handlingJason Wright
2001-09-21another ETHERMTU + sizeof(struct ether_header) problemJason Wright