summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_lc_isa.c
AgeCommit message (Expand)Author
2016-07-11KNF. No functional change.msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-02-13Fix bus_addr_t/bus_size_t confusionbouyer
2008-04-08use aprint_*_dev and device_xnamecegger
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-04-14On second thought, the whole statement is wrong.christos
2006-04-14Coverity CID 723: Fix bogus test.christos
2005-12-11merge ktrace-lwp.christos
2005-05-30- add constchristos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2004-07-03Only attempt to map the memory window during attach, not match. If msize==0,mycroft
2004-04-22sprintf -> snprintfitojun
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-13add RCSIDlukem
2001-07-08Remove unnecessary include files. From Onno van der Linden.thorpej
2001-06-13withough -> withoutwiz
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1997-11-30Make this work again. KNF.christos
1997-11-17Rewrite lc_isa_probe() to not scan i/o space for LEMAC cards, but ratherthorpej
1997-10-20Don't panic if we fail to remap i/o or mem space in the attach function.thorpej
1997-10-20Make sure to unmap bus space when a successful probe is done, to preventfvdl
1997-10-15Cleanup ISA probe code. Don't collect info first. Just do the probe.matt
1997-07-31Add the ISA inteface for the lc (LEMAC, EtherWORKS III) driver.matt