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