Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/conf Regenerate with new m4 mechanism (vs old...



details:   https://anonhg.NetBSD.org/src/rev/348c94f5a121
branches:  trunk
changeset: 532997:348c94f5a121
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jun 18 17:45:13 2002 +0000

description:
Regenerate with new m4 mechanism (vs old cpp mechanism).
New files are same as old (except for whitespace differences), except
that the new GENERIC doesn't have melody, because GENERIC defines
DRACO and the latter can't have it.

diffstat:

 sys/arch/amiga/conf/AMIGA   |  205 ++++++++++++++++++----------------
 sys/arch/amiga/conf/DRACO   |  176 +++++++++++++++++-------------
 sys/arch/amiga/conf/GENERIC |  109 +++---------------
 sys/arch/amiga/conf/INSTALL |  204 +++++++++++++++++++---------------
 sys/arch/amiga/conf/WSCONS  |  255 ++++++++++++++++++++-----------------------
 5 files changed, 460 insertions(+), 489 deletions(-)

diffs (truncated from 1946 to 300 lines):

diff -r b243c4a952ec -r 348c94f5a121 sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Tue Jun 18 17:39:39 2002 +0000
+++ b/sys/arch/amiga/conf/AMIGA Tue Jun 18 17:45:13 2002 +0000
@@ -1,38 +1,42 @@
-# $NetBSD: AMIGA,v 1.52 2002/06/17 05:27:59 lukem Exp $
+# $NetBSD: AMIGA,v 1.53 2002/06/18 17:45:13 lukem Exp $
+#
+# This file was automatically created.
+# Changes will be lost when make is run in this directory.
+#
+# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
+#
+# GENERIC machine description file
 #
-# This file was automatically created. Changes will be
-# lost when running make in this directory.
+# This machine description file is used to generate the default NetBSD
+# kernel.  The generic kernel does not include all options, subsystems
+# and device drivers, but should be useful for most applications.
+#
+# The machine description file can be customised for your specific
+# machine to reduce the kernel size and improve its performance.
 #
-# Created from: #NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
-
-#GENERIC machine description file
+# For further information on compiling NetBSD kernels, see the config(8)
+# man page.
+#
+# For further information on hardware support for this architecture, see
+# the intro(4) man page.  For further information about kernel options
+# for this architecture, see the options(4) man page.  For an explanation
+# of each device driver in this file see the section 4 man page for the
+# device.
 
-#This machine description file is used to generate the default NetBSD
-#kernel.  The generic kernel does not include all options, subsystems
-#and device drivers, but should be useful for most applications.
 
-#The machine description file can be customised for your specific
-#machine to reduce the kernel size and improve its performance.
-
-#For further information on compiling NetBSD kernels, see the config(8)
-#man page.
-
-#For further information on hardware support for this architecture, see
-#the intro(4) man page.  For further information about kernel options
-#for this architecture, see the options(4) man page.  For an explanation
-#of each device driver in this file see the section 4 man page for the
-#device.
 include "arch/amiga/conf/std.amiga"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.52 $"
+#ident                 "GENERIC-$Revision: 1.53 $"
+
 
 maxusers       8
 options        RTC_OFFSET=0
 
-#mainboards to support (in addition to Amiga)
-
+#
+# mainboards to support (in addition to Amiga)
+#
 options        BB060STUPIDROM  # You need this, if you have a non-DraCo
                                # MC68060 with an OS ROM up to (at least)
                                # V40 (OS3.1) and want to boot with the
@@ -40,20 +44,20 @@
                                # You do not need this if you have a DraCo,
                                # have no 68060 or NEVER use the bootblock
 options        P5PPC68KBOARD   # Phase5 PPC/68K board support
-
-#processors this kernel should support
-
+#
+# processors this kernel should support
+#
 options        M68060          # support for 060
 options        M060SP          # MC68060 software support (Required for 060)
-
 options        M68040          # support for 040
 options        FPSP            # MC68040 floating point support
 options        M68030          # support for 030
 options        M68020          # support for 020/851
 options        FPU_EMULATE     # FPU emulation
 
-#Networking options
-
+#
+# Networking options
+#
 options        INET            # IP networking support (Required)
 options        INET6           # IPV6
 #options       IPSEC           # IP security
@@ -77,6 +81,7 @@
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        IPFILTER_LOG    # ipmon(8) log support
 
+# Filesystems
 file-system    FFS             # Berkeley fast file system
 file-system    EXT2FS          # second extended file system (linux)
 #file-system   LFS             # log-structured filesystem (experimental)
@@ -98,7 +103,7 @@
 file-system    UMAPFS          # NULLFS + uid and gid remapping
 file-system    UNION           # union filesystem
 
-#Filesystem options
+# Filesystem options
 
 #options       FFS_EI          # FFS Endian Independant support
 
@@ -109,7 +114,9 @@
 #options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
                                # immutable) behave as system flags.
 
-#Compatibility options for various existing systems
+#
+# Compatibility options for various existing systems
+#
 
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 options        COMPAT_43       # compatibility with 4.3BSD interfaces
@@ -126,8 +133,9 @@
 options        EXEC_AOUT       # 32-bit aout executables (NetBSD-1.5.x)
 options        COMPAT_AOUT_M68K # actually make some system calls work.
 
-#Support for System V IPC facilities.
-
+#
+# Support for System V IPC facilities.
+#
 options        SYSVSHM         # System V-like shared memory
 options        SYSVMSG         # System V-like messages
 options        SYSVSEM         # System V-like semaphores
@@ -136,21 +144,22 @@
 #options       SEMUME=10       # max number of undo entries per process
 #options       SEMMNU=30       # number of undo structures in system
 
-#Support for various kernel options
+#
+# Support for various kernel options
+#
 
 options        KTRACE          # system call tracing support
 options        LKM             # Loadable kernel modules
 options        UCONSOLE        # anyone can redirect a virtual console
-
 #options       INSECURE        # disable kernel security levels
 options        SCSIVERBOSE     # human readable SCSI error messages
 #options       USERCONF        # userconf(4) support
+options        NTP             # NTP phase/frequency locked loop
+#options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 
-options        NTP             # NTP phase/frequency locked loop
-#options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-
-#Misc. debugging options
-
+#
+# Misc. debugging options
+#
 options        DDB             # Kernel debugger
 #options       DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 options        DIAGNOSTIC      # Extra kernel sanity checks
@@ -159,8 +168,9 @@
 #options       SCSIDEBUG       # Add SCSI debugging statements
 #options       PANICBUTTON     # Forced crash via keypress (?)
 
-#Amiga specific options
-
+#
+# Amiga specific options
+#
 #options       LIMITMEM=24     # Do not use more than LIMITMEM MB of the
                                # first bank of RAM. (default: unlimited)
 #options       NKPTADD=4       # set this for 4 additional KPT pages
@@ -170,18 +180,17 @@
                                # increase NKPTADD if you get "out of PT pages"
                                # panics.
 
-#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
-#before the 10 secondinterval ends, or that KBDRESET does work at all.
+# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
+# before the 10 secondinterval ends, or that KBDRESET does work at all.
 #options       KBDRESET        # sync on Ctrl-Amiga-Amiga
 
-#These options improve performance with the built-in serial port
-#on slower Amigas.  Try the larger buffers first then lev6_defer.
+# These options improve performance with the built-in serial port
+# on slower Amigas.  Try the larger buffers first then lev6_defer.
 #options       SERIBUF_SIZE=4096
 #options       SEROBUF_SIZE=32
 #options       LEV6_DEFER      # defers l6 to l4 (below serial l5)
 
 options        RETINACONSOLE   # enable code to allow retina to be console
-
 options        ULOWELLCONSOLE  # enable code to allow a2410 to be console
 options        CL5426CONSOLE   # Cirrus console
 options        CV64CONSOLE     # CyberVision console
@@ -195,46 +204,44 @@
 options        GRF_AGA         # AGA Chip Set
 options        GRF_AGA_VGA     # AGA VGAONLY timing
 options        GRF_SUPER72     # AGA Super-72
-
 #options       KFONT_8X11      # 8x11 font
 
-#select a font for the console according to the character set and keymap
-#you want to use
+# select a font for the console according to the character set and keymap
+# you want to use
 options        KFONT_CONS_ISO8859_1
 #options         KFONT_CONS_ISO8859_2
 
-#This is how you would tell the kernel the A2410 oscillator frequencies:
-#The used frequencies are the defaults, and do not need option setting
+# This is how you would tell the kernel the A2410 oscillator frequencies:
+# The used frequencies are the defaults, and do not need option setting
 #options       ULOWELL_OSC1=36000000
 #options       ULOWELL_OSC2=66667000
 
-#This is how you specify the blitting speed, higher values may speed up blits
-#a littel bit.  If you raise this value too much some trash may appear.
-#the commented version is the default.
+# This is how you specify the blitting speed, higher values may speed up blits
+# a littel bit.  If you raise this value too much some trash may appear.
+# the commented version is the default.
 #options       RH_MEMCLK=61000000
-#this option enables the 64 bit sprite which does not work
-#for quite a few people.  E.g. The cursor sprite will turn to a block
-#when moved to the top of the screen in X.
+# this option enables the 64 bit sprite which does not work
+# for quite a few people.  E.g. The cursor sprite will turn to a block
+# when moved to the top of the screen in X.
 #options       RH_64BIT_SPRITE
-#enables fast scroll code appears to now work on 040 systems.
+# enables fast scroll code appears to now work on 040 systems.
 #options       RETINA_SPEED_HACK
-#enables the Hardwarecursor which does not work on some systems.
+# enables the Hardwarecursor which does not work on some systems.
 #options       RH_HARDWARECURSOR
 
-#wscons aware interface to amiga custom chips.
-#If you enable it enable also wskbd.
+# wscons aware interface to amiga custom chips.
+# If you enable it enable also wskbd.
+#
 
 #amidisplaycc0 at mainbus0             # wscons interface to custom chips
 #wsdisplay0    at amidisplaycc0 console ?
-#options       WSEMUL_VT100
-#options       FONT_BOLD8x16
-#options       FONT_VT220L8x10
+#options       WSEMUL_VT100
+#options       FONT_BOLD8x16
+#options       FONT_VT220L8x10
 
 grfcc0         at mainbus0             # custom chips
 grfrt0         at zbus0                # retina II
-
 grfrh0         at zbus0                # retina III
-
 grfcl*         at zbus0                # Picasso II/Piccolo/Spectrum
 grful0         at zbus0                # A2410
 grfcv0         at zbus0                # CyberVision 64
@@ -243,20 +250,15 @@
 
 grf0           at grfcc0
 grf1           at grfrt0
-
 grf2           at grfrh0
-
 grf3           at grfcl?
 grf4           at grful0
 grf5           at grfcv0
 grf6           at grfet?
 grf7           at grfcv3d0
-
 ite0           at grf0                 # terminal emulators for grfs
 ite1           at grf1                 # terminal emulators for grfs
-
 ite2           at grf2                 # terminal emulators for grfs
-
 ite3           at grf3                 # terminal emulators for grfs
 ite4           at grf4                 # terminal emulators for grfs
 ite5           at grf5                 # terminal emulators for grfs
@@ -285,14 +287,20 @@
 com*           at iobl? port ?         # IOBlix serial ports
 lpt*           at iobl? port ?         # IOBlix parallel ports
 
-#Keyboard device. Optionally can attach a wskbd.
-#wskbd works together with a wsdisplay so enable them both if you will.
-#Don't enable wskbd if you use ite.
+
 #
-#XXX in std.amiga: kbd0 at mainbus0
+# Keyboard device. Optionally can attach a wskbd.
+# wskbd works together with a wsdisplay so enable them both if you will.
+# Don't enable wskbd if you use ite.



Home | Main Index | Thread Index | Old Index