summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/com_cardbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various *syncron* -> *synchron* typos.miod2015-11-141-2/+2
* Support NetMos NM9820 cardbus (added to puc as well, for thederaadt2012-07-121-1/+3
* add support for WCH CH352 serialjsg2011-10-091-1/+3
* fix up a pointer bug introduced in the previous revisionmikeb2010-11-151-3/+3
* Give cardbus the pci_chipset_tag_t from pccbb and push it out throughjsg2010-03-271-8/+12
* Bring back cardbus_chipset_tag_t which is in practice ajsg2010-03-271-4/+4
* Remove some cardbus defines and types which are identical tojsg2010-03-221-38/+38
* - fix varargs after dmesg tweakingmartynas2009-08-201-2/+2
* Add all the cardbus com devices to puc, since these can show up on thederaadt2009-06-261-1/+2
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
* Update for the renaming of the existing BCM4322 entry to SERIAL_2.brad2008-09-111-3/+3
* Switch i386 from pccom to com. Welcomed by many.kettenis2008-05-211-16/+1
* Following up with further dmesg display tweaking after the cardbusprint()brad2008-02-251-10/+4
* backout while the amd64 puc situation is rethoughtderaadt2007-05-081-97/+6
* move com_activate() to where it belongsderaadt2007-05-081-4/+38
* repair com/fxp foo_detach() stuff, the hardest part being the pccom messderaadt2007-05-081-8/+24
* put more foo_detach() routines where they are usedderaadt2007-05-081-1/+42
* Add a symbolic name parameter to cardbus_intr_establish().grange2006-10-121-2/+2
* use the cardbus_conf_read/cardbus_conf_write macros instead of thefkr2006-06-021-4/+4
* remove a comma from the attach line, makes dmesg prettierfkr2006-06-011-2/+2
* order cdevs alphabetically by vendorfkr2006-05-311-10/+10
* add Oxford CB950 to the list of devices having more than one BAR, sofkr2006-05-301-2/+4
* remove the dev/isa/isavar.h include, as it is not neededfkr2006-05-281-3/+1
* cleanup whitespaces, tabs are so much nicerfkr2006-05-281-14/+14
* Add support for the serial interface to the UMTS/GPRS/GSM modemjsg2006-03-071-1/+3
* Share com probe code between com and pccom; allows us to get rid of awkwardmiod2005-09-261-175/+9
* add missing comma to initializer.pascoe2005-07-251-2/+2
* add Broadcom BCM4322 support; reported and tested by Alexander Topolanekfgsch2005-07-241-1/+3
* handle TI 64 byte fifo units here too; steve.shockley@shockley.netderaadt2005-07-121-1/+6
* probe & handle TI16750 if they ever show up herederaadt2005-07-041-1/+15
* broadcom never ceases to amaze us. the fifos on their 16550aderaadt2005-07-041-10/+20
* initialize timeouts needed by pccomderaadt2005-06-291-2/+5
* commaderaadt2005-06-271-2/+2
* card broadcom serial, plus set frequencyderaadt2005-06-271-14/+5
* cardbusdevs -> pcidevsbrad2004-10-071-7/+7
* typo, thise -> thesebrad2004-07-121-2/+2
* First round of __P removal in sysmillert2002-03-141-12/+12
* Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ oknordin2002-01-301-2/+1
* Match CBEM56G as wellniklas2001-07-091-1/+3
* match on 3CXFEM656C's global modem too, does not seem to work right, but; from openbsd@zenbu.commickey2001-01-081-1/+3
* Do not disable the com port as sson as it is attached. Make compile again.niklas2000-06-171-15/+20
* Add support for 3c656, which is just the 3c575 + 56k modem. Thanks toaaron2000-06-091-1/+3
* Cardbus com driver, from NetBSD, but adapted for our style conventionsniklas2000-05-151-0/+520