summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/com_cardbus.c
AgeCommit message (Expand)Author
2015-11-14Various *syncron* -> *synchron* typos.Miod Vallat
2012-07-12Support NetMos NM9820 cardbus (added to puc as well, for theTheo de Raadt
2011-10-09add support for WCH CH352 serialJonathan Gray
2010-11-15fix up a pointer bug introduced in the previous revisionMike Belopuhov
2010-03-27Give cardbus the pci_chipset_tag_t from pccbb and push it out throughJonathan Gray
2010-03-27Bring back cardbus_chipset_tag_t which is in practice aJonathan Gray
2010-03-22Remove some cardbus defines and types which are identical toJonathan Gray
2009-08-20- fix varargs after dmesg tweakingMartynas Venckus
2009-06-26Add all the cardbus com devices to puc, since these can show up on theTheo de Raadt
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-09-11Update for the renaming of the existing BCM4322 entry to SERIAL_2.Brad Smith
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
2008-02-25Following up with further dmesg display tweaking after the cardbusprint()Brad Smith
2007-05-08backout while the amd64 puc situation is rethoughtTheo de Raadt
2007-05-08move com_activate() to where it belongsTheo de Raadt
2007-05-08repair com/fxp foo_detach() stuff, the hardest part being the pccom messTheo de Raadt
2007-05-08put more foo_detach() routines where they are usedTheo de Raadt
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-06-02use the cardbus_conf_read/cardbus_conf_write macros instead of theFelix Kronlage
2006-06-01remove a comma from the attach line, makes dmesg prettierFelix Kronlage
2006-05-31order cdevs alphabetically by vendorFelix Kronlage
2006-05-30add Oxford CB950 to the list of devices having more than one BAR, soFelix Kronlage
2006-05-28remove the dev/isa/isavar.h include, as it is not neededFelix Kronlage
2006-05-28cleanup whitespaces, tabs are so much nicerFelix Kronlage
2006-03-07Add support for the serial interface to the UMTS/GPRS/GSM modemJonathan Gray
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2005-07-25add missing comma to initializer.Christopher Pascoe
2005-07-24add Broadcom BCM4322 support; reported and tested by Alexander TopolanekFederico G. Schwindt
2005-07-12handle TI 64 byte fifo units here too; steve.shockley@shockley.netTheo de Raadt
2005-07-04probe & handle TI16750 if they ever show up hereTheo de Raadt
2005-07-04broadcom never ceases to amaze us. the fifos on their 16550aTheo de Raadt
2005-06-29initialize timeouts needed by pccomTheo de Raadt
2005-06-27commaTheo de Raadt
2005-06-27card broadcom serial, plus set frequencyTheo de Raadt
2004-10-07cardbusdevs -> pcidevsBrad Smith
2004-07-12typo, thise -> theseBrad Smith
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2001-07-09Match CBEM56G as wellNiklas Hallqvist
2001-01-08match on 3CXFEM656C's global modem too, does not seem to work right, but; fro...Michael Shalayeff
2000-06-17Do not disable the com port as sson as it is attached. Make compile again.Niklas Hallqvist
2000-06-09Add support for 3c656, which is just the 3c575 + 56k modem. Thanks toAaron Campbell
2000-05-15Cardbus com driver, from NetBSD, but adapted for our style conventionsNiklas Hallqvist