summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-11-05Use TF_SPC instead of hardcoding its value.Miod Vallat
2006-11-05Correctly release resources in intc_free_ih().Miod Vallat
2006-11-05Fix a couple of comments.Miod Vallat
2006-11-05Some basic fpu trap handling.Miod Vallat
2006-11-05Add deduced power state table for 1.00 GHz VIA Eden 90nm 'Esther'.Dimitry Andric
2006-11-05Do not enable hardware cursor in the Brooktree DAC on the 8bpp model as wellMiod Vallat
2006-11-05Wait two seconds after reset before probing devices, lets RX23 get detectedMiod Vallat
2006-11-05define the bit that sh4 uses for FPU disable.Dale Rahn
2006-11-04make compile w/ debugMichael Shalayeff
2006-11-04make stack trace look as other flavoured stack traces look likeMichael Shalayeff
2006-11-03cleanup some devicesMichael Shalayeff
2006-11-03add scifMichael Shalayeff
2006-11-03need an entry for scifMichael Shalayeff
2006-11-03Return address is way too useful to not print here.Dale Rahn
2006-11-03For now use 3 pages like netbsd, allows the kernel to get _MUCH_ farther.Dale Rahn
2006-11-03must steal pages from the end of the physsegMichael Shalayeff
2006-11-03mdproc has to be initialisedMichael Shalayeff
2006-11-03step and stuff works in ddb now tooMichael Shalayeff
2006-11-02Remove unused code and move the knowledge of struct switchframe to a singleMiod Vallat
2006-11-02proper brkpt detection so continue does restart properMichael Shalayeff
2006-11-02enable vic(4) now that it works.David Gwynne
2006-11-01German LK-[24]01 keyboard layout;Miod Vallat
2006-10-31Do not map obio mappings twice.Miod Vallat
2006-10-31Mention that cdboot won't find boot.conf if you create the CDTom Cosgrove
2006-10-30install boot.conf as a section 5 page, not section 8;Jason McIntyre
2006-10-30Now the primary CPU starts the CMMUs which tied to the secondary CPUs.Kenji Aoyama
2006-10-30Changed CMMU probing method. On the luna88k, badaddr() returns 'good'Kenji Aoyama
2006-10-29Fix Bt458 programming; screen burner now works on 8bpp flavour.Miod Vallat
2006-10-29The default for swap should be partition 'b' on the same unit as root is,Mark Kettenis
2006-10-29The default for swap should be partition 'b' on the same unit as root is,Mark Kettenis
2006-10-29These printfs appear unnecessary now that the cache is disabled.Dale Rahn
2006-10-29Disable cache before jumping into the kernel, makes bootloader more reliable.Dale Rahn
2006-10-29Don't need to 'goto done;' when 'done:' is the next line.Kenneth R Westerback
2006-10-29Remove redundant if (msg) {} block around invocations ofKenneth R Westerback
2006-10-28We don't currently write a disklabel into an OpenBSD ('A6') DOS MBRKenneth R Westerback
2006-10-28Make sure we call _mcount throught the PLT when generating PIC code.Mark Kettenis
2006-10-28Make this work.Mark Kettenis
2006-10-27Hide hardware cursor on 4bpp model.Miod Vallat
2006-10-27Add a few UltraSPARC-III ASI's.Mark Kettenis
2006-10-27If the lid is closed during boot, blank screen immediately.Miod Vallat
2006-10-27Partially revert 1.33 the range calculation change for banditGordon Willem Klok
2006-10-26Driver for the AMD Geode LX series processor security block.Tom Cosgrove
2006-10-26Driver for MosChip MCS7703 based USB Serial devices.Jonathan Gray
2006-10-25Make sure we actually flush the I-TLB on UltraSPARC-III by doing it fromMark Kettenis
2006-10-25Add ramdisk hooks portion.Dale Rahn
2006-10-25Ramdisk kernel generated from GENERICDale Rahn
2006-10-25make majors reflect reality.Dale Rahn
2006-10-24Hook brand new trace function into ddb. Now users can send useful tracesMarco Peereboom
2006-10-23Move towards winter.Miod Vallat
2006-10-23Correctly invoke sh_clock_init() [merge error]Miod Vallat