summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+6
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-6/+6
* Add comment point o2micro people to NEWCARDimp2003-08-011-0/+2
* OLDCARD is OBSOLETE_IN_6. Tag it as such.imp2003-06-121-0/+2
* Add SMC 34C90. Not tested, but should be a no-op except for the id string.imp2003-02-261-1/+4
* Merge from P4:imp2003-01-041-27/+42
* MFp4: Comment about not assuming INTA# for 6729imp2002-10-071-0/+3
* SMIENB not needed, but maybe PCI_CLOCK is, so put it in #if 0'd outimp2002-09-291-6/+8
* MFp4:imp2002-07-261-122/+131
* 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
OpenPOWER on IntegriCloud