Age | Commit message (Expand) | Author |
2007-08-01 | I have a dream of cvs not missing the files I have cvs rm'd with love. | Miod Vallat |
2007-08-01 | Figure out the host SCSI controller ID on KA48 (VLC) and KA49 (VS4k/9x) from | Miod Vallat |
2007-08-01 | Stop making de win over dc on alpha, and include both dc and de on all | Miod Vallat |
2007-08-01 | switch i386 to use the MI i8253 header file and remove the now obsolete MD | Martin Reindl |
2007-08-01 | unused, and Miod says this file was superseded by sys/dev/ic/i8253reg.h, so | Martin Reindl |
2007-07-31 | typo fixes from joel@ionix.com.au | Theo de Raadt |
2007-07-30 | Shuffle the order in which we look for header files, when doing | Thordur I. Bjornsson |
2007-07-29 | slot range check in add_nubus_intr() is wrong by one. | Miod Vallat |
2007-07-29 | It turns out that VIA2 always interrupts at level 2, and IPL_BIO is always 2 | Miod Vallat |
2007-07-29 | Add support for bootpaths like /pci@1f,4000/ide@3,0/ata@0,0/cmdk@0,0 | Mark Kettenis |
2007-07-29 | Seperate members of "struct pcb" that are accessed using physical addresses | Mark Kettenis |
2007-07-28 | Don't try to map interrupts that are already fully specified. Makes the | Mark Kettenis |
2007-07-27 | As on i386: | Tom Cosgrove |
2007-07-27 | We don't want to pass the PXE MAC address to the kernel when booting | Tom Cosgrove |
2007-07-27 | grow ramdisk filesystem size | Theo de Raadt |
2007-07-27 | Adapt powernow-k7.c driver to use the ACPI _PSS table for retreiving | Gordon Willem Klok |
2007-07-25 | crank to 4.2-beta | Theo de Raadt |
2007-07-25 | bthub for amd64, based on diff from johan | Todd T. Fries |
2007-07-24 | Remove some goo for dealing with 32-bit cpu's. | Mark Kettenis |
2007-07-24 | bthub for macppc to make xsa happy. | Michael Knudsen |
2007-07-23 | There seems to be enough room for rl(4) after all. | Mark Kettenis |
2007-07-23 | Add ssio(4) and its com(4) ports; thanks to jsg@ for reminding me. | Mark Kettenis |
2007-07-23 | Add glue for a control device for bthub(4). Will be used to configure | Michael Knudsen |
2007-07-22 | Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead. | Mark Kettenis |
2007-07-22 | Move hppa to __HAVE_TIMECOUNTERS. | Mark Kettenis |
2007-07-22 | Enable rl(4) on hppa, tested by me, ok kettenis@ | Jonathan Gray |
2007-07-21 | Add sk(4). Tested by Maurice Janssen. | Mark Kettenis |
2007-07-21 | another rare device temporarily gets the axe (until some other shrinkage happ... | Theo de Raadt |
2007-07-20 | Make lcd(4) "blink" when machdep.led_blink is set. | Mark Kettenis |
2007-07-20 | Give hppa the blink_led API from sparc64, and the associated machdep.led_blink | Mark Kettenis |
2007-07-20 | Enable lcd(4). | Mark Kettenis |
2007-07-20 | PDC I/O space lives at 0xf0f0000000, not 0xf000000000, at least on astr(4) | Mark Kettenis |
2007-07-20 | Use HPPA_PC_PRIV_USER instead of hardcoded 3. | Mark Kettenis |
2007-07-20 | More code that tests for CPUCLASS_386 that can go away. Pointed out by | Michael Knudsen |
2007-07-20 | Oh, look, code that begins like this: | Michael Knudsen |
2007-07-18 | Prefer ``hit'' cache operations when flushing kernel memory. | Miod Vallat |
2007-07-18 | Do not bother trying to make the tlb handler fit - they are too large | Miod Vallat |
2007-07-18 | bus_dmamem_map() maps with a single segment in directly-translated XKPHYS | Miod Vallat |
2007-07-17 | emu(4) works on sgi. | Jacob Meuser |
2007-07-16 | sizeof long double == sizeof double, deal with it; ok kettenis | Jason Wright |
2007-07-16 | Replace bunches of nops with the ITLBNOPFIX macro, which generates fewer | Miod Vallat |
2007-07-16 | On exit from switch_exit(), do not bother saving context and immediately | Miod Vallat |
2007-07-16 | Do not reenabled interrupts when processing a ddb trap, for bad things may | Miod Vallat |
2007-07-16 | Change idle_mask to be made of the cop0 SR bits unshifted and the cop0 IC bits | Miod Vallat |
2007-07-15 | lcd(4); a driver for the front panel LCD display found on the four-digit | Mark Kettenis |
2007-07-15 | Add PDC_CHASSIS_INFO and associated structures. | Mark Kettenis |
2007-07-15 | Delay switching to the real serial console until we attach the serial device. | Mark Kettenis |
2007-07-14 | Make sigreturn(2) set the proper space ID for the instruction queue. Fixes | Mark Kettenis |
2007-07-14 | When calibrating the delay const, only allow clock and above interrupts. | Miod Vallat |
2007-07-14 | Add bge(4). Tested by Maurice Janssen. | Mark Kettenis |