summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccard_cis_quirks.c
Commit message (Collapse)AuthorAgeFilesLines
* 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