summaryrefslogtreecommitdiff
path: root/sys/dev/ic/tcic2.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2012-10-27split device_t/softc for all remaining drivers.chs
2012-08-24Fix typosmsaitoh
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2010-04-19Add default implementations for bus_space_is_equal(9),dyoung
2010-03-22pckbc.c, vga.c: It doesn't appear to be helpful to compare twodyoung
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-02-13More printf format fixes.bouyer
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-29Make TCICDEBUG / TCICISADEBUG compile.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-04-14Coverity CID 2501: Make it painfully obvious that memh is initialized.christos
2005-12-11merge ktrace-lwp.christos
2005-08-25kill a number of autoconf submatch functions which follow thedrochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-05-30- add missing constchristos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-09-13use locator passing versions of xxxsubmatch() and simplify the code bydrochner
2004-08-11Add a settype function.mycroft
2004-06-20Define and use pcmciabuscf_controller as an alias forthorpej
2003-12-28make the printf statements on chip_io_map complete lines.christos
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-06-01SIMPLEQ rototill:lukem
2001-12-15To make dev/pcmcia work on platforms with 64-bit bus_addr_t andsoren
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDlukem
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-16beat back the undead: __BROKEN_INDIRECT_CONFIG had risen, and wascgd
2000-05-08set paa_busname to pcmcia, like the i82365.c driver does.explorer
2000-01-13(tcic_chip_do_mem_map): handle 8-bit memoryjoda
1999-07-06Make the kthread API a bit more friendly to loadable kernel modules.thorpej
1999-03-23A backend for Databook's TCIC family of PCMCIA chips.bad