1 # 2 # $NetBSD: MILAN-PCIIDE,v 1.57.4.6 2010/11/20 00:34:14 riz Exp $ 3 # 4 # This file was automatically created. Changes will be 5 # lost when running makeconf in this directory. 6 # 7 # Created from: 8 # NetBSD: MILAN.in,v 1.21.70.1 2009/01/26 03:07:52 snj Exp $ 9 # NetBSD$ 10 include "arch/atari/conf/std.milan" 11 12 options INCLUDE_CONFIG_FILE # embed config file in kernel binary 13 maxusers 16 14 15 options HZ=64 # Set the clock-rate (48/64/96) 16 17 options INSECURE # disable kernel security levels 18 options M68040 # support for 040 19 options M68060 # support for 060 20 options FPSP # 68040 Floatingpoint support 21 options M060SP # MC68060 software support (Required for 060) 22 23 options INET # IP + ICMP + TCP + UDP 24 25 options INET6 # IPV6 26 options PPP_BSDCOMP # BSD-Compress compression support for PPP 27 options PPP_DEFLATE # Deflate compression support for PPP 28 options PPP_FILTER # Active filter support for PPP (requires bpf) 29 30 options PFIL_HOOKS # pfil(9) packet filter hooks 31 options IPFILTER_LOG # ipmon(8) log support 32 options IPFILTER_LOOKUP # ippool(8) support 33 file-system FFS # Berkeley fast file system 34 file-system MFS # Memory based filesystem 35 file-system MSDOSFS # MSDOS filesystem 36 file-system CD9660 # ISO 9660 filesystem with Rock Ridge 37 38 file-system KERNFS # Kernel parameter filesystem 39 file-system NFS # Network File System client side code 40 file-system PROCFS # Process filesystem 41 file-system FDESC # /dev/fd 42 file-system NULLFS # Loopback filesystem 43 file-system OVERLAY # overlay filesystem 44 file-system UNION # union file system 45 file-system UMAPFS # null file system (with uid & gid remapping) 46 file-system PORTAL # portal file system 47 file-system EXT2FS # second extended file system (linux) 48 49 file-system PTYFS # /dev/pts/N support 50 51 options WAPBL # File system journaling support - Experimental 52 53 options SOFTDEP # FFS soft updates support. 54 55 options NFSSERVER # Network File System server side code 56 57 options PANICWAIT # Require keystroke to dump/reboot 58 59 options DDB # Kernel debugger 60 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 61 62 options COMPAT_43 # 4.3 BSD compatible system calls 63 options COMPAT_10 # Compatibility with NetBSD 1.0 64 options COMPAT_11 # Compatibility with NetBSD 1.1 65 options COMPAT_12 # Compatibility with NetBSD 1.2 66 options COMPAT_13 # Compatibility with NetBSD 1.3 67 options COMPAT_14 # Compatibility with NetBSD 1.4 68 options COMPAT_15 # Compatibility with NetBSD 1.5 69 70 options COMPAT_16 # Compatibility with NetBSD 1.6 71 options COMPAT_20 # Compatibility with NetBSD 2.0 72 options COMPAT_30 # NetBSD 3.0 compatibility. 73 options COMPAT_40 # NetBSD 4.0 compatibility. 74 75 options COMPAT_AOUT_M68K # Compatibility to a.out executables 76 options EXEC_AOUT # a.out format executables 77 78 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 79 80 options SYSVSHM # System V shared memory 81 options SYSVMSG # System V messages 82 options SYSVSEM # System V semaphores 83 options P1003_1B_SEMAPHORE # p1003.1b semaphore support 84 85 options KTRACE # Add kernel tracing system call 86 87 options USERCONF # userconf(4) support 88 89 options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 90 91 options SCSIVERBOSE # human readable SCSI error messages 92 93 options MIIVERBOSE # verbose PHY autoconfig messages 94 options ST_POOL_SIZE=24 # smallest that allows TT-HIGH 95 options MEMORY_DISK_HOOKS # Boot RAM-disk 96 options DISKLABEL_NBDA # NetBSD disklabels (required) 97 options DISKLABEL_AHDI # NetBSD/AHDI disklabels 98 99 options SERCONSOLE # modem1 console support, breaks Falcon 100 101 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM 102 options MSGBUFSIZE=32768 # size of kernel msg. buffer 103 104 options TRY_SCSI_LINKED_COMMANDS=0x7f 105 106 config netbsd root on ? type ? 107 108 pseudo-device sl # Slip 109 110 pseudo-device ppp # ppp 111 112 pseudo-device pppoe # PPP over Ethernet (RFC 2516) 113 114 pseudo-device pty # pseudo-terminals 115 pseudo-device loop # Loopback network 116 117 pseudo-device md 3 # Boot memory disk 118 119 pseudo-device vnd # 3 pseudo disks (see vnconfig) 120 pseudo-device bpfilter # berkeley packet filters 121 122 pseudo-device tun # network tunnel 123 pseudo-device tap # virtual Ethernet 124 125 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 126 127 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 128 129 pseudo-device ccd 4 # concatenating disk driver 130 pseudo-device fss 4 # file system snapshot device 131 pseudo-device ipfilter # IP filtering device 132 pseudo-device rnd # /dev/random and in-kernel generator 133 pseudo-device clockctl # user control of clock subsystem 134 135 exphy* at mii? phy ? # 3Com internal PHYs 136 inphy* at mii? phy ? # Intel 82555 PHYs 137 iophy* at mii? phy ? # Intel 82553 PHYs 138 ukphy* at mii? phy ? # generic unknown PHYs 139 140 ep* at pci? dev ? function ? # 3Com 3c59x 141 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 142 143 eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 144 audio* at eso? 145 options WSEMUL_VT100 # VT100 / VT220 emulation 146 147 options WS_KERNEL_FG=WSCOL_WHITE 148 options WS_KERNEL_BG=WSCOL_BLACK 149 options WSDISPLAY_DEFAULTSCREENS=4 150 151 options PCDISPLAY_SOFTCURSOR 152 153 isab0 at mainbus0 # ISA-bus 154 isa0 at isab0 155 pcib0 at mainbus0 # PCI-bus 156 pci0 at pcib0 157 nvr0 at mainbus0 # nvram driver 158 ser0 at mainbus0 159 fdcisa0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy contr. 160 fdisa0 at fdcisa0 drive 0 161 pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 162 acardide* at pci? dev ? function ? # Acard IDE controllers 163 aceride* at pci? dev ? function ? # Acer Lab IDE controllers 164 artsata* at pci? dev ? function ? # Intel i31244 SATA controller 165 cmdide* at pci? dev ? function ? # CMD tech IDE controllers 166 cypide* at pci? dev ? function ? # Cypress IDE controllers 167 hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 168 optiide* at pci? dev ? function ? # Opti IDE controllers 169 pdcide* at pci? dev ? function ? # Promise IDE controllers 170 pdcsata* at pci? dev ? function ? # Promise SATA150 controllers 171 satalink* at pci? dev ? function ? # SiI SATALink controllers 172 siside* at pci? dev ? function ? # SiS IDE controllers 173 slide* at pci? dev ? function ? # Symphony Labs IDE controllers 174 viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 175 176 atabus* at ata? channel ? 177 178 vga0 at pci? dev ? function ? # a PCI VGA card 179 wsdisplay* at vga? console ? # as a wscons console 180 pckbc0 at isa? # PC keyboard controller 181 pckbd* at pckbc? # PC keyboard 182 wskbd* at pckbd? console ? # wscons keyboard 183 184 wd* at atabus? drive ? 185 atapibus* at atabus? # ATAPI bus support 186 187 cd* at atapibus? drive ? # ATAPI CD-ROM drives 188