Age | Commit message (Expand) | Author |
2004-08-06 | Merge Luna88k and mvme88k M88200 management code. Features: | Miod Vallat |
2004-08-05 | Unbreak luna88k; spotted by aoyama@ | Miod Vallat |
2004-08-05 | When probing using badaddr make sure the probe load instruction | Per Fogelstrom |
2004-08-05 | keep at least a page in pv_entries pool and uppen the high mark | Michael Shalayeff |
2004-08-05 | again, sync usb device support accross archs by adding cdce | David Gwynne |
2004-08-05 | sync usb devs to other archs by adding cdce | David Gwynne |
2004-08-05 | unmap bios when done. from form@pdp-11.org.ru via grange | Ted Unangst |
2004-08-05 | spelling nit from Chris Pascoe | David Gwynne |
2004-08-04 | Use the ad hoc register define to access the Pbus fault status register, | Miod Vallat |
2004-08-04 | Remove the old fetch(9)/store(9) functions, since they are not used in | Miod Vallat |
2004-08-04 | Crank maxusers to 32 on m68k GENERIC kernels, and to 16 on m68k installation | Miod Vallat |
2004-08-04 | Completely remove BATC code. BATC on 88200 are way too small to be worth | Miod Vallat |
2004-08-04 | More cleaning: | Miod Vallat |
2004-08-04 | KNF and a spanking in the ddb helper code. | Miod Vallat |
2004-08-04 | More constants for the SSR register. | Miod Vallat |
2004-08-04 | There are so many reasons why a printf in an ipi is a very bad idea. | Artur Grabowski |
2004-08-03 | Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver | Miod Vallat |
2004-08-03 | Copy scsireg.h from hp300/dev to hp300/stand, and use it within hp300/stand. | Miod Vallat |
2004-08-03 | Overhaul of the MVME188 logic: | Miod Vallat |
2004-08-03 | hide more inside _KERNEL; miod ok | Theo de Raadt |
2004-08-03 | Clear CMMU fault status registers after reading them, for 4:1 and 8:1 | Miod Vallat |
2004-08-03 | the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@ | Todd T. Fries |
2004-08-03 | Hehehe. Remove an #if 0 function that was used in the early days to debug | Artur Grabowski |
2004-08-03 | include some usb ethernet drivers | Theo de Raadt |
2004-08-03 | include some usb ethernet drivers | Theo de Raadt |
2004-08-03 | include some usb ethernet drivers | Theo de Raadt |
2004-08-03 | include a few more ethernet drivers | Theo de Raadt |
2004-08-02 | On MVME188 systems with 4:1 or 8:1 CMMU pairings, make sure the exception | Miod Vallat |
2004-08-02 | _bus_dmamap_load_mbuf: check and process pmap_extract failure. | Brad Smith |
2004-08-02 | Heuristic approach to 'trace' in ddb which works without frame pointers. | Andreas Gunnarsson |
2004-08-02 | Remove a completly unnecessary compare that sneaked in while | Artur Grabowski |
2004-08-02 | No need to make __savectx visible and 8-byte aligned. | Miod Vallat |
2004-08-02 | Fun with the BUG: | Miod Vallat |
2004-08-02 | Better Z8536 initial programming. | Miod Vallat |
2004-08-02 | Missed one <machine/board.h> | Miod Vallat |
2004-08-02 | More include files cleaning: | Miod Vallat |
2004-08-02 | When restoring a process' ipl, invoke setipl() on behalf on the kernel stack, | Miod Vallat |
2004-08-02 | Move MAX_CPUS constant to cpu.h | Miod Vallat |
2004-08-01 | sigh, and here too | Theo de Raadt |
2004-08-01 | why was cdce not added here? Come on. | Theo de Raadt |
2004-08-01 | Trim include file list. | Miod Vallat |
2004-08-01 | Move 88100 DAE code to its own file, shared between luna88k and mvme88k. | Miod Vallat |
2004-08-01 | parse new hpux disklabel | Michael Shalayeff |
2004-08-01 | oops. cannot sleep on pool_get | Michael Shalayeff |
2004-08-01 | Fold in relevant bits of the most recent two updates from | Kenneth R Westerback |
2004-07-31 | Always reset the cd2400 chip if console, and do not partially reprogram | Miod Vallat |
2004-07-31 | Use cons_decl() instead of homemade wrong prototypes. | Miod Vallat |
2004-07-31 | Always claim dart interrupts, even if they report disabled conditions, but | Miod Vallat |
2004-07-31 | To know our cpu number, it is much easier and safer to check through which | Miod Vallat |
2004-07-30 | Move struct evcount inside struct intrhand, and modernize intrhand | Miod Vallat |