summaryrefslogtreecommitdiff
path: root/sys/arch/atari/conf
AgeCommit message (Expand)Author
2000-06-30add PULLDOWN_TEST for all the platforms.itojun
2000-06-22Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.fvdl
2000-06-14Remove the obsolete config fragments for kernel crypto, because the IPsecveego
2000-05-09The console stuff might also be needed by 'ser'. Also update the names ofleo
2000-05-09Add "install" target, so "make install" after building the kernelhubertf
2000-05-09HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also,thorpej
2000-04-19add stf pseudo interface (commented out due to possible security risks)itojun
2000-03-22add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.cgd
2000-03-14Add the RAIDframe device major to the machine-dependent config filesoster
2000-02-29Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.simonb
2000-02-26Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns onoster
2000-02-12Nuke NKMEMCLUSTERS.thorpej
2000-02-11Oops! Both grfcc and grfet need the generic grfabs layer.leo
2000-02-01Revert STRIPPROG -> STRIPtsutsui
2000-01-26Restructure the ite/grf definitions:leo
2000-01-24Add "dependall" target for comfort.tron
2000-01-23Add commented out "ident"-commandhubertf
2000-01-20Add overlay to kernel configs.wrstuden
2000-01-19STRIP -> STRIPPROGtsutsui
2000-01-19Change STRIPFLAGS=-g for cross-toolchains.tsutsui
1999-11-21bring in content of GENERIC.v6 into GENERIC.itojun
1999-11-15Add commented out option SOFTDEP to all GENERIC kernels.fvdl
1999-11-15Addfvdl
1999-09-27Specify the major number of the md-device. Otherwise config(1) won't emitleo
1999-09-16Remove FP-emulation from the TT-kernel. All TT's should have an FPU.leo
1999-07-29It's time to be COMPAT_14.augustss
1999-07-26be more efficient when doing the SYSTEM_LD_TAIL for -g kernels: don'tcgd
1999-07-20enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOGchristos
1999-07-09Add examples for including the kernel crypto bits from either crypto-usthorpej
1999-07-09clean up a bit after jason :)mrg
1999-07-09Normalize include paths.thorpej
1999-07-07pseudo-device -> defpseudo, per grammar change in config(8).thorpej
1999-07-01kernel configuration for IPv6/IPsec. should be in GENERIC in the future.itojun
1999-06-07Only declare block major numbers for devices which can be the root device.thorpej
1999-05-06Add .../dev/mii/files.mii. Needed for support of the 3C590.leo
1999-05-06Remove dependency of vfs_conf.o, this file is no more. From Jonathan Stone.leo
1999-04-19Add COMPAT_SVR4 for m68k.kleink
1999-03-24clean up kernel/config files files for machVM lossage.mrg
1999-03-15First step to a framework that can be used to initialize vga-cards on theleo
1999-01-16MNN no longer an optionchuck
1999-01-15Some minor, mostly costmetic, changes to CPPFLAGS/CFLAGS.thorpej
1999-01-15Don't define "mc68020". Nothing uses it.thorpej
1999-01-08Add -Wpointer-arith warning since `void *' arithmetic is not ANSI C.augustss
1998-12-15Added options COMPAT_LINUX and EXEC_ELF32 as commentsitohy
1998-12-15Added COMPAT_LINUX support.itohy
1998-12-09BVME410 ethernet driver by 'maximum entropy'.leo
1998-11-25Add (commented out) 'gre' pseudo device line. Feedback is welcome.hwr
1998-11-20Adapt to new wd world-order.leo
1998-11-16Added a (commented out) configuration line for the RAIDframe device driver.oster
1998-10-15change handling of libkern:drochner