summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud