| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -6/+6 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -6/+6 |
* | Add comment point o2micro people to NEWCARD | imp | 2003-08-01 | 1 | -0/+2 |
* | OLDCARD is OBSOLETE_IN_6. Tag it as such. | imp | 2003-06-12 | 1 | -0/+2 |
* | Add SMC 34C90. Not tested, but should be a no-op except for the id string. | imp | 2003-02-26 | 1 | -1/+4 |
* | Merge from P4: | imp | 2003-01-04 | 1 | -27/+42 |
* | MFp4: Comment about not assuming INTA# for 6729 | imp | 2002-10-07 | 1 | -0/+3 |
* | SMIENB not needed, but maybe PCI_CLOCK is, so put it in #if 0'd out | imp | 2002-09-29 | 1 | -6/+8 |
* | MFp4: | imp | 2002-07-26 | 1 | -122/+131 |
* | Add support for writing to mapping high memory for pccard memory | imp | 2002-07-20 | 1 | -0/+2 |
* | Some strange hacks for the clpd6729: | imp | 2002-07-18 | 1 | -13/+44 |
* | Better verbage on hw.pcic sysctls, delete now obsolete comment | imp | 2002-07-17 | 1 | -10/+8 |
* | o Remove workaround that I put in to mask the BadVcc problem. | imp | 2002-07-17 | 1 | -33/+70 |
* | Lots of people have had to hack around the fixed address for cardbus | imp | 2002-06-27 | 1 | -1/+1 |
* | Leave it to a non-native speaker of English to catch another typo: "do do" -> | imp | 2002-06-27 | 1 | -1/+1 |
* | Spell less like a 'merkin and more like a speaker of English | imp | 2002-06-27 | 1 | -1/+1 |
* | What: | imp | 2002-06-23 | 1 | -49/+51 |
* | hw.pcic.ignore_pci | imp | 2002-06-13 | 1 | -1/+9 |
* | Get the generic name right | imp | 2002-03-03 | 1 | -1/+1 |
* | Add recognition of the Omega 83C094 PCI <-> PCMCIA bridge chip set. | imp | 2002-01-14 | 1 | -1/+5 |
* | Better error message when cardtype is not recognized | imp | 2001-11-13 | 1 | -1/+1 |
* | Do not assume that a I/O based bridge is a 6729. Intel made a funky chip | imp | 2001-11-11 | 1 | -1/+1 |
* | o Try to do 3.3V support better for the 6722 and 6729/30. | imp | 2001-11-09 | 1 | -5/+5 |
* | Restore the main BAR for the bridge on resume. Some machines don't save | imp | 2001-10-30 | 1 | -1/+21 |
* | Print 4 per line. To do this, we test against i % 16 == 0 rather than i % 4 | imp | 2001-10-17 | 1 | -1/+1 |
* | ToPIC fixes. scale back what we do for functional interrupts because | imp | 2001-10-17 | 1 | -1/+2 |
* | takashi shibagaki-san posted a similar patch to nomads. It seems that | imp | 2001-10-11 | 1 | -1/+6 |
* | Use the NetBSD init code for the TOPIC parts as a more complete basis | imp | 2001-10-11 | 1 | -8/+33 |
* | Fix, I think, The second slot problem with Cirrus Logic PD6729/30 parts: | imp | 2001-09-21 | 1 | -6/+5 |
* | Ian Dowse had closed the race a little more in card ejection events. | imp | 2001-09-16 | 1 | -16/+18 |
* | <jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What, | imp | 2001-09-13 | 1 | -15/+78 |
* | Call pcic_teardown_intr to make sure that we disestablish the | imp | 2001-09-12 | 1 | -1/+1 |
* | When booting verbose, print the config space for this device. This | imp | 2001-09-09 | 1 | -0/+19 |
* | Don't panic when we don't know the exact chip that is being used. | imp | 2001-09-06 | 1 | -4/+44 |
* | Patric Gualat tells me that I can't do basic bit math. He's right. | imp | 2001-09-05 | 1 | -4/+4 |
* | Don't report power interrupts. | imp | 2001-09-04 | 1 | -2/+0 |
* | Make the csc and function interrupts ISA on shutdown. This should | imp | 2001-09-04 | 1 | -1/+13 |
* | Kill init_t type, and minor white space changes to match original -stable ver... | imp | 2001-09-04 | 1 | -4/+1 |
* | Add support for changing the way that ToPIC csc interrupts are routed. | imp | 2001-09-04 | 1 | -4/+36 |
* | Move to using a chip function + function pointers to deal with the | imp | 2001-09-04 | 1 | -128/+460 |
* | Add recognition for ToPIC95B | imp | 2001-09-03 | 1 | -0/+3 |
* | Add names for the TI PCI-1210, TI PCI-4410 and TI PCI-4450 parts. I had | imp | 2001-08-30 | 1 | -0/+9 |
* | Note the status of the card, so we don't print inserted lines twice on | imp | 2001-08-29 | 1 | -0/+3 |
* | Fix typo in my last commit | imp | 2001-08-27 | 1 | -1/+1 |
* | CL-PD6729 and CLPD-6730 chips (the only ones with I/O bars in the pci | imp | 2001-08-27 | 1 | -5/+4 |
* | A number of fixes for the TI-1130 and ISA interrupt routing cases: | imp | 2001-08-27 | 1 | -13/+23 |
* | Stop dereferencing 'r' unconditionally. Maybe it is NULL when ISA | imp | 2001-08-26 | 1 | -6/+5 |
* | Fix last second typo | imp | 2001-08-25 | 1 | -1/+1 |
* | Back out the isa/pci string reporting. It may cause panics. | imp | 2001-08-25 | 1 | -17/+2 |
* | Fix cut-and-paste-o that Nate found. We were setting csc_route twice, | imp | 2001-08-25 | 1 | -1/+1 |