summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/conf
AgeCommit message (Collapse)Author
1997-09-21Remove cruftNiklas Hallqvist
1997-09-19Kill FPCOPROC (and some forgotten {SWAP,DEV}PAGER)Niklas Hallqvist
1997-09-18Merge of NetBSD changes upto last week or so, with the exception of stand/Niklas Hallqvist
1997-09-15kill Locore.cTheo de Raadt
1997-06-23add "option IPFILTER_LOG" to conf files that already had IPFILTERkstailey
1997-05-18Trim!Niklas Hallqvist
1997-05-13Add ramdisk config stuffNiklas Hallqvist
1997-05-04Reality updateNiklas Hallqvist
1997-03-27DOH! Of course genassym.sh should be fed CC not HOSTCC,Niklas Hallqvist
that was the entire meaning of it... shoot me!
1997-03-27Use genassym.shNiklas Hallqvist
1997-03-26copy.s gets done from files.m68k nowNiklas Hallqvist
1997-03-25Correct typoNiklas Hallqvist
1997-03-25Correct typo + moved Teles S0/16.3 port to what the manual saysNiklas Hallqvist
1997-02-22Add pseudo-device enc 4Niklas Hallqvist
1997-02-21Add IPSEC + lines for a Teles ISDN card. Support not yet in the tree,Niklas Hallqvist
but I thought you might want to taste it beforehands :-) Besides it is my personal kernel config so this one does not *have* to build. so there!
1997-02-21Drop ${PARAM} from CPPFLAGS, add it to the HOSTED_C rule.Niklas Hallqvist
Use the NORMAL_C_C rule for building parma.o. Put -nostdinc upfront in INCLUDES.
1997-01-19From Ignatios Souvatzis (NetBSD):Niklas Hallqvist
Fix PR 3090. While here, fix two other comments.
1997-01-16Sync to NetBSD 970110Niklas Hallqvist
1997-01-05Add cross back, as it at least compiles nowNiklas Hallqvist
1997-01-04Temporarily comment out cross as it is not compiling yetNiklas Hallqvist
1997-01-04I use IP-filtering at home now tooNiklas Hallqvist
1996-12-11Correct include pathsNiklas Hallqvist
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-10-18INSTALL kernel not needed any more, we use GENERIC in our minirootsNiklas Hallqvist
1996-10-08Support isaedNiklas Hallqvist
1996-10-04Merge of NetBSD 1.2 (961004)Niklas Hallqvist
1996-10-04OpenBSD tags & kernel nameNiklas Hallqvist
1996-10-04Plug'n'play & cyclades not yet supported on Amiga ISANiklas Hallqvist
1996-10-04Actually Neil runs this kernel since long (it is just trimmed)Niklas Hallqvist
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵Theo de Raadt
erik@aarhus1.uni-c.dk
1996-09-04Enable extra scsi drives and scannersNiklas Hallqvist
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-23From NetBSD: A config suitable for installsNiklas Hallqvist
1996-08-19Oops major {fd = 2} was doubly specifiedNiklas Hallqvist
1996-08-19Merge of Late July NetBSD + s/options/option/Niklas Hallqvist
1996-08-19IDE & ATAPI added, s/options/option/Niklas Hallqvist
1996-08-19Include generic GENERIC :-) Add ISA-support. Merge NetBSD Late JulyNiklas Hallqvist
1996-08-19Remove some dependencies on Makefile, an amiga is slow as it is..Niklas Hallqvist
1996-08-19Added wd, fd & acd major numbers. Fixed a typo. Fake isadma define.Niklas Hallqvist
1996-06-11Include ATAPI MI driversNiklas Hallqvist
1996-06-04Feed -g to $CC when compiling CRASH's kernelNiklas Hallqvist
1996-06-02Our gcc needs -Wno-format for kernel compiles when using -Wall -WerrorNiklas Hallqvist
1996-05-31-Wno-uninitialized is a good idea when doing -Wall -WerrorNiklas Hallqvist
1996-05-29Merge of 960526 NetBSDNiklas Hallqvist
1996-05-28Neil Brewitt's (first OpenBSD/Amiga "user") kernel configNiklas Hallqvist
1996-05-28depend uses :: as operatorNiklas Hallqvist
1996-05-28update the isaed driver to better reflect the current MI ed oneNiklas Hallqvist
1996-05-15add all the possible SCSI device types to the GENERIC configs.Michael Shalayeff
1996-05-09From NetBSD:Niklas Hallqvist
Make the MI LANCE driver standalone, and use cfattach to resolve naming conflicts between bus attachments on ports that can have multiple instances of the LANCE.