summaryrefslogtreecommitdiffstats
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* Specify the minor number correctly when creating devfs entries.msmith1998-01-021-1/+3
* - Remove the code that cleared out the registers (previously enabled by thenate1997-12-021-7/+0
* - Add necessary include files and fix bugs in last.nate1997-12-021-3/+6
* - Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, andnate1997-12-022-95/+107
* - Remove PCI code from here, now that the PCI framework lives in /sys/pci.nate1997-12-021-86/+5
* - Framework for PCI/CardBus controllers running in PCMCIA emulationnate1997-12-022-0/+216
* - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions withnate1997-11-185-146/+6
* MF22:nate1997-11-152-6/+7
* - Reset the pcic controller interrupt 'poll' timeout *after* we call thenate1997-11-041-6/+6
* - More style nits (sorry, I should have done this last time).nate1997-10-281-10/+10
* - Style nit.nate1997-10-281-20/+20
* - Disable cards when doing a suspend by emulating that they have beennate1997-10-283-10/+13
* - Instead of relying on a functional call to register PCARD-capable drivers,nate1997-10-263-2/+13
* - Patch the 'skeleton' example driver to be more consistant with the newnate1997-10-261-40/+28
* - 'Beep' support now happens in it's own separate file, so you can messnate1997-10-265-42/+83
* - Functional changes to PCCARD support.nate1997-10-262-41/+13
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-267-403/+408
* - Call 'callout_handle_init' on the two timeout channels after they arenate1997-10-261-0/+2
* - KNF the PCI stuff, no functional changes.nate1997-10-251-20/+24
* - Recognize the Cirrus Logic PD6729/6730 PC-Card Controller behind thenate1997-10-241-2/+13
* - Use the definitions found in <i386/isa/isa.h> instead of rolling ournate1997-10-241-6/+7
* - defined constant ISA_HOLE_START (would be nice to include machine/pmap.h,nate1997-10-231-57/+66
* - Move the untimeout code call out of the check for pwr_off_pending. Itnate1997-10-231-3/+2
* - Fix braino in last commit. (Slow networks should be outlawed!)nate1997-10-231-2/+2
* - When doing suspend/resume, only try to suspend those drivers on activenate1997-10-231-4/+8
* Back our V1.36, due to reports of badness. (IRQ's are again allocatednate1997-10-231-1/+1
* - Simplify code by removing a variable which was initialized once, nevernate1997-10-232-8/+2
* LEarn about the TI 1131.wollman1997-10-171-0/+2
* - Bring in APM_PCCARD_RESUME support from PAO, FreeBSD style. This newnate1997-10-061-8/+33
* - Include <sys/interrupt.h> to avoid compiler errors.nate1997-10-061-0/+1
* - Fix braino in last commit.nate1997-10-061-11/+3
* Modem cards send the speaker audio (dialing noises) to the host'snate1997-10-062-18/+49
* - Allocate the 'PCIC' interrupt from the last available (higher #) IRQnate1997-10-061-1/+1
* - Don't start at IRQ 0 in build-freelist, but instead start at IRQ 1.nate1997-10-061-1/+1
* - Style policenate1997-10-062-30/+30
* Update for new callout interface.gibbs1997-09-213-9/+14
* Update select -> poll in drivers.peter1997-09-141-18/+21
* Oops, unremoved used #include.bde1997-07-211-0/+3
* Use soft_imask instead of SWI_MASK in the LKM version. SWI_MASK shouldn'tbde1997-07-211-6/+1
* Make this puppy compile again - add two includes.jkh1997-06-011-0/+2
* Don't apply 5V when we want 3.3V.phk1997-05-221-1/+9
* Recognize, but don't actually do much with a TI PCI1130 PcCard/CardBus bridge.phk1997-05-031-0/+65
* 1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifierphk1997-04-203-45/+76
* Make MOD_* macros almost consistent:dufault1997-04-061-1/+2
* Argh, this time get the parentheses right. This hasn't been a good day for me.nate1997-02-211-3/+3
* Whoops, make sure we have enough parenthesis.nate1997-02-211-1/+1
* Try to make the BROKEN_VLSI chipset detection better, and not breaknate1997-02-181-2/+8
* In the disable_slot() routine, the variable "i" wasnate1997-02-111-1/+1
* Deleted obsolete structure, pc98_device.kato1997-02-041-4/+0
* One other minor include file change.nate1997-01-141-2/+3
OpenPOWER on IntegriCloud