Age | Commit message (Expand) | Author |
2003-07-15 | correct some debugging printfs | Jason Wright |
2003-07-09 | Eliminate creation/destruction of dmamap's for every xmit by reusing | Kenneth R Westerback |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-03-02 | The gem driver will sometimes unmap bus_dma mappings that are still | Henric Jungheim |
2003-01-23 | - Either memset() or loop and set to zero, not both | Jason Wright |
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert |
2002-09-22 | Update ifp->if_opackets correctly | Jason Wright |
2002-08-28 | - Fix one typo (instead of two disable_rx, one disable_rx and one disable_tx) | Artur Grabowski |
2002-07-10 | shorten address printout | Theo de Raadt |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-09 | make gem compile, arpcom is sc_arpcom. | Dale Rahn |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries |
2002-06-07 | Multicast fixes, Gig-E support, mostly from netbsd. ok jason@ | Dale Rahn |
2002-05-07 | Simplify 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-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | Call ether_ioctl() the way [insert favorite diety] intended. | Jason Wright |
2002-02-22 | Revert to previous (non hacked =) version now that the iommu is handled | Jason Wright |
2002-01-28 | Re-port the NetBSD driver, but rewrite tx logic to use static buffers (and | Jason Wright |
2002-01-25 | In encap, sync mbuf before writing descriptors | Jason Wright |
2001-12-13 | changes to work with 32bit platforms and get ethernet address on powerpc. | Dale Rahn |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-03 | Rewrite transmit handling (looks something more like hme), also takes advantage | Jason Wright |
2001-10-02 | increase rx descriptors, remove some debugging code, deal with different endi... | Jason Wright |
2001-09-29 | Some KNF. | Artur Grabowski |
2001-09-28 | Fix a DIAGNOSTIC check. | Artur Grabowski |
2001-09-24 | Use splimp instead of splnet in some places. | Artur Grabowski |
2001-09-23 | solve mtu problem a little more elegantly (ramdisk works on blade100 and | Jason Wright |
2001-09-21 | configured mtu in BOTH places (grumble) | Jason Wright |
2001-09-21 | openbsd style %b handling | Jason Wright |
2001-09-21 | another ETHERMTU + sizeof(struct ether_header) problem | Jason Wright |
2001-09-21 | adapt to OpenBSD ioctl structure | Jason Wright |
2001-09-21 | Driver for Sun GEM ethernet. Not ready yet. | Artur Grabowski |