Home | History | Annotate | Line # | Download | only in conf
HADES revision 1.60
      1   1.1      leo #
      2  1.57  hannken # $NetBSD: HADES,v 1.60 2005/07/30 06:39:44 yamt Exp $
      3   1.1      leo #
      4  1.25      leo # This file was automatically created. Changes will be
      5  1.25      leo # lost when running makeconf in this directory.
      6   1.1      leo #
      7  1.32    lukem # Created from:
      8  1.50   bouyer #		NetBSD: HADES.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
      9  1.60     yamt #		NetBSD: GENERIC.in,v 1.52 2005/07/30 06:35:35 yamt Exp $
     10  1.52      abs include "arch/atari/conf/std.hades"
     11  1.52      abs 
     12  1.52      abs options INCLUDE_CONFIG_FILE # embed config file in kernel binary
     13  1.52      abs 
     14  1.52      abs maxusers 16
     15  1.52      abs 
     16  1.52      abs options HZ=64 # Set the clock-rate (48/64/96)
     17  1.52      abs 
     18  1.52      abs options INSECURE # disable kernel security levels
     19  1.52      abs options M68040 # support for 040
     20  1.52      abs options M68060 # support for 060
     21  1.52      abs options FPSP # 68040 Floatingpoint support
     22  1.52      abs options M060SP # MC68060 software support (Required for 060)
     23  1.52      abs 
     24  1.52      abs options INET # IP + ICMP + TCP + UDP
     25  1.52      abs 
     26  1.52      abs options INET6 # IPV6
     27  1.52      abs 
     28  1.52      abs options NS # XNS
     29  1.52      abs 
     30  1.52      abs options ISO,TPIP # OSI
     31  1.52      abs 
     32  1.52      abs options CCITT,LLC,HDLC # X.25
     33  1.52      abs 
     34  1.52      abs options NETATALK # AppleTalk networking protocols
     35  1.52      abs 
     36  1.52      abs options PPP_BSDCOMP # BSD-Compress compression support for PPP
     37  1.52      abs options PPP_DEFLATE # Deflate compression support for PPP
     38  1.52      abs options PPP_FILTER # Active filter support for PPP (requires bpf)
     39  1.52      abs 
     40  1.52      abs options PFIL_HOOKS # pfil(9) packet filter hooks
     41  1.52      abs options IPFILTER_LOG # ipmon(8) log support
     42  1.52      abs file-system FFS # Berkeley fast file system
     43  1.52      abs file-system MFS # Memory based filesystem
     44  1.52      abs file-system KERNFS # Kernel parameter filesystem
     45  1.52      abs file-system MSDOSFS # MSDOS filesystem
     46  1.52      abs file-system CD9660 # ISO 9660 filesystem with Rock Ridge
     47  1.52      abs 
     48  1.52      abs file-system NFS # Network File System client side code
     49  1.52      abs file-system PROCFS # Process filesystem
     50  1.52      abs file-system FDESC # /dev/fd
     51  1.52      abs file-system NULLFS # Loopback filesystem
     52  1.52      abs file-system OVERLAY # overlay filesystem
     53  1.52      abs file-system UNION # union file system
     54  1.52      abs file-system UMAPFS # null file system (with uid & gid remapping)
     55  1.52      abs file-system PORTAL # portal file system
     56  1.52      abs file-system EXT2FS # second extended file system (linux)
     57  1.52      abs file-system LFS # log-structured file system
     58  1.52      abs 
     59  1.52      abs options QUOTA # Disk quotas for local disks
     60  1.52      abs 
     61  1.52      abs options SOFTDEP # FFS soft updates support.
     62  1.57  hannken 
     63  1.52      abs options NFSSERVER # Network File System server side code
     64  1.52      abs 
     65  1.52      abs options PANICWAIT # Require keystroke to dump/reboot
     66  1.52      abs options DDB # Kernel debugger
     67  1.52      abs 
     68  1.52      abs options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
     69  1.52      abs 
     70  1.52      abs options COMPAT_43 # 4.3 BSD compatible system calls (required)
     71  1.58   simonb options COMPAT_10 # Compatibility with NetBSD 1.0
     72  1.58   simonb options COMPAT_11 # Compatibility with NetBSD 1.1
     73  1.58   simonb options COMPAT_12 # Compatibility with NetBSD 1.2
     74  1.58   simonb options COMPAT_13 # Compatibility with NetBSD 1.3
     75  1.58   simonb options COMPAT_14 # Compatibility with NetBSD 1.4
     76  1.58   simonb options COMPAT_15 # Compatibility with NetBSD 1.5
     77  1.58   simonb options COMPAT_16 # Compatibility with NetBSD 1.6
     78  1.58   simonb options COMPAT_20 # Compatibility with NetBSD 2.0
     79  1.25      leo 
     80  1.52      abs options COMPAT_AOUT_M68K # Compatibility to a.out executables
     81  1.52      abs options EXEC_AOUT # a.out format executables
     82  1.55   bouyer options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
     83  1.25      leo 
     84  1.52      abs options SYSVSHM # System V shared memory
     85  1.52      abs options SYSVMSG # System V messages
     86  1.52      abs options SYSVSEM # System V semaphores
     87  1.53   bouyer 
     88  1.53   bouyer options P1003_1B_SEMAPHORE # p1003.1b semaphore support
     89  1.53   bouyer 
     90  1.52      abs options KTRACE # Add kernel tracing system call
     91  1.52      abs options SYSTRACE # system call vetting via systrace(1)
     92  1.52      abs options DIAGNOSTIC # Add additional error checking code
     93  1.52      abs options USERCONF # userconf(4) support
     94  1.55   bouyer 
     95  1.55   bouyer options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
     96  1.55   bouyer 
     97  1.52      abs options SCSIVERBOSE # human readable SCSI error messages
     98  1.25      leo 
     99  1.52      abs options MIIVERBOSE # verbose PHY autoconfig messages
    100  1.52      abs options PCIVERBOSE # verbose PCI device autoconfig messages
    101  1.52      abs 
    102  1.52      abs options ST_POOL_SIZE=22 # smallest that allows TT-HIGH
    103  1.52      abs 
    104  1.52      abs options TT_SCSI # SCSI-support for TT
    105  1.52      abs options TT_VIDEO # Graphics support for TT
    106  1.52      abs 
    107  1.52      abs options MEMORY_DISK_HOOKS # Boot RAM-disk
    108  1.52      abs options DISKLABEL_NBDA # NetBSD disklabels (required)
    109  1.52      abs options DISKLABEL_AHDI # NetBSD/AHDI disklabels
    110  1.52      abs 
    111  1.52      abs options SERCONSOLE # modem1 console support
    112  1.52      abs options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
    113  1.52      abs options MSGBUFSIZE=32768 # size of kernel msg. buffer
    114  1.52      abs 
    115  1.52      abs options TRY_SCSI_LINKED_COMMANDS=0x7f
    116  1.52      abs 
    117  1.52      abs config netbsd root on ? type ?
    118  1.52      abs 
    119  1.52      abs pseudo-device sl # Slip
    120  1.52      abs pseudo-device ppp # ppp
    121  1.52      abs 
    122  1.52      abs pseudo-device pppoe # PPP over Ethernet (RFC 2516)
    123  1.52      abs 
    124  1.52      abs pseudo-device pty # pseudo-terminals
    125  1.52      abs pseudo-device loop # Loopback network
    126  1.52      abs pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
    127  1.59  hubertf 
    128  1.52      abs pseudo-device md 3 # Boot memory disk
    129  1.52      abs 
    130  1.52      abs pseudo-device bpfilter 2 # berkeley packet filters
    131  1.52      abs pseudo-device tun 2 # network tunnel
    132  1.56     cube pseudo-device tap # virtual Ethernet
    133  1.52      abs 
    134  1.52      abs pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
    135  1.52      abs 
    136  1.52      abs pseudo-device vlan # IEEE 802.1q encapsulation
    137  1.52      abs pseudo-device bridge # simple inter-network bridging
    138  1.52      abs 
    139  1.52      abs pseudo-device ccd 4 # concatenating disk driver
    140  1.52      abs 
    141  1.52      abs pseudo-device raid 8 # RAIDframe disk driver
    142  1.52      abs options RAID_AUTOCONFIG # auto-configuration of RAID components
    143  1.57  hannken pseudo-device fss 4 # file system snapshot device
    144  1.52      abs pseudo-device ipfilter # IP filtering device
    145  1.52      abs pseudo-device rnd # /dev/random and in-kernel generator
    146  1.52      abs pseudo-device clockctl # user control of clock subsystem
    147  1.52      abs 
    148  1.52      abs exphy* at mii? phy ? # 3Com internal PHYs
    149  1.52      abs inphy* at mii? phy ? # Intel 82555 PHYs
    150  1.52      abs iophy* at mii? phy ? # Intel 82553 PHYs
    151  1.52      abs ukphy* at mii? phy ? # generic unknown PHYs
    152  1.52      abs 
    153  1.52      abs ep* at pci? dev ? function ? # 3Com 3c59x
    154  1.52      abs fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
    155  1.52      abs 
    156  1.52      abs eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
    157  1.52      abs audio* at eso?
    158  1.52      abs 
    159  1.60     yamt options VMSWAP # Swap device/file support
    160  1.60     yamt 
    161  1.52      abs pseudo-device view 4 # View (graphics mapping)
    162  1.52      abs pseudo-device mouse 1 # mouse
    163  1.25      leo 
    164  1.52      abs ncrscsi0 at mainbus0 # NCR5380 SCSI driver
    165  1.52      abs scsibus0 at ncrscsi0 # SCSI bus
    166  1.52      abs zs0 at mainbus0 # Serial support through 8530
    167  1.52      abs nvr0 at mainbus0 # nvram driver
    168  1.52      abs lp0 at mainbus0 # centronics printer
    169  1.52      abs ser0 at mainbus0 # UART on first 68901 (ttyB0)
    170  1.52      abs grfbus0 at mainbus0 # bitmapped display's'
    171  1.52      abs grfet0 at grfbus0 # et4000/et6000/et6100 consoles
    172  1.52      abs ite0 at grfet0
    173  1.52      abs grfet1 at grfbus0
    174  1.52      abs ite1 at grfet1
    175  1.52      abs grfet2 at grfbus0
    176  1.52      abs ite2 at grfet2
    177  1.52      abs pcib0 at mainbus0 # PCI-bus
    178  1.52      abs pci0 at pcib0
    179  1.37   atatat 
    180  1.52      abs avmebus0 at mainbus0 # VME bus
    181  1.52      abs vme0 at avmebus0
    182  1.52      abs le0 at vme0 irq 5 # Lance ethernet (Riebl/PAM).
    183  1.52      abs le0 at vme0 irq 4 # Lance ethernet (BVME410).
    184  1.52      abs et0 at vme0 # Crazy Dots II
    185  1.52      abs isab0 at mainbus0 # ISA-bus
    186  1.52      abs isa0 at isab0
    187  1.52      abs wdc0 at mainbus0 # IDE-bus
    188  1.52      abs atabus* at wdc? channel ?
    189  1.52      abs wd* at atabus? drive ?
    190   1.1      leo 
    191  1.52      abs atapibus* at atabus?
    192   1.1      leo 
    193  1.52      abs cd* at atapibus? drive ? # ATAPI CD-ROM drives
    194  1.25      leo 
    195  1.52      abs sd* at scsibus? target ? lun ? # SCSI disk drives
    196  1.52      abs st* at scsibus? target ? lun ? # SCSI tape drives
    197  1.52      abs cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
    198  1.26      leo 
    199  1.52      abs ch* at scsibus? target ? lun ? # SCSI autochangers
    200  1.52      abs ss* at scsibus? target ? lun ? # SCSI scanners
    201  1.52      abs se* at scsibus? target ? lun ? # SCSI ethernet
    202  1.52      abs uk* at scsibus? target ? lun ? # SCSI unknown
    203  1.26      leo 
    204  1.52      abs ne0 at isa0 port 0x300 irq 5 # NE2000 ethernet
    205  1.52      abs ep* at pci0 dev ? function 0 # 3Com 3c59x/3c90x Ethernet
    206  1.19      leo 
    207  1.52      abs eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
    208  1.52      abs audio* at eso?
    209