Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ansi | 2021-03-05 | 1 | -8/+3 | |
| | |||||
* | If you use sys/param.h, you don't need sys/types.h | 2017-09-08 | 1 | -2/+1 | |
| | |||||
* | remove the powerhook code. All architectures now use the ca_activate tree | 2010-09-07 | 1 | -2/+1 | |
| | | | | | traversal code to suspend/resume ok oga kettenis blambert | ||||
* | timeout_add -> timeout_add_msec | 2010-07-02 | 1 | -2/+2 | |
| | |||||
* | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok | 2005-08-09 | 1 | -6/+1 | |
| | |||||
* | Add pcmcia_intr_string() to format the intr string for pcmcia attach | 2005-01-27 | 1 | -1/+2 | |
| | | | | routines. | ||||
* | Add a simplistic table driven lookup routine and use it where appropriate. | 2002-11-19 | 1 | -14/+5 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -4/+4 | |
| | |||||
* | Correct some pryntf() usage: get the correct number of arguments in the | 2001-09-21 | 1 | -2/+2 | |
| | | | | correct order. | ||||
* | Make pci_mapreg_map take an extra argument where we can | 2001-06-12 | 1 | -2/+2 | |
| | | | | | | | put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm. | ||||
* | match pcic at isa memory config, free resources on failure (-1 panic); aaron@ ok | 2000-09-04 | 1 | -5/+12 | |
| | |||||
* | Don't print out the name of the controller twice. | 2000-08-03 | 1 | -13/+1 | |
| | |||||
* | Add PCI attachment for i82365-compatible PCMCIA controllers. Needed for | 2000-08-01 | 1 | -0/+231 | |
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly prodding me to get PC Cards to work in his laptop. |