aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* 1. Allow drivers to query CIS strings from OLDCARD.Warner Losh2003-04-234-0/+69
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* pccard isn't picky about WHAT major it gets.Warner Losh2003-02-281-0/+4
* Add SMC 34C90. Not tested, but should be a no-op except for the id string.Warner Losh2003-02-261-1/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Merge from P4:Warner Losh2003-01-041-27/+42
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* MFp4:Warner Losh2002-11-271-16/+14
* MFp4: Comment about not assuming INTA# for 6729Warner Losh2002-10-071-0/+3
* Make beep not depend on HZ setting.Warner Losh2002-09-291-4/+6
* SMIENB not needed, but maybe PCI_CLOCK is, so put it in #if 0'd outWarner Losh2002-09-292-6/+9
* Parens considered good.Warner Losh2002-09-291-1/+1
* For boot verbose, print resources assigned in a more asthetically pleasingWarner Losh2002-09-131-5/+11
* Change the order that we look for free memory windows from 0 -> MAX-1Warner Losh2002-09-081-4/+4
* Add 16-bit before bus to keep the words card and bus apart.Warner Losh2002-07-311-1/+1
* MFp4:Warner Losh2002-07-262-122/+143
* Copy manufacturer and version string into the kernel, and copy it toWarner Losh2002-07-223-2/+10
* Add support for writing to mapping high memory for pccard memoryWarner Losh2002-07-204-0/+21
* minor nit in commentsWarner Losh2002-07-201-1/+0
* Integrate the hw.pcic.pd6722_vsense tunable from the nomads list.Warner Losh2002-07-181-15/+49
* Some strange hacks for the clpd6729:Warner Losh2002-07-181-13/+44
* Better verbage on hw.pcic sysctls, delete now obsolete commentWarner Losh2002-07-171-10/+8
* o Remove workaround that I put in to mask the BadVcc problem.Warner Losh2002-07-172-34/+71
* Be more conservative about the address ranges we assign. SomeWarner Losh2002-07-171-0/+5
* Add definitions for the Ext 1 register on cirrus logic PD-6729.Warner Losh2002-07-171-0/+9
* Rearrange previous commit that passed the vendor id to the kernel in a wayWarner Losh2002-07-142-28/+27
* Typo: do do -> to do.Giorgos Keramidas2002-07-141-1/+1
* Lots of people have had to hack around the fixed address for cardbusWarner Losh2002-06-271-1/+1
* Leave it to a non-native speaker of English to catch another typo: "do do" ->Warner Losh2002-06-271-1/+1
* Spell less like a 'merkin and more like a speaker of EnglishWarner Losh2002-06-271-1/+1
* plxcard for OLDCARD isn't going to happen.Warner Losh2002-06-232-451/+0
* What:Warner Losh2002-06-235-74/+154
* hw.pcic.ignore_pciWarner Losh2002-06-131-1/+9
* Forget to change lookup function for oldcard side.Takanori Watanabe2002-05-301-3/+5
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-8/+4
* Better power code and better power diagnosticsWarner Losh2002-03-202-36/+82
* Define masks for the VCC an VPP voltagesWarner Losh2002-03-201-0/+5
* Get the generic name rightWarner Losh2002-03-031-1/+1
* Add some code which is compatible for NEWCARD. It makes manufacturerTakeshi Shibagaki2002-02-204-0/+18
* Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM,Bruce Evans2002-02-151-2/+0
* The datasheet for the 6710/6722 says that you must use one method toWarner Losh2002-01-141-2/+8
* Add recognition of the Omega 83C094 PCI <-> PCMCIA bridge chip set.Warner Losh2002-01-141-1/+5
* Avoid doubly defining machdep.pccardMike Smith2002-01-082-2/+2
* Better error message when cardtype is not recognizedWarner Losh2001-11-131-1/+1
* Use d_thread_t (the new ugly compatibility hack) rather than the oldWarner Losh2001-11-121-6/+4
* Introduce the concept of "default" voltage. Have pccard layer use thisWarner Losh2001-11-112-56/+83
* Do not assume that a I/O based bridge is a 6729. Intel made a funky chipWarner Losh2001-11-111-1/+1
* o Try to do 3.3V support better for the 6722 and 6729/30.Warner Losh2001-11-094-26/+57