summaryrefslogtreecommitdiff
path: root/sys/dev/ic/gem.c
AgeCommit message (Expand)Author
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
2001-09-21adapt to OpenBSD ioctl structureJason Wright
2001-09-21Driver for Sun GEM ethernet. Not ready yet.Artur Grabowski