| Commit message (Expand) | Author | Age | Files | Lines |
* | I don't believe these are used at all, and can be safely removed | Warner Losh | 2006-01-15 | 7 | -1004/+0 |
* | Remove code describing pre 5.x system | Warner Losh | 2006-01-10 | 1 | -19/+0 |
* | Remove the kernel portion of OLDCARD. I'm working on a replacement | Warner Losh | 2005-09-25 | 7 | -5401/+0 |
* | Change a directory layout for pc98. | Yoshihiro Takahashi | 2005-05-10 | 1 | -1/+1 |
* | Remove more deadwood that never got implemented in NEWCARD, since NEWCARD | Warner Losh | 2005-02-15 | 1 | -16/+0 |
* | Remove card_get_function. It looks like it was intended to be a | Warner Losh | 2005-02-14 | 1 | -8/+0 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 13 | -13/+22 |
* | Move PNP IDs back into oldcard files | Warner Losh | 2004-08-13 | 3 | -2/+13 |
* | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 2 | -7/+7 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 2 | -7/+7 |
* | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -6/+0 |
* | - Implement selwakeuppri() which allows raising the priority of a | Seigo Tanimura | 2003-11-09 | 3 | -3/+3 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | Mike Silbersack | 2003-10-21 | 2 | -9/+9 |
* | More debug under boot verbose. | Warner Losh | 2003-08-29 | 1 | -2/+3 |
* | Fix comment. | Warner Losh | 2003-08-29 | 1 | -1/+1 |
* | add debug to pcic memory mapping routine | Warner Losh | 2003-08-27 | 1 | -0/+5 |
* | Add comment point o2micro people to NEWCARD | Warner Losh | 2003-08-01 | 1 | -0/+2 |
* | OLDCARD is OBSOLETE_IN_6. Tag it as such. | Warner Losh | 2003-06-12 | 6 | -0/+12 |
* | 1. Allow drivers to query CIS strings from OLDCARD. | Warner Losh | 2003-04-23 | 4 | -0/+69 |
* | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+8 |
* | pccard isn't picky about WHAT major it gets. | Warner Losh | 2003-02-28 | 1 | -0/+4 |
* | Add SMC 34C90. Not tested, but should be a no-op except for the id string. | Warner Losh | 2003-02-26 | 1 | -1/+4 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Consolidate MIN/MAX macros into one place (param.h). | Alfred Perlstein | 2003-02-02 | 1 | -2/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | Merge from P4: | Warner Losh | 2003-01-04 | 1 | -27/+42 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -2/+2 |
* | MFp4: | Warner Losh | 2002-11-27 | 1 | -16/+14 |
* | MFp4: Comment about not assuming INTA# for 6729 | Warner Losh | 2002-10-07 | 1 | -0/+3 |
* | Make beep not depend on HZ setting. | Warner Losh | 2002-09-29 | 1 | -4/+6 |
* | SMIENB not needed, but maybe PCI_CLOCK is, so put it in #if 0'd out | Warner Losh | 2002-09-29 | 2 | -6/+9 |
* | Parens considered good. | Warner Losh | 2002-09-29 | 1 | -1/+1 |
* | For boot verbose, print resources assigned in a more asthetically pleasing | Warner Losh | 2002-09-13 | 1 | -5/+11 |
* | Change the order that we look for free memory windows from 0 -> MAX-1 | Warner Losh | 2002-09-08 | 1 | -4/+4 |
* | Add 16-bit before bus to keep the words card and bus apart. | Warner Losh | 2002-07-31 | 1 | -1/+1 |
* | MFp4: | Warner Losh | 2002-07-26 | 2 | -122/+143 |
* | Copy manufacturer and version string into the kernel, and copy it to | Warner Losh | 2002-07-22 | 3 | -2/+10 |
* | Add support for writing to mapping high memory for pccard memory | Warner Losh | 2002-07-20 | 4 | -0/+21 |
* | minor nit in comments | Warner Losh | 2002-07-20 | 1 | -1/+0 |
* | Integrate the hw.pcic.pd6722_vsense tunable from the nomads list. | Warner Losh | 2002-07-18 | 1 | -15/+49 |
* | Some strange hacks for the clpd6729: | Warner Losh | 2002-07-18 | 1 | -13/+44 |
* | Better verbage on hw.pcic sysctls, delete now obsolete comment | Warner Losh | 2002-07-17 | 1 | -10/+8 |
* | o Remove workaround that I put in to mask the BadVcc problem. | Warner Losh | 2002-07-17 | 2 | -34/+71 |
* | Be more conservative about the address ranges we assign. Some | Warner Losh | 2002-07-17 | 1 | -0/+5 |
* | Add definitions for the Ext 1 register on cirrus logic PD-6729. | Warner Losh | 2002-07-17 | 1 | -0/+9 |
* | Rearrange previous commit that passed the vendor id to the kernel in a way | Warner Losh | 2002-07-14 | 2 | -28/+27 |
* | Typo: do do -> to do. | Giorgos Keramidas | 2002-07-14 | 1 | -1/+1 |
* | Lots of people have had to hack around the fixed address for cardbus | Warner Losh | 2002-06-27 | 1 | -1/+1 |
* | Leave it to a non-native speaker of English to catch another typo: "do do" -> | Warner Losh | 2002-06-27 | 1 | -1/+1 |