Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-20 | take 2 times less room in dmesg, prettier too | Peter Valchev | |
allocate interrupts early on (before PHY attachment, etc) just like all other drivers do to allow the above; ok mcbride | |||
2003-12-29 | no vtophys(), don't need uvm_extern.h anymore. | Brad Smith | |
tested on alpha, i386, macppc and sparc64. ok millert@ mickey@ | |||
2002-11-20 | Grrr, missed this in the pci id match | Jason Wright | |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright | |
2002-07-26 | Recognize additional gem pci id, from NetBSD. | Dale Rahn | |
2002-03-15 | Try 'local-mac-address' before myetheraddr(). This allows us to correctly | Jason Wright | |
get the mac address on the second ethernet of a Netra T1 AC200; tested by Joey Coleman <joeycoleman@acm.org> | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-02-22 | Revert to previous (non hacked =) version now that the iommu is handled | Jason Wright | |
correctly and it doesn't crash | |||
2002-01-28 | Re-port the NetBSD driver, but rewrite tx logic to use static buffers (and | Jason Wright | |
copies). This makes the Blade100 gem stable for me. | |||
2001-12-14 | $OpenBSD$ | Dale Rahn | |
2001-12-13 | changes to work with 32bit platforms and get ethernet address on powerpc. | Dale Rahn | |
Inspired by NetBSD. | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-09-29 | Pretty the printout (don't know if it's right, but it does the job). | Artur Grabowski | |
2001-09-21 | Driver for Sun GEM ethernet. Not ready yet. | Artur Grabowski | |
From NetBSD |