summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-07-29slot range check in add_nubus_intr() is wrong by one.Miod Vallat
2007-07-29It turns out that VIA2 always interrupts at level 2, and IPL_BIO is always 2Miod Vallat
2007-07-29Add support for bootpaths like /pci@1f,4000/ide@3,0/ata@0,0/cmdk@0,0Mark Kettenis
2007-07-29Seperate members of "struct pcb" that are accessed using physical addressesMark Kettenis
2007-07-28Don't try to map interrupts that are already fully specified. Makes theMark Kettenis
2007-07-27As on i386:Tom Cosgrove
2007-07-27We don't want to pass the PXE MAC address to the kernel when bootingTom Cosgrove
2007-07-27grow ramdisk filesystem sizeTheo de Raadt
2007-07-27Adapt powernow-k7.c driver to use the ACPI _PSS table for retreivingGordon Willem Klok
2007-07-25crank to 4.2-betaTheo de Raadt
2007-07-25bthub for amd64, based on diff from johanTodd T. Fries
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