summaryrefslogtreecommitdiff
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* Changed the type of an isa/general interrupt handler to take aBruce Evans1998-06-182-7/+7
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Include pc98.h instead of isa.h when PC98 is defined.KATO Takenori1998-05-051-1/+5
* - Give up trying for a simple solution for correctly recognizing if a cardNate Williams1998-04-202-1/+5
* - Only poll the PCIC controller for insertion/removal events if theNate Williams1998-04-201-3/+4
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-7/+7
* - Whoops, better have the structure created before trying to use it inNate Williams1998-04-091-2/+2
* - Fix bug I introduced a few months ago. If a driver fails the probe,Nate Williams1998-04-081-4/+4
* Uninitialized pointer reference may happen on particular environment.Tatsumi Hosokawa1998-03-191-1/+6
* Removed unused #includes.Bruce Evans1998-02-251-2/+1
* - Removed typo in Copyright and added Id.Nate Williams1998-02-071-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* - Support for multiple PD6832 controllers. Each found 6832 is assignedNate Williams1998-01-202-4/+22
* Specify the minor number correctly when creating devfs entries.Mike Smith1998-01-021-1/+3
* - Remove the code that cleared out the registers (previously enabled by theNate Williams1997-12-021-7/+0
* - Add necessary include files and fix bugs in last.Nate Williams1997-12-021-3/+6
* - Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, andNate Williams1997-12-022-95/+107
* - Remove PCI code from here, now that the PCI framework lives in /sys/pci.Nate Williams1997-12-021-86/+5
* - Framework for PCI/CardBus controllers running in PCMCIA emulationNate Williams1997-12-022-0/+216
* - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions withNate Williams1997-11-185-146/+6
* MF22:Nate Williams1997-11-152-6/+7
* - Reset the pcic controller interrupt 'poll' timeout *after* we call theNate Williams1997-11-041-6/+6
* - More style nits (sorry, I should have done this last time).Nate Williams1997-10-281-10/+10
* - Style nit.Nate Williams1997-10-281-20/+20
* - Disable cards when doing a suspend by emulating that they have beenNate Williams1997-10-283-10/+13
* - Instead of relying on a functional call to register PCARD-capable drivers,Nate Williams1997-10-263-2/+13
* - Patch the 'skeleton' example driver to be more consistant with the newNate Williams1997-10-261-40/+28
* - 'Beep' support now happens in it's own separate file, so you can messNate Williams1997-10-265-42/+83
* - Functional changes to PCCARD support.Nate Williams1997-10-262-41/+13
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-267-401/+406
* - Call 'callout_handle_init' on the two timeout channels after they areNate Williams1997-10-261-0/+2
* - KNF the PCI stuff, no functional changes.Nate Williams1997-10-251-20/+24
* - Recognize the Cirrus Logic PD6729/6730 PC-Card Controller behind theNate Williams1997-10-241-2/+13
* - Use the definitions found in <i386/isa/isa.h> instead of rolling ourNate Williams1997-10-241-6/+7
* - defined constant ISA_HOLE_START (would be nice to include machine/pmap.h,Nate Williams1997-10-231-57/+66
* - Move the untimeout code call out of the check for pwr_off_pending. ItNate Williams1997-10-231-3/+2
* - Fix braino in last commit. (Slow networks should be outlawed!)Nate Williams1997-10-231-2/+2
* - When doing suspend/resume, only try to suspend those drivers on activeNate Williams1997-10-231-4/+8
* Back our V1.36, due to reports of badness. (IRQ's are again allocatedNate Williams1997-10-231-1/+1
* - Simplify code by removing a variable which was initialized once, neverNate Williams1997-10-232-8/+2
* LEarn about the TI 1131.Garrett Wollman1997-10-171-0/+2
* - Bring in APM_PCCARD_RESUME support from PAO, FreeBSD style. This newNate Williams1997-10-061-8/+33
* - Include <sys/interrupt.h> to avoid compiler errors.Nate Williams1997-10-061-0/+1
* - Fix braino in last commit.Nate Williams1997-10-061-11/+3
* Modem cards send the speaker audio (dialing noises) to the host'sNate Williams1997-10-062-18/+49
* - Allocate the 'PCIC' interrupt from the last available (higher #) IRQNate Williams1997-10-061-1/+1
* - Don't start at IRQ 0 in build-freelist, but instead start at IRQ 1.Nate Williams1997-10-061-1/+1
* - Style policeNate Williams1997-10-062-30/+30
* Update for new callout interface.Justin T. Gibbs1997-09-213-9/+14
* Update select -> poll in drivers.Peter Wemm1997-09-141-18/+21