summaryrefslogtreecommitdiff
path: root/sys/dev/pccard
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.1_cvscvs2svn2004-02-2313-13/+13
* Use %#jx for both args.Warner Losh2003-11-041-2/+2
* Fix two small style nits pointed out by bde: Remove spaces after cast andWarner Losh2003-11-031-1/+1
* Sync to 1.79Warner Losh2003-11-031-4/+4
* Add intel EtherExpress PRO PCMCIA card ID. Well, I don't know if itWarner Losh2003-11-031-1/+1
* Sync to 1.78Warner Losh2003-11-031-1/+4
* o Use %j and uintmax_t rather than uint64_t for casting.Warner Losh2003-11-032-4/+4
* ia64 tenderbox hates what I did wrt a printf, so cast the snot out ofWarner Losh2003-11-031-2/+2
* MFp4:Warner Losh2003-11-022-49/+99
* sync to 1.77Warner Losh2003-10-271-4/+4
* Correct CEM33Warner Losh2003-10-271-1/+1
* Sync to pccarddevs 1.76Warner Losh2003-10-261-1/+4
* Add Olicom GoCard 28.8k versionWarner Losh2003-10-261-0/+1
* Sync to 1.75 of pccarddevsWarner Losh2003-10-261-2/+5
* Minor tweak to Olicom 2220. Also add the OC-2232 while I'm here.Warner Losh2003-10-261-1/+2
* Sync to pccarddevs 1.74Warner Losh2003-10-261-1/+4
* Add ID for olicom GOCARD Ethernet (OC2220)Warner Losh2003-10-261-0/+1
* Const poison string accessor functions.Warner Losh2003-10-262-7/+8
* sync to 1.73Warner Losh2003-10-081-1/+4
* Xircom Wireless ethernetWarner Losh2003-10-081-0/+1
* Add new file for definitions of CIS. We can share this with cardbus.Warner Losh2003-10-071-0/+203
* o move the cis tuple definitions into a common file.Warner Losh2003-10-075-227/+23
* refactor how we do the quirk matching. this puts an ugly if into aWarner Losh2003-10-062-56/+58
* Remove the cis reading bus methods. They were never implemented andWarner Losh2003-10-061-49/+0
* sync to 1.72Warner Losh2003-09-221-14/+21
* Merge from NetBSD:Warner Losh2003-09-221-5/+8
* update to 1.71Warner Losh2003-09-201-1/+4
* EXPsys PCMCIA Ethernet ComboWarner Losh2003-09-201-0/+1
* Remove unused #defines.Warner Losh2003-09-201-3/+0
* sync to 1.70Warner Losh2003-09-201-1/+4
* OEM version of Proxim Harmony cardWarner Losh2003-09-201-0/+1
* Whacked out CIS configurations can cause us to not have any child. WhenWarner Losh2003-09-051-2/+4
* Remove unneeded field after CIS changes.Warner Losh2003-08-291-1/+0
* Probe routines can return < 0 for speculative matches. In theWarner Losh2003-08-251-1/+1
* Use __FBSDID().David E. O'Brien2003-08-242-2/+6
* SyncWarner Losh2003-08-211-7/+18
* Sort the vendors into three sections. First section is for thoseWarner Losh2003-08-211-6/+17
* Sync to 1.68Warner Losh2003-08-211-1/+2
* Compaq's ID is 0x138. However, it looks like they also releasedWarner Losh2003-08-211-0/+1
* Update to pccarddevs 1.67Warner Losh2003-08-211-11/+13
* Vendor ID 0x274 is Bromax Communications, not Linksys. Linksys sellsWarner Losh2003-08-211-4/+6
* Sync to 1.66Warner Losh2003-08-211-8/+10
* Vendor ID 0x0128 is registered to DSP Solutions, Inc. Megahertz soldWarner Losh2003-08-211-3/+5
* Sync to 1.65Warner Losh2003-08-211-5/+5
* Change INTERSIL to INTERSIL2 for the -1 case. Chances are good thatWarner Losh2003-08-211-2/+2
* Regen for 1.64Warner Losh2003-08-211-5/+8
* Vendor 0xb is intersil, not Netgear. The MA401RA is just Netgear'sWarner Losh2003-08-211-2/+5
* pc98pcic isn't the name of the media driver. tcic likely will neverWarner Losh2003-08-201-3/+0
* When debugging CIS, only print 10 CISTPL_NULLs. Chances are good theyWarner Losh2003-08-201-3/+12
* Put a band-aide(tm) on the CIS panic problem. This is a similar fixWarner Losh2003-08-181-5/+16