Age | Commit message (Expand) | Author |
2005-05-30 | even shorter | Theo de Raadt |
2005-05-30 | shrink alpha boot blocks another little bit | Theo de Raadt |
2005-05-29 | Sync with hppa r1.11: Correctly handle boot drives with SCSI id >= 10 | Miod Vallat |
2005-05-29 | Lock SMM space on Intel E7xxx chipsets, too. | Alexander Yurchenko |
2005-05-29 | Remove debug printf I left. | Alexander Yurchenko |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-28 | move variable declaration inside #ifdef I386_686, etc. | Kjell Wooding |
2005-05-28 | *slightly drunk* | Tobias Weingartner |
2005-05-28 | If irq-sharing happens over different ioapics, we must not overwrite setup in... | Niklas Hallqvist |
2005-05-27 | oops, need to get the boundary from the map when allocating gart addresses | Jason Wright |
2005-05-27 | - Use the direct map for mapping the PTEs. | Artur Grabowski |
2005-05-27 | Kill __HAVE_NWSCONS harder. | Miod Vallat |
2005-05-27 | add missing prototypes | Uwe Stuehler |
2005-05-27 | Dale's lost diff for IRQ sharing, turned on by default. | Uwe Stuehler |
2005-05-27 | typo in comment | Uwe Stuehler |
2005-05-27 | typo in comment | Uwe Stuehler |
2005-05-27 | Stop pretending that amd64 is i386. We're insulting the cpu by not even | Artur Grabowski |
2005-05-27 | The forgotten part of the merge of pxacom back into com. | Uwe Stuehler |
2005-05-27 | - Merge changes from pxacom back into the common com driver. | Uwe Stuehler |
2005-05-27 | use a fixed address for the base dva, also don't forget to setup the | Jason Wright |
2005-05-27 | add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@ | Dale Rahn |
2005-05-27 | Replace unused pxa2x0_watchdog_boot() with RTC control functions. | Uwe Stuehler |
2005-05-27 | Enable SSE instructions on secondary (i386) processors in | Kjell Wooding |
2005-05-27 | hook in iommu, but it's still disabled by default for now | Jason Wright |
2005-05-27 | fix printf | Jason Wright |
2005-05-27 | remove support for sf and ste. vtophys is NOT a working solution. | Jason Wright |
2005-05-27 | build iommu by default (it's still not hooked in, but this is harmless) | Jason Wright |
2005-05-27 | handle multi-cpu GART allocation: | Jason Wright |
2005-05-27 | oops! printf -> DPRINTF | Uwe Stuehler |
2005-05-27 | - raise the "critical" battery level a bit to suspend earlier | Uwe Stuehler |
2005-05-27 | first step of removing the obsolete PCI ncr(4) driver, it was superseded by | Martin Reindl |
2005-05-26 | add the "wait for disk to become ready" hack which got removed in | Uwe Stuehler |
2005-05-26 | Add atapiscsi in parallel with scsibus@usb, this only changes system | Dale Rahn |
2005-05-26 | Dont hardcode the speed, allows mplayer to work. | Dale Rahn |
2005-05-26 | typo jfb@ didn't want to fix | Pedro Martelletto |
2005-05-26 | make all mappings valid/coherent. For pages not currently mapped, fill | Jason Wright |
2005-05-26 | iommu meets amd64. This currently only works on machines where the GART | Jason Wright |
2005-05-26 | Sync with uvm_mmap() api change. | Miod Vallat |
2005-05-26 | enable cardbus rtw(4) on macppc. | Jonathan Gray |
2005-05-26 | Implement PT_STEP for hppa. | Mark Kettenis |
2005-05-26 | optimise one more jmp out of the idle loop; toby@ marco@ ok | Michael Shalayeff |
2005-05-26 | remove a self-nested #ifdef MULTIPROCESSOR | Kjell Wooding |
2005-05-26 | Reset the zaurus audio components after resume, so that subsequent opens | Christopher Pascoe |
2005-05-26 | typo | Michael Shalayeff |
2005-05-26 | No need to clock i2s during i2c operations, so don't. Relocate i2c | Christopher Pascoe |
2005-05-26 | on the iBook G3, there are too many devices with the same gpio name; | Jason Wright |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2005-05-25 | one last optimization, removing a jump, mostly by | Bob Beck |
2005-05-25 | funcs to fetch pci intr routing table(s) | Michael Shalayeff |
2005-05-25 | repair whichqs race by disabling ints in between check and halt-halt; marco@ ... | Michael Shalayeff |