index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
cardbus
/
com_cardbus.c
Age
Commit message (
Expand
)
Author
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