summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-02-28Fix more evil typos.Miod Vallat
2003-02-28fix comments, from weissmanndude.Michael Shalayeff
2003-02-26Let this compile if no DDBMiod Vallat
2003-02-26Fix symbol clash that would prevent a kernel configured with both ncr5380Miod Vallat
2003-02-26minor fix in a debug printfMichael Shalayeff
2003-02-26Remove an unnecessary structure copy from useage of setfault(), callDale Rahn
2003-02-26Remove a poor error message which is emitted on perfectly fine MBR labeledDale Rahn
2003-02-26Volatile to prevent the optimizer from eliminating these, and fix theDale Rahn
2003-02-26eliminate some useless checks. yichen xie's checker.Ted Unangst
2003-02-25Let pmap_remove_mapping() do its job correctly if option DIAGNOSTIC isMiod Vallat
2003-02-25In trap(), always initialize tts, even if TRAPDEBUG is not defined, as itMiod Vallat
2003-02-25Destaticize, and add RAMDISK_HOOK glue for bsd.rdMiod Vallat
2003-02-24Hammer the disklabel code once more: a few fixes, lots of simplifications,Miod Vallat
2003-02-24Use MAKEDISKDEV and DISKUNIT macros instead of rolling our own inline versionMiod Vallat
2003-02-24Do not redefine stuff already in <sys/disklabel.h>Miod Vallat
2003-02-24Defer the iomem extent initialization until the MMU is enabled. This isMiod Vallat
2003-02-24Oops, forgot to commit that part of the pmap_kenter changes; spotted by art@Miod Vallat
2003-02-24Sync struct pcb and struct mdproc with what other m68k ports use. This willMiod Vallat
2003-02-24Prefer pmap_kenter_pa() rather than pmap_enter() for the buffers.Miod Vallat
2003-02-22don't use home grown timeval comparison when timercmp() is available; pointed...Jason Wright
2003-02-22always use %tick based microtime (ie. remove conditional for counter-timer)Jason Wright
2003-02-22check for a NULL tag in bus_space_render_tag() so that other debug code doesn...Jason Wright
2003-02-22rearrange allocations and such so that this actually attaches (still panicsJason Wright
2003-02-21Print the pa not ldxa(pa)Jason Wright
2003-02-21- kill several unnecessary static'sJason Wright
2003-02-20Fix the mask and sign extension for bl instruction which branch backwards.Dale Rahn
2003-02-19Remove ddb machine commands, they are already available as "bo ha" and "bo re".Miod Vallat
2003-02-18gsc_intr is a leafMichael Shalayeff
2003-02-18knf; mickey okTheo de Raadt
2003-02-18nicerTheo de Raadt
2003-02-18intial -> initial;Jason McIntyre
2003-02-18Let kernels compile without DDB, USELEDS, and DIAGNOSTIC.Miod Vallat
2003-02-18copyrights added;Jason McIntyre
2003-02-18copyrights added;Jason McIntyre
2003-02-18The previous boot device detection code would not work on old pdc machinesMiod Vallat
2003-02-17Allow the generic ps/2 mouse driver, pms, to attach to gsckbc as well.Miod Vallat
2003-02-17Since the ps/2 input ports show up as two different devices, with the sameMiod Vallat
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2003-02-16Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantageMiod Vallat
2003-02-16RegenMiod Vallat
2003-02-16Although some hppa models, such as the 715, will require specific keyboards,Miod Vallat
2003-02-15A simple and crude driver to play with the hil so-called ``ID module''Miod Vallat
2003-02-15Provide a "code" locator for hil devices. This will let people ask theirMiod Vallat
2003-02-15Rework the console management on hppa:Miod Vallat
2003-02-15Disable sti1, yes, but correctly...Miod Vallat
2003-02-15gsckbc is more sensitive than pckbc; always allow the enable() accessopMiod Vallat
2003-02-15The current hppa code would always ask for the root device, when runningMiod Vallat
2003-02-14Do not allow sti1 to attach at the moment, as it will not work correctly;Miod Vallat
2003-02-14always need softintr after rxexception (avoids uninitialized variable); point...Jason Wright
2003-02-14this is a bsd materialMichael Shalayeff