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