summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to using suspend/resume methods rather than the APM hooks.imp1999-12-081-101/+53
* Fix alloc_driver() so that calls devclass_get_device() with slt->slotnumwpaul1999-12-081-1/+1
* Remove unused junk: next fields and list head. Likely not completelyimp1999-12-061-6/+0
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+2
* Print device names for children that fail to detach.imp1999-12-021-1/+3
* Make pccardc beep actually work. The kernel was doing the wrong thingimp1999-12-021-3/+0
* /tmp/msgimp1999-12-021-1/+16
* Fix the hang on card eject problem and maybe the hang on suspendimp1999-12-011-21/+38
* Kill unneeded includesimp1999-11-201-3/+0
* Remove debug printfs and Debugger() calls.imp1999-10-251-65/+18
* Massive rewrite of pccard to convert it to newbus.imp1999-10-251-391/+52
* Remove name field from controller information. Fix name setting inimp1999-10-161-2/+2
* Reorganize the attachement point for pcic (it was unattached andimp1999-10-151-3/+1
* Make it easier to have completely new bus attachment points for pccardimp1999-10-151-28/+7
* *** empty log message ***imp1999-09-261-3/+3
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Kludge together support for the old pccard system with newbus. Thisimp1999-09-061-15/+57
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-9/+2
* o Add additional printfs for error cases when we can't attach the device.imp1999-08-011-8/+26
* Simplify cdevsw registration.phk1999-05-311-16/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Unbreak slot_irq_handler(). The problem here is that slot_irq_handler()wpaul1999-05-041-2/+2
* - When the card is inserted, call pccard_insert_beep instead ofnate1999-05-021-2/+2
* Eliminate compiler warning about missing type in declaration.jdp1999-04-271-3/+2
* Fix the code that prints the "Initializing PC-card drivers" messagejdp1999-04-271-4/+3
* Suser() simplification:phk1999-04-271-5/+5
* Updated to use new APIC (SMP) safe interrupt register/unregisterroger1999-03-101-3/+4
* On second thought: do previous fux in pcic.c better.guido1999-02-141-1/+2
* Add "beep" ioctl. (#10 is reserved for PIOCSVIR)kuriyama1999-02-131-1/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-4/+4
* Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.bde1999-01-271-1/+2
* Initial update pccard code for KLD module support. Module supportpeter1999-01-191-12/+32
* 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-261-3/+1
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-6/+8
* Changed the type of an isa/general interrupt handler to take abde1998-06-181-3/+3
* 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-201-1/+4
* - 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
* Removed unused #includes.bde1998-02-251-2/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Specify the minor number correctly when creating devfs entries.msmith1998-01-021-1/+3
* - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions withnate1997-11-181-1/+1
* MF22:nate1997-11-151-5/+6
* - Disable cards when doing a suspend by emulating that they have beennate1997-10-281-8/+11
OpenPOWER on IntegriCloud