summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/conf
AgeCommit message (Collapse)Author
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.
1996-05-07Add back all the stuff I've had to remove due to kernel growth + MSDOSFSNiklas Hallqvist
1996-05-07Add SCSI scanner and MSDOSFS supportNiklas Hallqvist
1996-05-04From NetBSD:Niklas Hallqvist
Give example for INSECURE option in the GENERIC config file in a comment. Closes PR 2355 giving a different explanation of the option than proposed.
1996-05-04Remove lots of stuff to remain below 960k limit of my machine :-(Niklas Hallqvist
1996-05-02Define pcmcia as a dummy device for the sake of files.isa inclusionNiklas Hallqvist
1996-05-02Sync with NetBSD 9600430. The port has gone over a major -Wall treatNiklas Hallqvist
1996-04-27Bring forward the Amiga ISA support, and resolve a conflict with if_edNiklas Hallqvist
1996-04-24Add network config dependencies.Michael Shalayeff
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-30From NetBSD: merge of 960317Niklas Hallqvist
1996-03-26From NetBSD: vnode_if.[ch] made machine independent.Michael Shalayeff
very usefull (for <sys/vnode.h> inclusion). from the other side this is really machine independent ... tested w/ i386, but should not cause errors w/ other arch's. pls, test it (don't forget to reconfig kernel ;)
1996-03-24UGLY, UGLY hack to force config create a pcmciabus.h file which isNiklas Hallqvist
needed as there are multiattachable ISA devices that need it to exist.
1996-02-26Add ISA devices. Compile with -g. Raise to 32 ptys.Niklas Hallqvist
1996-02-26Initial checkin of the Amiga ISA-kitNiklas Hallqvist
Set major numbers so config understands sd, st, cd, vnd & ccd From NetBSD: remove generic scsi stuff and use ../../../scsi/files.scsi
1996-02-24remove some trailing whitespaceNiklas Hallqvist
1996-02-24From NetBSD:Niklas Hallqvist
LOCORE -> _LOCORE assym.s -> assym.h (Some ports did this already.) Use `-traditional-cpp' when building .s and .S files. Clone these, and fix many bugs. Fix mkdep problems due to missing flags.
1996-02-06Added support for a new (well, I've run it locally for a year or two)Niklas Hallqvist
interrupt system which is a prerequisite for the Amiga ISA support. It is described in amiga/amiga/README.ints, and is enabled by adding an "options IPL_REMAP_1" in the kernel config file. Along with this change there is also some generic cleanup, like style polishing, comment corrections, making sicallbacks operate in FIFO manner and cleaning up the spl mess in param.h...
1996-01-31Fix reference to obsolete fileNiklas Hallqvist
1996-01-31from netbsd: add UNION/UMAPFS <hubert.feyrer@rz.uni-regensburg.de>Niklas Hallqvist
1996-01-31from netbsd: aftsc uses afsc.c (S.P.Zeidler & Ignatios Souvatzis)Niklas Hallqvist
1996-01-15Don't feed ${DEBUG} to the assembler, it doesn't take those argsNiklas Hallqvist
anyway.
1996-01-15Remove vnode_if.[ch] during a "make clean", per PR#536 fromTheo de Raadt
Dan Carosone <danielce@ee.mu.oz.au>.
1996-01-14netbsd -> bsdNiklas Hallqvist