summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/i82365_pci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+1
| | | | | traversal code to suspend/resume ok oga kettenis blambert
* timeout_add -> timeout_add_msecblambert2010-07-021-2/+2
|
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-6/+1
|
* Add pcmcia_intr_string() to format the intr string for pcmcia attachmillert2005-01-271-1/+2
| | | | routines.
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-14/+5
|
* First round of __P removal in sysmillert2002-03-141-4/+4
|
* Correct some pryntf() usage: get the correct number of arguments in themiod2001-09-211-2/+2
| | | | correct order.
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-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@ okmickey2000-09-041-5/+12
|
* Don't print out the name of the controller twice.aaron2000-08-031-13/+1
|
* Add PCI attachment for i82365-compatible PCMCIA controllers. Needed foraaron2000-08-011-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.