summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/pci/pci_alphabook1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* No need to cargo-cult include <alpha/pci/sioreg.h> here.miod2015-08-151-2/+1
* Make sure pci_intr_map() will perform proper interrupt swizzling for devicesmiod2015-07-261-21/+20
* Correctly set up interrupts; now the kernel no longer get stuck with an SCSImiod2015-07-181-8/+11
* First steps towards alphabook1 support; from netbsdderaadt2013-03-091-0/+195