| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from P4: | imp | 2003-01-04 | 1 | -27/+42 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | MFp4: | imp | 2002-11-27 | 1 | -16/+14 |
* | MFp4: Comment about not assuming INTA# for 6729 | imp | 2002-10-07 | 1 | -0/+3 |
* | Make beep not depend on HZ setting. | imp | 2002-09-29 | 1 | -4/+6 |
* | SMIENB not needed, but maybe PCI_CLOCK is, so put it in #if 0'd out | imp | 2002-09-29 | 2 | -6/+9 |
* | Parens considered good. | imp | 2002-09-29 | 1 | -1/+1 |
* | For boot verbose, print resources assigned in a more asthetically pleasing | imp | 2002-09-13 | 1 | -5/+11 |
* | Change the order that we look for free memory windows from 0 -> MAX-1 | imp | 2002-09-08 | 1 | -4/+4 |
* | Add 16-bit before bus to keep the words card and bus apart. | imp | 2002-07-31 | 1 | -1/+1 |
* | MFp4: | imp | 2002-07-26 | 2 | -122/+143 |
* | Copy manufacturer and version string into the kernel, and copy it to | imp | 2002-07-22 | 3 | -2/+10 |
* | Add support for writing to mapping high memory for pccard memory | imp | 2002-07-20 | 4 | -0/+21 |
* | minor nit in comments | imp | 2002-07-20 | 1 | -1/+0 |
* | Integrate the hw.pcic.pd6722_vsense tunable from the nomads list. | imp | 2002-07-18 | 1 | -15/+49 |
* | Some strange hacks for the clpd6729: | imp | 2002-07-18 | 1 | -13/+44 |
* | Better verbage on hw.pcic sysctls, delete now obsolete comment | imp | 2002-07-17 | 1 | -10/+8 |
* | o Remove workaround that I put in to mask the BadVcc problem. | imp | 2002-07-17 | 2 | -34/+71 |
* | Be more conservative about the address ranges we assign. Some | imp | 2002-07-17 | 1 | -0/+5 |
* | Add definitions for the Ext 1 register on cirrus logic PD-6729. | imp | 2002-07-17 | 1 | -0/+9 |
* | Rearrange previous commit that passed the vendor id to the kernel in a way | imp | 2002-07-14 | 2 | -28/+27 |
* | Typo: do do -> to do. | keramida | 2002-07-14 | 1 | -1/+1 |
* | Lots of people have had to hack around the fixed address for cardbus | imp | 2002-06-27 | 1 | -1/+1 |
* | Leave it to a non-native speaker of English to catch another typo: "do do" -> | imp | 2002-06-27 | 1 | -1/+1 |
* | Spell less like a 'merkin and more like a speaker of English | imp | 2002-06-27 | 1 | -1/+1 |
* | plxcard for OLDCARD isn't going to happen. | imp | 2002-06-23 | 2 | -451/+0 |
* | What: | imp | 2002-06-23 | 5 | -74/+154 |
* | hw.pcic.ignore_pci | imp | 2002-06-13 | 1 | -1/+9 |
* | Forget to change lookup function for oldcard side. | takawata | 2002-05-30 | 1 | -3/+5 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -8/+4 |
* | Better power code and better power diagnostics | imp | 2002-03-20 | 2 | -36/+82 |
* | Define masks for the VCC an VPP voltages | imp | 2002-03-20 | 1 | -0/+5 |
* | Get the generic name right | imp | 2002-03-03 | 1 | -1/+1 |
* | Add some code which is compatible for NEWCARD. It makes manufacturer | shiba | 2002-02-20 | 4 | -0/+18 |
* | Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM, | bde | 2002-02-15 | 1 | -2/+0 |
* | The datasheet for the 6710/6722 says that you must use one method to | imp | 2002-01-14 | 1 | -2/+8 |
* | Add recognition of the Omega 83C094 PCI <-> PCMCIA bridge chip set. | imp | 2002-01-14 | 1 | -1/+5 |
* | Avoid doubly defining machdep.pccard | msmith | 2002-01-08 | 2 | -2/+2 |
* | Better error message when cardtype is not recognized | imp | 2001-11-13 | 1 | -1/+1 |
* | Use d_thread_t (the new ugly compatibility hack) rather than the old | imp | 2001-11-12 | 1 | -6/+4 |
* | Introduce the concept of "default" voltage. Have pccard layer use this | imp | 2001-11-11 | 2 | -56/+83 |
* | Do not assume that a I/O based bridge is a 6729. Intel made a funky chip | imp | 2001-11-11 | 1 | -1/+1 |
* | o Try to do 3.3V support better for the 6722 and 6729/30. | imp | 2001-11-09 | 4 | -26/+57 |
* | Fix the 3.3V support for Cirrus Logic CL-PD6710. This appears to work | imp | 2001-11-09 | 1 | -0/+22 |
* | Better error messages for the cases where device_add_child fails. We | imp | 2001-11-02 | 1 | -2/+8 |
* | Remove an extra " that crept into a string. | silby | 2001-11-02 | 1 | -1/+1 |
* | Print a warning when device_add_child returns NULL. This used to be | imp | 2001-11-02 | 1 | -0/+5 |
* | Restore the main BAR for the bridge on resume. Some machines don't save | imp | 2001-10-30 | 1 | -1/+21 |
* | Add a tunable (hw.pcic.boot_deactivated) which will boot the system | imp | 2001-10-23 | 1 | -1/+14 |
* | Print 4 per line. To do this, we test against i % 16 == 0 rather than i % 4 | imp | 2001-10-17 | 1 | -1/+1 |