aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the 3.3V support for Cirrus Logic CL-PD6710. This appears to workWarner Losh2001-11-091-0/+22
* Better error messages for the cases where device_add_child fails. WeWarner Losh2001-11-021-2/+8
* Remove an extra " that crept into a string.Mike Silbersack2001-11-021-1/+1
* Print a warning when device_add_child returns NULL. This used to beWarner Losh2001-11-021-0/+5
* Restore the main BAR for the bridge on resume. Some machines don't saveWarner Losh2001-10-301-1/+21
* Add a tunable (hw.pcic.boot_deactivated) which will boot the systemWarner Losh2001-10-231-1/+14
* Print 4 per line. To do this, we test against i % 16 == 0 rather than i % 4Warner Losh2001-10-171-1/+1
* ToPIC fixes. scale back what we do for functional interrupts becauseWarner Losh2001-10-171-1/+2
* takashi shibagaki-san posted a similar patch to nomads. It seems thatWarner Losh2001-10-111-1/+6
* Use the NetBSD init code for the TOPIC parts as a more complete basisWarner Losh2001-10-112-13/+77
* Fix, I think, The second slot problem with Cirrus Logic PD6729/30 parts:Warner Losh2001-09-211-6/+5
* Ian Dowse had closed the race a little more in card ejection events.Warner Losh2001-09-161-16/+18
* <jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What,Warner Losh2001-09-134-23/+92
* Even better compatibility with 4.x. #define thread proc, since forWarner Losh2001-09-131-16/+2
* Better way to do compatibility between the two versions.Warner Losh2001-09-131-20/+8
* Fix KSE breakage to this file:Warner Losh2001-09-131-0/+32
* KSE Milestone 2Julian Elischer2001-09-121-9/+9
* Call pcic_teardown_intr to make sure that we disestablish theWarner Losh2001-09-121-1/+1
* When booting verbose, print the config space for this device. ThisWarner Losh2001-09-091-0/+19
* If flags were specified for the device, print them in the probeWarner Losh2001-09-091-1/+4
* Don't panic when we don't know the exact chip that is being used.Warner Losh2001-09-061-4/+44