Age | Commit message (Expand) | Author |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-14 | Swizzle interrupts for devices for which we don't have explicit inetrrupt | Mark Kettenis |
2006-12-14 | Add defines for several SPARC-V9 implementations. | Mark Kettenis |
2006-12-14 | Reset BBRB if we exit from a process that was single-stepping. Prevents a | Mark Kettenis |
2006-12-14 | - enable nested interrupts on zaurus. most obvious side-effect of this is | Niall O'Higgins |
2006-12-14 | Per the new policy with respect to short header files contaning only | Gordon Willem Klok |
2006-12-14 | Eliminate unncessary interfaces resets via the SIOCSIFADDR ioctl when | Gordon Willem Klok |
2006-12-13 | Remove the dma_eop callback in the ncr5380 driver md attachment, it was always | Miod Vallat |
2006-12-13 | Missing "break;" for the KA46/KA48 case, fortunately caused no harm but a | Miod Vallat |
2006-12-13 | Remove unused parts of vsbus_attach_args structure. | Miod Vallat |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-12-12 | Fix typo in comment. | Mark Kettenis |
2006-12-12 | Use appropriate macros to decode IGN. | Mark Kettenis |
2006-12-11 | Ensure kvm86_call actually saves the curpcb instead of junk. Error | Gordon Willem Klok |
2006-12-11 | do not bus_space_map devices which are at address 0; ok kettenis | Theo de Raadt |
2006-12-11 | change sig_atomic_t to int (was long). spotted by Alexander_Bluhm@genua.de | Theo de Raadt |
2006-12-11 | On i386, swizzle interrupts for devices for which we don't have explicit | Mark Kettenis |
2006-12-10 | Delay two seconds after board reset before trying to probe scsi devices. | Miod Vallat |
2006-12-10 | Allow ``flags 0'' to work to disable DMA for si(4) and sw(4) - it would get | Miod Vallat |
2006-12-10 | Fix typo in intersil clock programming. | Miod Vallat |
2006-12-09 | Do not make sun terminal emulation selected by the wsemul_sun frame buffer | Miod Vallat |
2006-12-09 | Enable udcf(4). | Marc Balmer |
2006-12-09 | Like the earlier change to powernow-k7.c check for both the regular cpuid | Gordon Willem Klok |
2006-12-08 | Fix kernel link warning on i386 about boothowto being overridden, by | Dimitry Andric |
2006-12-08 | scsibus_attach_args not scsi_attach_args for saa in | Thordur I. Bjornsson |
2006-12-06 | Enable mc and mesh in RAMDISK as well, as pointed out by brad@ its pretty | Gordon Willem Klok |
2006-12-06 | starfire ethernet works here now | Martin Reindl |
2006-12-06 | Enable mesh and mc device drivers in GENERIC, booting on old world macs is | Gordon Willem Klok |
2006-12-06 | fix some multi-line comments and printfs | Martin Reindl |
2006-12-05 | regen | Otto Moerbeek |
2006-12-05 | Implement an alternative workaround for the extent lies out of region panic | Gordon Willem Klok |
2006-12-05 | Import fixcoff from NetBSD and make some changes to boot.mac Makefile and | Gordon Willem Klok |
2006-12-05 | Allow kmem to work, might not quite be right yet, but allows basic | Dale Rahn |
2006-12-03 | Change cgeight to run the console in the monochrome overlay plane (as cgtwelve | Miod Vallat |
2006-12-03 | In fb_setsize(), remove dead code in the SUN4 case. | Miod Vallat |
2006-12-03 | Instead of invoking rasops_init with a wrong depth value to have some | Miod Vallat |
2006-12-03 | Do the ri_devcmap reprogramming dance in fbwscons_init(), so that it applies | Miod Vallat |
2006-12-03 | Initialize more fields of the proto disklabel before invoking readdisklabel(), | Miod Vallat |
2006-12-03 | Enable all color planes on attach and wait for retrace to program the | Miod Vallat |
2006-12-03 | Clean frame buffer attachment code: | Miod Vallat |
2006-12-03 | Revert r1.35 (ether_input to ether_input_mbuf conversion), this causes | 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 ri_devcmap to get corrected color values, instead of directly using | Miod Vallat |
2006-12-02 | Use the unpack_attr emulops instead of doing an inline rasops_unpack_attr. | Miod Vallat |
2006-12-02 | zx needs rasops8 code for emulation modes, not rasops32. | Miod Vallat |
2006-12-01 | Unbreak. | Miod Vallat |
2006-11-30 | Oops, didn't mean to increase the default msgbufsize for i386. Noticed by bra... | Dimitry Andric |
2006-11-30 | s/completly/completely/ | Michael Knudsen |
2006-11-30 | replace a bunch of ifs w/ an array scan and add a few more | Michael Shalayeff |