summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccard_cis_quirks.c
Commit message (Collapse)AuthorAgeFilesLines
* MFp4: necessary quirks to get 3c1 not working (still no interrupts)imp2008-08-251-0/+23
|
* Bring in some new Sierra Wireless drivers running under pccard.remko2007-10-121-0/+33
| | | | | | | | | | (AC710/AC750/AC850/A550/A555/A710/A750) PR: kern/110190 Submitted by: Pascal Vizeli<pvizeli at yahoo dot de> Approved by: imp (mentor) MFC After: 1 week
* Fix build.glebius2005-09-201-0/+1
|
* deal with failed malloc callssam2005-03-261-0/+14
| | | | | Noticed by: Coverity Prevent analysis tool Glanced at by: mdodd
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
|
* Fixing disorder is the hardest thing in the world: Learn to sort :-)imp2004-05-271-1/+2
| | | | Submitted by: bde
* Sort includes, remove unnecssary ones.imp2004-05-271-10/+3
| | | | Submitted by: bde
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
| | | | | | | the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment.
* o move the cis tuple definitions into a common file.imp2003-10-071-0/+1
| | | | | | o minor optimization of cardbus_cis processing. Remove a bunch of generic entries that are handled by generic. o no longer need the card_get_type stuff.
* refactor how we do the quirk matching. this puts an ugly if into aimp2003-10-061-52/+56
| | | | | | | | | routine of its own, and allows us to move the indentation back two layers making the code more readable. delete a prototype that should have been killed years ago in pccardvar.h. # adding quirks here is way harder than it needs to be. :-(
* Use __FBSDID().obrien2003-08-241-1/+3
| | | | Also some minor style cleanups.
* Boot verbosify printing the CIS, since we don't normally need to do that.imp2002-02-091-1/+1
|
* Sync to 1.16 pccarddevs to get new PCMCIA_ symbolsimp2001-11-111-14/+14
|
* MFNetBSD:imp2000-09-051-1/+24
| | | | | | | | | 1.6 2000/04/12 21:07:55 scw Add support for the SOHOware PCMCIA Ethernet card, model ND5100-E. This seems to be a re-badged NDC (National Datacomms. Corp) card. It needs a quirk entry due to lack of manufacturer tuple in the CIS. For some reason, the 'Tx/Rx' LED on the connector module is inverted such that it is off during network activity...
* o Move to using PCCARD_SOFTC(dev)imp2000-08-191-2/+1
| | | | | o fill in the size of the actual softc, rather than 1 in data structure o minor debugging improvements.
* OK. Next step: we read in CIS.imp2000-04-191-1/+0
| | | | | | | | | | | I've done this by having requests to allocate memory propigate up the tree. We'll see how well this works and reevaluate if it isn't working well. Also initialize ptr in the tuple. As well as minor reorg of memory allocation. Likely need to do similar things for I/O when the time comes. I've move all defines from pccardchip.h into pccardvar.h and eliminated pccardchip.h.
* Update pccard code to latest NetBSD code. This is the last mergeimp1999-11-281-1/+53
| | | | | | | | | | | | | | | | | | | | | | | before newbusification hits full steam ahead. All: Adjust NetBSD labels to reflect new base versions. dev/pcic/i82365.c: 1.24 Interface change for kernel threads 1.25 Massive unification for cardbus dev/pcic/i82365var.h 1.8 Massive unification for cardbus dev/pcic/i82365_isasubr.c 1.3 Massive unification for cardbus dev/pccard/pccard_cis.c 1.11 Massive unification for cardbus (better device printing, better memspace calcs) dev/pccard/pccard_cis_quirks.c 1.4,1.5 Lotsa 3com devices dev/pccard/pccardchip.h 1.4 Massive unification for cardbus dev/pccard/pccarddevs 1.33..1.59 Lots of devices
* Moderately hacked pccard code from newconfig. It is somewhat inimp1999-10-261-0/+208
incomplete and likely has problem. The code was originally pcmcia, but I renamed it to pccard and made it compile on FreeBSD -current. I converted SIMPLEQ to STAILQ as well as a few sc->dev.xname -> device_printf changes. This is a green port of fairly mature code. I derived this work from the FreeBSD newconfig project (http://www.jp.freebsd.org/newconfig). Any problems with it are likely introduced by me. Obtained from: newconfig project
OpenPOWER on IntegriCloud