summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-07-24Remove some goo for dealing with 32-bit cpu's.Mark Kettenis
2007-07-24bthub for macppc to make xsa happy.Michael Knudsen
2007-07-23There seems to be enough room for rl(4) after all.Mark Kettenis
2007-07-23Add ssio(4) and its com(4) ports; thanks to jsg@ for reminding me.Mark Kettenis
2007-07-23Add glue for a control device for bthub(4). Will be used to configureMichael Knudsen
2007-07-22Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead.Mark Kettenis
2007-07-22Move hppa to __HAVE_TIMECOUNTERS.Mark Kettenis
2007-07-22Enable rl(4) on hppa, tested by me, ok kettenis@Jonathan Gray
2007-07-21Add sk(4). Tested by Maurice Janssen.Mark Kettenis
2007-07-21another rare device temporarily gets the axe (until some other shrinkage happ...Theo de Raadt
2007-07-20Make lcd(4) "blink" when machdep.led_blink is set.Mark Kettenis
2007-07-20Give hppa the blink_led API from sparc64, and the associated machdep.led_blinkMark Kettenis
2007-07-20Enable lcd(4).Mark Kettenis
2007-07-20PDC I/O space lives at 0xf0f0000000, not 0xf000000000, at least on astr(4)Mark Kettenis
2007-07-20Use HPPA_PC_PRIV_USER instead of hardcoded 3.Mark Kettenis
2007-07-20More code that tests for CPUCLASS_386 that can go away. Pointed out byMichael Knudsen
2007-07-20Oh, look, code that begins like this:Michael Knudsen
2007-07-18Prefer ``hit'' cache operations when flushing kernel memory.Miod Vallat
2007-07-18Do not bother trying to make the tlb handler fit - they are too largeMiod Vallat
2007-07-18bus_dmamem_map() maps with a single segment in directly-translated XKPHYSMiod Vallat
2007-07-17emu(4) works on sgi.Jacob Meuser
2007-07-16sizeof long double == sizeof double, deal with it; ok kettenisJason Wright
2007-07-16Replace bunches of nops with the ITLBNOPFIX macro, which generates fewerMiod Vallat
2007-07-16On exit from switch_exit(), do not bother saving context and immediatelyMiod Vallat
2007-07-16Do not reenabled interrupts when processing a ddb trap, for bad things mayMiod Vallat
2007-07-16Change idle_mask to be made of the cop0 SR bits unshifted and the cop0 IC bitsMiod Vallat
2007-07-15lcd(4); a driver for the front panel LCD display found on the four-digitMark Kettenis
2007-07-15Add PDC_CHASSIS_INFO and associated structures.Mark Kettenis
2007-07-15Delay switching to the real serial console until we attach the serial device.Mark Kettenis
2007-07-14Make sigreturn(2) set the proper space ID for the instruction queue. FixesMark Kettenis
2007-07-14When calibrating the delay const, only allow clock and above interrupts.Miod Vallat
2007-07-14Add bge(4). Tested by Maurice Janssen.Mark Kettenis
2007-07-13Do not compile disk_reallymapin() unless it is really needed.Miod Vallat
2007-07-13Reenable accelerated text console primitives on pnozz if running with aMiod Vallat
2007-07-11Remove unused shpcic_intr_establish() and friends.Miod Vallat
2007-07-11Try reading a native label in the first sector, before trying to findMiod Vallat
2007-07-10Don't trust the privilige level in the sigcontext passed to sigreturn(2).Mark Kettenis
2007-07-10Don't brelse() a buf we don't own in readsgilabel() by mistake.Miod Vallat
2007-07-09change the behaviour of the LED on the O2 so that it's red in user modeJasper Lievisse Adriaanse
2007-07-07Match VIA VT8237A; from "Christoph Egger" <Christoph_Egger@gmx.de>.Alexander Yurchenko
2007-07-06Fix a misleading comment.Artur Grabowski
2007-07-06net80211 growth eats another ethernet driver (which is super rare on laptops)Theo de Raadt
2007-07-05Report actual faulting address (if we can) instead of the mmu tag word forMark Kettenis
2007-07-05Print offset and irq for devices that attach to ssio(4).Mark Kettenis
2007-07-05Compute the correct address and try and print a matching symbol for j andMiod Vallat
2007-07-04fix dmesg formatting error when hardware random number generator is presentChris Kuethe
2007-07-04take skc/sk off main floppy, becuase of net80211 growthTheo de Raadt
2007-07-04Remove more IPX leftovers.Marco Pfatschbacher
2007-07-03Mark ukbd(4) as console keyboard when appropriate.Mark Kettenis
2007-07-02replace two lockmgr lock with rwlocks.Thordur I. Bjornsson