| Commit message (Expand) | Author | Age | Files | Lines |
* | OLDCARD is OBSOLETE_IN_6. Tag it as such. | imp | 2003-06-12 | 1 | -0/+2 |
* | 1. Allow drivers to query CIS strings from OLDCARD. | imp | 2003-04-23 | 1 | -0/+34 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+8 |
* | pccard isn't picky about WHAT major it gets. | imp | 2003-02-28 | 1 | -0/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 1 | -2/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 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 |
* | Copy manufacturer and version string into the kernel, and copy it to | imp | 2002-07-22 | 1 | -0/+2 |
* | minor nit in comments | imp | 2002-07-20 | 1 | -1/+0 |
* | What: | imp | 2002-06-23 | 1 | -9/+7 |
* | 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 | 1 | -7/+1 |
* | Add some code which is compatible for NEWCARD. It makes manufacturer | shiba | 2002-02-20 | 1 | -0/+3 |
* | Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM, | bde | 2002-02-15 | 1 | -2/+0 |
* | Avoid doubly defining machdep.pccard | msmith | 2002-01-08 | 1 | -2/+0 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | <jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What, | imp | 2001-09-13 | 1 | -0/+12 |
* | Even better compatibility with 4.x. #define thread proc, since for | imp | 2001-09-13 | 1 | -16/+2 |
* | Better way to do compatibility between the two versions. | imp | 2001-09-13 | 1 | -20/+8 |
* | Fix KSE breakage to this file: | imp | 2001-09-13 | 1 | -0/+32 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -9/+9 |
* | A bunch of interrupt related cleanup. | imp | 2001-07-31 | 1 | -33/+0 |
* | When booted -v (eg bootverbose is non-zero), have pccard report what | imp | 2001-07-30 | 1 | -0/+7 |
* | Minor nits merged from my stable tree: | imp | 2001-07-27 | 1 | -2/+1 |
* | Attempt to fix and document interactions between suspend/resume and pccardc | imp | 2001-07-27 | 1 | -24/+17 |
* | Note that spls are noops | imp | 2001-07-09 | 1 | -0/+2 |
* | Cleanup some obsolete comments | imp | 2001-07-06 | 1 | -2/+3 |
* | Minor whitespace nit. | imp | 2001-07-01 | 1 | -1/+1 |
* | Save the IRQ that we get in pci attachment. | imp | 2001-06-16 | 1 | -13/+7 |
* | Minor style(9) nit. a|b -> a | b. | imp | 2001-06-04 | 1 | -1/+1 |
* | Update copyright info | imp | 2001-05-25 | 1 | -0/+1 |
* | Minor style(9) changes: | imp | 2001-05-14 | 1 | -35/+35 |
* | Take a stab at making this less dependent on having pcic as a parent. | imp | 2001-05-14 | 1 | -24/+17 |
* | o Get rid of static array of slots in pccard layer. Move this to the | imp | 2001-05-13 | 1 | -39/+23 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | First step towards plugging the "pccard is trying to map into a BIOS | imp | 2001-03-26 | 1 | -75/+63 |
* | Place the call to pccard_insert_beep() in the inserted() timeout | iedowse | 2001-03-20 | 1 | -1/+1 |
* | select() DKI is now in <sys/selinfo.h>. | wollman | 2001-01-09 | 1 | -1/+0 |
* | Make a few more mallocs use M_ZERO. | dwmalone | 2000-10-29 | 1 | -4/+3 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Change snprintf to strncpy. | imp | 2000-10-26 | 1 | -2/+9 |
* | fix some minor problem in PIOCSRESOURCE ioctl. | sanpei | 2000-10-01 | 1 | -14/+5 |
* | o Remove 9 unnecessary includes. | imp | 2000-09-20 | 1 | -6/+1 |
* | add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE) | sanpei | 2000-09-17 | 1 | -0/+45 |