summaryrefslogtreecommitdiffstats
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug so that we have correct number of pccard instances in pcic_attach().iwasaki2000-07-241-1/+1
* There is no atdevbase on the alpha. Hide this case statement on alpha untilmjacob2000-06-231-0/+3
* o Implement some compatibility functions for NEWCARD compat. This isimp2000-06-181-2/+24
* Add ACTIONTECH #define for plug and play. Also add PnP support to NEWCARDimp2000-05-291-1/+1
* Make this compile without depending on the FreeBSD 2.2 compatabilitypeter2000-05-282-12/+13
* Add PnP ID for vadem based plug and play card.imp2000-05-021-0/+1
* Add $FreeBSD$peter2000-05-011-0/+1
* MFPAO3. Improvement of of pccard cis tuple parsing capability.iwasaki2000-04-261-0/+29
* Checkin my first batch of New Mexico changes:imp2000-04-254-43/+48
* o Preliminary support for mapping the CIS by the driver.imp2000-04-202-9/+77
* Add TI-1211 chipset from datasheet infoimp2000-04-202-2/+7
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-192-2/+0
* Fix typo in description of Cirrus Logic PD6832 PCI-CardBus Bridge.iwasaki2000-03-301-1/+1
* More fully initialize cardbus bridges. We now call the new genericimp2000-03-252-28/+241
* Add support for PnP ISA cards, and some laptop PnP support:imp2000-03-103-83/+125
* /tmp/msgimp2000-02-214-33/+35
* Update the pci->pcic compatability module to newbus. This is a simplepeter2000-02-021-108/+151
* Propagate MAC address in CIS tupple to dev/ed/ driver.hosokawa2000-01-211-0/+17
* This fixes a bug that /etc/pccard_ether did not work without DHCP.hosokawa2000-01-162-1/+3
* Fixed a bug in PCIC polling mode.hosokawa2000-01-151-6/+17
* Stop the recurring feeling of deja vuimp2000-01-131-1/+2
* Fill in the blanks for some of the Texas Instruments cardbus controllers.billf1999-12-312-0/+6
* Copy Texas Instruments cardbus controllers from pcisupport.c, the pcisupport.cbillf1999-12-292-0/+9
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Move the turning on of the interrupts for the card at the bridge fromimp1999-12-101-15/+14
* Switch to using suspend/resume methods rather than the APM hooks.imp1999-12-083-112/+65
* 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-062-20/+1
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-032-2/+3
* 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-023-9/+11
* /tmp/msgimp1999-12-022-1/+19
* Forgot to commit this in last commit.imp1999-12-011-0/+1
* Fix the hang on card eject problem and maybe the hang on suspendimp1999-12-011-21/+38
* Add the PCI id for the TI PCI-1251B PCI-CardBus bridge.eivind1999-11-282-0/+3
* s/Brige/Bridge/.kuriyama1999-11-211-4/+4
* Allow NULL for startp and/or countp in bus_get_resource() so that you canpeter1999-11-201-2/+4
* Kill unneeded includesimp1999-11-203-8/+0
* I'm told this makes more laptops work with the new attachment code.imp1999-10-291-1/+1
* Do not add children for new bus kludge version of pccard.imp1999-10-282-10/+2
* Remove debug printfs and Debugger() calls.imp1999-10-252-85/+49
* Massive rewrite of pccard to convert it to newbus.imp1999-10-259-1122/+322
* Remove name field from controller information. Fix name setting inimp1999-10-163-38/+44
* Add new file for pccard compatibilty code. Add it to files so it getsimp1999-10-151-0/+218
* Reorganize the attachement point for pcic (it was unattached andimp1999-10-154-296/+50
* Make it easier to have completely new bus attachment points for pccardimp1999-10-153-32/+70
* *** empty log message ***imp1999-09-265-18/+31
* Kill printf warnings.imp1999-09-261-1/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-09-062-2/+2
OpenPOWER on IntegriCloud