summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-03-09autri flags here too. pointed out by deraadt@Ted Unangst
2003-03-09autri now takes flags, provide sample 0x0000Ted Unangst
2003-03-09A work-in-progress driver for the Sun ZX (aka Leo) accelerated frame buffers,Miod Vallat
2003-03-09When a sparc machine is running with serial console, the zskbd probe wouldMiod Vallat
2003-03-08qe tested and working well; enableHugh Graham
2003-03-08more deletionsTheo de Raadt
2003-03-08bye bye, noted by davidTheo de Raadt
2003-03-08agten does not need to imply rasops32 at the moment.Miod Vallat
2003-03-07New athlon models, ok deraadt@Peter Stromberg
2003-03-07- make a copyout into a copyin for correct semanticsJason Wright
2003-03-06enable elansc; ok deraadt@Markus Friedl
2003-03-06Improve comments, including type fixes; lebel@Miod Vallat
2003-03-06Premiliminary driver for the Fujitsu AG-10e SBus frame buffer.Miod Vallat
2003-03-06The existing IOMMU code had a rounding problem that was most noticeableHenric Jungheim
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-03-05Driver for the Parallax XVideo and PowerVideo frame buffers.Miod Vallat
2003-03-05Some typos prevented STCs from being detected and the size of theHenric Jungheim
2003-03-04told you it was not knfTheo de Raadt
2003-03-04Move 'userret' code to a seperate function, add it to child_return(). w/KNFDale Rahn
2003-03-03Prefer pmap_kenter_pa() in pmap_map().Miod Vallat
2003-03-03Enabled inclusion of ISP SBus f/w for GENERIC kernels. This tendsmjacob
2003-03-03march through the trapframes on the stack trace until the very lastMichael Shalayeff
2003-03-01- only declare and provide pmap_map() for mac68k, until it bites the dust.Miod Vallat
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
2003-02-28intrcnt's are now int's to fit with kern.intrcnt assumptions; miod okJason Wright
2003-02-28update lasttick in clockintr() so that time doesn't run away with usJason Wright
2003-02-28make intrcnt[n] an int to fit with the kern.intrcnt changes in JanuaryJason Wright
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