summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/iop_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix dmesg printing.kettenis2010-07-131-6/+5
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-6/+1
* Limit pci register map size to 256knate2002-03-311-2/+2
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* remove staticsniklas2001-06-261-5/+5
* Forgot the PCI bus attachment, from NetBSD, hacked by mickeyniklas2001-06-251-0/+160