| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Spell less like a 'merkin and more like a speaker of English | Warner Losh | 2002-06-27 | 1 | -1/+1 |
* | plxcard for OLDCARD isn't going to happen. | Warner Losh | 2002-06-23 | 2 | -451/+0 |
* | What: | Warner Losh | 2002-06-23 | 5 | -74/+154 |
* | hw.pcic.ignore_pci | Warner Losh | 2002-06-13 | 1 | -1/+9 |
* | Forget to change lookup function for oldcard side. | Takanori Watanabe | 2002-05-30 | 1 | -3/+5 |
* | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -8/+4 |
* | Better power code and better power diagnostics | Warner Losh | 2002-03-20 | 2 | -36/+82 |
* | Define masks for the VCC an VPP voltages | Warner Losh | 2002-03-20 | 1 | -0/+5 |
* | Get the generic name right | Warner Losh | 2002-03-03 | 1 | -1/+1 |
* | Add some code which is compatible for NEWCARD. It makes manufacturer | Takeshi Shibagaki | 2002-02-20 | 4 | -0/+18 |
* | Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM, | Bruce Evans | 2002-02-15 | 1 | -2/+0 |
* | The datasheet for the 6710/6722 says that you must use one method to | Warner Losh | 2002-01-14 | 1 | -2/+8 |
* | Add recognition of the Omega 83C094 PCI <-> PCMCIA bridge chip set. | Warner Losh | 2002-01-14 | 1 | -1/+5 |
* | Avoid doubly defining machdep.pccard | Mike Smith | 2002-01-08 | 2 | -2/+2 |
* | Better error message when cardtype is not recognized | Warner Losh | 2001-11-13 | 1 | -1/+1 |
* | Use d_thread_t (the new ugly compatibility hack) rather than the old | Warner Losh | 2001-11-12 | 1 | -6/+4 |
* | Introduce the concept of "default" voltage. Have pccard layer use this | Warner Losh | 2001-11-11 | 2 | -56/+83 |
* | 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 | 4 | -26/+57 |
* | Fix the 3.3V support for Cirrus Logic CL-PD6710. This appears to work | Warner Losh | 2001-11-09 | 1 | -0/+22 |
* | Better error messages for the cases where device_add_child fails. We | Warner Losh | 2001-11-02 | 1 | -2/+8 |
* | Remove an extra " that crept into a string. | Mike Silbersack | 2001-11-02 | 1 | -1/+1 |
* | Print a warning when device_add_child returns NULL. This used to be | Warner Losh | 2001-11-02 | 1 | -0/+5 |
* | Restore the main BAR for the bridge on resume. Some machines don't save | Warner Losh | 2001-10-30 | 1 | -1/+21 |
* | Add a tunable (hw.pcic.boot_deactivated) which will boot the system | Warner Losh | 2001-10-23 | 1 | -1/+14 |
* | 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 | 2 | -13/+77 |
* | 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 | 4 | -23/+92 |
* | Even better compatibility with 4.x. #define thread proc, since for | Warner Losh | 2001-09-13 | 1 | -16/+2 |
* | Better way to do compatibility between the two versions. | Warner Losh | 2001-09-13 | 1 | -20/+8 |
* | Fix KSE breakage to this file: | Warner Losh | 2001-09-13 | 1 | -0/+32 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -9/+9 |
* | 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 |
* | If flags were specified for the device, print them in the probe | Warner Losh | 2001-09-09 | 1 | -1/+4 |
* | 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 |
* | MFS: put debug writes behind boot verbose. | Warner Losh | 2001-09-04 | 1 | -7/+16 |
* | 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 | 2 | -4/+42 |
* | Move to using a chip function + function pointers to deal with the | Warner Losh | 2001-09-04 | 5 | -159/+634 |
* | Values for the Toshiba ToPIC's Function Control Register. | Warner Losh | 2001-09-04 | 1 | -0/+6 |
* | 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 |