Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-15 | Change the return value in k7_powernow_setperf() from 1 to 0 so that it | Gordon Willem Klok | |
does not print "operation not permitted" even though the operation was successful. ok dlg@ | |||
2006-04-15 | Loop on the number of PST reported by the bios not a magic number. | Gordon Willem Klok | |
Fixes PR 5075. "go for it" dlg@ | |||
2006-04-15 | Print out trap number as well as string | Tobias Weingartner | |
representation. Ok tom@ quite some time ago. | |||
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 | |
ok marco@ | |||
2006-04-14 | Nuke DUMMY_NOPS, cleanup. | Tobias Weingartner | |
ok marco@ | |||
2006-04-14 | ANSIfy functions. | Marco Peereboom | |
Spacing. | |||
2006-04-14 | ANSIfy function names. | Marco Peereboom | |
Spacing. KNF. | |||
2006-04-14 | Minimal support for the HP98705 ``Tigershark'' TurboVRX frame buffer | Miod Vallat | |
(using an overlay plane only for now). Bootblocks, text console and X11 are supported. | |||
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 | |
itself in the interrupt dispatcher instead of accessing the array: this computation is of similar complexity, so why bother adding a memory indirection. No functional change. | |||
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 | |
From NetBSD ok martin@ miod@ | |||
2006-04-13 | Don't use NBPG. | Brad Smith | |
From NetBSD ok martin@ miod@ | |||
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 | |
ways to determine the actual voltage multipliers, so move to a table driven model, which we can tweak as we see more varients. checked by kettenis jolan and roman | |||
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 | |
the framebuffer memory in WSDISPLAYIO_MODE_DUMBFB mode. | |||
2006-04-09 | On MVME188 systems with more than two CMMUs par CPU, do not honor the | Miod Vallat | |
address split scheme when operating on caches, as this does not work (probably for some snooping needs?); TLB operations are still honoring the split and are not affected. | |||
2006-04-09 | Rewrite bus_compatible() to allow one alias to expand to several drivers, | Miod Vallat | |
and in this case pick the one which matches the driver we are currently attaching, if any; allows systems netbooted via gem interfaces to recognize their boot device, and solves PR #5058. | |||
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 | |
taken; return NULL instead, just like we do for non-apic interrupts. Fixes PR 5064. ok mickey@ | |||
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 | |
eventually we can determine whether or not to allocate a spill page on a per-mapping basis. From NetBSD ok martin@ | |||
2006-04-04 | clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit. | Brad Smith | |
ok martin@ | |||
2006-04-04 | Add input routines to the i2s layer to support future Zaurus audio input. | Christopher Pascoe | |
ok robert@ | |||
2006-04-04 | Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOs | Christopher Pascoe | |
to memory. ok robert@ | |||
2006-04-04 | Abort any DMA that is in progress before changing the DMA completion handler, | Christopher Pascoe | |
not after. | |||
2006-04-04 | Configure the I2S controller's GPIOs, not than the USB's. | Christopher Pascoe | |
tested robert@ | |||
2006-04-04 | Small hex-vs-decimal typo from gwk, and tested by me (with cpusig check | Uwe Stuehler | |
disabled because my BIOS sucks). | |||
2006-04-01 | Revert previous commit, this causes sti1 probe to hang on some models. | Miod Vallat | |
2006-03-31 | No point in calling pte_spill_r() 90% of the time, when the first thing | Dale Rahn | |
it is going to do is test user/kernel and return, do it before the call. | |||
2006-03-30 | iop works on my amd64, add it deraadt@ | Peter Stromberg | |
2006-03-29 | workaround for intel errata p53 -- follow lapic writes w/ a read; toby@ ↵ | Michael Shalayeff | |
kettenis@ ok | |||
2006-03-29 | Recognise it(4) at port 0xd00 as well. This is where ASUS seem | Jonathan Gray | |
to be putting it on all their recent boards. "put this in" grange@ | |||
2006-03-29 | Enable the MPU-401 MIDI UART found at isa address 0x330 | Jonathan Gray | |
on nforce systems. Tested with Monkey Island 2 and an MT-32. | |||
2006-03-27 | add a few more crypto cards. | Brad Smith | |
ok martin@ | |||
2006-03-27 | rev 1.30 | Brad Smith | |
Don't increase the segment index if we skipped a zero-length mbuf. rev 1.22 Since the SGMAP buffer load subroutine doesn't need to modify the segment index, don't pass it by reference. From NetBSD ok miod@ | |||
2006-03-27 | kill unused extern in ifdef DEBUG even | Michael Shalayeff | |
2006-03-27 | regen | Michael Shalayeff | |
2006-03-27 | typo | Michael Shalayeff | |
2006-03-27 | com at pcmcia; from fkr@bytemine.de | Theo de Raadt | |
2006-03-27 | put com(4) at cdevsw 26 | Theo de Raadt | |
2006-03-26 | Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() and | Brad Smith | |
remove alpha_pci_decompose_tag(). From NetBSD ok martin@ |