Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-17 | Delay board type retrieval. | Miod Vallat | |
2006-05-16 | Recognize braindead 6:1 CMMU to CPU ratio configurations (which we do not | Miod Vallat | |
support yet), as found e.g. on some 530 models. | |||
2006-05-16 | Print a final line before asking the PROM to halt or reboot, for the | Miod Vallat | |
abruptness of its prompt almost looks like the kernel died horribly. | |||
2006-05-16 | Crank bootblocks version for today's changes. | Miod Vallat | |
2006-05-16 | Nuke whitespace at EOL | Miod Vallat | |
2006-05-16 | Make standalone binaries compile with -Wall -Werror | Miod Vallat | |
2006-05-16 | Cleanup of mvme88k standalone code, with rewritten startup code with | Miod Vallat | |
fewer assembly statements and much less magic, a few display artefacts removed, and private definitions moved out of the main prom.h. | |||
2006-05-16 | Network bootloader for AV400 series, will load a native kernel. Still some | Miod Vallat | |
rough edges to sort out, but enough to successfully boot a kernel. Will not work on series 530 yet. | |||
2006-05-16 | Add struct fpreg. | Mark Kettenis | |
2006-05-15 | Fix SIGFPE handling. The code doing an ADVANCE after calling trapsignal(), | Mark Kettenis | |
which made is skip the first instruction of the signal trampoline in certain cases. That in turn truly hosed the stack. ok miod@, jason@ | |||
2006-05-15 | Clean secondary processors initialization code, similar to mvme88k; | Miod Vallat | |
tested aoyama@ | |||
2006-05-15 | Merge creator attachment code again, it turns out the upa/mainbus attachment | Miod Vallat | |
code split is not necessary after all; ok jason@ | |||
2006-05-15 | Implement PT_{GET|SET}FPREGS. | Mark Kettenis | |
"looks good to me" miod@, ok drahn@ | |||
2006-05-15 | better wording for the "memory" section; | Jason McIntyre | |
2006-05-15 | Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variant | Dimitry Andric | |
also needs a X.org update, which will go in later. Tested by a bunch of people; ok deraadt@ | |||
2006-05-15 | Wrong routine for reserved vector 0x0f. | Miod Vallat | |
2006-05-14 | clsc works; tleslie@gmail.com | Theo de Raadt | |
2006-05-14 | Make the array of fpu exception types/codes big enough. | Mark Kettenis | |
Fix a typo too, such that we actually read beyond element 0 in all cases. ok miod@ | |||
2006-05-14 | use __mips64__ | Robert Nagy | |
2006-05-14 | xge works as well here (ie. as well as i386, which is not yet perfect, | Theo de Raadt | |
but it will get fixed) | |||
2006-05-14 | - /usr/mdec is usually not in path, invoke installboot with full path | Martin Reindl | |
- /ofwboot does not get updated by installboot as one might think from the example, it has to be copied in place by hand - Xr. boot(8) ok jmc@ | |||
2006-05-14 | xge might as well be enabled | Theo de Raadt | |
2006-05-14 | add wpi(4) so i can get feedback. | Damien Bergamini | |
ok deraadt@ | |||
2006-05-14 | Bring over workaround for broken BIOSes that use ACPI global interrupt numbers | Mark Kettenis | |
instead of APIC pin numbers from amd64. ok brad@ | |||
2006-05-14 | Deal with arbitrary load addresses. Necessary for upcoming netboot code. | Miod Vallat | |
2006-05-14 | Missing semicolon, found by deraadt | Miod Vallat | |
2006-05-13 | enable twe on amd64, tested with a 7006-2 | Martin Reindl | |
ok brad@ jmc@ | |||
2006-05-13 | Oops, intr_findvec() proto is still necessary. | Miod Vallat | |
2006-05-13 | sensible english; ok jmc; from graham.gower@gmail.com | Theo de Raadt | |
2006-05-13 | mention the Xframe-II as well. | Brad Smith | |
2006-05-12 | Keep track of which DMA window was actually used to map the | Brad Smith | |
request (not always the passed in DMA tag if we try direct-map and then fall back to sgmap-mapped). Use the actual window when performing dmamap_sync and dmamap_unload operations. From NetBSD ok martin@ | |||
2006-05-11 | clean | Theo de Raadt | |
2006-05-11 | cleaner | Theo de Raadt | |
2006-05-11 | One more (!foo & BAR), tested deraadt@ | Miod Vallat | |
2006-05-11 | Fix stupid bugs in mapping and unmapping of VME regions. | Miod Vallat | |
2006-05-11 | kill trainling spaces | Michael Shalayeff | |
2006-05-10 | in db_write_bytes correctly restore pte prot after write; this is not a big ↵ | Michael Shalayeff | |
deal as kernel .text is not writable anyway; found by aaron | |||
2006-05-10 | Missing $OpenBSD$ tags. | Kenneth R Westerback | |
2006-05-10 | Missing $OpenBSD$ tags. | Kenneth R Westerback | |
2006-05-10 | Use a macro in the MI powerpc PCI header for pci_intr_line() instead | Brad Smith | |
of a function in the MD macppc host bridge code. ok drahn@ | |||
2006-05-09 | can enter stand SUBDIR | Theo de Raadt | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Import global ACPI interrupt code from amd64. | Mark Kettenis | |
ok brad@ | |||
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |