1 1.4.4.2 nathanw # $NetBSD: GENERIC,v 1.4.4.2 2001/06/21 19:33:07 nathanw Exp $ 2 1.1 briggs # 3 1.1 briggs # GENERIC for Motorola Sandpoint 4 1.1 briggs # 5 1.1 briggs 6 1.1 briggs include "arch/sandpoint/conf/std.sandpoint" 7 1.1 briggs 8 1.4.4.2 nathanw #ident "GENERIC-$Revision: 1.4.4.2 $" 9 1.1 briggs 10 1.1 briggs maxusers 32 11 1.1 briggs 12 1.1 briggs #options IPKDBUSERHACK # Allow access to mapped memory via kgdb 13 1.1 briggs #options DEBUG_BY_TOOLS # Allow debugging from toolsnet 14 1.1 briggs # HMAC key to be used for debugging sessions 15 1.1 briggs #options IPKDBKEY="\"HMAC pass phrase text\"" 16 1.1 briggs #options IPKDBSECURE # Allow debugging even when securelevel > 0 17 1.4.4.2 nathanw #makeoptions DEBUG="-g" 18 1.1 briggs 19 1.4.4.2 nathanw #options DEBUG 20 1.1 briggs options DIAGNOSTIC 21 1.1 briggs options TRAP_PANICWAIT 22 1.1 briggs options DDB 23 1.1 briggs #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 24 1.1 briggs options KTRACE 25 1.4.4.2 nathanw options NEWPMAP 26 1.1 briggs 27 1.1 briggs options TCP_COMPAT_42 28 1.1 briggs options COMPAT_43 29 1.1 briggs options COMPAT_09 30 1.1 briggs options COMPAT_10 31 1.1 briggs options COMPAT_12 32 1.1 briggs options COMPAT_13 33 1.1 briggs options COMPAT_14 34 1.1 briggs options COMPAT_386BSD_MBRPART # recognize old partition ID 35 1.4.4.1 nathanw #options COMPAT_LINUX # Linux binary compatibility (experimental) 36 1.1 briggs 37 1.4.4.2 nathanw options MSGBUFSIZE=65536 38 1.1 briggs file-system FFS 39 1.1 briggs file-system MFS 40 1.1 briggs file-system NFS 41 1.1 briggs file-system CD9660 42 1.1 briggs file-system MSDOSFS 43 1.1 briggs file-system FDESC 44 1.1 briggs file-system KERNFS 45 1.1 briggs file-system NULLFS 46 1.1 briggs file-system OVERLAY 47 1.1 briggs file-system PORTAL 48 1.1 briggs file-system PROCFS 49 1.1 briggs file-system UMAPFS 50 1.1 briggs file-system UNION 51 1.1 briggs 52 1.1 briggs options SOFTDEP # FFS soft updates support. 53 1.1 briggs 54 1.1 briggs options INET 55 1.1 briggs 56 1.1 briggs options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP 57 1.1 briggs 58 1.1 briggs config netbsd root on ? type ? 59 1.1 briggs 60 1.4 briggs # network psuedo-devices 61 1.4 briggs pseudo-device bpfilter 8 # packet filter 62 1.4 briggs #pseudo-device ipfilter 63 1.1 briggs pseudo-device loop 64 1.1 briggs 65 1.4 briggs # mouse & keyboard multiplexor pseudo-devices 66 1.4 briggs pseudo-device wsmux 2 67 1.4 briggs 68 1.4 briggs # miscellaneous pseudo-devices 69 1.1 briggs pseudo-device rnd # /dev/random and in-kernel generator 70 1.4 briggs pseudo-device vnd 4 71 1.4 briggs pseudo-device pty 72 1.1 briggs 73 1.1 briggs # 74 1.1 briggs # device 75 1.1 briggs # 76 1.1 briggs options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 77 1.1 briggs 78 1.4 briggs #options PCIVERBOSE # verbose PCI device messages 79 1.1 briggs #options PCI_CONFIG_DUMP # verbosely dump PCI config space 80 1.4 briggs options PCI_NETBSD_CONFIGURE # Have NetBSD configure PCI I/O & Mem 81 1.1 briggs 82 1.1 briggs mainbus0 at root 83 1.1 briggs 84 1.1 briggs pci* at mainbus0 bus ? 85 1.2 briggs 86 1.2 briggs ppb* at pci? dev ? function ? # PCI-PCI bridges 87 1.2 briggs pci* at ppb? bus ? 88 1.1 briggs 89 1.1 briggs pchb* at pci? dev ? function ? # PCI host bridge 90 1.1 briggs pcib* at pci? dev ? function ? # Winbond 83c553 PCI-ISA bridges 91 1.1 briggs 92 1.1 briggs isa* at pcib? # ISA on PCI-ISA bridge 93 1.1 briggs 94 1.1 briggs #pciide* at pci? dev ? function ? # Winbond/Symphony IDE interface 95 1.1 briggs 96 1.4 briggs vga* at pci? dev ? function ? 97 1.1 briggs 98 1.1 briggs ex* at pci? dev ? function ? # 3Com 90x[B] 99 1.4.4.2 nathanw sip* at pci? dev ? function ? # SiS 900 Ethernet 100 1.1 briggs 101 1.1 briggs ukphy* at mii? phy ? # generic unknown PHYs 102 1.1 briggs exphy* at mii? phy ? # 3Com internal PHYs 103 1.4 briggs 104 1.4 briggs pckbc0 at isa? # PS/2 keyboard controller 105 1.4 briggs pckbd* at pckbc? # PC keyboard 106 1.4 briggs pms* at pckbc? # PS/2 mouse for wsmouse 107 1.4 briggs pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse 108 1.4 briggs wsdisplay* at vga? console ? 109 1.4 briggs wskbd* at pckbd? console ? 110 1.4 briggs wsmouse* at pms? mux 0 111 1.4 briggs wsmouse* at pmsi? mux 0 112 1.1 briggs 113 1.1 briggs com0 at isa? port 0x3f8 irq 4 # standard PC serial ports 114 1.1 briggs com1 at isa? port 0x2f8 irq 3 115 1.3 briggs 116 1.3 briggs lpt0 at isa? port 0x278 irq 7 # standard PC parallel ports 117 1.3 briggs 118 1.3 briggs fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 119 1.3 briggs fd* at fdc? drive ? # the drives themselves 120 1.3 briggs 121 1.4.4.2 nathanw adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 122 1.4.4.2 nathanw dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 123 1.4.4.2 nathanw siop* at pci? dev ? function ? # NCR/Symbios 53c8xx SCSI 124 1.4.4.2 nathanw scsibus* at adw? 125 1.4.4.2 nathanw scsibus* at dpt? 126 1.4.4.2 nathanw scsibus* at siop? 127 1.4.4.2 nathanw 128 1.4.4.2 nathanw sd* at scsibus? target ? lun ? # SCSI disk drives 129 1.4.4.2 nathanw #st* at scsibus? target ? lun ? # SCSI tape drives 130 1.4.4.2 nathanw #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 131 1.4.4.2 nathanw #ch* at scsibus? target ? lun ? # SCSI autochangers 132 1.4.4.2 nathanw #ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 133 1.4.4.2 nathanw #ss* at scsibus? target ? lun ? # SCSI scanners 134 1.4.4.2 nathanw #uk* at scsibus? target ? lun ? # SCSI unknown 135