summaryrefslogtreecommitdiffstats
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kludge together support for the old pccard system with newbus. Thisimp1999-09-065-19/+388
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-232-13/+2
* (1) Fix a spelling mistake in a comment.billf1999-08-171-2/+3
* o Add additional printfs for error cases when we can't attach the device.imp1999-08-013-9/+29
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-5/+1
* Simplify cdevsw registration.phk1999-05-311-16/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Unbreak slot_irq_handler(). The problem here is that slot_irq_handler()wpaul1999-05-041-2/+2
* Operator precedence (nit: in #if 0 code) bug.peter1999-05-021-1/+1
* - Added PCI identification support for the TI1251 PCI/CardBus bridge.nate1999-05-022-2/+5
* - 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
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-172-2/+1
* Import PCI pccard bridge chip probing from PAO. Hopeful prelude fornsayer1999-04-012-13/+44
* - Made the setting of the machdep.pccard.pcic_irq from the boot config filenate1999-03-261-5/+6
* Remove static delcarations from {,un}register_pcic_intr declarationsimp1999-03-121-2/+2
* Updated to use new APIC (SMP) safe interrupt register/unregisterroger1999-03-102-7/+48
* Header file for pcic interrupt register/unregister functions.roger1999-03-101-0/+36
* On second thought: do previous fux in pcic.c better.guido1999-02-142-9/+3
* Somehow, it is possible to get a pcicintr() when in the resume process.guido1999-02-141-1/+8
* Add "beep" ioctl. (#10 is reserved for PIOCSVIR)kuriyama1999-02-134-4/+14
* Allow the interrupt allocated to the PCIC to be tuned from the kernelmsmith1999-01-291-1/+13
* 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
* Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatibletorstenb1999-01-252-2/+5
* Initial update pccard code for KLD module support. Module supportpeter1999-01-195-156/+84
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-1/+1
* 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
OpenPOWER on IntegriCloud