| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-10-20 | Make sure the logic deciding whether to use BWX operations in cia(4) |  mpi | 1 | -28/+37 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 12 | -24/+12 |
| 2016-05-04 | Initial support for MSI-X. Only supported on amd64 for now. I have diffs to |  kettenis | 1 | -1/+2 |
| 2016-01-12 | dev/isa/isavar.h does not appear to be needed by any of consumers. |  deraadt | 1 | -2/+1 |
| 2015-10-30 | Use NULL instead of 0 for pci_decompose_tag() pointer arguments. |  miod | 3 | -9/+9 |
| 2015-08-15 | If the SRM has explicitely set up some ISA interrupts level-triggered, |  miod | 1 | -10/+34 |
| 2015-08-15 | Store the {e,}isa_chipset_t in the softc, rather than on sio_bridge_callback()'s |  miod | 1 | -23/+24 |
| 2015-08-15 | No need to cargo-cult include <alpha/pci/sioreg.h> here. |  miod | 2 | -4/+2 |
| 2015-08-15 | Fix isa_chipset_t ic_intr_{alloc,check} prototype: these take an |  miod | 1 | -3/+3 |
| 2015-07-26 | Make sure pci_intr_map() will perform proper interrupt swizzling for devices |  miod | 14 | -323/+265 |
| 2015-07-18 | Correctly set up interrupts; now the kernel no longer get stuck with an SCSI |  miod | 1 | -8/+11 |
| 2015-07-18 | Check for errors in the status register after performing a PCI configuration |  miod | 1 | -3/+13 |
| 2015-01-03 | Some bowels of the bus_dma code assume it is ok to perform bitwise operations |  miod | 1 | -8/+3 |
| 2014-12-24 | tsciic(4): i2c controller onboard Tsunami and Titan chipsets, gives access to |  miod | 3 | -3/+220 |
| 2014-10-12 | remove some unused files |  jsg | 2 | -130/+0 |
| 2014-06-14 | Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fall |  jmatthew | 3 | -8/+37 |
| 2014-05-08 | Format string fixes for alpha kernels, and remove -Wno-format |  miod | 4 | -10/+10 |
| 2014-04-14 | Fewer <uvm/uvm.h> |  mpi | 2 | -6/+2 |
| 2014-04-04 | It seems that, when the on-board USB controller is an ALI M5237 USB and its |  miod | 1 | -34/+48 |
| 2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 1 | -2/+2 |
| 2014-02-23 | fix a printf in a debug path |  jsg | 1 | -2/+2 |
| 2014-02-18 | sio_intr_shutdown() used to be a shutdown hook, and eventually became an |  miod | 3 | -12/+29 |
| 2014-01-06 | Program window #2 to allow the second GB of low memory to use direct DMA; |  miod | 1 | -24/+22 |
| 2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. |  mpi | 1 | -1/+2 |
| 2013-06-04 | Disable parity on the PCI bus; according to Linux, some lca-based systems hit |  miod | 2 | -3/+13 |
| 2013-03-09 | First steps towards alphabook1 support; from netbsd |  deraadt | 2 | -0/+225 |
| 2013-03-08 | Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function. |  miod | 2 | -3/+32 |
| 2013-03-08 | Always initialize the direct DMA window, instead of relying upon SRM to do so; |  miod | 1 | -8/+7 |
| 2013-03-02 | Replace magic numbers with more meaningful (1 << interrupt#) constructs. |  miod | 1 | -3/+4 |
| 2012-12-05 | Remove excessive sys/cdefs.h inclusion |  deraadt | 7 | -15/+7 |
| 2012-10-20 | move sio_intr_shutdown() from being a shutdownhook, and do it directly in |  deraadt | 1 | -2/+4 |
| 2012-09-04 | Implement pci_min_powerstate(). |  kettenis | 1 | -1/+3 |
| 2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). |  miod | 1 | -1/+2 |
| 2011-05-21 | Add pci_intr_map_msi() stub. |  kettenis | 1 | -1/+2 |
| 2011-04-15 | More than a decade ago, interrupt handlers on sparc started returning 0 |  deraadt | 1 | -1/+3 |
| 2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a |  miod | 7 | -25/+72 |
| 2010-08-07 | No "\n" needed at the end of panic() strings. |  krw | 1 | -2/+2 |
| 2010-06-29 | Add support for mapping ACPI to PCI devices |  jordan | 1 | -1/+3 |
| 2010-06-06 | Kill unused sio_intr_count. |  miod | 2 | -6/+2 |
| 2010-04-21 | more proc.h needed |  deraadt | 1 | -1/+3 |
| 2010-04-20 | more misuse of user.h and sysctl.h |  deraadt | 1 | -2/+1 |
| 2010-02-18 | improve startup messages rewording them in a more usual way; as a |  sobrado | 1 | -4/+4 |
| 2009-12-25 | Add bus_space_vaddr() when applicable; from NetBSD. |  miod | 4 | -4/+75 |
| 2009-10-02 | Support for DS15/DS25/ES45 (Titan) alpha models (rpb family 38). These systems |  miod | 4 | -55/+135 |
| 2009-09-30 | Fix various off-by-ones in irq number validation. |  miod | 4 | -11/+11 |
| 2009-09-30 | Remove unused last argument of alpha_shared_intr_disestablish(). |  miod | 8 | -25/+17 |
| 2009-09-30 | Clear sticky error status after recoverable machine check. |  miod | 1 | -1/+19 |
| 2009-09-17 | Fail bus_space_map() calls if the flags can't be honoured (such as |  miod | 2 | -2/+14 |
| 2009-09-17 | Return a dense mapping for BUS_SPACE_MAP_PREFETCHABLE mappings; repaires |  miod | 1 | -3/+11 |
| 2009-08-22 | Constify the what/name parameter of pci_intr_establish(). |  mk | 14 | -39/+39 |