summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/conf
AgeCommit message (Expand)Author
2007-11-30Define NORMAL_C_NOP everywhere.Miod Vallat
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-11-25Get rid of the kernel 'libcompat' framework, and instead use conf/files toTheo de Raadt
2007-07-30Shuffle the order in which we look for header files, when doingThordur I. Bjornsson
2007-05-19Add a GENERIC.MP configuration, not for the faint of the heart, if you wantMiod Vallat
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-05-28Configure network devices at ipl 3, not ipl 1.Miod Vallat
2006-05-04Now that .S files have proper dependencies, do not hardcode dependenciesMiod Vallat
2006-05-02Wave goodbye to bugtty on mvme88k as well.Miod Vallat
2006-04-19Get rid of the clock device attachment - since the clock is not somethingMiod Vallat
2005-12-12Move the MC88410 support code to a specific .c function instead of heavyMiod Vallat
2005-10-24Factorize db_interface code between luna88k and mvme88k, removing dead codeMiod Vallat
2005-09-21isbad() is only used on SMD disks on sparc; remove it on other platforms.Miod Vallat
2005-09-06Remove misleading NCPUS (hardcoded) option. From the SMP tree.Miod Vallat
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-03-08Cosmetics...Thierry Deval
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
2004-10-01More mvme88k code cleaning:Miod Vallat
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff
2004-07-25Merge luna88k and mvme88k pmap. The pmap will now assume that the memoryMiod Vallat
2004-07-23Move luna88k and mvme88k vm_machdep to m88k-agnostic code area.Miod Vallat
2004-07-13Remove compiler options workarounds for savectx breakage.Miod Vallat
2004-07-02Disable a -O2 specific optimization which causes kern_fork (and probably otherMiod Vallat
2004-06-19Share common ddb files accross m88k platforms.Miod Vallat
2004-05-07Replace the old ssh(4) NCR53C710 scsi driver with a pcctwo attachment forMiod Vallat
2004-05-07bus_dma(9) implementation for mvme88k, mostly based upon powerpc.Miod Vallat
2004-04-29Repair depend phaseMiod Vallat
2004-04-29Continue factorizing m88k common code, this time files in <arch>/<arch>Miod Vallat
2004-04-26Start factorizing luna88k and mvme88k common parts.Miod Vallat
2004-04-24Preliminary switch to an mvme88k bus_space world. Not all drivers have beenMiod Vallat
2004-04-05Switch mvme88k to -O2 optimization by default.Miod Vallat
2004-01-13Take advantage of the way config(8) works to probe for bugtty last duringMiod Vallat
2004-01-12Oops, put back nvram0 for now.Miod Vallat
2004-01-05Support for the second set of serial ports on the M8120 (untested)Miod Vallat
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
2004-01-02There is no such thing as ``device cpu'' for now.Miod Vallat
2004-01-01Add sram on mvme187.Miod Vallat
2003-12-27Replace the MVME376 driver from a homemade and dusty if_ve driver toMiod Vallat
2003-12-26Merge the attachment part and the real work part of the SCSI drivers inMiod Vallat
2003-12-25Enable vx(4) again - while it still awaits more tests, it can attach withoutMiod Vallat
2003-12-25Disable vx* for now.Miod Vallat
2003-12-21-fno-builtin-* finally testedMarc Espie
2003-10-11Nuke trailing whitespace.Miod Vallat
2003-10-11Merge sclock and clock pseudo-devices.Miod Vallat
2003-10-01Compile kernel and bootblocks with -mmemcpy, to get rid of libgcc dependancy.Miod Vallat
2003-08-30Compile kernels with -mno-check-zero-division. Saves two pages, and thingsMiod Vallat