summaryrefslogtreecommitdiff
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* MFC: pccard.c r1.117, pccard_beep.c r1.7Ian Dowse2001-03-252-13/+13
* MFC of support for attribute and common memory manipulations requiredDuncan Barclay2001-01-022-5/+61
* [MFC]: add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.MIHIRA Sanpei Yoshiro2000-12-231-0/+1
* [MFC] Add PC-Card melody beep(PC Card bus, kludge version)MIHIRA Sanpei Yoshiro2000-12-022-41/+92
* MFC: recent pccard changes(PC Card bus, kludge version)MIHIRA Sanpei Yoshiro2000-10-155-15/+63
* MFC: Add UNIX domain socket feature to pccardd. This makes pccardHajimu UMEMOTO2000-08-262-4/+6
* MFC: $FreeBSD$Peter Wemm2000-08-031-1/+1
* MFC: pcic.c 1.93 -> 1.94Mitsuru IWASAKI2000-07-251-1/+1
* MFC: Latest pccard kernel bitsWarner Losh2000-05-236-37/+140
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-132-344/+0
* Add support for PnP ISA cards, and some laptop PnP support:Warner Losh2000-03-103-83/+125
* /tmp/msgWarner Losh2000-02-214-33/+35
* Update the pci->pcic compatability module to newbus. This is a simplePeter Wemm2000-02-021-108/+151
* Propagate MAC address in CIS tupple to dev/ed/ driver.Tatsumi Hosokawa2000-01-211-0/+17
* This fixes a bug that /etc/pccard_ether did not work without DHCP.Tatsumi Hosokawa2000-01-162-1/+3
* Fixed a bug in PCIC polling mode.Tatsumi Hosokawa2000-01-151-6/+17
* Stop the recurring feeling of deja vuWarner Losh2000-01-131-1/+2
* Fill in the blanks for some of the Texas Instruments cardbus controllers.Bill Fumerola1999-12-312-0/+6
* Copy Texas Instruments cardbus controllers from pcisupport.c, the pcisupport.cBill Fumerola1999-12-292-0/+9
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Move the turning on of the interrupts for the card at the bridge fromWarner Losh1999-12-101-15/+14
* Switch to using suspend/resume methods rather than the APM hooks.Warner Losh1999-12-083-112/+65
* Fix alloc_driver() so that calls devclass_get_device() with slt->slotnumBill Paul1999-12-081-1/+1
* Remove unused junk: next fields and list head. Likely not completelyWarner Losh1999-12-062-20/+1
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-032-2/+3
* Print device names for children that fail to detach.Warner Losh1999-12-021-1/+3
* Make pccardc beep actually work. The kernel was doing the wrong thingWarner Losh1999-12-023-9/+11
* /tmp/msgWarner Losh1999-12-022-1/+19
* Forgot to commit this in last commit.Warner Losh1999-12-011-0/+1
* Fix the hang on card eject problem and maybe the hang on suspendWarner Losh1999-12-011-21/+38
* Add the PCI id for the TI PCI-1251B PCI-CardBus bridge.Eivind Eklund1999-11-282-0/+3
* s/Brige/Bridge/.Jun Kuriyama1999-11-211-4/+4
* Allow NULL for startp and/or countp in bus_get_resource() so that you canPeter Wemm1999-11-201-2/+4
* Kill unneeded includesWarner Losh1999-11-203-8/+0
* I'm told this makes more laptops work with the new attachment code.Warner Losh1999-10-291-1/+1
* Do not add children for new bus kludge version of pccard.Warner Losh1999-10-282-10/+2
* Remove debug printfs and Debugger() calls.Warner Losh1999-10-252-85/+49
* Massive rewrite of pccard to convert it to newbus.Warner Losh1999-10-259-1122/+322
* Remove name field from controller information. Fix name setting inWarner Losh1999-10-163-38/+44
* Add new file for pccard compatibilty code. Add it to files so it getsWarner Losh1999-10-151-0/+218
* Reorganize the attachement point for pcic (it was unattached andWarner Losh1999-10-154-296/+50
* Make it easier to have completely new bus attachment points for pccardWarner Losh1999-10-153-32/+70
* *** empty log message ***Warner Losh1999-09-265-18/+31
* Kill printf warnings.Warner Losh1999-09-261-1/+1
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-09-062-2/+2
* Kludge together support for the old pccard system with newbus. ThisWarner Losh1999-09-065-19/+388
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-232-13/+2
* (1) Fix a spelling mistake in a comment.Bill Fumerola1999-08-171-2/+3