| Commit message (Expand) | Author | Age | Files | Lines |
* | When booting verbose, print the config space for this device. This | imp | 2001-09-09 | 1 | -0/+19 |
* | If flags were specified for the device, print them in the probe | imp | 2001-09-09 | 1 | -1/+4 |
* | 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 |
* | MFS: put debug writes behind boot verbose. | imp | 2001-09-04 | 1 | -7/+16 |
* | 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 | 2 | -4/+42 |
* | Move to using a chip function + function pointers to deal with the | imp | 2001-09-04 | 5 | -159/+634 |
* | Values for the Toshiba ToPIC's Function Control Register. | imp | 2001-09-04 | 1 | -0/+6 |
* | 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 |
* | The tunable is hw.pcic.irq, but the hw.pcic.override_irq was how it was | imp | 2001-08-25 | 1 | -2/+1 |
* | Fix cut-and-paste-o that Nate found. We were setting csc_route twice, | imp | 2001-08-25 | 1 | -1/+1 |
* | First cut at getting the ISA routing working. If we can't route a PCI | imp | 2001-08-25 | 1 | -31/+57 |
* | Explain what we're doing in pcic_pci_shutdown a little better. Try to | imp | 2001-08-24 | 1 | -5/+16 |
* | Move code to shutdown the pcic_pci_shutdown. Call it on system | imp | 2001-08-24 | 1 | -13/+25 |
* | Two fixes. First, put into place a more generic chipset specific | imp | 2001-08-24 | 1 | -94/+123 |
* | Report the interrupt path via the sysctl to userland as a string. | imp | 2001-08-21 | 1 | -4/+18 |
* | Rearrange how we do interrupt routing tweaking. We now have | imp | 2001-08-21 | 4 | -34/+45 |
* | It looks like we're doing the wrong thing by catching the setup_intr | imp | 2001-08-21 | 1 | -41/+2 |
* | These appear to be necessary for a pci cardbus card, but not for laptops. | imp | 2001-08-21 | 1 | -0/+2 |
* | Improve interlocking for card removal. We now can remove the card in | imp | 2001-08-19 | 3 | -28/+60 |
* | There is no tcic driver, so no need to list it here. | imp | 2001-08-15 | 1 | -1/+0 |
* | Merge from stable (which seems to have been spammed at some point in current): | imp | 2001-08-14 | 2 | -3/+12 |
* | Implement PIOCSRESOURCE for mecia like we do for pcic. | imp | 2001-08-14 | 1 | -1/+37 |
* | Minor style(9) nits to make code more readable | imp | 2001-08-14 | 1 | -4/+3 |
* | Treat min,max of 0,0 for IRQ special. Reject it if we didn't specifically | imp | 2001-08-14 | 1 | -3/+26 |
* | For TI12xx and newer, clear register 0x84. This is the "Multimedia" | imp | 2001-08-14 | 2 | -15/+37 |
* | Try to support the Cirrus Logic PD6833 better in pci mode. This is | imp | 2001-08-14 | 2 | -18/+42 |
* | Move ISA interrupt ISR and timeout routines to pcic from pcic_isa so | imp | 2001-08-10 | 3 | -75/+73 |
* | Type sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_char | imp | 2001-08-10 | 2 | -3/+3 |
* | Rearrange the pcic_irq_type enum (and specifically tag the first one | imp | 2001-08-10 | 1 | -1/+1 |
* | Now that we are setting a bit in the PCIC_INT_GEN (0x3) register, we | imp | 2001-08-05 | 1 | -2/+2 |
* | Order PCIC_INT_GEN bits large to small, like all other registers. | imp | 2001-08-05 | 1 | -1/+1 |
* | TI cardbus bridges, 12xx and newer, have an interesting register. It | imp | 2001-08-01 | 4 | -10/+58 |
* | bsh and bst are unused in softc, except for setting them. We do use the | imp | 2001-07-31 | 2 | -6/+4 |
* | Fix typo where I assigned the bus tag and not the bus handled. It | imp | 2001-07-31 | 1 | -1/+1 |
* | A bunch of interrupt related cleanup. | imp | 2001-07-31 | 3 | -67/+98 |
* | Move pcic_override_irq from pcic_isa, to pcic. | imp | 2001-07-31 | 3 | -9/+8 |
* | Add CLPD6832_BCR_ISA_IRQ definition for ISA routing of interrupts. | imp | 2001-07-31 | 1 | -3/+3 |
* | Don't use a buffer for the state info from the TI chips. Just print | imp | 2001-07-30 | 1 | -14/+13 |