summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2006-08-30Conditionalize cpu_coredump on COREDUMPmatt
2006-08-28- remove unused bdbtofsb.yamt
2006-08-21fix unterminated #ifdef. PR34240.hamajima
2006-08-19When looking for a screen mode at startup, skip any interlaced andbjh21
2006-08-19If we can't find a screen mode matching the bootloader's frame rate, choosebjh21
2006-08-19Arrange things so that if MONITOR isn't defined in the kernel configration,bjh21
2006-08-19The log2_bpp fields of the mode list generated by makemodes.awk weren'tbjh21
2006-08-18Move calculation of a screen mode's frame rate out of makemodes.awk intobjh21
2006-08-17This is kernel-only now, so no need to check _KERNEL.bjh21
2006-08-17There's no need to expose arm/iomd/vidc.h to userland any more, sincebjh21
2006-08-17Switch to using the MI struct videomode for storing VIDC video timings.bjh21
2006-08-16Fix an obvious typo.bjh21
2006-08-16Remove an unneeded include of the now-deleted <arm/iomd/rpckbdvar.h>.he
2006-08-15Un-__Pbjh21
2006-08-15vidc_initialmode seems to be initialised at startup and never touched again.bjh21
2006-08-15Un-__Pbjh21
2006-08-15Remove some prototypes and macros that aren't used any more.bjh21
2006-08-14Nothing in the tree uses NVIDCAUDIO or NVIDC, so stop generating them.bjh21
2006-08-14Finally remove the old, pre-wscons, acorn32 console code. This dated backbjh21
2006-08-05Centralize the various checks for validity of a CPU context in one macro,bjh21
2006-08-05bcopy -> memcpybjh21
2006-08-05ANSIfy, un-__P, and generally KNF.bjh21
2006-08-05This file seems to be unused, left behind by the last I^2C overhaul.bjh21
2006-08-05ANSIfy, un-__P, light KNF.bjh21
2006-08-03Support for timecounters on acorn32, supplied by Mike Pumford. Onlybjh21
2006-07-28Remove a few trailing blank lines.simonb
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-07-25typo; from Arnaud Lacombe, thanks!elad
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-19- Hold a reference to the process credentials in each struct lwp.ad
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-06-27KNF. Correct some spelling errors.peter
2006-06-27Use symbolic constants for the UART register locations.peter
2006-06-27Add a symbolic constant for the Infrared Communications Port.peter
2006-06-26use the "i2cbus" interface attribute rather than putting a string namedrochner
2006-06-25GCC4 fixes from Mike Pumfordchristos
2006-06-20Use portable | cat 1>&2 instead of > /dev/stderr. This allows this scriptgdamore
2006-05-17make xscale_pmnc_write() return void, rather than returning anmrg
2006-05-17remove 'inline' from the xxx_do_pending() function that is called frommrg
2006-05-15include kauth.h for kauth_cred_geteuid.yamt
2006-05-14integrate kauth.elad
2006-05-13Fix some more comments.skrll
2006-05-11remove irqblock[] as no one uses it. reviewed by Ben Harris.yamt
2006-05-10Fix some comments.skrll
2006-05-10Fix a bunch of cast lvalues.skrll
2006-05-08s/4/BKPT_SIZE/ in PC_ADVANCEskrll
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-04-25s/allready/already/snj
2006-04-18Back out my rev 1.14, the printf is actually quite useful andpeter
2006-04-17Simplify delay loop by moving the maths to before the loop.chris