| Age | Commit message (Expand) | Author |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-10-02 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-06-29 | Allow this work work without a DRQ for PCNet parts mapped into ISA space | rafal |
| 2002-06-29 | Pass bus_space_map() an address then a size, rather than size twice, so this | rafal |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-07-08 | Remove unnecessary include files. From Onno van der Linden. | thorpej |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-07-21 | adapt to LANCE driver split | drochner |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-06-25 | Don't panic if a DRQ is already allocated. Instead, just return EAGAIN | thorpej |
| 1998-06-09 | Adjust for changes to the ISA DMA API. | thorpej |
| 1998-04-18 | Fix botched DMA tag initialization. | drochner |
| 1998-04-16 | Make the ISA LANCE drivers work without BROKEN_INDIRECT_CONFIG. | drochner |
| 1998-02-04 | Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC to | thorpej |
| 1997-10-20 | Don't panic if we fail to remap i/o or mem space in the attach function. | thorpej |
| 1997-10-19 | Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) before | thorpej |
| 1997-09-10 | Oops. Fix a teensy error in the previous. | mycroft |
| 1997-09-10 | If we select a 32k window on the DEPCA, make sure to switch to the lower 32k | mycroft |
| 1997-06-06 | Pull thorpej-bus-dma branch into mainline. | thorpej |
| 1997-03-17 | #include <net/if_media.h> | thorpej |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is |
| 1997-02-12 | Oops, pass the memory handle, not bus PA, to bus_space_unmap(). | thorpej |
| 1996-12-05 | Duh, make sure i/o tags and handles are initialized before actually | thorpej |
| 1996-12-02 | Convert to use <machine/bus.h> | thorpej |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-08-30 | Add a missing "int" in a function declaration. | thorpej |
| 1996-05-12 | Use intr.h. | mycroft |
| 1996-05-07 | Make the MI LANCE driver standalone, and use cfattach to resolve | thorpej |