summaryrefslogtreecommitdiffstats
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* Initial update pccard code for KLD module support. Module supportpeter1999-01-195-156/+84
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-1/+1
* Add #include to get a prototype for update_intr_masks().peter1998-11-091-1/+2
* - Fix a bug where a "power_off_slot' timeout was not cancelled when thenate1998-09-241-1/+6
* Make PCIC_RESUME_RESET an proper option.brian1998-09-081-3/+4
* o renable pccard_remove_driver (it was used in the skel.c driver)imp1998-08-262-22/+22
* Add probing support for the vadem VG365 and the Vadem VG465 pcic chips.imp1998-08-252-12/+38
* Fixed printf format errors.bde1998-08-181-4/+4
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-162-7/+9
* Changed the type of an isa/general interrupt handler to take abde1998-06-182-7/+7
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Include pc98.h instead of isa.h when PC98 is defined.kato1998-05-051-1/+5
* - Give up trying for a simple solution for correctly recognizing if a cardnate1998-04-202-1/+5
* - Only poll the PCIC controller for insertion/removal events if thenate1998-04-201-3/+4
* Support compiling with `gcc -ansi'.bde1998-04-151-7/+7
* - Whoops, better have the structure created before trying to use it innate1998-04-091-2/+2
* - Fix bug I introduced a few months ago. If a driver fails the probe,nate1998-04-081-4/+4
* Uninitialized pointer reference may happen on particular environment.hosokawa1998-03-191-1/+6
* Removed unused #includes.bde1998-02-251-2/+1
* - Removed typo in Copyright and added Id.nate1998-02-071-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* - Support for multiple PD6832 controllers. Each found 6832 is assignednate1998-01-202-4/+22
* 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
OpenPOWER on IntegriCloud