summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Better power code and better power diagnosticsimp2002-03-201-7/+1
* Add some code which is compatible for NEWCARD. It makes manufacturershiba2002-02-201-0/+3
* Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM,bde2002-02-151-2/+0
* Avoid doubly defining machdep.pccardmsmith2002-01-081-2/+0
* Use d_thread_t (the new ugly compatibility hack) rather than the oldimp2001-11-121-6/+4
* Introduce the concept of "default" voltage. Have pccard layer use thisimp2001-11-111-1/+1
* Better error messages for the cases where device_add_child fails. Weimp2001-11-021-2/+8
* Remove an extra " that crept into a string.silby2001-11-021-1/+1
* Print a warning when device_add_child returns NULL. This used to beimp2001-11-021-0/+5
* <jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What,imp2001-09-131-0/+12
* Even better compatibility with 4.x. #define thread proc, since forimp2001-09-131-16/+2
* Better way to do compatibility between the two versions.imp2001-09-131-20/+8
* Fix KSE breakage to this file:imp2001-09-131-0/+32
* KSE Milestone 2julian2001-09-121-9/+9
* A bunch of interrupt related cleanup.imp2001-07-311-33/+0
* When booted -v (eg bootverbose is non-zero), have pccard report whatimp2001-07-301-0/+7
* Minor nits merged from my stable tree:imp2001-07-271-2/+1
* Attempt to fix and document interactions between suspend/resume and pccardcimp2001-07-271-24/+17
* Note that spls are noopsimp2001-07-091-0/+2
* Cleanup some obsolete commentsimp2001-07-061-2/+3
* Minor whitespace nit.imp2001-07-011-1/+1
* Save the IRQ that we get in pci attachment.imp2001-06-161-13/+7
* Minor style(9) nit. a|b -> a | b.imp2001-06-041-1/+1
* Update copyright infoimp2001-05-251-0/+1
* Minor style(9) changes:imp2001-05-141-35/+35
* Take a stab at making this less dependent on having pcic as a parent.imp2001-05-141-24/+17
* o Get rid of static array of slots in pccard layer. Move this to theimp2001-05-131-39/+23
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* First step towards plugging the "pccard is trying to map into a BIOSimp2001-03-261-75/+63
* Place the call to pccard_insert_beep() in the inserted() timeoutiedowse2001-03-201-1/+1
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+0
* Make a few more mallocs use M_ZERO.dwmalone2000-10-291-4/+3
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Change snprintf to strncpy.imp2000-10-261-2/+9
* fix some minor problem in PIOCSRESOURCE ioctl.sanpei2000-10-011-14/+5
* o Remove 9 unnecessary includes.imp2000-09-201-6/+1
* add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE)sanpei2000-09-171-0/+45
* Add UNIX domain socket feature to pccardd. This makes pccardume2000-08-201-3/+5
* There is no atdevbase on the alpha. Hide this case statement on alpha untilmjacob2000-06-231-0/+3
* Checkin my first batch of New Mexico changes:imp2000-04-251-7/+7
* /tmp/msgimp2000-02-211-24/+5
* This fixes a bug that /etc/pccard_ether did not work without DHCP.hosokawa2000-01-161-0/+2
* Stop the recurring feeling of deja vuimp2000-01-131-1/+2
* 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
OpenPOWER on IntegriCloud