Home | History | Annotate | Line # | Download | only in conf
MILAN-PCIIDE revision 1.30.2.4
      1       1.1     leo #
      2  1.30.2.2      he # $NetBSD: MILAN-PCIIDE,v 1.30.2.4 2007/08/11 14:50:29 bouyer Exp $
      3       1.1     leo #
      4       1.1     leo # This file was automatically created. Changes will be
      5       1.1     leo # lost when running makeconf in this directory.
      6       1.1     leo #
      7       1.6   lukem # Created from:
      8  1.30.2.1     jdc #		NetBSD: MILAN.in,v 1.16 2003/12/14 01:32:01 thorpej Exp $
      9  1.30.2.4  bouyer #		NetBSD: GENERIC.in,v 1.33.2.4 2007/08/11 14:49:05 bouyer Exp $
     10  1.30.2.2      he include "arch/atari/conf/std.milan"
     11  1.30.2.4  bouyer options INCLUDE_CONFIG_FILE # embed config file in kernel binary
     12  1.30.2.4  bouyer maxusers 16
     13  1.30.2.4  bouyer options HZ=64 # Set the clock-rate (48/64/96)
     14  1.30.2.4  bouyer options INSECURE # disable kernel security levels
     15  1.30.2.4  bouyer options M68040 # support for 040
     16  1.30.2.4  bouyer options M68060 # support for 060
     17  1.30.2.4  bouyer options FPSP # 68040 Floatingpoint support
     18  1.30.2.4  bouyer options M060SP # MC68060 software support (Required for 060)
     19  1.30.2.4  bouyer options INET # IP + ICMP + TCP + UDP
     20  1.30.2.4  bouyer options INET6 # IPV6
     21  1.30.2.4  bouyer options NS # XNS
     22  1.30.2.4  bouyer options CCITT,LLC,HDLC # X.25
     23  1.30.2.4  bouyer options NETATALK # AppleTalk networking protocols
     24  1.30.2.4  bouyer options PPP_BSDCOMP # BSD-Compress compression support for PPP
     25  1.30.2.4  bouyer options PPP_DEFLATE # Deflate compression support for PPP
     26  1.30.2.4  bouyer options PPP_FILTER # Active filter support for PPP (requires bpf)
     27  1.30.2.4  bouyer options PFIL_HOOKS # pfil(9) packet filter hooks
     28  1.30.2.4  bouyer options IPFILTER_LOG # ipmon(8) log support
     29  1.30.2.4  bouyer file-system FFS # Berkeley fast file system
     30  1.30.2.4  bouyer file-system MFS # Memory based filesystem
     31  1.30.2.4  bouyer file-system KERNFS # Kernel parameter filesystem
     32  1.30.2.4  bouyer file-system MSDOSFS # MSDOS filesystem
     33  1.30.2.4  bouyer file-system CD9660 # ISO 9660 filesystem with Rock Ridge
     34  1.30.2.4  bouyer file-system NFS # Network File System client side code
     35  1.30.2.4  bouyer file-system PROCFS # Process filesystem
     36  1.30.2.4  bouyer file-system FDESC # /dev/fd
     37  1.30.2.4  bouyer file-system NULLFS # Loopback filesystem
     38  1.30.2.4  bouyer file-system OVERLAY # overlay filesystem
     39  1.30.2.4  bouyer file-system UNION # union file system
     40  1.30.2.4  bouyer file-system UMAPFS # null file system (with uid & gid remapping)
     41  1.30.2.4  bouyer file-system PORTAL # portal file system
     42  1.30.2.4  bouyer file-system EXT2FS # second extended file system (linux)
     43  1.30.2.4  bouyer file-system LFS # log-structured file system
     44  1.30.2.4  bouyer options QUOTA # Disk quotas for local disks
     45  1.30.2.4  bouyer options SOFTDEP # FFS soft updates support.
     46  1.30.2.4  bouyer options NFSSERVER # Network File System server side code
     47  1.30.2.4  bouyer options PANICWAIT # Require keystroke to dump/reboot
     48  1.30.2.4  bouyer options DDB # Kernel debugger
     49  1.30.2.4  bouyer options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
     50  1.30.2.4  bouyer options COMPAT_43 # 4.3 BSD compatible system calls (required)
     51  1.30.2.4  bouyer options COMPAT_10 # Compatibility to NetBSD1.0
     52  1.30.2.4  bouyer options COMPAT_11 # Compatibility to NetBSD1.1
     53  1.30.2.4  bouyer options COMPAT_12 # Compatibility to NetBSD1.2
     54  1.30.2.4  bouyer options COMPAT_13 # Compatibility to NetBSD1.3
     55  1.30.2.4  bouyer options COMPAT_14 # Compatibility to NetBSD1.4
     56  1.30.2.4  bouyer options COMPAT_15 # Compatibility to NetBSD1.5
     57  1.30.2.4  bouyer options COMPAT_16 # Compatibility to NetBSD1.6
     58  1.30.2.4  bouyer options COMPAT_AOUT_M68K # Compatibility to a.out executables
     59  1.30.2.4  bouyer options EXEC_AOUT # a.out format executables
     60  1.30.2.4  bouyer options SYSVSHM # System V shared memory
     61  1.30.2.4  bouyer options SYSVMSG # System V messages
     62  1.30.2.4  bouyer options SYSVSEM # System V semaphores
     63  1.30.2.4  bouyer options P1003_1B_SEMAPHORE # p1003.1b semaphore support
     64  1.30.2.4  bouyer options KTRACE # Add kernel tracing system call
     65  1.30.2.4  bouyer options SYSTRACE # system call vetting via systrace(1)
     66  1.30.2.4  bouyer options DIAGNOSTIC # Add additional error checking code
     67  1.30.2.4  bouyer options USERCONF # userconf(4) support
     68  1.30.2.4  bouyer options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
     69  1.30.2.4  bouyer options SCSIVERBOSE # human readable SCSI error messages
     70  1.30.2.4  bouyer options MIIVERBOSE # verbose PHY autoconfig messages
     71  1.30.2.4  bouyer options PCIVERBOSE # verbose PCI device autoconfig messages
     72  1.30.2.4  bouyer options ST_POOL_SIZE=22 # smallest that allows TT-HIGH
     73  1.30.2.4  bouyer options MEMORY_DISK_HOOKS # Boot RAM-disk
     74  1.30.2.4  bouyer options DISKLABEL_NBDA # NetBSD disklabels (required)
     75  1.30.2.4  bouyer options DISKLABEL_AHDI # NetBSD/AHDI disklabels
     76  1.30.2.4  bouyer options SERCONSOLE # modem1 console support
     77  1.30.2.4  bouyer options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
     78  1.30.2.4  bouyer options MSGBUFSIZE=32768 # size of kernel msg. buffer
     79  1.30.2.4  bouyer options TRY_SCSI_LINKED_COMMANDS=0x7f
     80  1.30.2.4  bouyer config netbsd root on ? type ?
     81  1.30.2.4  bouyer pseudo-device sl # Slip
     82  1.30.2.4  bouyer pseudo-device ppp # ppp
     83  1.30.2.4  bouyer pseudo-device pppoe # PPP over Ethernet (RFC 2516)
     84  1.30.2.4  bouyer pseudo-device pty # pseudo-terminals
     85  1.30.2.4  bouyer pseudo-device loop # Loopback network
     86  1.30.2.4  bouyer pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
     87  1.30.2.4  bouyer pseudo-device md 3 # Boot memory disk
     88  1.30.2.4  bouyer pseudo-device bpfilter 2 # berkeley packet filters
     89  1.30.2.4  bouyer pseudo-device tun 2 # network tunnel
     90  1.30.2.4  bouyer pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
     91  1.30.2.4  bouyer pseudo-device vlan # IEEE 802.1q encapsulation
     92  1.30.2.4  bouyer pseudo-device bridge # simple inter-network bridging
     93  1.30.2.4  bouyer pseudo-device ccd 4 # concatenating disk driver
     94  1.30.2.4  bouyer pseudo-device raid 8 # RAIDframe disk driver
     95  1.30.2.4  bouyer options RAID_AUTOCONFIG # auto-configuration of RAID components
     96  1.30.2.4  bouyer pseudo-device ipfilter # IP filtering device
     97  1.30.2.4  bouyer pseudo-device rnd # /dev/random and in-kernel generator
     98  1.30.2.4  bouyer pseudo-device clockctl # user control of clock subsystem
     99  1.30.2.4  bouyer exphy* at mii? phy ? # 3Com internal PHYs
    100  1.30.2.4  bouyer inphy* at mii? phy ? # Intel 82555 PHYs
    101  1.30.2.4  bouyer iophy* at mii? phy ? # Intel 82553 PHYs
    102  1.30.2.4  bouyer ukphy* at mii? phy ? # generic unknown PHYs
    103  1.30.2.4  bouyer ep* at pci? dev ? function ? # 3Com 3c59x
    104  1.30.2.4  bouyer fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
    105  1.30.2.4  bouyer eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
    106  1.30.2.4  bouyer audio* at eso?
    107  1.30.2.4  bouyer options WSEMUL_VT100 # VT100 / VT220 emulation
    108  1.30.2.4  bouyer options WS_KERNEL_FG=WSCOL_WHITE
    109  1.30.2.4  bouyer options WS_KERNEL_BG=WSCOL_BLACK
    110  1.30.2.4  bouyer options WSDISPLAY_DEFAULTSCREENS=4
    111  1.30.2.4  bouyer options PCDISPLAY_SOFTCURSOR
    112  1.30.2.4  bouyer isab0 at mainbus0 # ISA-bus
    113  1.30.2.4  bouyer isa0 at isab0
    114  1.30.2.4  bouyer pcib0 at mainbus0 # PCI-bus
    115  1.30.2.4  bouyer pci0 at pcib0
    116  1.30.2.4  bouyer nvr0 at mainbus0 # nvram driver
    117  1.30.2.4  bouyer ser0 at mainbus0
    118  1.30.2.4  bouyer fdcisa0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy contr.
    119  1.30.2.4  bouyer fdisa0 at fdcisa0 drive 0
    120  1.30.2.4  bouyer pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
    121  1.30.2.4  bouyer acardide* at pci? dev ? function ? # Acard IDE controllers
    122  1.30.2.4  bouyer aceride* at pci? dev ? function ? # Acer Lab IDE controllers
    123  1.30.2.4  bouyer artsata* at pci? dev ? function ? # Intel i31244 SATA controller
    124  1.30.2.4  bouyer cmdide* at pci? dev ? function ? # CMD tech IDE controllers
    125  1.30.2.4  bouyer cypide* at pci? dev ? function ? # Cypress IDE controllers
    126  1.30.2.4  bouyer hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
    127  1.30.2.4  bouyer optiide* at pci? dev ? function ? # Opti IDE controllers
    128  1.30.2.4  bouyer piixide* at pci? dev ? function ? # Intel IDE controllers
    129  1.30.2.4  bouyer pdcide* at pci? dev ? function ? # Promise IDE controllers
    130  1.30.2.4  bouyer satalink* at pci? dev ? function ? # SiI SATALink controllers
    131  1.30.2.4  bouyer siside* at pci? dev ? function ? # SiS IDE controllers
    132  1.30.2.4  bouyer slide* at pci? dev ? function ? # Symphony Labs IDE controllers
    133  1.30.2.4  bouyer viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
    134  1.30.2.4  bouyer atabus* at ata? channel ?
    135  1.30.2.4  bouyer options __HAVE_NWSCONS
    136  1.30.2.4  bouyer vga0 at pci? dev ? function ? # a PCI VGA card
    137  1.30.2.4  bouyer wsdisplay* at vga? console ? # as a wscons console
    138  1.30.2.4  bouyer pckbc0 at isa? # PC keyboard controller
    139  1.30.2.4  bouyer pckbd* at pckbc? # PC keyboard
    140  1.30.2.4  bouyer wskbd* at pckbd? console ? # wscons keyboard
    141  1.30.2.4  bouyer wd* at atabus? drive ?
    142  1.30.2.4  bouyer atapibus* at atabus? # ATAPI bus support
    143  1.30.2.4  bouyer cd* at atapibus? drive ? # ATAPI CD-ROM drives
    144