summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for writing to mapping high memory for pccard memoryimp2002-07-201-0/+2
* Some strange hacks for the clpd6729:imp2002-07-181-13/+44
* Better verbage on hw.pcic sysctls, delete now obsolete commentimp2002-07-171-10/+8
* o Remove workaround that I put in to mask the BadVcc problem.imp2002-07-171-33/+70
* Lots of people have had to hack around the fixed address for cardbusimp2002-06-271-1/+1
* Leave it to a non-native speaker of English to catch another typo: "do do" ->imp2002-06-271-1/+1
* Spell less like a 'merkin and more like a speaker of Englishimp2002-06-271-1/+1
* What:imp2002-06-231-49/+51
* hw.pcic.ignore_pciimp2002-06-131-1/+9
* Get the generic name rightimp2002-03-031-1/+1
* Add recognition of the Omega 83C094 PCI <-> PCMCIA bridge chip set.imp2002-01-141-1/+5
* Better error message when cardtype is not recognizedimp2001-11-131-1/+1
* Do not assume that a I/O based bridge is a 6729. Intel made a funky chipimp2001-11-111-1/+1
* o Try to do 3.3V support better for the 6722 and 6729/30.imp2001-11-091-5/+5
* Restore the main BAR for the bridge on resume. Some machines don't saveimp2001-10-301-1/+21
* Print 4 per line. To do this, we test against i % 16 == 0 rather than i % 4imp2001-10-171-1/+1
* ToPIC fixes. scale back what we do for functional interrupts becauseimp2001-10-171-1/+2
* takashi shibagaki-san posted a similar patch to nomads. It seems thatimp2001-10-111-1/+6
* Use the NetBSD init code for the TOPIC parts as a more complete basisimp2001-10-111-8/+33
* Fix, I think, The second slot problem with Cirrus Logic PD6729/30 parts:imp2001-09-211-6/+5
* Ian Dowse had closed the race a little more in card ejection events.imp2001-09-161-16/+18
* <jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What,imp2001-09-131-15/+78
* Call pcic_teardown_intr to make sure that we disestablish theimp2001-09-121-1/+1
* When booting verbose, print the config space for this device. Thisimp2001-09-091-0/+19
* Don't panic when we don't know the exact chip that is being used.imp2001-09-061-4/+44
* Patric Gualat tells me that I can't do basic bit math. He's right.imp2001-09-051-4/+4
* Don't report power interrupts.imp2001-09-041-2/+0
* Make the csc and function interrupts ISA on shutdown. This shouldimp2001-09-041-1/+13
* Kill init_t type, and minor white space changes to match original -stable ver...imp2001-09-041-4/+1
* Add support for changing the way that ToPIC csc interrupts are routed.imp2001-09-041-4/+36
* Move to using a chip function + function pointers to deal with theimp2001-09-041-128/+460
* Add recognition for ToPIC95Bimp2001-09-031-0/+3
* Add names for the TI PCI-1210, TI PCI-4410 and TI PCI-4450 parts. I hadimp2001-08-301-0/+9
* Note the status of the card, so we don't print inserted lines twice onimp2001-08-291-0/+3
* Fix typo in my last commitimp2001-08-271-1/+1
* CL-PD6729 and CLPD-6730 chips (the only ones with I/O bars in the pciimp2001-08-271-5/+4
* A number of fixes for the TI-1130 and ISA interrupt routing cases:imp2001-08-271-13/+23
* Stop dereferencing 'r' unconditionally. Maybe it is NULL when ISAimp2001-08-261-6/+5
* Fix last second typoimp2001-08-251-1/+1
* Back out the isa/pci string reporting. It may cause panics.imp2001-08-251-17/+2
* Fix cut-and-paste-o that Nate found. We were setting csc_route twice,imp2001-08-251-1/+1
* First cut at getting the ISA routing working. If we can't route a PCIimp2001-08-251-31/+57
* Explain what we're doing in pcic_pci_shutdown a little better. Try toimp2001-08-241-5/+16
* Move code to shutdown the pcic_pci_shutdown. Call it on systemimp2001-08-241-13/+25
* Two fixes. First, put into place a more generic chipset specificimp2001-08-241-94/+123
* Report the interrupt path via the sysctl to userland as a string.imp2001-08-211-4/+18
* Rearrange how we do interrupt routing tweaking. We now haveimp2001-08-211-23/+34
* It looks like we're doing the wrong thing by catching the setup_intrimp2001-08-211-41/+2
* These appear to be necessary for a pci cardbus card, but not for laptops.imp2001-08-211-0/+2
* Improve interlocking for card removal. We now can remove the card inimp2001-08-191-26/+56
OpenPOWER on IntegriCloud