aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard/pccarddevs
Commit message (Collapse)AuthorAgeFilesLines
* pccard: Remove more of the PC Card infrastructureWarner Losh2021-12-141-803/+0
| | | | | | | | Remove more of the pccard infrasturcture. CardBus Yenta driver (cbb) still references the remaining bits. It needs some additiona work to remove 16-bit support still, so it remains. Sponsored by: Netflix
* Another PC Card that needs the CIS strings for the Surecom EP-427X,Warner Losh2009-04-241-0/+1
| | | | | | | | which really is just a rebadged OEM card... Plus a tiny whitespace nit. Notes: svn path=/head/; revision=191468
* A couple of older Melco cards that missed the transition to newcardWarner Losh2009-04-221-0/+1
| | | | Notes: svn path=/head/; revision=191393
* Add Billionton LNT-10TB variantWarner Losh2009-04-221-0/+1
| | | | Notes: svn path=/head/; revision=191390
* Add AmbiCom AMB8002, AMB8010 (2 variants) and AMB8610. These wereWarner Losh2009-04-221-0/+4
| | | | | | | inferred from data in the linux driver. Notes: svn path=/head/; revision=191385
* Another NE-2000 clone. The GVC NIC-2000P Ethernet adapter. Based onWarner Losh2009-04-141-0/+2
| | | | | | | | the MN5017 chipset. There's no vendor/product pair on this card, so it needs to be matched by the CIS strings. Notes: svn path=/head/; revision=191036
* Another GlobalVillage card.Warner Losh2009-04-071-0/+1
| | | | Notes: svn path=/head/; revision=190795
* Sort NECINFORTIA correctly.Warner Losh2009-03-271-1/+1
| | | | Notes: svn path=/head/; revision=190476
* Harvest a previously unknown Bromax design based on the AX88x90 fromWarner Losh2009-03-271-0/+1
| | | | | | | the Linux axnet driver. Notes: svn path=/head/; revision=190473
* RIOS Systems co was naughty and used a 'random' id. Use it with theWarner Losh2009-03-251-0/+4
| | | | | | | PCCARD3 name to describe the RIOS PC Card III Ethernet that I have. Notes: svn path=/head/; revision=190429
* Another akihabra find: Mitsubishi B8895.Warner Losh2009-03-251-0/+2
| | | | Notes: svn path=/head/; revision=190408
* Add entry for Hitachi HT-4840-11, which is a fe-based card.Warner Losh2009-03-111-0/+4
| | | | Notes: svn path=/head/; revision=189680
* Add 3 new cards that I found today in akihabara...Warner Losh2009-03-111-0/+8
| | | | | | | | | Toshiba LANCT00A TDK LAK-CD011 TJ PTJ-LAN/T PC-NIC ENCC 990010759-001A Notes: svn path=/head/; revision=189679
* Remove opt_wi.h from module and fix typo in pccarddevs.Warner Losh2008-08-271-1/+1
| | | | Notes: svn path=/head/; revision=182251
* The APDL-325 is a Wireless LAN pcmcia adapter that sits inside someWarner Losh2008-08-271-0/+1
| | | | | | | | | | | Billion Access Points. Fix wi(4) to recognise the adapter. PR: 77913 Submitted by: Daan Vreeken [PA4DAN] MFC after: 3 days Notes: svn path=/head/; revision=182236
* Add NEC PC-9802N-J02 (confirmed) and NEC PC-9202N-J02R (speculative)Warner Losh2008-08-071-0/+2
| | | | | | | to the list of devices. Notes: svn path=/head/; revision=181392
* Add an alternative ID for the Siemens SpeedStream SS1021: 0x3021.Warner Losh2008-08-021-0/+1
| | | | Notes: svn path=/head/; revision=181208
* Merge from NetBSD's pcmciadev file (rev ~1.208 - 1.226) whereWarner Losh2008-07-061-25/+28
| | | | | | | | | | | | | | | | | appropriate (versions not appropriate to merge omitted): o 1.226 imp nop, save for NetBSD string (minor merging the other way) o 1.225 jnemeth Coreage LAPCCTXD o 1.224 martin (remove 3rd and 4th clauses) o 1.223 kiyohara (TDK bluetooth PC Card) o 1.222 kiyohara (Anycom BlueCard) o 1.221 ichiro (NEC Infrontia AX420N) o 1.219 jmcneill (EDIMAX EP-4101) o 1.213 tsutsui (TEAC IDECARDII entry fix) Also, while I'm here, fix some tab problems that have crept in. Notes: svn path=/head/; revision=180314
* Commit cmx(4), a driver for Omnikey CardMan 4040 PCMCIA smartcard readers.Rink Springer2008-03-061-0/+4
| | | | | | | | | | | PR: kern/114582 Submitted by: Daniel Roethlisberger <daniel@roe.ch> Reviewed by: imp, myself Tested by: johans, myself MFC after: 2 weeks Notes: svn path=/head/; revision=176868
* Bring in some new Sierra Wireless drivers running under pccard.Remko Lodder2007-10-121-0/+7
| | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=172572
* Add Micro Research PCMCIA LAN Adapter MR10TPC support. Patch slightlyWarner Losh2007-07-111-0/+2
| | | | | | | | | | | reworked by me. Submitted by: Osamu Hasegawa-san PR: 93393 Approved by: re (hrs) Notes: svn path=/head/; revision=171352
* CompUSA mutli-format pcmica flash reader/writerWarner Losh2007-02-161-0/+2
| | | | Notes: svn path=/head/; revision=166789
* Updated tuple list, kindaWarner Losh2007-02-161-1/+1
| | | | Notes: svn path=/head/; revision=166788
* Add poitner to JEDEC publication 106Warner Losh2007-02-161-0/+4
| | | | Notes: svn path=/head/; revision=166787
* Fix a few cis entries that were separated with spaces, not with commas.Warner Losh2006-07-141-3/+3
| | | | | | | This caused drivers for the cards they matched to not probe. Notes: svn path=/head/; revision=160336
* replace all the 660 with 650 in the cut-n-pasted line, rather thanWarner Losh2006-05-081-1/+1
| | | | | | | | | just some of them. Noticed by: brooks Notes: svn path=/head/; revision=158371
* Another NEW MEDIA .WAVjammer.Warner Losh2006-05-081-0/+1
| | | | Notes: svn path=/head/; revision=158370
* The D-Link DE-650 that I got in the last bulk PC Card purchase needs anWarner Losh2006-05-081-0/+1
| | | | | | | entry. Add it (back). Notes: svn path=/head/; revision=158368
* Add Global Village lan modem.Warner Losh2005-10-291-2/+6
| | | | | | | | | Add Billionton LNA-100B[1] Reported by: [1] Alan newsletter at acsoftware dot org Notes: svn path=/head/; revision=151839
* Change I-O data WB-B11/CFZ entry to ELSA XI330 as the former is aWarner Losh2005-10-141-1/+1
| | | | | | | rebadged version of the latter. Notes: svn path=/head/; revision=151322
* IDs for generic card, airvast wm_100, i-o data wn-b11/cfzWarner Losh2005-10-111-1/+5
| | | | | | | Some of these may have been obtained from OpenBSD... Notes: svn path=/head/; revision=151226
* Remove unnecessary Dlink de650 entryWarner Losh2005-09-241-1/+0
| | | | Notes: svn path=/head/; revision=150519
* Better descriptions for the Jack of Diamonds cards.Warner Losh2005-09-211-5/+5
| | | | Notes: svn path=/head/; revision=150441
* MFp4:Warner Losh2005-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!). Notes: svn path=/head/; revision=149922
* Sorting the belly button lint of history:Warner Losh2005-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. Notes: svn path=/head/; revision=149869
* Update for a few recently discovered Olicom token ring cards:Warner Losh2005-08-311-1/+3
| | | | | | | | OC3231 Token Ring + 28.8 modem OC3232 Token Ring + 33.6 modem Notes: svn path=/head/; revision=149674
* Global Village appears to be using 0x018c as its vendor ID, but thisWarner Losh2005-08-291-1/+6
| | | | | | | doesn't appear in the official lists, so make a note of that. Notes: svn path=/head/; revision=149561
* o Add Toshiba's id. Make AGERE an alias for LUCENT. Add Ungermann's ID.Warner Losh2005-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). Notes: svn path=/head/; revision=148141
* Add device id for RATOC REX CFU1 sl811 based USB Host Controller.Takanori Watanabe2005-07-141-1/+2
| | | | Notes: svn path=/head/; revision=147988
* Add a couple of other products, tweak a few descriptions.Warner Losh2005-07-131-1/+5
| | | | Notes: svn path=/head/; revision=147956
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8Warner Losh2005-07-101-8/+49
| | | | | | | | | | distribution. Add the appropriate devices to the man pages. Obtained from: pcmcia-cs Approved by: re (scottl) Notes: svn path=/head/; revision=147872
* Add device entry for a Farallon EtherMac PC Card that I won on ebay. ThisWarner Losh2005-07-061-0/+1
| | | | | | | | | one is supported by the sn driver. Approved by: re (scottl) Notes: svn path=/head/; revision=147796
* Add wireless + flash CF card I haveWarner Losh2005-06-241-0/+1
| | | | | | | Approved by: re (pccard API changes) Notes: svn path=/head/; revision=147579
* Initial import of ipw, iwi, ral and ural drivers:Damien Bergamini2005-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) Notes: svn path=/head/; revision=145247
* Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190Warner Losh2005-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... Notes: svn path=/head/; revision=142260
* o It turns out that most of the ne-2000 cards that I have got real unhappyWarner Losh2005-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. Notes: svn path=/head/; revision=141930
* Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is theWarner Losh2005-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. Notes: svn path=/head/; revision=141559
* Sort PANASONIC products numericallyWarner Losh2005-02-031-1/+1
| | | | Notes: svn path=/head/; revision=141223
* The two PLANEX cards listed in pccarddevs, identified only by theirWarner Losh2005-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... Notes: svn path=/head/; revision=141122
* The Olicom OC2220 has an ID of 0x101, not 0x2220 as I previouslyWarner Losh2005-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. :-) Notes: svn path=/head/; revision=140957