summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-12-11do not bus_space_map devices which are at address 0; ok kettenisTheo de Raadt
2006-12-11change sig_atomic_t to int (was long). spotted by Alexander_Bluhm@genua.deTheo de Raadt
2006-12-11On i386, swizzle interrupts for devices for which we don't have explicitMark Kettenis
2006-12-10Delay two seconds after board reset before trying to probe scsi devices.Miod Vallat
2006-12-10Allow ``flags 0'' to work to disable DMA for si(4) and sw(4) - it would getMiod Vallat
2006-12-10Fix typo in intersil clock programming.Miod Vallat
2006-12-09Do not make sun terminal emulation selected by the wsemul_sun frame bufferMiod Vallat
2006-12-09Enable udcf(4).Marc Balmer
2006-12-09Like the earlier change to powernow-k7.c check for both the regular cpuidGordon Willem Klok
2006-12-08Fix kernel link warning on i386 about boothowto being overridden, byDimitry Andric
2006-12-08scsibus_attach_args not scsi_attach_args for saa inThordur I. Bjornsson
2006-12-06Enable mc and mesh in RAMDISK as well, as pointed out by brad@ its prettyGordon Willem Klok
2006-12-06starfire ethernet works here nowMartin Reindl
2006-12-06Enable mesh and mc device drivers in GENERIC, booting on old world macs isGordon Willem Klok
2006-12-06fix some multi-line comments and printfsMartin Reindl
2006-12-05regenOtto Moerbeek
2006-12-05Implement an alternative workaround for the extent lies out of region panicGordon Willem Klok
2006-12-05Import fixcoff from NetBSD and make some changes to boot.mac Makefile andGordon Willem Klok
2006-12-05Allow kmem to work, might not quite be right yet, but allows basicDale Rahn
2006-12-03Change cgeight to run the console in the monochrome overlay plane (as cgtwelveMiod Vallat
2006-12-03In fb_setsize(), remove dead code in the SUN4 case.Miod Vallat
2006-12-03Instead of invoking rasops_init with a wrong depth value to have someMiod Vallat
2006-12-03Do the ri_devcmap reprogramming dance in fbwscons_init(), so that it appliesMiod Vallat
2006-12-03Initialize more fields of the proto disklabel before invoking readdisklabel(),Miod Vallat
2006-12-03Enable all color planes on attach and wait for retrace to program theMiod Vallat
2006-12-03Clean frame buffer attachment code:Miod Vallat
2006-12-03Revert r1.35 (ether_input to ether_input_mbuf conversion), this causesMiod Vallat
2006-12-02On frame buffers which endianness differs from the host CPU, we can not affordMiod Vallat
2006-12-02Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to beMiod Vallat
2006-12-02Use ri_devcmap to get corrected color values, instead of directly usingMiod Vallat
2006-12-02Use the unpack_attr emulops instead of doing an inline rasops_unpack_attr.Miod Vallat
2006-12-02zx needs rasops8 code for emulation modes, not rasops32.Miod Vallat
2006-12-01Unbreak.Miod Vallat
2006-11-30Oops, didn't mean to increase the default msgbufsize for i386. Noticed by bra...Dimitry Andric
2006-11-30s/completly/completely/Michael Knudsen
2006-11-30replace a bunch of ifs w/ an array scan and add a few moreMichael Shalayeff
2006-11-30Remove the macros SET_CURPCB, GET_CURPCB and GET_CPUINFO, they are only usedGordon Willem Klok
2006-11-29Nuke all commons but one, and enable --warn-common in LINKFLAGS.Miod Vallat
2006-11-29Remove all the extern cpu_{id,model,whatever} declarations from mostDimitry Andric
2006-11-29Fix the major bug in ips which prevents GENERIC to attach it.Alexander Yurchenko
2006-11-29Don't print masks if we're in apic mode.Mark Kettenis
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Fix cpu_model string screwup.Dimitry Andric
2006-11-29disable a gpio that is not neededTheo de Raadt
2006-11-29Use unsigned numbers for comparisons in mmmmap().Miod Vallat
2006-11-29Remove MAPPEDCOPY. It does not work and I am not convinced it is worthMiod Vallat
2006-11-29Add commented out ips here as well.Alexander Yurchenko
2006-11-29cpu_swapin is nomoreMichael Shalayeff
2006-11-29cpu_swapin is nomoreMichael Shalayeff
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat