Age | Commit message (Expand) | Author |
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 |
2006-11-30 | Remove the macros SET_CURPCB, GET_CURPCB and GET_CPUINFO, they are only used | Gordon Willem Klok |
2006-11-29 | Nuke all commons but one, and enable --warn-common in LINKFLAGS. | Miod Vallat |
2006-11-29 | Remove all the extern cpu_{id,model,whatever} declarations from most | Dimitry Andric |
2006-11-29 | Fix the major bug in ips which prevents GENERIC to attach it. | Alexander Yurchenko |
2006-11-29 | Don't print masks if we're in apic mode. | Mark Kettenis |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Fix cpu_model string screwup. | Dimitry Andric |
2006-11-29 | disable a gpio that is not needed | Theo de Raadt |
2006-11-29 | Use unsigned numbers for comparisons in mmmmap(). | Miod Vallat |
2006-11-29 | Remove MAPPEDCOPY. It does not work and I am not convinced it is worth | Miod Vallat |
2006-11-29 | Add commented out ips here as well. | Alexander Yurchenko |
2006-11-29 | cpu_swapin is nomore | Michael Shalayeff |
2006-11-29 | cpu_swapin is nomore | Michael Shalayeff |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |