summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/conf
AgeCommit message (Collapse)Author
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
Discussed with pjanzen@
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-05-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-05remove some private stuff people put into hereTheo de Raadt
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2000-12-28Alter compilation flags, since binutils have changed some of their defaultMiod Vallat
settings between 2.7 and 2.10. Inspired by a similar NetBSD change. Also, while I'm at it, add more -W stuff to CDIAGFLAGS
2000-11-10No ioasic on model 240Miod Vallat
2000-09-13Add support for ipf. -mojMats O Jansson
2000-08-19Late in the release of OpenBSD/pmax 2.7 a conflict between the pmaxMats O Jansson
dc driver and the generic if_dc driver was found. The fix was to change the pmax drivers name to dz instead. But this was only done in a miminal way. This commit will switch over and use the new dz driver. -moj
2000-05-01changed dc to dz to avoid conflict with if_dc. -mojMats O Jansson
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
1999-11-08move MI definition of rd into it's MI place also fixingMichael Shalayeff
attributes, allowing kernels to exist w/ rd as the only disk device. tested on a few archs; niels@ & millert@ ok
1999-10-01add tag. remove VNODEPAGER. -mojMats O Jansson
1998-11-09Add ramdisk support for pmax; untested but compilesTodd C. Miller
1998-10-15Back out PEFO's trap change. It breaks everybody, it seems.imp
1998-10-04pmax kernels have problems with -O2 so use -OTodd C. Miller
1998-09-15Real trapframe and no more __FORK_BRAINDAMAGEPer Fogelstrom
1998-07-12reference ${PMAX} instead of assuming you can get to the source tree via ".."Todd C. Miller
1998-06-04LED blinker for the back panel leds on the 2100/3100.Jason Wright
1998-05-101) It's a 'lun' not a 'slave'Todd C. Miller
2) 16 partitions
1998-05-08add subtype 'mips' to machine lineTodd C. Miller
1998-03-03Add -Wno-main for GCC 2.8Niklas Hallqvist
1997-09-15kill Locore.cTheo de Raadt
1997-07-07remove HZ and NKMEMCLUSTER and add offset? to the at ioasic? entriesThomas Graichen
1997-07-07remove NKMEMCLUSTER, HZ, add commented out HW_FLOW_CONTROL optionThomas Graichen
1997-07-07update to my current config fileThomas Graichen
1997-07-07only depend SFILES if there are some (to avoid a cc warning: no input files)Thomas Graichen
1997-06-10update the pmax specific stuff to NetBSD-current as of about 970608 - someThomas Graichen
cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level
1997-05-14for consistency: change kernel config file name from GENERIC_xxx toThomas Graichen
GENERIC.xxx too and adapt etc.pmax/Makefile.inc to reflect the new compile dir names
1997-05-12bring GENERIC up to date and add two new kernels:Thomas Graichen
* GENERIC_NFS - for netbooting with root & swap via nfs * GENERIC_rz0 - root & swap hardcoded to rz0 - required for zip drives - don't ask me why (kernels explicitely configured to the scsi id of the zip drive crash ...)
1997-05-05@echo -> echoThomas Graichen
1997-05-02modernize the Makefile a bit (towards the i386 one) including changesThomas Graichen
for genassym.sh
1997-05-02remove commented out option LFS - lfs is brokenThomas Graichen
1997-04-12update to my current config fileThomas Graichen
1997-02-28remove the unused scsi controller entries for each type (from dieter mayer)Thomas Graichen
1997-02-21add config files for the various pmax types (thanks go to dieter mayerThomas Graichen
who created them)
1997-02-05add CD9660 and MSDOSFS to PLUTO and SUMMERThomas Graichen
1997-02-03sync the config files with my local ones (rz5 & rz6 etc.)Thomas Graichen
1997-01-19small hack to get the PLUTO kernel compiledThomas Graichen
1997-01-13first try of an OpenBSD/pmax GENERIC kernel (config file)Thomas Graichen
1997-01-13now also the pmax builds with the in-tree ld using an ld.script similarThomas Graichen
to the arc
1997-01-13my pmax (decstation 5000/200)Thomas Graichen
1996-12-22update the pmax stuff to NetBSD 961107 - this version i got somehowThomas Graichen
compiled on my decstation 2100 (PLUTO) - but it will not fully work out of the box - but i want to bring it into the tree because i get my own pmax on 961228 - so that i have a good startpoint then :-) all the OpenBSD changes to the pmax tree will follow in the next commit
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-10-29bring the source tree a bit up to date with my local treeThomas Graichen
1996-09-29merge mips back into pmax; by graichenTheo de Raadt
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵Theo de Raadt
erik@aarhus1.uni-c.dk