aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard/pcic_pci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: /*- and related license changesWarner Losh2005-01-311-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+6
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-6/+6
* Add comment point o2micro people to NEWCARDWarner Losh2003-08-011-0/+2
* OLDCARD is OBSOLETE_IN_6. Tag it as such.Warner Losh2003-06-121-0/+2
* Add SMC 34C90. Not tested, but should be a no-op except for the id string.Warner Losh2003-02-261-1/+4
* Merge from P4:Warner Losh2003-01-041-27/+42
* MFp4: Comment about not assuming INTA# for 6729Warner Losh2002-10-071-0/+3
* SMIENB not needed, but maybe PCI_CLOCK is, so put it in #if 0'd outWarner Losh2002-09-291-6/+8
* MFp4:Warner Losh2002-07-261-122/+131
* Add support for writing to mapping high memory for pccard memoryWarner Losh2002-07-201-0/+2
* Some strange hacks for the clpd6729:Warner Losh2002-07-181-13/+44
* Better verbage on hw.pcic sysctls, delete now obsolete commentWarner Losh2002-07-171-10/+8
* o Remove workaround that I put in to mask the BadVcc problem.Warner Losh2002-07-171-33/+70
* Lots of people have had to hack around the fixed address for cardbusWarner Losh2002-06-271-1/+1
* Leave it to a non-native speaker of English to catch another typo: "do do" ->Warner Losh2002-06-271-1/+1
* Spell less like a 'merkin and more like a speaker of EnglishWarner Losh2002-06-271-1/+1
* What:Warner Losh2002-06-231-49/+51
* hw.pcic.ignore_pciWarner Losh2002-06-131-1/+9
* Get the generic name rightWarner Losh2002-03-031-1/+1
* Add recognition of the Omega 83C094 PCI <-> PCMCIA bridge chip set.Warner Losh2002-01-141-1/+5
* Better error message when cardtype is not recognizedWarner Losh2001-11-131-1/+1
* Do not assume that a I/O based bridge is a 6729. Intel made a funky chipWarner Losh2001-11-111-1/+1
* o Try to do 3.3V support better for the 6722 and 6729/30.Warner Losh2001-11-091-5/+5
* Restore the main BAR for the bridge on resume. Some machines don't saveWarner Losh2001-10-301-1/+21
* Print 4 per line. To do this, we test against i % 16 == 0 rather than i % 4Warner Losh2001-10-171-1/+1
* ToPIC fixes. scale back what we do for functional interrupts becauseWarner Losh2001-10-171-1/+2
* takashi shibagaki-san posted a similar patch to nomads. It seems thatWarner Losh2001-10-111-1/+6
* Use the NetBSD init code for the TOPIC parts as a more complete basisWarner Losh2001-10-111-8/+33
* Fix, I think, The second slot problem with Cirrus Logic PD6729/30 parts:Warner Losh2001-09-211-6/+5
* Ian Dowse had closed the race a little more in card ejection events.Warner Losh2001-09-161-16/+18
* <jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What,Warner Losh2001-09-131-15/+78
* Call pcic_teardown_intr to make sure that we disestablish theWarner Losh2001-09-121-1/+1
* When booting verbose, print the config space for this device. ThisWarner Losh2001-09-091-0/+19
* Don't panic when we don't know the exact chip that is being used.Warner Losh2001-09-061-4/+44
* Patric Gualat tells me that I can't do basic bit math. He's right.Warner Losh2001-09-051-4/+4
* Don't report power interrupts.Warner Losh2001-09-041-2/+0
* Make the csc and function interrupts ISA on shutdown. This shouldWarner Losh2001-09-041-1/+13
* Kill init_t type, and minor white space changes to match original -stable ver...Warner Losh2001-09-041-4/+1
* Add support for changing the way that ToPIC csc interrupts are routed.Warner Losh2001-09-041-4/+36
* Move to using a chip function + function pointers to deal with theWarner Losh2001-09-041-128/+460
* Add recognition for ToPIC95BWarner Losh2001-09-031-0/+3
* Add names for the TI PCI-1210, TI PCI-4410 and TI PCI-4450 parts. I hadWarner Losh2001-08-301-0/+9
* Note the status of the card, so we don't print inserted lines twice onWarner Losh2001-08-291-0/+3
* Fix typo in my last commitWarner Losh2001-08-271-1/+1
* CL-PD6729 and CLPD-6730 chips (the only ones with I/O bars in the pciWarner Losh2001-08-271-5/+4
* A number of fixes for the TI-1130 and ISA interrupt routing cases:Warner Losh2001-08-271-13/+23
* Stop dereferencing 'r' unconditionally. Maybe it is NULL when ISAWarner Losh2001-08-261-6/+5
* Fix last second typoWarner Losh2001-08-251-1/+1
* Back out the isa/pci string reporting. It may cause panics.Warner Losh2001-08-251-17/+2