| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Better error message when cardtype is not recognized | imp | 2001-11-13 | 1 | -1/+1 |
* | Use d_thread_t (the new ugly compatibility hack) rather than the old | imp | 2001-11-12 | 1 | -6/+4 |
* | Introduce the concept of "default" voltage. Have pccard layer use this | imp | 2001-11-11 | 2 | -56/+83 |
* | 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 | 4 | -26/+57 |
* | Fix the 3.3V support for Cirrus Logic CL-PD6710. This appears to work | imp | 2001-11-09 | 1 | -0/+22 |
* | Better error messages for the cases where device_add_child fails. We | imp | 2001-11-02 | 1 | -2/+8 |
* | Remove an extra " that crept into a string. | silby | 2001-11-02 | 1 | -1/+1 |
* | Print a warning when device_add_child returns NULL. This used to be | imp | 2001-11-02 | 1 | -0/+5 |
* | Restore the main BAR for the bridge on resume. Some machines don't save | imp | 2001-10-30 | 1 | -1/+21 |
* | Add a tunable (hw.pcic.boot_deactivated) which will boot the system | imp | 2001-10-23 | 1 | -1/+14 |
* | 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 | 2 | -13/+77 |
* | 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 | 4 | -23/+92 |
* | Even better compatibility with 4.x. #define thread proc, since for | imp | 2001-09-13 | 1 | -16/+2 |
* | Better way to do compatibility between the two versions. | imp | 2001-09-13 | 1 | -20/+8 |
* | Fix KSE breakage to this file: | imp | 2001-09-13 | 1 | -0/+32 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -9/+9 |
* | 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 |
* | 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 |