summaryrefslogtreecommitdiffstats
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* $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
* 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-262-22/+22
* Add probing support for the vadem VG365 and the Vadem VG465 pcic chips.imp1998-08-252-12/+38
* Fixed printf format errors.bde1998-08-181-4/+4
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-162-7/+9
* Changed the type of an isa/general interrupt handler to take abde1998-06-182-7/+7
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Include pc98.h instead of isa.h when PC98 is defined.kato1998-05-051-1/+5
* - Give up trying for a simple solution for correctly recognizing if a cardnate1998-04-202-1/+5
* - Only poll the PCIC controller for insertion/removal events if thenate1998-04-201-3/+4
* Support compiling with `gcc -ansi'.bde1998-04-151-7/+7
* - Whoops, better have the structure created before trying to use it innate1998-04-091-2/+2
* - Fix bug I introduced a few months ago. If a driver fails the probe,nate1998-04-081-4/+4
* Uninitialized pointer reference may happen on particular environment.hosokawa1998-03-191-1/+6
OpenPOWER on IntegriCloud