Age | Commit message (Expand) | Author |
2005-09-26 | Return EIO if reading fails. | Mark Kettenis |
2005-09-26 | Match Apple Shasta PCI ID as found on G5 systems. | Mark Kettenis |
2005-09-26 | Match "u3" as found in G5 systems. | Mark Kettenis |
2005-09-26 | Consider nodes named "mpic" as potential open-pic candidates. | Mark Kettenis |
2005-09-26 | - correct framebuffer calculation offset by marking off garbage bits in | Martin Reindl |
2005-09-26 | Delete wrong comments, originally came from Makefile.mvme88k. | Kenji Aoyama |
2005-09-25 | Define symbolic constants for the processor identification register fields | Miod Vallat |
2005-09-25 | Typos | Miod Vallat |
2005-09-25 | Define the symbolic register indexes in trapframe in <m68k/reg.h> only | Miod Vallat |
2005-09-25 | Remove unused defines and macros. | Miod Vallat |
2005-09-25 | Change the size parameter of cmmu_flush_tlb() from bytes to pages. This makes | Miod Vallat |
2005-09-25 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat |
2005-09-25 | Do not consider userland trap #496 (BUG system call on mvme88k) as special | Miod Vallat |
2005-09-25 | Do not try increasing NKMEMPAGE_MAX on sun4m at all, until we make | Miod Vallat |
2005-09-25 | On Sun4m, be sure to steal the overlapping part of the iommu dvma space | Miod Vallat |
2005-09-23 | - fix PowerNow flags, cosmetic, only affects dmesg output. | Brad Smith |
2005-09-22 | NEWINTR is not an option on OpenBSD. | Dale Rahn |
2005-09-21 | isbad() is only used on SMD disks on sparc; remove it on other platforms. | Miod Vallat |
2005-09-21 | Reduce NKMEMPAGES_MAX_DEFAULT_SUN4M, or we may allocate too much of kernel_map | Miod Vallat |
2005-09-20 | unbreak tree, how did you do that miod | Theo de Raadt |
2005-09-20 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat |
2005-09-20 | remove unused pci_intr_evcnt() macro. | Brad Smith |
2005-09-19 | Make idle a global variable so that gprof can see it and the time can | Dale Rahn |
2005-09-19 | floppy support; form@openbsd.ru | Theo de Raadt |
2005-09-17 | boot uses abstract 'hd' device names, and 'set tty' works | Uwe Stuehler |
2005-09-15 | Remove the (unused) syscall() indirection on arm. | Miod Vallat |
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod Vallat |
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat |
2005-09-15 | Define PG_M_U as PG_M | PG_U, and use it where appropriate; no functional | Miod Vallat |
2005-09-15 | Fix typo. | Mark Kettenis |
2005-09-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use | Miod Vallat |
2005-09-15 | get rid of MD m68k_trunc_page and m68k_round_page and replace by MI | Martin Reindl |
2005-09-14 | Remove unused label. | Marco Peereboom |
2005-09-13 | Oops, fix ivec[] prototype. | Miod Vallat |
2005-09-13 | merge the macglobals one-liner into locore | Martin Reindl |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-09-12 | cleanup comments | Martin Reindl |
2005-09-12 | - Add byte-swap and stride options to bus_space. | Martin Reindl |
2005-09-12 | provide m68k_page_offset() | Martin Reindl |
2005-09-11 | ivec[] needs to be one entry larger on 188. | Miod Vallat |
2005-09-11 | cope with the ___moddi3 issue, same as mvme68k | Theo de Raadt |
2005-09-10 | beef up and correct the example section | Martin Reindl |
2005-09-08 | make comments match the fact that we are on sun4u, plus minor cleanup | Martin Reindl |
2005-09-06 | fix two conf space related hw erratas; dino-moh-humm | Michael Shalayeff |
2005-09-06 | regen | Michael Shalayeff |
2005-09-06 | add proj namesand those more modern cpus we do not have ids for yet | Michael Shalayeff |
2005-09-06 | Initialize max_cpus for 88110-based systems (i.e. 197 boards). Makes pmap | Miod Vallat |
2005-09-06 | Do not depend on MAX_CPUS being 4. | Miod Vallat |
2005-09-06 | Correct control registers descriptive names for 88110. | Miod Vallat |
2005-09-06 | MVME88K -> M88K in include file guard symbols. No functional changes. | Miod Vallat |