GENERIC3X revision 1.74
11.74Srpaulo# $NetBSD: GENERIC3X,v 1.74 2005/06/25 12:05:20 rpaulo Exp $ 21.11Sgwr 31.18Sgwr# GENERIC Sun3X (3/80, 3/470) 41.18Sgwr# Supports root on: ie0, le0, sd*, ... 51.1Sjeremy 61.19Sgwrinclude "arch/sun3/conf/std.sun3x" 71.50Satatat 81.50Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.1Sjeremy 101.19Sgwr# Machines to be supported by this kernel 111.19Sgwr# options FPU_EMULATE # XXX - Ever needed? 121.18Sgwr# options HAVE_IOCACHE # XXX - Not yet supported. 131.1Sjeremy 141.1Sjeremy# Needs to be set per system. i.e change these as you see fit 151.1Sjeremymaxusers 4 161.1Sjeremy 171.1Sjeremy# Standard system options 181.10Sgwroptions KTRACE # system call tracing 191.53Stsutsuioptions SYSTRACE # system call vetting via systrace(1) 201.10Sgwroptions SYSVMSG # System V message queues 211.10Sgwroptions SYSVSEM # System V semaphores 221.53Stsutsui#options SEMMNI=10 # number of semaphore identifiers 231.53Stsutsui#options SEMMNS=60 # number of semaphores in system 241.53Stsutsui#options SEMUME=10 # max number of undo entries per process 251.53Stsutsui#options SEMMNU=30 # number of undo structures in system 261.10Sgwroptions SYSVSHM # System V shared memory 271.10Sgwr#options SHMMAXPGS=1024 # 1024 pages is the default 281.63Sbouyeroptions P1003_1B_SEMAPHORE # p1003.1b semaphore support 291.21Sfairoptions LKM # loadable kernel modules 301.10Sgwr#options INSECURE # disable kernel security level 311.52Slukemoptions USERCONF # userconf(4) support 321.48Sjdolecek#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 331.64Satatatoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 341.1Sjeremy 351.55Swiz# Enable experimental buffer queue strategy for better responsiveness under 361.54Stsutsui# high disk I/O load. Use it with caution - it's not proven to be stable yet. 371.73Stsutsui#options BUFQ_READPRIO 381.73Stsutsui#options BUFQ_PRIOCSCAN 391.54Stsutsui 401.10Sgwr# Which kernel debugger? Uncomment either this: 411.1Sjeremyoptions DDB 421.1Sjeremy# ... or these for KGDB (gdb remote target) 431.44Slukem#makeoptions DEBUG="-g" # debugging symbols for gdb 441.1Sjeremy#options KGDB 451.43Slukem#options KGDB_DEV=0x0C01 # ttya=0C00 ttyb=0C01 461.10Sgwr 471.10Sgwr# Other debugging options 481.14Slukem#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 491.10Sgwr#options DEBUG # kernel debugging code 501.10Sgwr#options DIAGNOSTIC # extra kernel sanity checking 511.10Sgwr#options KMEMSTATS # kernel memory statistics (vmstat -m) 521.10Sgwr#options PMAP_DEBUG 531.10Sgwr#options SCSIDEBUG 541.9Smjacob#options SCSIVERBOSE # Verbose SCSI errors 551.1Sjeremy 561.39Swiz# Compatibility options 571.10Sgwroptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 581.25Skleink#options COMPAT_SVR4 # can run SVR4 executables 591.10Sgwroptions COMPAT_43 # and 4.3BSD and ... 601.13Sgwroptions COMPAT_10 # NetBSD 1.0 611.13Sgwroptions COMPAT_11 # NetBSD 1.1 621.10Sgwroptions COMPAT_12 # NetBSD 1.2 631.16Skleinkoptions COMPAT_13 # NetBSD 1.3 641.26Saugustssoptions COMPAT_14 # NetBSD 1.4 651.58Scloptions COMPAT_16 # NetBSD 1.6 661.67Stsutsuioptions COMPAT_20 # NetBSD 2.0 671.38Schsoptions COMPAT_AOUT_M68K # support for NetBSD a.out executables 681.23Sgwr#options COMPAT_LINUX # can run Linux/m68k executables 691.38Schsoptions EXEC_AOUT # support for a.out executables 701.40Sabs#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 711.65Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 721.10Sgwr 731.1Sjeremy# Filesystem options 741.10Sgwrfile-system FFS # Berkeley Fast Filesystem 751.10Sgwrfile-system NFS # Sun NFS client support 761.7Slukemfile-system CD9660 # ISO 9660 + Rock Ridge file system 771.5Sjeremyfile-system MSDOSFS # MS-DOS FAT file system 781.7Slukemfile-system FDESC # /dev/fd/* 791.7Slukemfile-system KERNFS # /kern 801.7Slukemfile-system NULLFS # loopback file system 811.29Stsutsuifile-system OVERLAY # overlay file system 821.7Slukemfile-system PROCFS # /proc 831.7Slukemfile-system UNION # union file system 841.7Slukemfile-system MFS # memory-based filesystem 851.74Srpaulo#file-system PTYFS # experimental - /dev/ptm support 861.1Sjeremy 871.1Sjeremyoptions NFSSERVER # nfs server support 881.10Sgwroptions QUOTA # FFS quotas 891.20Sbouyer#options FFS_EI # FFS Endian Independant support 901.44Slukemoptions SOFTDEP # FFS soft updates support. 911.68Srumble#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 921.72Sdsl#options FFS_NO_SNAPSHOT # ffs snapshots 931.28Stsutsui 941.1Sjeremy# Networking options 951.1Sjeremyoptions INET # IP prototol stack support 961.28Stsutsuioptions INET6 # IPV6 971.28Stsutsui#options IPSEC # IP security 981.28Stsutsui#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 991.28Stsutsui#options IPSEC_DEBUG # debug for IP security 1001.7Slukem#options GATEWAY # IP packet forwarding 1011.10Sgwr#options ISO,TPIP # OSI networking 1021.10Sgwr#options EON # OSI tunneling over IP 1031.10Sgwr#options CCITT,LLC,HDLC # X.25 1041.10Sgwr#options PFIL_HOOKS # pfil(9) packet filter hooks. 1051.40Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1061.10Sgwr 1071.62Sabs#options ALTQ # Manipulate network interfaces' output queues 1081.62Sabs#options ALTQ_BLUE # Stochastic Fair Blue 1091.62Sabs#options ALTQ_CBQ # Class-Based Queueing 1101.62Sabs#options ALTQ_CDNR # Diffserv Traffic Conditioner 1111.62Sabs#options ALTQ_FIFOQ # First-In First-Out Queue 1121.62Sabs#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 1131.62Sabs#options ALTQ_HFSC # Hierarchical Fair Service Curve 1141.62Sabs#options ALTQ_LOCALQ # Local queueing discipline 1151.62Sabs#options ALTQ_PRIQ # Priority Queueing 1161.62Sabs#options ALTQ_RED # Random Early Detection 1171.62Sabs#options ALTQ_RIO # RED with IN/OUT 1181.62Sabs#options ALTQ_WFQ # Weighted Fair Queueing 1191.62Sabs 1201.10Sgwr# Work-around for root on slow servers (insurance...) 1211.1Sjeremyoptions NFS_BOOT_RWSIZE=1024 1221.18Sgwroptions NFS_BOOT_BOOTPARAM 1231.1Sjeremy 1241.1Sjeremyconfig netbsd root on ? type ? 1251.1Sjeremy 1261.18Sgwr# On-board I/O space (required) 1271.18Sgwrinclude "arch/sun3/conf/obio.sun3x" 1281.18Sgwr 1291.18Sgwr# On-board memory (optional) 1301.18Sgwr# See frame-buffers 1311.18Sgwrobmem0 at mainbus? 1321.18Sgwr 1331.18Sgwr# VME bus support (optional) 1341.18Sgwr# One unit for each address space 1351.18Sgwrvme0 at mainbus? # A16/D16 1361.18Sgwrvme1 at mainbus? # A16/D32 1371.18Sgwrvme2 at mainbus? # A24/D16 1381.18Sgwrvme3 at mainbus? # A24/D32 1391.18Sgwrvme4 at mainbus? # A32/D16 1401.18Sgwrvme5 at mainbus? # A32/D32 1411.18Sgwr 1421.1Sjeremy# 1431.1Sjeremy# Serial ports 1441.1Sjeremy# 1451.11Sgwrzstty0 at zsc1 channel 0 # ttya 1461.11Sgwrzstty1 at zsc1 channel 1 # ttyb 1471.1Sjeremy 1481.11Sgwrkbd0 at zsc0 channel 0 # keyboard 1491.11Sgwrms0 at zsc0 channel 1 # mouse 1501.1Sjeremy 1511.1Sjeremy# 1521.1Sjeremy# Network devices 1531.1Sjeremy# 1541.10Sgwr 1551.18Sgwr# Intel Ethernet (onboard, or VME) 1561.10Sgwrie0 at obio0 addr 0x65000000 ipl 3 1571.44Slukemie1 at vme2 addr 0xe88000 ipl 3 vect 0x75 1581.1Sjeremy 1591.1Sjeremy# Lance Ethernet (only onboard) 1601.1Sjeremyle0 at obio0 addr 0x65002000 ipl 3 1611.1Sjeremy 1621.1Sjeremy# 1631.1Sjeremy# Disk and tape devices 1641.1Sjeremy# 1651.1Sjeremy 1661.11Sgwr# Emulex SCSI (3/80 only) 1671.24Sgwr# Both `dma' and `esp' are needed. 1681.24Sgwr# The following flags may be set for the NCR53c94 based esp driver: 1691.6Sgwr# bits 0-7: disable disconnect/reselect for the corresponding target 1701.24Sgwr# bits 8-15: disable synchronous negotiation for target [bit-8] 1711.6Sgwr# 1721.24Sgwrdma0 at obio0 addr 0x66001000 ipl 2 1731.69Stsutsuiesp0 at obio0 addr 0x66000000 ipl 2 flags 0x000000 1741.5Sjeremy 1751.5Sjeremy# Floppy drive 1761.5Sjeremyfdc0 at obio0 addr 0x6e000000 ipl 6 vect 0x40 1771.44Slukemfd0 at fdc0 # First (and only) floppy drive. 1781.12Sgwr 1791.12Sgwr# Sun3 "si" SCSI controller (NCR 5380) 1801.12Sgwr# This driver has several flags which may be enabled using 1811.12Sgwr# the "flags" directive. Valid flags are: 1821.12Sgwr# 1831.12Sgwr# 0x000ff Set (1<<target) to disable disconnect/reselect 1841.12Sgwr# 0x0ff00 Set (1<<(target+8)) to disable parity checking 1851.12Sgwr# 0x10000 Set this bit to disable DMA interrupts (poll) 1861.12Sgwr# 0x20000 Set this bit to disable DMA entirely (use PIO) 1871.12Sgwr# 1881.12Sgwr# For example: "flags 0x1000f" would disable DMA interrupts, 1891.12Sgwr# and disable disconnect/reselect for targets 0-3 1901.44Slukemsi0 at vme2 addr 0x200000 ipl 2 vect 0x40 1911.44Slukemsi1 at vme2 addr 0x204000 ipl 2 vect 0x41 1921.18Sgwr 1931.18Sgwr# Xylogics 450/451 controllers (VME A16/D16) 1941.18Sgwrxyc0 at vme0 addr 0xee40 ipl 2 vect 0x48 1951.18Sgwrxyc1 at vme0 addr 0xee48 ipl 2 vect 0x49 1961.18Sgwrxy* at xyc? drive ? 1971.18Sgwr 1981.18Sgwr# Xylogics 7053 controllers (VME A16/D32) 1991.18Sgwrxdc0 at vme1 addr 0xee80 ipl 2 vect 0x44 2001.18Sgwrxdc1 at vme1 addr 0xee90 ipl 2 vect 0x45 2011.18Sgwrxd* at xdc? drive ? 2021.18Sgwr 2031.18Sgwr# Xylogics 472 tape controllers? 2041.1Sjeremy 2051.1Sjeremy# 2061.1Sjeremy# Frame buffer devices 2071.1Sjeremy# 2081.1Sjeremy 2091.19Sgwr# P4 Monochrome frame buffer. 2101.44Slukembwtwo0 at obmem0 addr 0x50300000 2111.19Sgwr 2121.19Sgwr# P4 8-bit color frame buffer 2131.19Sgwrcgfour0 at obmem0 addr 0x50300000 2141.19Sgwr 2151.19Sgwr# P4 accelerated 8-bit color frame buffer 2161.23Sgwr# cgsix0 at obmem0 addr 0x50000000 2171.19Sgwr 2181.19Sgwr# P4 24-bit color frame buffer 2191.19Sgwr# cgeight0 at obmem0 addr 0x50300000 2201.19Sgwr 2211.19Sgwr# Sun-3 color board, or CG5 8-bit frame buffer (VME A24/D16). 2221.19Sgwr# This driver is going to need work in its mmap function. 2231.19Sgwr# cgtwo0 at vme2 addr 0x400000 ipl 4 vect 0xA8 2241.19Sgwr 2251.19Sgwr# Support for the CG9 24-bit frame buffer (VME A32/D32). 2261.19Sgwr# cgnine0 at vme5 addr 0x08000000 ipl 4 vect 0xAA 2271.1Sjeremy 2281.1Sjeremy# 2291.1Sjeremy# SCSI infrastructure 2301.1Sjeremy# 2311.1Sjeremyscsibus* at scsi? 2321.1Sjeremy 2331.1Sjeremysd* at scsibus? target ? lun ? # SCSI disks 2341.1Sjeremyst* at scsibus? target ? lun ? # SCSI tapes 2351.1Sjeremycd* at scsibus? target ? lun ? # SCSI CD-ROMs 2361.1Sjeremych* at scsibus? target ? lun ? # SCSI changer devices 2371.1Sjeremyss* at scsibus? target ? lun ? # SCSI scanners 2381.1Sjeremyuk* at scsibus? target ? lun ? # unknown SCSI devices 2391.1Sjeremy 2401.1Sjeremy# Memory-disk drivers 2411.7Slukempseudo-device md 2 2421.1Sjeremy 2431.1Sjeremy# Misc. 2441.7Slukempseudo-device loop 1 # network loopback 2451.7Slukempseudo-device bpfilter 8 # packet filter 2461.7Slukempseudo-device sl 2 # CSLIP 2471.7Slukempseudo-device ppp 2 # PPP 2481.46Smartinpseudo-device pppoe # PPP over Ethernet (RFC 2516) 2491.7Slukempseudo-device tun 2 # network tunneling over tty 2501.66Scubepseudo-device tap # virtual Ethernet 2511.23Sgwr#pseudo-device gre 2 # generic L3 over IP tunnel 2521.1Sjeremy#pseudo-device ipfilter # ip filter 2531.28Stsutsuipseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 2541.28Stsutsui#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 2551.31Stsutsui#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 2561.36Stsutsuipseudo-device vlan # IEEE 802.1q encapsulation 2571.45Satatatpseudo-device bridge # simple inter-network bridging 2581.57Stsutsui#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 2591.34Sitojunpseudo-device rnd # /dev/random and in-kernel generator 2601.1Sjeremy 2611.33Sjdolecekpseudo-device pty # pseudo-terminals 2621.30Stsutsuipseudo-device vnd 4 # paging to files 2631.7Slukem#pseudo-device ccd 4 # concatenated disks 2641.54Stsutsui#pseudo-device cgd 4 # cryptographic disk devices 2651.23Sgwr#pseudo-device raid 4 # RAIDframe disk driver 2661.29Stsutsui#options RAID_AUTOCONFIG # auto-configuration of RAID components 2671.47Soster# Options to enable various other RAIDframe RAID types. 2681.47Soster# options RF_INCLUDE_EVENODD=1 2691.47Soster# options RF_INCLUDE_RAID5_RS=1 2701.47Soster# options RF_INCLUDE_PARITYLOGGING=1 2711.47Soster# options RF_INCLUDE_CHAINDECLUSTER=1 2721.47Soster# options RF_INCLUDE_INTERDECLUSTER=1 2731.47Soster# options RF_INCLUDE_PARITY_DECLUSTERING=1 2741.47Soster# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 2751.70Shannkenpseudo-device fss 4 # file system snapshot device 2761.51Slukempseudo-device clockctl # user control of clock subsystem 2771.57Stsutsuipseudo-device ksyms # /dev/ksyms 2781.61Sitojun#pseudo-device pf # PF packet filter 2791.61Sitojun#pseudo-device pflog # PF log if 280