aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* $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
* o Add additional printfs for error cases when we can't attach the device.Warner Losh1999-08-013-9/+29
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-5/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-16/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-5/+22
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Unbreak slot_irq_handler(). The problem here is that slot_irq_handler()Bill Paul1999-05-041-2/+2
* Operator precedence (nit: in #if 0 code) bug.Peter Wemm1999-05-021-1/+1
* - Added PCI identification support for the TI1251 PCI/CardBus bridge.Nate Williams1999-05-022-2/+5
* - When the card is inserted, call pccard_insert_beep instead ofNate Williams1999-05-021-2/+2
* Eliminate compiler warning about missing type in declaration.John Polstra1999-04-271-3/+2
* Fix the code that prints the "Initializing PC-card drivers" messageJohn Polstra1999-04-271-4/+3
* Suser() simplification:Poul-Henning Kamp1999-04-271-5/+5
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-172-2/+1
* Import PCI pccard bridge chip probing from PAO. Hopeful prelude forNick Sayer1999-04-012-13/+44
* - Made the setting of the machdep.pccard.pcic_irq from the boot config fileNate Williams1999-03-261-5/+6
* Remove static delcarations from {,un}register_pcic_intr declarationsWarner Losh1999-03-121-2/+2
* Updated to use new APIC (SMP) safe interrupt register/unregisterRoger Hardiman1999-03-102-7/+48
* Header file for pcic interrupt register/unregister functions.Roger Hardiman1999-03-101-0/+36
* On second thought: do previous fux in pcic.c better.Guido van Rooij1999-02-142-9/+3
* Somehow, it is possible to get a pcicintr() when in the resume process.Guido van Rooij1999-02-141-1/+8
* Add "beep" ioctl. (#10 is reserved for PIOCSVIR)Jun Kuriyama1999-02-134-4/+14
* Allow the interrupt allocated to the PCIC to be tuned from the kernelMike Smith1999-01-291-1/+13
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-4/+4
* Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.Bruce Evans1999-01-271-1/+2
* Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatibleTorsten Blum1999-01-252-2/+5
* Initial update pccard code for KLD module support. Module supportPeter Wemm1999-01-195-156/+84
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-1/+1
* Add #include to get a prototype for update_intr_masks().Peter Wemm1998-11-091-1/+2
* - Fix a bug where a "power_off_slot' timeout was not cancelled when theNate Williams1998-09-241-1/+6
* Make PCIC_RESUME_RESET an proper option.Brian Somers1998-09-081-3/+4
* o renable pccard_remove_driver (it was used in the skel.c driver)Warner Losh1998-08-262-22/+22
* Add probing support for the vadem VG365 and the Vadem VG465 pcic chips.Warner Losh1998-08-252-12/+38
* Fixed printf format errors.Bruce Evans1998-08-181-4/+4
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-162-7/+9
* Changed the type of an isa/general interrupt handler to take aBruce Evans1998-06-182-7/+7
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Include pc98.h instead of isa.h when PC98 is defined.KATO Takenori1998-05-051-1/+5
* - Give up trying for a simple solution for correctly recognizing if a cardNate Williams1998-04-202-1/+5
* - Only poll the PCIC controller for insertion/removal events if theNate Williams1998-04-201-3/+4
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-7/+7
* - Whoops, better have the structure created before trying to use it inNate Williams1998-04-091-2/+2
* - Fix bug I introduced a few months ago. If a driver fails the probe,Nate Williams1998-04-081-4/+4
* Uninitialized pointer reference may happen on particular environment.Tatsumi Hosokawa1998-03-191-1/+6