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