summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcmcia/pcmcia_cis_quirks.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Fix a memory leak in an error path. Coverity CID 1453101.jsg2017-08-241-2/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* its a bit silly to include mbuf.h to get to malloc.h. just includedlg2014-08-181-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* - use nitems(); no binary change.jasper2011-03-311-2/+2
* use a quirk to attach the new sierra wireless; tony@kozoru.comderaadt2005-10-271-1/+4
* Also add support for Sierra A550 and A710/A750 which are apparently mapderaadt2004-01-241-1/+7
* Sierra A555 1x card supportderaadt2004-01-241-1/+24
* Check malloc() returns, from tedu@heorot.stanford.edu, ok aaron@angelos2001-05-241-1/+7
* Almost make a Megahertz card working, still rx probs thoughniklas2000-06-201-5/+57
* Replace unnecessary static int with a define.fgsch1999-10-061-5/+4
* Support for 3CXEM556B-INT.fgsch1999-08-141-1/+5
* Add support for:fgsch1999-01-281-0/+198