summaryrefslogtreecommitdiff
path: root/sys/dev/isa/i82365_isa.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2009-09-17Misc KNF and cosmetics, and remove unnecessary casts etc.tsutsui
2009-09-14Use device_private(), proper types or variables for device_t and softc.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-06-26constify the pcmcia/cardbus method tablesdrochner
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-02add missing initializerschristos
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2004-08-11Rather than having a call up from the low-level driver to get the card type,mycroft
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-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-02-22Don't use void * for chipset tags. Bad hacker, no biscuit.thorpej
2000-02-01implement probing for available irqs on non-cirrus pcmcia controllerschopps
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-06-07Add ISAPnP attachment for PCMCIA bus controller; reorganize ISAsommerfe
1998-05-23Changes so that these compile on NetBSD/alpha as well as NetBSD/i386.matt
1997-11-30make it compile without "__BROKEN_INDIRECT_CONFIG"drochner
1997-11-05The bus width probe doesn't always work properly, producing a false positivethorpej
1997-10-29- Move all of the configurable parameters (alloc_iobase, alloc_iosize,thorpej
1997-10-29Take IRQ 10 out of the default IRQ allocation mask. That IRQ is reservedthorpej
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-10-16Pull marc-pcmcia branch down to trunk.thorpej