summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccarddevs
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary Dlink de650 entryimp2005-09-241-1/+0
|
* Better descriptions for the Jack of Diamonds cards.imp2005-09-211-5/+5
|
* MFp4:imp2005-09-101-2/+2
| | | | | | | | | | | | | Reduce the size of ed a little by removing some CIS based entries (others likely can be removed too): o The D-Link DFE-670TXD doesn't need its own entry based on strings. o The Xircom CompactCard appears to be a TDK design, so list it there by ID and remove the strings. Increase the size of ed a little: o Add support for the Addtron AE-660CT and Addtron AE-660. This is a very generic NE-2000 clone (so generic that its CIS tags say NE-2000 generic card!).
* Sorting the belly button lint of history:imp2005-09-071-7/+15
| | | | | | | | o Note that the first 255 locations are reserved for JEDEC Ids from publication 106 (current revision Q, each one verified with JEDEC and the PMCICA). o Move ADAPTEC2 to the right section. o Sort TOSHIBA2 numerically.
* Update for a few recently discovered Olicom token ring cards:imp2005-08-311-1/+3
| | | | | OC3231 Token Ring + 28.8 modem OC3232 Token Ring + 33.6 modem
* Global Village appears to be using 0x018c as its vendor ID, but thisimp2005-08-291-1/+6
| | | | doesn't appear in the official lists, so make a note of that.
* o Add Toshiba's id. Make AGERE an alias for LUCENT. Add Ungermann's ID.imp2005-07-181-0/+7
| | | | | | o Add Agere Hermes II and II.5 PC Cards (from zipit web page), TDK GlobalNetworker 3410 (from dmesg for my card) and another alternate PANASONIC KXLC0005_2 (from pcmcia-cs id lists).
* Add device id for RATOC REX CFU1 sl811 based USB Host Controller.takawata2005-07-141-1/+2
|
* Add a couple of other products, tweak a few descriptions.imp2005-07-131-1/+5
|
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8imp2005-07-101-8/+49
| | | | | | | distribution. Add the appropriate devices to the man pages. Obtained from: pcmcia-cs Approved by: re (scottl)
* Add device entry for a Farallon EtherMac PC Card that I won on ebay. Thisimp2005-07-061-0/+1
| | | | | | one is supported by the sn driver. Approved by: re (scottl)
* Add wireless + flash CF card I haveimp2005-06-241-0/+1
| | | | Approved by: re (pccard API changes)
* Initial import of ipw, iwi, ral and ural drivers:damien2005-04-181-0/+4
| | | | | | | | | ipw - Intel PRO/Wireless 2100 iwi - Intel PRO/Wireless 2200BG/2225BG/2915ABG ral - Ralink Technology RT2500 ural - Ralink Technology RT2500USB Approved by: silby (mentor)
* Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190imp2005-02-221-0/+1
| | | | | | chipset. Add support for this card. Office Max has them on sale and I was surprised that we didn't have it in our supported list when I plugged it in...
* o It turns out that most of the ne-2000 cards that I have got real unhappyimp2005-02-141-4/+3
| | | | | | | | | with the latest changes. They actually have valid ROM data at location 0 of memory, just like a real NE-2000 ISA card. Use this data, if the ROM passes a few basic tests, as an additional source for the MAC address. Prefer the CIS over this source, but have it take precidence over falling back to reading the attribtue memory. o Minor cleanup of a few devices that we match on based on CIS string.
* Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is theimp2005-02-091-3/+0
| | | | | | | same as the LINKSYS COMBO_ECARD (which also seems to be the same as another linksys product that also has a modem, but I can't find that one at the moment). Remove the PCM100, since it is now no longer used.
* Sort PANASONIC products numericallyimp2005-02-031-1/+1
|
* The two PLANEX cards listed in pccarddevs, identified only by theirimp2005-02-011-12/+11
| | | | | | | | | | | | | | | | | | CIS, weren't actually used anywhere (other than the generic PC Card code when certain variables are defined). They aren't used in NetBSD either. Make things simpler by removing them. Change PLANEX_2 to PLANEX and tweak wi and owi to use that instead. The PLANEX id seems to actually be pci ID assigned to planex, not its pcmcia id. Ooops. I don't know if this is a reporting error from where this entry came from, or if it is a mistake on PLANEX's part. I suspect the latter, as ACTIONTEC and NEWMEDIA made the same mistake (although new media may be because it uses an advansys chip inside). Make a note of this in the file. The 0xc entires may be JEITA assigned, so note that as well. # This leaves just 3 entries that are totally unknown: airvast, archos # and edimax although the arivast number is the same assigned to # avertec in usb...
* The Olicom OC2220 has an ID of 0x101, not 0x2220 as I previouslyimp2005-01-291-1/+1
| | | | | | | | | thought. I'm unsure why I thought this was the case, but it definitely isn't for this card. If another card with the other ID makes an appearance, then we'll add a second entry for it. # With this change my Olicom OC2220 is now working again, since I make # this commit with that device. :-)
* Add back support for D-LINK DMR-650TX, and all the other OEMd versionsimp2005-01-271-1/+1
| | | | | | | of this card (evidentally MultiMobile also sold this card as MT5634ZLXI/E). Reported by: Bastian Brinkman
* Move 143 back to its rightful owner: Grey Cell systems, which OEMd enet cardsimp2005-01-271-4/+4
|
* Turns out that Digital's DEPCM-BA and I-O Data PCLATE are both OEMimp2005-01-251-6/+6
| | | | | | | | | versions of the Racore PC Card Ethernet card. Rearrange to reflect this reality. This ejects IODATA from 0x1bf, which belongs to Racore. Thanks to Wilko for providing me with a dumpcis for the DEPCM card. Also, added Nextcom Nexthawk card from NetBSD
* Unbreak the Digital DEPCM-BA. Since it doesn't seem to have a properimp2005-01-251-1/+2
| | | | | manufacturer ID, we need to use -1 rather than 0x100 when matching. Do this by defining and using DIGITAL2 .
* Remove dummy vendor id for DIGITAL now that we have the real one.phk2005-01-251-1/+0
|
* Minor whitespace cleanupimp2005-01-251-10/+16
| | | | | Add Digitial vendor ID (from NetBSD) Add Anycom vendor and products (from NetBSD)
* Add NEXTCOM NEXTHAWK ethernet card.imp2005-01-251-2/+6
| | | | From NetBSD
* There have been a substantial number of changes to this file from theimp2005-01-241-1/+28
| | | | NetBSD original, so add our copyright notice as well.
* Add an entry for Magic Ram, Inc's ETHERNET PC CARD 933926 card I justimp2005-01-241-0/+9
| | | | | won on ebay. Also, add a pointer to the PCMCIA's web site for the registered tuples (== manufacturer ID's).
* Use Intersil chip names for the symbols, since many makers use theimp2005-01-201-2/+3
| | | | intersil IDs but their own name in the CIS.
* Minor tweaks to properly order things.imp2005-01-201-4/+4
|
* Tweaks to the name of this card, based on input from Sean Shapira.imp2005-01-101-1/+1
|
* Add Eagle NE200 Ethernet LAN MBH10302 card. This appears to be a feimp2005-01-101-0/+1
| | | | | | card, and works with that driver. However, Eagle is using Fujitsu's vendor number and a product code of 4, which seems a little odd. Still, there's no conflicts...
* Shame on me. I screwed up product ID for the 3COM Bluetooth PC-Card.emax2004-09-091-1/+1
| | | | | | It's 0x0040 not 0x0400. MFC after: 3 days
* Add Intel EtherExpress PRO/100 LAN Modem. This will eventually beimp2004-05-131-0/+1
| | | | added to xe once the pccard issues are resolved...
* Mode few Bluetooth defines into system include filesemax2004-05-101-0/+1
| | | | Reviewed by: imp
* Add Xircom XEM5600 and known versions of CE2, CEM33 and CEM56.rsm2004-04-091-5/+11
| | | | | | | | Xircom had an unfortunate habit of re-using PCMCIA IDs for quite different cards - the xe driver knows about this and uses the first byte of 'extra' PCMCIA ID info to identify cards with ambiguous IDs. Reviewed by: imp (mentor)
* Add a new Intersil card that DLINK is selling as the DWL-650.imp2004-03-251-1/+2
| | | | Reported by: Brian O'Shea
* There is PANASONIC KXLC005 which has another product id.ume2004-01-211-0/+1
|
* Added ID for TDK LAK-CD031 Ethernet card.kato2003-12-311-0/+1
| | | | Reviewed by: imp
* Add intel EtherExpress PRO PCMCIA card ID. Well, I don't know if itimp2003-11-031-1/+1
| | | | | | | | is really EtherExpress or EEPro or what, but it does appear in a couple of ethernet cards that have appeared recently on ebay. Silicom appears to make these cards, and they have the 82595TX chipset in them, and sometimes uarts. The ex driver needs some work to support these cards, but I thought I'd get the device into pccarddevs.
* o Use %j and uintmax_t rather than uint64_t for casting.imp2003-11-031-0/+1
| | | | | | o use more proper bus_size_t for iosize rather than bus_addr_t. Noticed by: bde
* Correct CEM33imp2003-10-271-1/+1
|
* Add Olicom GoCard 28.8k versionimp2003-10-261-0/+1
|
* Minor tweak to Olicom 2220. Also add the OC-2232 while I'm here.imp2003-10-261-1/+2
| | | | | Looks like 'special magic' is needed to access the ethernet part of that combo card, so I've not added it to ex.
* Add ID for olicom GOCARD Ethernet (OC2220)imp2003-10-261-0/+1
|
* Xircom Wireless ethernetimp2003-10-081-0/+1
| | | | Submitted by: Keith Davis
* Merge from NetBSD:imp2003-09-221-5/+8
| | | | | | | | | | | 1.186: onoe; Sony's PEGA-WL110 CF WLAN (which strangely has fujitsu's vendor id) 1.185: ichiro; Quatech Inc, PCMCIA Enhanced Parallel Port Card Also: o update $NetBSD$ o minor tweaks to FUJITSU. We've tried to keep the CIS only entries seprate from vendor id/product id.
* EXPsys PCMCIA Ethernet Comboimp2003-09-201-0/+1
| | | | Submitted by: Ludwig Pummer
* OEM version of Proxim Harmony cardimp2003-09-201-0/+1
| | | | Submitted by: Jeremy Bingham
* Sort the vendors into three sections. First section is for thoseimp2003-08-211-6/+17
| | | | | | | vendors that list the vendor ID in the proper byte order. The second section is for vendors that get it backwards. The third is for what appear to be 'random' ones (although 0xcxxx appears to be coherent enough that maybe somebody else is assigning those numbers).
OpenPOWER on IntegriCloud