Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Theo de Raadt | |
happens) | |||
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 | |
sysctl. | |||
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 | |
based systems. | |||
2007-07-20 | Use HPPA_PC_PRIV_USER instead of hardcoded 3. | Mark Kettenis | |
requested by miod@ | |||
2007-07-20 | More code that tests for CPUCLASS_386 that can go away. Pointed out by | Michael Knudsen | |
Charles Longeau, thanks. Fix an indentation nit while there. ok toby | |||
2007-07-20 | Oh, look, code that begins like this: | Michael Knudsen | |
if (cpu_class != CPUCLASS_386) { Since we don't support 386 now, unconditionally execute the block. ok tom toby | |||
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 | |
and the r5000 errata workaround made them non-relocatable, so always copy trampolines. This will be revisited when the tlb refill code will be selected at runtime (soon). | |||
2007-07-18 | bus_dmamem_map() maps with a single segment in directly-translated XKPHYS | Miod Vallat | |
space, either cache coherent for regular mappings and uncached for BUS_DMA_COHERENT mappings, as done on all other platforms with direct mappings. | |||
2007-07-17 | emu(4) works on sgi. | Jacob Meuser | |
requested by jsg@ the digital out port is obscured by the small PCI card access slot on the moosehead case, but we don't support the digital ports anyway | |||
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 | |
nops unless we compile for early RM7000 flavours, which we usually don't do. | |||
2007-07-16 | On exit from switch_exit(), do not bother saving context and immediately | Miod Vallat | |
jump into the scheduler loop. | |||
2007-07-16 | Do not reenabled interrupts when processing a ddb trap, for bad things may | Miod Vallat | |
happen; from NetBSD | |||
2007-07-16 | Change idle_mask to be made of the cop0 SR bits unshifted and the cop0 IC bits | Miod Vallat | |
shifted, instead of the other way around; this shaves a few instructions. | |||
2007-07-15 | lcd(4); a driver for the front panel LCD display found on the four-digit | Mark Kettenis | |
B/C/J-class workstations, and many server systems. This is still work in progress; for now it only displays that the machine is running OpenBSD. Not enabled yet. | |||
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 | |
The variety of different serial devices is just too big to make a decision up front. This should make the second serial port on four-digit B/C/J-class workstation work as a serial console too. ok miod@ | |||
2007-07-14 | Make sigreturn(2) set the proper space ID for the instruction queue. Fixes | Mark Kettenis | |
a few more pthreads regression tests. ok miod@ | |||
2007-07-14 | When calibrating the delay const, only allow clock and above interrupts. | Miod Vallat | |
This fixes infrequent hangs on reboot due to the ethernet interface interrupting on machines configured to use A/UX style interrupts. | |||
2007-07-14 | Add bge(4). Tested by Maurice Janssen. | Mark Kettenis | |
2007-07-13 | Do not compile disk_reallymapin() unless it is really needed. | Miod Vallat | |
2007-07-13 | Reenable accelerated text console primitives on pnozz if running with a | Miod Vallat | |
800x600 panel, and document the acceleration code as currently broken on 640x480 panels. | |||
2007-07-11 | Remove unused shpcic_intr_establish() and friends. | Miod Vallat | |
2007-07-11 | Try reading a native label in the first sector, before trying to find | Miod Vallat | |
MBR-like partitions. | |||
2007-07-10 | Don't trust the privilige level in the sigcontext passed to sigreturn(2). | Mark Kettenis | |
ok miod@ | |||
2007-07-10 | Don't brelse() a buf we don't own in readsgilabel() by mistake. | Miod Vallat | |
2007-07-09 | change the behaviour of the LED on the O2 so that it's red in user mode | Jasper Lievisse Adriaanse | |
and green when idling. from Joel Sing <joel at ionix.com.au> ok miod@ | |||
2007-07-07 | Match VIA VT8237A; from "Christoph Egger" <Christoph_Egger@gmx.de>. | Alexander Yurchenko | |
2007-07-06 | Fix a misleading comment. | Artur Grabowski | |
noted by Constantine Kousoulos <wuwei@freemail.gr> | |||
2007-07-06 | net80211 growth eats another ethernet driver (which is super rare on laptops) | Theo de Raadt | |
2007-07-05 | Report actual faulting address (if we can) instead of the mmu tag word for | Mark Kettenis | |
SIGSEGV. tested by jasper@ | |||
2007-07-05 | Print offset and irq for devices that attach to ssio(4). | Mark Kettenis | |
2007-07-05 | Compute the correct address and try and print a matching symbol for j and | Miod Vallat | |
jal instructions. | |||
2007-07-04 | fix dmesg formatting error when hardware random number generator is present | Chris Kuethe | |
"Yes" deraadt | |||
2007-07-04 | take skc/sk off main floppy, becuase of net80211 growth | Theo de Raadt | |
2007-07-04 | Remove more IPX leftovers. | Marco Pfatschbacher | |
OK henning@ | |||
2007-07-03 | Mark ukbd(4) as console keyboard when appropriate. | Mark Kettenis | |
2007-07-02 | replace two lockmgr lock with rwlocks. | Thordur I. Bjornsson | |
been in snaps for a week, no objection from deraadt@ for putting this in. ok tom@ (for gdt) | |||
2007-07-02 | allow pciide to attach to jmb as well as ahci | David Gwynne | |
2007-07-02 | Add arc/jmb/ahci here as well. | Jonathan Gray | |
Suggested by and ok dlg@ | |||
2007-07-02 | enable jmb on all archs that support ahci, so jmicron boards will continue | David Gwynne | |
to work (and work better in the future) | |||
2007-07-01 | In cpu_switch(), store the saved cpl in the pcb as a 64 bit store, so that | Miod Vallat | |
the high order bits are not undefined when invoking hw_setintrmask() on return. | |||
2007-07-01 | Move more fpe-related stuff in #ifdef ARMFPU blocks. | Miod Vallat | |
2007-07-01 | Use mapiodev() instead of mapdev() when applicable. This is just syntactic | Miod Vallat | |
sugar. |