summaryrefslogtreecommitdiff
path: root/sys/arch/vax/conf
AgeCommit message (Collapse)Author
2001-02-24Support for VAX 4000/{2,4,5}00 from Michael Kukat. untested.Hugh Graham
2001-02-11Pick up a NetBSD hack to attach Cheetah to vsbus as well as ibus.Hugh Graham
High kludge factor, but the payoff is vsbus scsi for free. Most of the work is by Michael Kukat and ragge, with a few other synchronisations thrown in.
2001-01-28Basic support for boardtype 1303 (Cheetah) machines.Hugh Graham
Layout of the DZ's registers (among other things) determined by a massive amount of trial and error. Work by Brandon and me.
2000-11-24Support 16 slices per device, like the other OpenBSD arches.Hugh Graham
2000-10-31ramdisk support for vax.Hugh Graham
2000-10-24RCS tag didn't stick on unimpl_emul.s, perhaps due to funky netbsd tagHugh Graham
underneath, so fix up netbsd tag and try again. Also tag files.vax.
2000-10-24Code to emulate instructions trapped by a privinflt.Hugh Graham
Currently only one instruction emulated (mostly): polyd Obtained from: NetBSD; Cleared with Theo.
2000-10-11whitespaceHugh Graham
2000-10-11whitespace fixHugh Graham
2000-10-11add asc*Brandon Creighton
also need vsbus_dma.c
2000-05-17remove unnecessary wscons-related definitions; thx mickey@Brandon Creighton
2000-04-27remove vaxbi stuff for the moment, far from workingBrandon Creighton
2000-04-27sync -- enabled devices in GENERIC should be workingBrandon Creighton
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
add pseudo-devices for IPv6 into arch/*/conf/GENERIC. nuke arch/*/conf/GENERIC.v6.
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1998-05-17Intercept all targets in cross-modeNiklas Hallqvist
1998-05-17Automatically detect cross-compilation case. If you have an i386Niklas Hallqvist
(well that is the only tested host environment for the time being) and would like to test the support, do this: cd /usr/src make TARGET=vax cd sys/arch/vax/conf config MYKERNEL cd ../compile/MYKERNEL make and you should get a nicely compiled vax kernel. This is WIP, so do not expect robustness quite yet.
1998-05-11use ${SIZE} instead of size, for crossNiklas Hallqvist
1998-05-11We are OpenBSDNiklas Hallqvist
1997-10-08Make both NFS and HD kernelsNiklas Hallqvist
1997-10-02A mionimal VS2000 config for netbootingNiklas Hallqvist
1997-10-02Remove dependencies on config options, you should make clean when changingNiklas Hallqvist
those, or touch the specific files if you know what you are doing.
1997-10-02Remove obsolete VNODE_PAGER optionNiklas Hallqvist
1997-09-20Rename rd to hd. OpenBSD uses rd for ramdisk. -mojMats O Jansson
1997-09-15kill Locore.cTheo de Raadt
1997-09-12Sync with NetBSD 970827. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-08-30OpenBSD doesn't use EXEC_AOUT and EXEC_SCRIPT. -mojMats O Jansson
1997-08-30Small changes to get a working MV3600 kernel. It's problems with memoryMats O Jansson
allocation in cpu_start. A work around is to define NBUF in the config file. -moj
1997-05-28s/options/option/Niklas Hallqvist
1997-05-28remove cfl.c ref for the time being, we miss it.Niklas Hallqvist
1997-01-15sync with NetBSD 970112 -mojMats O Jansson
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-12sync to 0611Theo de Raadt
1996-05-03sync w/ 0430Michael Shalayeff
1995-12-18update from netbsdTheo de Raadt
1995-12-14update from netbsd (verbatim)Theo de Raadt
1995-11-13do not use -fno-builtin for kernels; the reasons why are manifoldTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt