summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/conf/MVME167
AgeCommit message (Collapse)Author
2005-11-27Get rid of the `len' locator for VME devices, since mappings have a pageMiod Vallat
granularity anyway; devices who would want more than one page mapped in order to probe for the hardware can take appropriate action in their cfmatch routine anyway.
2004-09-16cleanup deafult locators (blah ?); please check that your most hated ↵Michael Shalayeff
architecture is still fluffy (;
2001-11-08There is no point keeping ramdisk support in non-RAMDISK kernels.Miod Vallat
2001-08-03Shupid me, bugtty is necessary...Miod Vallat
2001-08-03Make all the low-profile configurations include conf/GENERIC, andMiod Vallat
harmonize a bit.
2001-06-27UVM is no longer an option.Artur Grabowski
2001-06-26A few changes to mvme68k:Miod Vallat
+ switch to UVM + fix the system trace problem + big cleanup of locore.s (macro for BUG calls, use more common m68k code whenever possible, and the macros in <m68k/asm.h>) + better indentation on some parts (old KNF) + call doshutdownhooks() at shutdown + use <net/netisr_dispatch.h> + upgrade pmap.c to something very close to our current hp300 pmap.c, minus support for PMAP_NEW and for HP MMU + various tidbits I forget to mention here work and tests by smurph@ and me.
2001-06-12Add ``scsibus* at vs?'', except on model 147, for which the vs driverMiod Vallat
has issues.
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵Todd C. Miller
kern_ipc_10.c for other compat modules.
2001-02-18two siop drivers conflict. rename to ssh -- short for Symbios Scripts HardwareTheo de Raadt
2000-01-27Took out le* at 0xffffd200. It conflicts with GCSR on some boards.Steve Murphree
2000-01-25Added support for MVME328 SCSI VME board.Steve Murphree
1997-03-31Modernize OpenBSD/mvme68k to match various changes in m68k and hp300 code.Jason Downs
Compiles, but untested for lack of hardware.
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵Theo de Raadt
erik@aarhus1.uni-c.dk
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-06-30option not optionsTheo de Raadt
1996-05-27make more alikeTheo de Raadt
1996-04-28wdsc driver hacked from amiga driver by Steve WoodfordTheo de Raadt
1995-11-23MAPPEDCOPY is garbage; it is not cache-awareTheo de Raadt
1995-11-07$Id$ linesTheo de Raadt
MVME167: repair job
1995-10-22kernel name is /bsdTheo de Raadt
1995-10-18mvme68k port by me. some parts by dale rahn.Theo de Raadt