Age | Commit message (Expand) | Author |
2006-12-18 | Activate mbg(4). | Marc Balmer |
2006-12-17 | Remove unnecessary <dev/wscons/wscons_raster.h> inclusion. | Miod Vallat |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-14 | Add defines for several SPARC-V9 implementations. | Mark Kettenis |
2006-12-12 | Fix typo in comment. | Mark Kettenis |
2006-12-12 | Use appropriate macros to decode IGN. | Mark Kettenis |
2006-12-09 | Do not make sun terminal emulation selected by the wsemul_sun frame buffer | Miod Vallat |
2006-12-03 | Do the ri_devcmap reprogramming dance in fbwscons_init(), so that it applies | Miod Vallat |
2006-12-02 | On frame buffers which endianness differs from the host CPU, we can not afford | Miod Vallat |
2006-12-02 | Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to be | Miod Vallat |
2006-12-02 | Use the unpack_attr emulops instead of doing an inline rasops_unpack_attr. | Miod Vallat |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-11-26 | enable mpi | David Gwynne |
2006-11-25 | add commented out entries for gem@sbus | Brad Smith |
2006-11-19 | In sigreturn, report the correct error if copyin() fails; spotted by | Miod Vallat |
2006-11-14 | fix a comment (wording from mark) | Jasper Lievisse Adriaanse |
2006-10-27 | Add a few UltraSPARC-III ASI's. | Mark Kettenis |
2006-10-25 | Make sure we actually flush the I-TLB on UltraSPARC-III by doing it from | Mark Kettenis |
2006-10-04 | More tidying up after bad144. Remove references in comments and | Kenneth R Westerback |
2006-09-28 | uath(4) works, kind of, sometimes... | Theo de Raadt |
2006-09-27 | Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. | Alexander Yurchenko |
2006-09-27 | add pgt(4) and acx(4), work in progress. | Brad Smith |
2006-09-27 | Add files.onewire to all our USB archs, it will be used soon. | Alexander Yurchenko |
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback |
2006-09-22 | Dump memory above 4GB correctly. | Miod Vallat |
2006-09-01 | Standardize on EFBIG in bus_dmamap_load* if caller is too greedy; I had | Miod Vallat |
2006-08-31 | Fix handling of 64-bit quantities in Open Firmware's client interface. | Mark Kettenis |
2006-08-30 | we can fit ehci & pci verbose. Much nicer. | Theo de Raadt |
2006-08-29 | XXX when we find vgapci devices on a USIII machine, fail to match | Theo de Raadt |
2006-08-27 | Enable HORRID_III_HACK, but make sure we only disable the data cache on | Mark Kettenis |
2006-08-27 | Use the correct IGN for the B side of schizo. Makes interrupts actually work | Mark Kettenis |
2006-08-18 | add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming) | Jason Wright |
2006-08-17 | enable msk(4) in a few more places. | Brad Smith |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
2006-08-17 | (128 << fd->sc_type->secsize) instead of (128 * (1 << fd->sc_type->secsize)). | Kenneth R Westerback |
2006-08-15 | Allocate as many iommu page lists as necessary to match the size request | Miod Vallat |
2006-08-14 | Enable uslcom(4) and uark(4) on all the USB capable archs. | Jonathan Gray |
2006-08-14 | enable arc since it works here | David Gwynne |
2006-08-12 | Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT) | Kenneth R Westerback |
2006-08-11 | Use d_secperunit rather than 0x1fffffff as the default value for | Kenneth R Westerback |
2006-08-11 | For non-console vgafb, force rasops to initialize it as a monochrome resource, | Miod Vallat |
2006-08-11 | add rum(4) on arches where ural(4) is enabled. | Damien Bergamini |
2006-08-10 | Hookup hw.vendor and hw.product sysctls on sparc64. | Gordon Willem Klok |
2006-07-27 | remove weird floppyboot garbage; ok miod | Theo de Raadt |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-07-10 | Do not blindly enable pci io/mem space. | Mark Kettenis |
2006-07-09 | *enty->*ently where applicable | Miod Vallat |