summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-12-11Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 andOwain Ainsworth
2008-12-11revert back to 1.4, since there's still some code that uses this; pointedMartynas Venckus
2008-12-10When booting from a CD on i386/amd64, assume the root filesystemKenneth R Westerback
2008-12-10both x86 platforms isa bus_dma implementations handle bus_dmamap_syncOwain Ainsworth
2008-12-09sparc does not have extended precision, therefore remove unusedMartynas Venckus
2008-12-08some sscom and interrupt cleanup, closer to usable userland.Dale Rahn
2008-12-07Make acpiprt(4) check whether the current interrupt routing is "possible" andMark Kettenis
2008-12-06Revert this to, due to the ppc intr backout. -moj ok @kettenisMats O Jansson
2008-12-06revert all changes related to the mpsafe intr handler. i screwed up the commitTed Unangst
2008-12-06not commited, i'm a retardTed Unangst
2008-12-06the not MP version didn't compile, mglocker foundTed Unangst
2008-12-06cvs wouldn't let me check this in beforeTed Unangst
2008-12-06some more trouble where i failed to account for oga's diffTed Unangst
2008-12-06mpsafe intr_establish that doesn't get biglock, so that we may dream of the d...Ted Unangst
2008-12-04*sigh* unbreak the tree.Owain Ainsworth
2008-12-04Revert ppc intr stuff. Make socppc compile again. -mojMats O Jansson
2008-12-04Fix "fp_save ipi didn't" panic, and move i386/amd64 closer in the process.Tobias Weingartner
2008-12-04Move the bus_dma generic functions out of the far-too-podgy machdep.c andOwain Ainsworth
2008-12-03Remove the x86 and i386 prefixes to the bus_dma types. It's really quiteOwain Ainsworth
2008-12-03Some more ambigous -> ambiguous pointed out by mbalmer (there areStuart Henderson
2008-12-01terse is good, more readable; please commit deraadt@Todd T. Fries
2008-11-30It's annoying to have an 2+ hour kernel compile die in ld because bluetoothMats O Jansson
2008-11-29add sscom here too. Fixes armish build.Matthieu Herrb
2008-11-29Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from hisRay Lai
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-27It turns out Motorola manufactured ECC 128MB memory boards for MVME188Miod Vallat
2008-11-27ZAURUS -> GUMSTIX in guard symbols.Miod Vallat
2008-11-27Give the tags target a chance to work.Miod Vallat
2008-11-27On 88100 cpus, make sure userland processes start with SNIP and SFIP validMiod Vallat
2008-11-27Add sscom to cdevswitch like fcom used to be.Dale Rahn
2008-11-27tx starting to work.Dale Rahn
2008-11-27Enable gpioow and gpioiic for runtime attachment, keep the previousMarc Balmer
2008-11-27better.Dale Rahn
2008-11-26Disable some devices for now to make GENERIC build. ok drahn@.Matthieu Herrb
2008-11-26Enable Bluetooth (btd and btctl are not hooked into the build yet)Uwe Stuehler
2008-11-26Add some files missed in the original checkin.Dale Rahn
2008-11-26Start at the port of OpenBSD to the OpenMoko hardware. Work in progress.Dale Rahn
2008-11-26Add a number of driver files necessary for OpenMoko support,Dale Rahn
2008-11-26Initial port of OpenBSD to the (xscale based) gumstix, work in progress.Dale Rahn
2008-11-26Sparc64 still only has 64 virtual address bits and not 65.Claudio Jeker
2008-11-26Change pci_intr_handle_t to be like i386 where it is a struct that stores theMark Kettenis
2008-11-26fix boot() function commentKevin Lo
2008-11-25we are heading quickly to a world where isp(4) will not fit, so let usTheo de Raadt
2008-11-25Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.Kenneth R Westerback
2008-11-25Fix dmesg ugliness caused by not printing iotdb stuff.Mark Kettenis
2008-11-25rename zaurus_reg.h to machine_reg and rename some of the internal fieldsDale Rahn
2008-11-24Import btsco(4) from NetBSD to work on itUwe Stuehler
2008-11-24oops.Artur Grabowski
2008-11-24Only schedule a soft interrupt if the device has been opened (and sc_ttyMark Kettenis
2008-11-24 - Remove the special case for one page pmap_remove, it's useless.Artur Grabowski