| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | peter | 1999-05-09 | 1 | -5/+1 |
* | Unbreak slot_irq_handler(). The problem here is that slot_irq_handler() | wpaul | 1999-05-04 | 1 | -2/+2 |
* | Operator precedence (nit: in #if 0 code) bug. | peter | 1999-05-02 | 1 | -1/+1 |
* | - Added PCI identification support for the TI1251 PCI/CardBus bridge. | nate | 1999-05-02 | 2 | -2/+5 |
* | - When the card is inserted, call pccard_insert_beep instead of | nate | 1999-05-02 | 1 | -2/+2 |
* | Eliminate compiler warning about missing type in declaration. | jdp | 1999-04-27 | 1 | -3/+2 |
* | Fix the code that prints the "Initializing PC-card drivers" message | jdp | 1999-04-27 | 1 | -4/+3 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -5/+5 |
* | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | peter | 1999-04-24 | 1 | -1/+5 |
* | Well folks, this is it - The second stage of the removal for build support | peter | 1999-04-17 | 2 | -2/+1 |
* | Import PCI pccard bridge chip probing from PAO. Hopeful prelude for | nsayer | 1999-04-01 | 2 | -13/+44 |
* | - Made the setting of the machdep.pccard.pcic_irq from the boot config file | nate | 1999-03-26 | 1 | -5/+6 |
* | Remove static delcarations from {,un}register_pcic_intr declarations | imp | 1999-03-12 | 1 | -2/+2 |
* | Updated to use new APIC (SMP) safe interrupt register/unregister | roger | 1999-03-10 | 2 | -7/+48 |
* | Header file for pcic interrupt register/unregister functions. | roger | 1999-03-10 | 1 | -0/+36 |
* | On second thought: do previous fux in pcic.c better. | guido | 1999-02-14 | 2 | -9/+3 |
* | Somehow, it is possible to get a pcicintr() when in the resume process. | guido | 1999-02-14 | 1 | -1/+8 |
* | Add "beep" ioctl. (#10 is reserved for PIOCSVIR) | kuriyama | 1999-02-13 | 4 | -4/+14 |
* | Allow the interrupt allocated to the PCIC to be tuned from the kernel | msmith | 1999-01-29 | 1 | -1/+13 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -4/+4 |
* | Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>. | bde | 1999-01-27 | 1 | -1/+2 |
* | Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatible | torstenb | 1999-01-25 | 2 | -2/+5 |
* | Initial update pccard code for KLD module support. Module support | peter | 1999-01-19 | 5 | -156/+84 |
* | 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 |