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