| Commit message (Expand) | Author | Age | Files | Lines |
* | probe function changed from returning char * to const char *. | dillon | 1998-12-14 | 1 | -3/+3 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -1/+1 |
* | Add #include to get a prototype for update_intr_masks(). | peter | 1998-11-09 | 1 | -1/+2 |
* | - Fix a bug where a "power_off_slot' timeout was not cancelled when the | nate | 1998-09-24 | 1 | -1/+6 |
* | Make PCIC_RESUME_RESET an proper option. | brian | 1998-09-08 | 1 | -3/+4 |
* | o renable pccard_remove_driver (it was used in the skel.c driver) | imp | 1998-08-26 | 2 | -22/+22 |
* | Add probing support for the vadem VG365 and the Vadem VG465 pcic chips. | imp | 1998-08-25 | 2 | -12/+38 |
* | Fixed printf format errors. | bde | 1998-08-18 | 1 | -4/+4 |
* | Use [u]intptr_t instead of [u_]long for casts between pointers and | bde | 1998-08-16 | 2 | -7/+9 |
* | Changed the type of an isa/general interrupt handler to take a | bde | 1998-06-18 | 2 | -7/+7 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Include pc98.h instead of isa.h when PC98 is defined. | kato | 1998-05-05 | 1 | -1/+5 |
* | - Give up trying for a simple solution for correctly recognizing if a card | nate | 1998-04-20 | 2 | -1/+5 |
* | - Only poll the PCIC controller for insertion/removal events if the | nate | 1998-04-20 | 1 | -3/+4 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -7/+7 |
* | - Whoops, better have the structure created before trying to use it in | nate | 1998-04-09 | 1 | -2/+2 |
* | - Fix bug I introduced a few months ago. If a driver fails the probe, | nate | 1998-04-08 | 1 | -4/+4 |
* | Uninitialized pointer reference may happen on particular environment. | hosokawa | 1998-03-19 | 1 | -1/+6 |
* | Removed unused #includes. | bde | 1998-02-25 | 1 | -2/+1 |
* | - Removed typo in Copyright and added Id. | nate | 1998-02-07 | 1 | -1/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | - Support for multiple PD6832 controllers. Each found 6832 is assigned | nate | 1998-01-20 | 2 | -4/+22 |
* | Specify the minor number correctly when creating devfs entries. | msmith | 1998-01-02 | 1 | -1/+3 |
* | - Remove the code that cleared out the registers (previously enabled by the | nate | 1997-12-02 | 1 | -7/+0 |
* | - Add necessary include files and fix bugs in last. | nate | 1997-12-02 | 1 | -3/+6 |
* | - Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, and | nate | 1997-12-02 | 2 | -95/+107 |
* | - Remove PCI code from here, now that the PCI framework lives in /sys/pci. | nate | 1997-12-02 | 1 | -86/+5 |
* | - Framework for PCI/CardBus controllers running in PCMCIA emulation | nate | 1997-12-02 | 2 | -0/+216 |
* | - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions with | nate | 1997-11-18 | 5 | -146/+6 |
* | MF22: | nate | 1997-11-15 | 2 | -6/+7 |
* | - Reset the pcic controller interrupt 'poll' timeout *after* we call the | nate | 1997-11-04 | 1 | -6/+6 |
* | - More style nits (sorry, I should have done this last time). | nate | 1997-10-28 | 1 | -10/+10 |
* | - Style nit. | nate | 1997-10-28 | 1 | -20/+20 |
* | - Disable cards when doing a suspend by emulating that they have been | nate | 1997-10-28 | 3 | -10/+13 |
* | - Instead of relying on a functional call to register PCARD-capable drivers, | nate | 1997-10-26 | 3 | -2/+13 |
* | - Patch the 'skeleton' example driver to be more consistant with the new | nate | 1997-10-26 | 1 | -40/+28 |
* | - 'Beep' support now happens in it's own separate file, so you can mess | nate | 1997-10-26 | 5 | -42/+83 |
* | - Functional changes to PCCARD support. | nate | 1997-10-26 | 2 | -41/+13 |
* | - Do a bunch of gratuitous changes intended to make the code easier to | nate | 1997-10-26 | 7 | -403/+408 |
* | - Call 'callout_handle_init' on the two timeout channels after they are | nate | 1997-10-26 | 1 | -0/+2 |
* | - KNF the PCI stuff, no functional changes. | nate | 1997-10-25 | 1 | -20/+24 |
* | - Recognize the Cirrus Logic PD6729/6730 PC-Card Controller behind the | nate | 1997-10-24 | 1 | -2/+13 |
* | - Use the definitions found in <i386/isa/isa.h> instead of rolling our | nate | 1997-10-24 | 1 | -6/+7 |
* | - defined constant ISA_HOLE_START (would be nice to include machine/pmap.h, | nate | 1997-10-23 | 1 | -57/+66 |
* | - Move the untimeout code call out of the check for pwr_off_pending. It | nate | 1997-10-23 | 1 | -3/+2 |
* | - Fix braino in last commit. (Slow networks should be outlawed!) | nate | 1997-10-23 | 1 | -2/+2 |
* | - When doing suspend/resume, only try to suspend those drivers on active | nate | 1997-10-23 | 1 | -4/+8 |
* | Back our V1.36, due to reports of badness. (IRQ's are again allocated | nate | 1997-10-23 | 1 | -1/+1 |
* | - Simplify code by removing a variable which was initialized once, never | nate | 1997-10-23 | 2 | -8/+2 |
* | LEarn about the TI 1131. | wollman | 1997-10-17 | 1 | -0/+2 |