summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-14Swizzle interrupts for devices for which we don't have explicit inetrruptMark Kettenis
2006-12-14Add defines for several SPARC-V9 implementations.Mark Kettenis
2006-12-14Reset BBRB if we exit from a process that was single-stepping. Prevents aMark Kettenis
2006-12-14- enable nested interrupts on zaurus. most obvious side-effect of this isNiall O'Higgins
2006-12-14Per the new policy with respect to short header files contaning onlyGordon Willem Klok
2006-12-14Eliminate unncessary interfaces resets via the SIOCSIFADDR ioctl whenGordon Willem Klok
2006-12-13Remove the dma_eop callback in the ncr5380 driver md attachment, it was alwaysMiod Vallat
2006-12-13Missing "break;" for the KA46/KA48 case, fortunately caused no harm but aMiod Vallat
2006-12-13Remove unused parts of vsbus_attach_args structure.Miod Vallat
2006-12-12Complete gwk's previous patch to stop setperf methods from returningDimitry Andric
2006-12-12Fix typo in comment.Mark Kettenis
2006-12-12Use appropriate macros to decode IGN.Mark Kettenis
2006-12-11Ensure kvm86_call actually saves the curpcb instead of junk. ErrorGordon Willem Klok
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