Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/atari/conf Pull up revision 1.57 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/a9f1df67ad5f
branches:  netbsd-2-0
changeset: 561719:a9f1df67ad5f
user:      jdc <jdc%NetBSD.org@localhost>
date:      Wed Jun 30 21:33:05 2004 +0000

description:
Pull up revision 1.57 (requested by abs in ticket #567).

Regenerate from master config files

diffstat:

 sys/arch/atari/conf/BOOT |  177 +++++++++++++++-------------------------------
 1 files changed, 60 insertions(+), 117 deletions(-)

diffs (204 lines):

diff -r f0a754f9032d -r a9f1df67ad5f sys/arch/atari/conf/BOOT
--- a/sys/arch/atari/conf/BOOT  Wed Jun 30 21:32:40 2004 +0000
+++ b/sys/arch/atari/conf/BOOT  Wed Jun 30 21:33:05 2004 +0000
@@ -1,140 +1,83 @@
 #
-# $NetBSD: BOOT,v 1.56 2003/10/08 11:53:10 bouyer Exp $
+# $NetBSD: BOOT,v 1.56.2.1 2004/06/30 21:33:05 jdc Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: FALCON.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
-#              NetBSD: GENERIC.in,v 1.33 2003/09/22 14:11:16 cl Exp $
-
-#This configuration file is for a generic ATARI-Falcon
-
-#Define 'INSTALL_KERNEL' or 'INSTALLX_KERNEL' to generate a BOOT or
-#BOOTX kernel respectively.
-
-#There is no possibility for physical network interfaces. Use the define
-#below to turn off vlan, pppoe, bridge  and NETATALK.
-
-#Generic atari
-
+#              NetBSD: GENERIC.in,v 1.37 2004/06/26 07:32:05 abs Exp $
 include "arch/atari/conf/std.atari"
 
-options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
-
-#Add support for about 16 users. This variable is used to size
-#various kernel structures.
-
-maxusers       16
-
-options        HZ=64           # Set the clock-rate (48/64/96)
-
-#Standard system options
-options        INSECURE        # disable kernel security levels
-#options       NTP             # NTP phase/frequency locked loop
+options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 
-#Enable experimental buffer queue strategy for better responsiveness under 
-#high disk I/O load. Use it with caution - it's not proven to be stable yet.
-#options       NEW_BUFQ_STRATEGY
-
-#(Co)processors this kernel should support
+maxusers 16
 
-options        M68030          # support for 030
-options        FPU_EMULATE     # Support for MC68881/MC68882 emulator
-
-#Networking options
-
-options        INET            # IP + ICMP + TCP + UDP
+options HZ=64 # Set the clock-rate (48/64/96)
 
-options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
-options        PPP_DEFLATE     # Deflate compression support for PPP
-options        PPP_FILTER      # Active filter support for PPP (requires bpf)
-
-#File systems
-file-system    FFS             # Berkeley fast file system
-file-system    MFS             # Memory based filesystem
-file-system    KERNFS          # Kernel parameter filesystem
-file-system    MSDOSFS         # MSDOS filesystem
-file-system    CD9660          # ISO 9660 filesystem with Rock Ridge
-
-#Misc. debugging options
-
-options        PANICWAIT       # Require keystroke to dump/reboot
-options        DDB             # Kernel debugger
-
-#Compatibility options for various existing systems
-
-options        COMPAT_43       # 4.3 BSD compatible system calls (required)
-options        COMPAT_10       # Compatibility to NetBSD1.0
-options        COMPAT_11       # Compatibility to NetBSD1.1
-options        COMPAT_12       # Compatibility to NetBSD1.2
-options        COMPAT_13       # Compatibility to NetBSD1.3
-options        COMPAT_14       # Compatibility to NetBSD1.4
-options        COMPAT_15       # Compatibility to NetBSD1.5
-options        COMPAT_16       # Compatibility to NetBSD1.6
+options INSECURE # disable kernel security levels
+options M68030 # support for 030
+options FPU_EMULATE # Support for MC68881/MC68882 emulator
+options INET # IP + ICMP + TCP + UDP
+options PPP_BSDCOMP # BSD-Compress compression support for PPP
+options PPP_DEFLATE # Deflate compression support for PPP
+options PPP_FILTER # Active filter support for PPP (requires bpf)
+file-system FFS # Berkeley fast file system
+file-system MFS # Memory based filesystem
+file-system KERNFS # Kernel parameter filesystem
+file-system MSDOSFS # MSDOS filesystem
+file-system CD9660 # ISO 9660 filesystem with Rock Ridge
+options PANICWAIT # Require keystroke to dump/reboot
+options DDB # Kernel debugger
+options COMPAT_43 # 4.3 BSD compatible system calls (required)
+options COMPAT_10 # Compatibility to NetBSD1.0
+options COMPAT_11 # Compatibility to NetBSD1.1
+options COMPAT_12 # Compatibility to NetBSD1.2
+options COMPAT_13 # Compatibility to NetBSD1.3
+options COMPAT_14 # Compatibility to NetBSD1.4
+options COMPAT_15 # Compatibility to NetBSD1.5
+options COMPAT_16 # Compatibility to NetBSD1.6
 
-options        COMPAT_AOUT_M68K # Compatibility to a.out executables
-options        EXEC_AOUT       # a.out format executables
-
-options                PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+options COMPAT_AOUT_M68K # Compatibility to a.out executables
+options EXEC_AOUT # a.out format executables
+options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+options ST_POOL_SIZE=22 # smallest that allows TT-HIGH
 
-#These options enable verbose messages for several subsystems.
-#Warning, these may compile large string tables into the kernel!
-
-#Atari specific options
-
-#options       KFONT_8x8               # Use 8x8 font instead of 8x16
-options        ST_POOL_SIZE=22         # smallest that allows TT-HIGH
+options TT_SCSI # SCSI-support for TT
+options TT_VIDEO # Graphics support for TT
 
-options        TT_SCSI                 # SCSI-support for TT
-options        TT_VIDEO                # Graphics support for TT
-#options       ET4000_HAS_2MB_MEM      # et4000 with 2 MB video memory
-
-options        FALCON_SCSI             # SCSI-support for Falcon
-options        FALCON_VIDEO            # Graphics support for FALCON
+options FALCON_SCSI # SCSI-support for Falcon
+options FALCON_VIDEO # Graphics support for FALCON
 
-options        MEMORY_DISK_HOOKS       # Boot RAM-disk
-options        DISKLABEL_NBDA          # NetBSD disklabels (required)
-options        DISKLABEL_AHDI          # NetBSD/AHDI disklabels
-
-#Build one kernel that can boot from any disk.
-
-config         netbsd root on ? type ?
+options MEMORY_DISK_HOOKS # Boot RAM-disk
+options DISKLABEL_NBDA # NetBSD disklabels (required)
+options DISKLABEL_AHDI # NetBSD/AHDI disklabels
+config netbsd root on ? type ?
 
-pseudo-device  sl                      # Slip
-pseudo-device  ppp                     # ppp
+pseudo-device sl # Slip
+pseudo-device ppp # ppp
 
-pseudo-device  pty                     # pseudo-terminals
-pseudo-device  loop                    # Loopback network
-pseudo-device  vnd             3       # 3 pseudo disks (see vnconfig)
-pseudo-device  md              3       # Boot memory disk
-
-#Hardware options for GENERIC are in the various machine type specific files
-
-pseudo-device  view    4       # View (graphics mapping)
-
-#The following sections describe various hardware options.
+pseudo-device pty # pseudo-terminals
+pseudo-device loop # Loopback network
+pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
+pseudo-device md 3 # Boot memory disk
+pseudo-device view 4 # View (graphics mapping)
 
-ncrscsi0       at mainbus0     # NCR5380 SCSI driver
-scsibus0       at ncrscsi0     # SCSI bus
-zs0            at mainbus0     # Serial support through 8530
-grfbus0                at mainbus0     # bitmapped display's
-grfcc0         at grfbus0      # graphics driver
-ite0           at grfcc0       # console
-nvr0           at mainbus0     # nvram driver
+ncrscsi0 at mainbus0 # NCR5380 SCSI driver
+scsibus0 at ncrscsi0 # SCSI bus
+zs0 at mainbus0 # Serial support through 8530
+grfbus0 at mainbus0 # bitmapped display's'
+grfcc0 at grfbus0 # graphics driver
+ite0 at grfcc0 # console
+nvr0 at mainbus0 # nvram driver
+wdc0 at mainbus0 # IDE-bus
+atabus* at wdc? channel ?
+wd* at atabus? drive ?
 
-wdc0           at mainbus0     # IDE-bus
-atabus*        at wdc? channel ?
-wd*            at atabus? drive ?
-
- #ATAPI bus support
 atapibus* at atabus?
 
-#ATAPI devices
-cd*    at atapibus? drive ?    # ATAPI CD-ROM drives
+cd* at atapibus? drive ? # ATAPI CD-ROM drives
 
-#SCSI devices
-sd*    at scsibus? target ? lun ?      # SCSI disk drives
-st*    at scsibus? target ? lun ?      # SCSI tape drives
-cd*    at scsibus? target ? lun ?      # SCSI CD-ROM drives
-
+sd* at scsibus? target ? lun ? # SCSI disk drives
+st* at scsibus? target ? lun ? # SCSI tape drives
+cd* at scsibus? target ? lun ? # SCSI CD-ROM drives



Home | Main Index | Thread Index | Old Index