| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - 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 |
* | - Bring in APM_PCCARD_RESUME support from PAO, FreeBSD style. This new | nate | 1997-10-06 | 1 | -8/+33 |
* | - Include <sys/interrupt.h> to avoid compiler errors. | nate | 1997-10-06 | 1 | -0/+1 |
* | - Fix braino in last commit. | nate | 1997-10-06 | 1 | -11/+3 |
* | Modem cards send the speaker audio (dialing noises) to the host's | nate | 1997-10-06 | 2 | -18/+49 |
* | - Allocate the 'PCIC' interrupt from the last available (higher #) IRQ | nate | 1997-10-06 | 1 | -1/+1 |
* | - Don't start at IRQ 0 in build-freelist, but instead start at IRQ 1. | nate | 1997-10-06 | 1 | -1/+1 |
* | - Style police | nate | 1997-10-06 | 2 | -30/+30 |
* | Update for new callout interface. | gibbs | 1997-09-21 | 3 | -9/+14 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -18/+21 |
* | Oops, unremoved used #include. | bde | 1997-07-21 | 1 | -0/+3 |
* | Use soft_imask instead of SWI_MASK in the LKM version. SWI_MASK shouldn't | bde | 1997-07-21 | 1 | -6/+1 |
* | Make this puppy compile again - add two includes. | jkh | 1997-06-01 | 1 | -0/+2 |
* | Don't apply 5V when we want 3.3V. | phk | 1997-05-22 | 1 | -1/+9 |
* | Recognize, but don't actually do much with a TI PCI1130 PcCard/CardBus bridge. | phk | 1997-05-03 | 1 | -0/+65 |
* | 1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifier | phk | 1997-04-20 | 3 | -45/+76 |
* | Make MOD_* macros almost consistent: | dufault | 1997-04-06 | 1 | -1/+2 |
* | Argh, this time get the parentheses right. This hasn't been a good day for me. | nate | 1997-02-21 | 1 | -3/+3 |
* | Whoops, make sure we have enough parenthesis. | nate | 1997-02-21 | 1 | -1/+1 |
* | Try to make the BROKEN_VLSI chipset detection better, and not break | nate | 1997-02-18 | 1 | -2/+8 |
* | In the disable_slot() routine, the variable "i" was | nate | 1997-02-11 | 1 | -1/+1 |
* | Deleted obsolete structure, pc98_device. | kato | 1997-02-04 | 1 | -4/+0 |
* | One other minor include file change. | nate | 1997-01-14 | 1 | -2/+3 |
* | Include file cleanups. | nate | 1997-01-13 | 3 | -36/+6 |
* | Initialize pcic_imask with SWI_MASK to interference from timeout routines. | nate | 1997-01-11 | 1 | -0/+1 |
* | Whoops, typo. | nate | 1997-01-11 | 1 | -1/+1 |