| Commit message (Expand) | Author | Age | Files | Lines |
| * | First pass at removing Alpha kernel support. | John Baldwin | 2006-05-11 | 31 | -6351/+0 |
| * | Revert part of previous commit. In alpha_platform_alloc_ide_intr(), | Marcel Moolenaar | 2006-04-22 | 1 | -6/+1 |
| * | Set the rid for any resources that are allocated at the level where | Warner Losh | 2006-04-20 | 3 | -10/+28 |
| * | Replace __RMAN_RESOURCE_VISIBLE with calls to public entry points | Poul-Henning Kamp | 2005-09-25 | 5 | -28/+26 |
| * | Substitute rman_get_start() for __RMAN_RESOURCE_VISIBLE | Poul-Henning Kamp | 2005-09-25 | 1 | -7/+7 |
| * | Relocate direct map specs into struct alpha_chipset. | Bernd Walter | 2005-09-19 | 6 | -3/+18 |
| * | add cpu_idle support for 21066A based lca systems | Bernd Walter | 2005-01-31 | 2 | -0/+31 |
| * | Begin all license/copyright comments with /*- or #- | Warner Losh | 2005-01-05 | 12 | -13/+13 |
| * | In alpha_pci_alloc_resource(), when allocating a memory resource, | Marcel Moolenaar | 2004-08-29 | 1 | -1/+1 |
| * | Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to build | Andrew Gallatin | 2004-07-01 | 6 | -0/+6 |
| * | Catch a few places where NULL (pointer) was used where 0 (integer) was | Peter Wemm | 2003-12-23 | 1 | -1/+1 |
| * | Widen the enable/disable helper function's argument in line with the | Peter Wemm | 2003-11-17 | 4 | -8/+8 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 10 | -15/+15 |
| * | Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h> | Marcel Moolenaar | 2003-08-17 | 6 | -16/+28 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 15 | -31/+45 |
| * | At great personal risk, add a __packed and __aligned(x) define that | Peter Wemm | 2002-09-23 | 1 | -1/+1 |
| * | Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complains | Andrew Gallatin | 2002-05-10 | 1 | -2/+2 |
| * | Revive dec_axppci_33_intr_route for LCA. | Bernd Walter | 2002-04-17 | 1 | -13/+4 |
| * | Clear the error flags in the LCA_IOC_STAT0 register after | Bernd Walter | 2002-04-17 | 1 | -0/+18 |
| * | I am not sure why ## was used in this macro, as w/o the string concatenation | David E. O'Brien | 2002-04-17 | 1 | -2/+2 |
| * | LCA based systems can't handle more than 16 devices on pci bus 0. | Bernd Walter | 2002-04-11 | 1 | -1/+1 |
| * | shut up the compiler | Andrew Gallatin | 2002-03-21 | 1 | -1/+1 |
| * | Fix abuses of cpu_critical_{enter,exit} by converting to | Warner Losh | 2002-03-21 | 3 | -13/+13 |
| * | Remove __P(). This was tested on the GENERIC kernel. | David E. O'Brien | 2002-03-20 | 1 | -2/+2 |
| * | recover from namespace collision caused by un-static'ing pci_alloc_resource() | Andrew Gallatin | 2002-02-28 | 8 | -8/+8 |
| * | Introduce a standard name for the lock protecting an interrupt controller | John Baldwin | 2001-12-20 | 4 | -10/+55 |
| * | Modify the critical section API as follows: | John Baldwin | 2001-12-18 | 3 | -8/+8 |
| * | - splhigh()/splx() -> critical_enter()/critical_exit() | Andrew Gallatin | 2001-10-20 | 2 | -5/+5 |
| * | Remove unneeded sys/mutex.h includes. | John Baldwin | 2001-10-19 | 6 | -6/+0 |
| * | Fix Assembler buglet: Warning: .end directive names different symbol than .ent | Matt Jacob | 2001-06-14 | 1 | -1/+1 |
| * | Supply the intpin to the platform.pci_intr_map() function. It turns | Andrew Gallatin | 2001-06-10 | 3 | -0/+6 |
| * | Resurrect platform.pci_intr_map() and essentially undo the effects of | Andrew Gallatin | 2001-06-01 | 5 | -106/+45 |
| * | Backout previous revision. While it fixed many platforms, it broke | Andrew Gallatin | 2001-05-31 | 1 | -7/+2 |
| * | finally fix intr routing on alphas such as the as500 after months of | Andrew Gallatin | 2001-05-27 | 1 | -2/+7 |
| * | Make sure that all resource allocation is handled in the pcib device, not | Doug Rabson | 2001-05-23 | 12 | -119/+90 |
| * | fix alpha-MD compile errors after the vm_mtx commit | Andrew Gallatin | 2001-05-20 | 6 | -0/+6 |
| * | Switch from save/disable/restore_intr() to critical_enter/exit(). | John Baldwin | 2001-03-28 | 1 | -7/+8 |
| * | Use the MI ithread helper functions in the alpha hardware interrupt code. | John Baldwin | 2001-02-09 | 4 | -9/+5 |
| * | Send "#if NISA > 0" to the bit-bucket and replace it with an option. | Peter Wemm | 2001-01-29 | 1 | -5/+6 |
| * | Next phase in the PCI subsystem cleanup. | Mike Smith | 2000-12-08 | 9 | -36/+54 |
| * | Partially re-write T2 chipset support based on Tru64 platform support | Andrew Gallatin | 2000-12-07 | 4 | -86/+450 |
| * | Fix for vanilla PC164 systems to use a slightly different PALcode magic | Matt Jacob | 2000-12-04 | 1 | -0/+30 |
| * | Convert the pcib_{read,write}_config args from signed to unsigned, | Andrew Gallatin | 2000-12-01 | 8 | -29/+29 |
| * | fix isa DMA on pyxis based machines: | Andrew Gallatin | 2000-11-21 | 1 | -7/+8 |
| * | Fix typo in END macro (END'ed enable twice) | Matt Jacob | 2000-11-09 | 1 | -1/+1 |
| * | Pass in the new-bus flags to alpha_setup_intr(). | John Baldwin | 2000-11-01 | 4 | -5/+5 |
| * | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | John Baldwin | 2000-10-05 | 5 | -18/+110 |
| * | Well, this works for me and I can now boot my PC164 again. | Matt Jacob | 2000-09-11 | 1 | -34/+41 |
| * | A quick fix to get around a problem (described below) with cia based | Andrew Gallatin | 2000-09-02 | 2 | -3/+5 |
| * | Introduce explicit break statements in the various chipsets' | Andrew Gallatin | 2000-08-31 | 6 | -0/+28 |