Age | Commit message (Expand) | Author |
2006-04-15 | Invoke bus_space_unmap with the correct bus_space_handle_t upon attachment | Miod Vallat |
2006-04-15 | fail opening apm device if apm is disconnected; deradt ok | Michael Shalayeff |
2006-04-15 | Sync proc_trampoline() and setregs() logic with sparc. | Miod Vallat |
2006-04-15 | Add a dummy device_register() function for now. | Miod Vallat |
2006-04-15 | Add explicit casts to the PTW arithmetic, mainly for PHYSMEM_BASE to be | Miod Vallat |
2006-04-15 | Correct dirlist for tags. | Miod Vallat |
2006-04-15 | Clean up <machine/mvme188.h> out of duplicate defines, sort them by relevance, | Miod Vallat |
2006-04-15 | Simplify MMU type printing. | Miod Vallat |
2006-04-15 | nmihand() is mvme88k only, move it out of m88k common area. | Miod Vallat |
2006-04-15 | make warning about missing HPT support DEBUG for now | Martin Reindl |
2006-04-15 | Add another nForce4 ISA bridge PCI device ID. | Mark Kettenis |
2006-04-15 | Don't bother setting the frequency entry in the available states table | Gordon Willem Klok |
2006-04-15 | Eliminate some pointers we dont use, originally for multiprocessor support, | Gordon Willem Klok |
2006-04-15 | Rid k7_powernow_setperf() of some bad math, this code expected the values | Gordon Willem Klok |
2006-04-15 | Change the return value in k7_powernow_setperf() from 1 to 0 so that it | Gordon Willem Klok |
2006-04-15 | Loop on the number of PST reported by the bios not a magic number. | Gordon Willem Klok |
2006-04-15 | Print out trap number as well as string | Tobias Weingartner |
2006-04-15 | Fix the NIOAPIC case as well | Tobias Weingartner |
2006-04-14 | Remove final DUMMY_NOPS vestige of a macro as well. | Tobias Weingartner |
2006-04-14 | Nuke DUMMY_NOPS, cleanup. | Tobias Weingartner |
2006-04-14 | ANSIfy functions. | Marco Peereboom |
2006-04-14 | ANSIfy function names. | Marco Peereboom |
2006-04-14 | Minimal support for the HP98705 ``Tigershark'' TurboVRX frame buffer | Miod Vallat |
2006-04-14 | Compile hp300 stand with Wall or I'll never get motivated to make it clean. | Miod Vallat |
2006-04-14 | rm trailing whitespace | Martin Reindl |
2006-04-13 | Drop the ivec[] interrupt acknowledge address array, compute the address | Miod Vallat |
2006-04-13 | Fix timeout initialization bug introduced in rev 1.8. | Miod Vallat |
2006-04-13 | Use PAGE_SIZE rather than NBPG. | Brad Smith |
2006-04-13 | Don't use NBPG. | Brad Smith |
2006-04-10 | typo by brad | Theo de Raadt |
2006-04-10 | sch5017 is an adt7460 clone of some type. also, we are seeing some | Theo de Raadt |
2006-04-10 | Intrepid 2 host bridges. | Brad Smith |
2006-04-10 | recognize the Intrepid 2 ATA controller. | Brad Smith |
2006-04-10 | enable schenv | Theo de Raadt |
2006-04-09 | On macppc and sparc64, if allowaperture=0 only allow mmap()-ing of | Matthieu Herrb |
2006-04-09 | On MVME188 systems with more than two CMMUs par CPU, do not honor the | Miod Vallat |
2006-04-09 | Rewrite bus_compatible() to allow one alias to expand to several drivers, | Miod Vallat |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt |
2006-04-08 | Don't panic in apic_intr_establush() if interrupt is not sharable and already | Mark Kettenis |
2006-04-06 | Hook up mfi, remains disabled. | Marco Peereboom |
2006-04-05 | enable tqphy(4) here too | Martin Reindl |
2006-04-05 | Enable an(4) on BE archs now that it works. | Kurt Miller |
2006-04-04 | enable tqphy(4), found on xl(4) | Martin Reindl |
2006-04-04 | Add a `prefetch threshold' member to the bus_dma_tag_t, so that | Brad Smith |
2006-04-04 | clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit. | Brad Smith |
2006-04-04 | Add input routines to the i2s layer to support future Zaurus audio input. | Christopher Pascoe |
2006-04-04 | Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOs | Christopher Pascoe |
2006-04-04 | Abort any DMA that is in progress before changing the DMA completion handler, | Christopher Pascoe |
2006-04-04 | Configure the I2S controller's GPIOs, not than the USB's. | Christopher Pascoe |
2006-04-04 | Small hex-vs-decimal typo from gwk, and tested by me (with cpusig check | Uwe Stuehler |