Age | Commit message (Expand) | Author |
2007-07-01 | Add gentbi(4). | Mark Kettenis |
2007-07-01 | Correctly count interrupts for devices that share interrupts. | Mark Kettenis |
2007-07-01 | Reset PDC devices before enabling iova space if we're not on a serial console. | Mark Kettenis |
2007-07-01 | Oops! Revert previous commit. | Mark Kettenis |
2007-07-01 | Add PDC_IO. | Mark Kettenis |
2007-07-01 | Add a few more registers. | Mark Kettenis |
2007-06-30 | Bump number of supported interrupt routing entries. | Mark Kettenis |
2007-06-29 | sick of extra static messing up tracebacks; ok miod | Theo de Raadt |
2007-06-27 | wt(4) was removed a while ago, so don't support booting off it anoymore. | Michael Knudsen |
2007-06-27 | According to Intel errata: | Artur Grabowski |
2007-06-26 | Switch associated pciide(4) into native mode, and route its interrupt | Mark Kettenis |
2007-06-26 | Provide a default case so that we don't end up trying to dereference | Tom Cosgrove |
2007-06-25 | "of of" is wrong - it should be "off of" - but "from" is even nicer | Tom Cosgrove |
2007-06-24 | Crank initial storage for extents a bit. We really should allocate extents | Mark Kettenis |
2007-06-24 | Fix xd and xy disklabel handling. | Miod Vallat |
2007-06-24 | Attach as console when appropriate. | Mark Kettenis |
2007-06-24 | When bootfile was made global so that macppc could modify it, it | Tom Cosgrove |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-23 | Enable workaround for decrementer exception problem. | Dale Rahn |
2007-06-23 | net80211 growth means vr(4) goes away for now | Theo de Raadt |
2007-06-22 | PCI malo(4) works | Martin Reindl |
2007-06-21 | Brace got lost in rev 1.51. | Miod Vallat |
2007-06-21 | Enable memory above 256MB again now that bus_dma has been fixed. | Miod Vallat |
2007-06-21 | Extent sgi bus_dma to cope with different views of memory: non-contiguous | Miod Vallat |
2007-06-21 | Fix microtime to not lose clocik ticks, gives us among other things, real | Miod Vallat |
2007-06-21 | Simple optimizations: | Miod Vallat |
2007-06-21 | Attach interrupt counters to intc interrupt sources too, so that clock | Miod Vallat |
2007-06-20 | Do not hardcode imask[] size when intializing it. | Miod Vallat |
2007-06-20 | These drivers were abusing b_cylinder to store device-specific information | Miod Vallat |
2007-06-20 | alpha kernel have wsmux but not the actual devices; PR #5469 from janjaap | Miod Vallat |
2007-06-20 | Add file such that a kernel with lpt at ssio actually compiles. | Mark Kettenis |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-20 | lpt at ssio | Mark Kettenis |
2007-06-20 | In vunmapbuf(), explicitely remove mappings before invoking uvm_km_free(). | Miod Vallat |
2007-06-20 | Protect pool operations with splvm. | Miod Vallat |
2007-06-20 | Make sure IPL_CLOCK blocks device interrupts. | Miod Vallat |
2007-06-19 | com at ssio | Mark Kettenis |
2007-06-19 | Add ssio(4), a driver for the castrated National Semiconductor PC87560 | Mark Kettenis |
2007-06-19 | Empty another cpu_disklabel. In this case read in the boot | Kenneth R Westerback |
2007-06-19 | Mark PDE entries with PG_U and PG_M. We never need that information from the | Artur Grabowski |
2007-06-18 | Lookup interrupt routing info based on elroy(4) bus number. | Mark Kettenis |
2007-06-18 | Calculate the disklabel checksum *after* filling in all the fields in | Kenneth R Westerback |
2007-06-18 | this is the sgi disklabel, mips64 is not the same | Theo de Raadt |
2007-06-18 | this is the sgi disksubr, not some mythical "all mips64 architectures can use... | Theo de Raadt |
2007-06-18 | Don't use cpu_disklabel as local storage. Use local variables and discard | Kenneth R Westerback |
2007-06-18 | Don't use cpu_disklabel as local storage. Use local variables and discard | Kenneth R Westerback |
2007-06-18 | Use a shorter form to load XKPHYS constants in .S code, shaves a few text | Miod Vallat |
2007-06-18 | Disable instruction reordering around cpl assignments. | Miod Vallat |
2007-06-18 | delete comment above cpu_disklabel that is not needed | Theo de Raadt |