summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/i82365_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+1
* 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
* 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
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-2/+2
* 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