1 1.19 gmcgarry # $NetBSD: GENERIC,v 1.19 2001/12/14 05:34:52 gmcgarry Exp $ 2 1.1 briggs # 3 1.19 gmcgarry # GENERIC machine description file 4 1.19 gmcgarry # 5 1.19 gmcgarry # This machine description file is used to generate the default NetBSD 6 1.19 gmcgarry # kernel. The generic kernel does not include all options, subsystems 7 1.19 gmcgarry # and device drivers, but should be useful for most applications. 8 1.1 briggs # 9 1.19 gmcgarry # The machine description file can be customised for your specific 10 1.19 gmcgarry # machine to reduce the kernel size and improve its performance. 11 1.19 gmcgarry # 12 1.19 gmcgarry # For further information on compiling NetBSD kernels, see the config(8) 13 1.19 gmcgarry # man page. 14 1.19 gmcgarry # 15 1.19 gmcgarry # For further information on hardware support for this architecture, see 16 1.19 gmcgarry # the intro(4) man page. For further information about kernel options 17 1.19 gmcgarry # for this architecture, see the options(4) man page. For an explanation 18 1.19 gmcgarry # of each device driver in this file see the section 4 man page for the 19 1.19 gmcgarry # device. 20 1.1 briggs 21 1.19 gmcgarry include "arch/sandpoint/conf/std.sandpoint" 22 1.1 briggs 23 1.19 gmcgarry #ident "GENERIC-$Revision: 1.19 $" 24 1.1 briggs 25 1.1 briggs maxusers 32 26 1.1 briggs 27 1.1 briggs #options IPKDBUSERHACK # Allow access to mapped memory via kgdb 28 1.1 briggs #options DEBUG_BY_TOOLS # Allow debugging from toolsnet 29 1.1 briggs # HMAC key to be used for debugging sessions 30 1.1 briggs #options IPKDBKEY="\"HMAC pass phrase text\"" 31 1.1 briggs #options IPKDBSECURE # Allow debugging even when securelevel > 0 32 1.7 briggs #makeoptions DEBUG="-g" 33 1.1 briggs 34 1.7 briggs #options DEBUG 35 1.1 briggs options DIAGNOSTIC 36 1.1 briggs options TRAP_PANICWAIT 37 1.1 briggs options DDB 38 1.1 briggs #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 39 1.1 briggs options KTRACE 40 1.18 briggs options NEWPMAP 41 1.11 briggs #options PMAPCHECK 42 1.11 briggs #options PMAPDEBUG 43 1.11 briggs options OPENPIC_SERIAL_MODE 44 1.18 briggs options SYMTAB_SPACE=200000 45 1.1 briggs 46 1.1 briggs options COMPAT_43 47 1.1 briggs options COMPAT_09 48 1.1 briggs options COMPAT_10 49 1.1 briggs options COMPAT_12 50 1.1 briggs options COMPAT_13 51 1.1 briggs options COMPAT_14 52 1.1 briggs options COMPAT_386BSD_MBRPART # recognize old partition ID 53 1.16 lukem #options COMPAT_LINUX # Linux binary compatibility 54 1.9 abs #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 55 1.1 briggs 56 1.7 briggs options MSGBUFSIZE=65536 57 1.1 briggs file-system FFS 58 1.1 briggs file-system MFS 59 1.1 briggs file-system NFS 60 1.1 briggs file-system CD9660 61 1.1 briggs file-system MSDOSFS 62 1.1 briggs file-system FDESC 63 1.1 briggs file-system KERNFS 64 1.1 briggs file-system NULLFS 65 1.1 briggs file-system OVERLAY 66 1.1 briggs file-system PORTAL 67 1.1 briggs file-system PROCFS 68 1.1 briggs file-system UMAPFS 69 1.1 briggs file-system UNION 70 1.1 briggs 71 1.16 lukem options SOFTDEP # FFS soft updates support. 72 1.1 briggs 73 1.1 briggs options INET 74 1.9 abs #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 75 1.1 briggs 76 1.16 lukem options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP 77 1.1 briggs 78 1.1 briggs config netbsd root on ? type ? 79 1.1 briggs 80 1.4 briggs # network psuedo-devices 81 1.4 briggs pseudo-device bpfilter 8 # packet filter 82 1.17 atatat pseudo-device bridge # simple inter-network bridging 83 1.4 briggs #pseudo-device ipfilter 84 1.1 briggs pseudo-device loop 85 1.1 briggs 86 1.4 briggs # mouse & keyboard multiplexor pseudo-devices 87 1.18 briggs #pseudo-device wsmux 88 1.4 briggs 89 1.4 briggs # miscellaneous pseudo-devices 90 1.1 briggs pseudo-device rnd # /dev/random and in-kernel generator 91 1.4 briggs pseudo-device vnd 4 92 1.4 briggs pseudo-device pty 93 1.1 briggs 94 1.1 briggs # 95 1.1 briggs # device 96 1.1 briggs # 97 1.1 briggs options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 98 1.1 briggs 99 1.4 briggs #options PCIVERBOSE # verbose PCI device messages 100 1.1 briggs #options PCI_CONFIG_DUMP # verbosely dump PCI config space 101 1.4 briggs options PCI_NETBSD_CONFIGURE # Have NetBSD configure PCI I/O & Mem 102 1.1 briggs 103 1.1 briggs mainbus0 at root 104 1.1 briggs 105 1.10 matt cpu* at mainbus0 106 1.1 briggs pci* at mainbus0 bus ? 107 1.2 briggs 108 1.2 briggs ppb* at pci? dev ? function ? # PCI-PCI bridges 109 1.2 briggs pci* at ppb? bus ? 110 1.1 briggs 111 1.1 briggs pchb* at pci? dev ? function ? # PCI host bridge 112 1.1 briggs pcib* at pci? dev ? function ? # Winbond 83c553 PCI-ISA bridges 113 1.1 briggs 114 1.1 briggs isa* at pcib? # ISA on PCI-ISA bridge 115 1.1 briggs 116 1.1 briggs #pciide* at pci? dev ? function ? # Winbond/Symphony IDE interface 117 1.1 briggs 118 1.1 briggs ex* at pci? dev ? function ? # 3Com 90x[B] 119 1.7 briggs sip* at pci? dev ? function ? # SiS 900 Ethernet 120 1.11 briggs options TLP_MATCH_21040 121 1.11 briggs options TLP_MATCH_21041 122 1.11 briggs options TLP_MATCH_21140 123 1.11 briggs options TLP_MATCH_21142 124 1.11 briggs tlp* at pci? dev ? function ? # DEC Tulip and similar 125 1.1 briggs 126 1.1 briggs ukphy* at mii? phy ? # generic unknown PHYs 127 1.1 briggs exphy* at mii? phy ? # 3Com internal PHYs 128 1.4 briggs 129 1.18 briggs #vga* at pci? dev ? function ? 130 1.18 briggs 131 1.18 briggs #pckbc0 at isa? # PS/2 keyboard controller 132 1.18 briggs #pckbd* at pckbc? # PC keyboard 133 1.18 briggs #pms* at pckbc? # PS/2 mouse for wsmouse 134 1.18 briggs #pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse 135 1.18 briggs #wsdisplay* at vga? console ? 136 1.18 briggs #wskbd* at pckbd? console ? 137 1.18 briggs #wsmouse* at pms? mux 0 138 1.18 briggs #wsmouse* at pmsi? mux 0 139 1.1 briggs 140 1.1 briggs com0 at isa? port 0x3f8 irq 4 # standard PC serial ports 141 1.1 briggs com1 at isa? port 0x2f8 irq 3 142 1.3 briggs 143 1.3 briggs lpt0 at isa? port 0x278 irq 7 # standard PC parallel ports 144 1.3 briggs 145 1.3 briggs fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 146 1.3 briggs fd* at fdc? drive ? # the drives themselves 147 1.3 briggs 148 1.7 briggs adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 149 1.7 briggs dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 150 1.7 briggs siop* at pci? dev ? function ? # NCR/Symbios 53c8xx SCSI 151 1.7 briggs scsibus* at adw? 152 1.7 briggs scsibus* at dpt? 153 1.7 briggs scsibus* at siop? 154 1.7 briggs 155 1.7 briggs sd* at scsibus? target ? lun ? # SCSI disk drives 156 1.7 briggs #st* at scsibus? target ? lun ? # SCSI tape drives 157 1.7 briggs #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 158 1.7 briggs #ch* at scsibus? target ? lun ? # SCSI autochangers 159 1.7 briggs #ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 160 1.7 briggs #ss* at scsibus? target ? lun ? # SCSI scanners 161 1.7 briggs #uk* at scsibus? target ? lun ? # SCSI unknown 162