GENERIC revision 1.103
11.103Spk# $NetBSD: GENERIC,v 1.103 2000/04/17 21:48:23 pk Exp $ 21.1Sderaadt 31.32Smrginclude "arch/sparc/conf/std.sparc" 41.96Shubertf 51.103Spk#ident "GENERIC-$Revision: 1.103 $" 61.45Spk 71.45Spkmaxusers 32 81.32Smrg 91.55Spk## System kernel configuration. See options(4) for more detail. 101.55Spk 111.55Spk 121.24Sthorpej# Options for variants of the Sun SPARC architecure. 131.55Spk# We currently support three architecture types; at least one is required. 141.43Slukemoptions SUN4 # sun4/100, sun4/200, sun4/300 151.43Slukemoptions SUN4C # sun4c - SS1, 1+, 2, ELC, SLC, IPC, IPX, etc. 161.43Slukemoptions SUN4M # sun4m - SS10, SS20, Classic, etc. 171.24Sthorpej 181.59Spk#options SUN4_MMU3L # 3-level MMU on sun4/400; (incomplete) 191.1Sderaadt 201.55Spk## System options specific to the sparc machine type 211.55Spk 221.55Spk# Blink the power LED on some machines to indicate the system load. 231.55Spk#options BLINK 241.55Spk 251.55Spk## Use a faster console than the PROM's slow drawing routines. Not needed 261.55Spk## for headless (no framebuffer) machines. 271.77Sadoptions RASTERCONSOLE # fast rasterop console 281.79Sadoptions FONT_GALLANT12x22 # the console font 291.79Sad#options FONT_BOLD8x16 # a somewhat smaller font 301.103Spk## default console colors: black-on-white; this can be changed 311.103Spk## using the following two options. 321.103Spk#options RASTERCONSOLE_FGCOL=WSCOL_BLACK 331.103Spk#options RASTERCONSOLE_BGCOL=WSCOL_WHITE 341.55Spk 351.55Spk#### System options that are the same for all ports 361.55Spk 371.55Spk## Root device configuration: change the ?'s if you are going to use a 381.55Spk## nonstandard root partition (other than where the kernel is booted from) 391.55Spk## and/or nonstandard root type (not ffs or nfs). Normally this can be 401.55Spk## automagically determined at boot time. 411.55Spk 421.55Spkconfig netbsd root on ? type ? 431.55Spk 441.55Spk## System call tracing (see ktrace(1)). 451.55Spkoptions KTRACE 461.55Spk 471.55Spk## Collect statistics on kernel malloc's and free's. This does have a 481.55Spk## significant performance hit on slower machines, so it is intended for 491.55Spk## diagnostic use only. 501.55Spk#options KMEMSTATS 511.55Spk 521.55Spk## System V compatible IPC subsystem. (msgctl(2), semctl(2), and shmctl(2)) 531.43Slukemoptions SYSVMSG # System V message queues 541.43Slukemoptions SYSVSEM # System V semaphores 551.43Slukemoptions SYSVSHM # System V shared memory 561.43Slukem#options SHMMAXPGS=1024 # 1024 pages is the default 571.24Sthorpej 581.55Spk## Loadable kernel module support; still under development. 591.55Spkoptions LKM 601.55Spk 611.59Spk## NFS boot options; default on sparc is the bootparam protocol 621.59Spkoptions NFS_BOOT_BOOTPARAM 631.59Spk#options NFS_BOOT_BOOTP 641.59Spk#options NFS_BOOT_DHCP 651.55Spk 661.55Spk#### Debugging options 671.55Spk 681.55Spk## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at 691.55Spk## serial console break or keyboard reset, where the PROM would normally 701.55Spk## intercept. DDB_HISTORY_SIZE adds up/down arrow command history. 711.55Spk#options DDB # kernel dynamic debugger 721.52Slukem#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 731.69Spk#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic' 741.55Spk 751.55Spk## You may also use gdb, on another computer connected to this machine over 761.55Spk## a serial port. Both KGDBDEV and KGDBRATE should be specified; KGDBDEV is 771.99Spk## a dev_t encoded device number of the serial port to use, where the minor 781.99Spk## device number encodes the PROM enumeration of the serial ports, i.e.: 791.99Spk## 0xc00 = ttya, 0xc01 = ttyb, 0xc02 = ttyc, 0xc03 = ttyd. (Note: ttyc and 801.99Spk## ttyd are available only on some sun4 models) 811.37Smrg#options KGDB # support for kernel gdb 821.55Spk#options KGDBDEV=0xc01 # kgdb device number (this sample is `ttyb') 831.37Smrg#options KGDBRATE=38400 # baud rate 841.24Sthorpej 851.55Spk 861.55Spk## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file), 871.55Spk## such that gdb(1) can be used on a kernel coredump. 881.55Spk 891.55Spk#makeoptions DEBUG="-g" 901.55Spk 911.55Spk 921.55Spk## Adds code to the kernel that does internal consistency checks, and will 931.55Spk## cause the kernel to panic if corruption of internal data structures 941.55Spk## is detected. 951.55Spk#options DIAGNOSTIC # extra kernel sanity checking 961.55Spk 971.55Spk## Enable (possibly expensive) debugging code that may also display messages 981.55Spk## on the system console 991.55Spk#options DEBUG 1001.55Spk 1011.55Spk## Make SCSI error messages more verbose when explaining their meanings. 1021.55Spkoptions SCSIVERBOSE 1031.55Spk 1041.55Spk## `INSECURE' turns off the kernel security level (securelevel = 0 always). 1051.55Spk## This allows writing to /dev/mem, loading kernel modules while multi-user, 1061.55Spk## and other insecurities good only for development work. Do not use this 1071.55Spk## option on a production machine. 1081.55Spk#options INSECURE 1091.55Spk 1101.55Spk## Allow non-root users to grab /dev/console with programs such as xconsole. 1111.55Spk## `xconsole' therefore does not need setuid root with this option enabled. 1121.55Spk#options UCONSOLE 1131.55Spk 1141.55Spk## `FDSCRIPTS' allows non-readable but executable scripts by providing a 1151.55Spk## pre-opened opaque file to the script interpreter. `SETUIDSCRIPTS', 1161.55Spk## which implies FDSCRIPTS, allows scripts to be set-user-id using the same 1171.55Spk## opaque file mechanism. Perl calls this "secure setuid scripts." 1181.55Spk 1191.55Spk#options FDSCRIPTS 1201.55Spk#options SETUIDSCRIPTS 1211.55Spk 1221.55Spk## Options for compatibility with previous releases foreign system binaries. 1231.55Spk## In the cases of COMPAT_SUNOS and COMPAT_SVR4, you may need to set up 1241.55Spk## additional user-level utilities or system configuration files. See 1251.55Spk## compat_sunos(8) and compat_svr4(8). 1261.55Spk 1271.43Slukemoptions COMPAT_43 # 4.3BSD system interfaces 1281.43Slukemoptions COMPAT_10 # NetBSD 1.0 binary compatibility 1291.43Slukemoptions COMPAT_11 # NetBSD 1.1 binary compatibility 1301.43Slukemoptions COMPAT_12 # NetBSD 1.2 binary compatibility 1311.54Smjacoboptions COMPAT_13 # NetBSD 1.3 binary compatibility 1321.89Saugustssoptions COMPAT_14 # NetBSD 1.4 binary compatibility 1331.43Slukemoptions COMPAT_SUNOS # SunOS 4.x binary compatibility 1341.43Slukemoptions COMPAT_SVR4 # SunOS 5.x binary compatibility 1351.83Spkoptions COMPAT_AOUT # NetBSD a.out compatibility 1361.1Sderaadt 1371.55Spk## File systems. You probably need at least one of FFS or NFS. 1381.43Slukemfile-system FFS # Berkeley Fast Filesystem 1391.43Slukemfile-system NFS # Sun NFS-compatible filesystem client 1401.43Slukemfile-system KERNFS # kernel data-structure filesystem 1411.43Slukemfile-system NULLFS # NULL layered filesystem 1421.95Swrstudenfile-system OVERLAY # overlay file system 1431.43Slukemfile-system MFS # memory-based filesystem 1441.43Slukemfile-system FDESC # user file descriptor filesystem 1451.43Slukemfile-system UMAPFS # uid/gid remapping filesystem 1461.43Slukemfile-system LFS # Log-based filesystem (still experimental) 1471.43Slukemfile-system PORTAL # portal filesystem (still experimental) 1481.43Slukemfile-system PROCFS # /proc 1491.43Slukemfile-system CD9660 # ISO 9660 + Rock Ridge file system 1501.43Slukemfile-system UNION # union file system 1511.43Slukemfile-system MSDOSFS # MS-DOS FAT filesystem(s). 1521.91Sphilfile-system CODA # Coda File System; also needs vcoda (below) 1531.43Slukem 1541.55Spk## File system options. 1551.43Slukemoptions NFSSERVER # Sun NFS-compatible filesystem server 1561.43Slukemoptions QUOTA # FFS quotas 1571.63Spk#options FFS_EI # FFS Endian Independent support 1581.93Sfvdl#options SOFTDEP # FFS soft updates support. 1591.1Sderaadt 1601.94Sitojun# Pull in config fragments for kernel crypto. This is required for 1611.94Sitojun# options IPSEC etc. to work. If you want to run with IPSEC, uncomment 1621.94Sitojun# one of these, based on whether you use crypto-us or crypto-intl, and 1631.94Sitojun# adjust the prefixes as necessary. 1641.94Sitojun 1651.94Sitojun#prefix ../crypto-us/sys 1661.94Sitojun#cinclude "conf/files.crypto-us" 1671.94Sitojun#prefix 1681.94Sitojun 1691.94Sitojun#prefix ../crypto-intl/sys 1701.94Sitojun#cinclude "conf/files.crypto-intl" 1711.94Sitojun#prefix 1721.94Sitojun 1731.55Spk## Network protocol support. In most environments, INET is required. 1741.57Spkoptions INET # IP (Internet Protocol) v4 1751.94Sitojunoptions INET6 # IPV6 1761.94Sitojun#options IPSEC # IP security 1771.94Sitojun#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 1781.94Sitojun#options IPSEC_DEBUG # debug for IP security 1791.57Spk#options GATEWAY # packet forwarding ("router switch") 1801.57Spk#options MROUTING # packet forwarding of multicast packets 1811.57Spk#options DIRECTED_BROADCAST # allow broadcasts through routers 1821.57Spkoptions NS # Xerox NS networking 1831.57Spk#options NSIP # Xerox NS tunneling over IP 1841.57Spkoptions ISO,TPIP # OSI networking 1851.57Spkoptions EON # OSI tunneling over IP 1861.57Spk#options CCITT,LLC,HDLC # X.25 packet switched protocol 1871.75Spk#options NETATALK # AppleTalk (over Ethernet) protocol 1881.67Spkoptions NTP # Network Time Protocol in-kernel support 1891.57Spk#options PPS_SYNC # Add serial line synchronization for NTP 1901.86Schristosoptions PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs. 1911.86Schristosoptions IPFILTER_LOG # Add ipmon(8) logging for ipfilter device 1921.86Schristosoptions PPP_BSDCOMP # Add BSD compression to ppp device 1931.86Schristosoptions PPP_DEFLATE # Add deflate (libz) compression to ppp device 1941.86Schristosoptions PPP_FILTER # Add active filters for ppp (via bpf) 1951.1Sderaadt 1961.1Sderaadt 1971.55Spk 1981.57Spk#### Main bus and CPU .. all systems. 1991.1Sderaadtmainbus0 at root 2001.1Sderaadtcpu0 at mainbus0 2011.1Sderaadt 2021.55Spk#### Bus types found on SPARC systems. 2031.55Spk 2041.24Sthorpejsbus0 at mainbus0 # sun4c 2051.24Sthorpejobio0 at mainbus0 # sun4 and sun4m 2061.87Schristossparcvme0 at mainbus0 # sun4 2071.22Spkiommu0 at mainbus0 # sun4m 2081.22Spksbus0 at iommu0 # sun4m 2091.87Schristossparcvme0 at iommu0 # sun4m 2101.88Sdrochnervme0 at sparcvme0 # mi VME attachment 2111.64Spk 2121.64Spk## SBus expander box 2131.64Spkxbox* at sbus? slot ? offset ? 2141.64Spksbus* at xbox? 2151.72Spk 2161.72Spk## SBus to PCMCIA bridge 2171.80Sabs# Currently enabling nell* with audioamd* causes panic at attach 2181.80Sabs#nell* at sbus? slot ? offset ? # PCMCIA bridge 2191.80Sabs#pcmcia* at nell? 2201.1Sderaadt 2211.55Spk#### Standard system devices -- all required for a given architecture 2221.24Sthorpej 2231.55Spk## Auxiliary system registers on sun4c and sun4m 2241.24Sthorpejauxreg0 at mainbus0 # sun4c 2251.22Spkauxreg0 at obio0 # sun4m 2261.27Sabrown 2271.55Spk## Power status and control register on Sun4m systems 2281.27Sabrownpower0 at obio0 2291.24Sthorpej 2301.55Spk## Mostek clock found on 4/300, sun4c, and sun4m systems. 2311.55Spk## The Mostek clock NVRAM is the "eeprom" on sun4/300 systems. 2321.24Sthorpejclock0 at mainbus0 # sun4c 2331.22Spkclock0 at obio0 # sun4m 2341.24Sthorpejclock0 at obio0 addr 0xf2000000 # sun4/300 2351.24Sthorpej 2361.55Spk## Intersil clock found on 4/100 and 4/200 systems. 2371.24Sthorpejoclock0 at obio0 addr 0xf3000000 # sun4/200 2381.24Sthorpejoclock0 at obio0 addr 0x03000000 # sun4/100 2391.24Sthorpej 2401.55Spk## Memory error registers. 2411.24Sthorpejmemreg0 at mainbus0 # sun4c 2421.22Spkmemreg0 at obio0 # sun4m 2431.24Sthorpejmemreg0 at obio0 addr 0xf4000000 # sun4/200 and sun4/300 2441.24Sthorpejmemreg0 at obio0 addr 0x04000000 # sun4/100 2451.74Spk 2461.74Spk## ECC memory control 2471.74Spkeccmemctl0 at mainbus0 # sun4m 2481.24Sthorpej 2491.55Spk## Timer chip found on 4/300, sun4c, and sun4m systems. 2501.24Sthorpejtimer0 at mainbus0 # sun4c 2511.22Spktimer0 at obio0 # sun4m 2521.24Sthorpejtimer0 at obio0 addr 0xef000000 # sun4/300 2531.24Sthorpej 2541.55Spk## EEPROM found on 4/100 and 4/200 systems. Note that the 4/300 2551.55Spk## doesn't use this driver; the `EEPROM' is in the NVRAM on the 2561.55Spk## Mostek clock chip on 4/300 systems. 2571.24Sthorpejeeprom0 at obio0 addr 0xf2000000 # sun4/200 2581.24Sthorpejeeprom0 at obio0 addr 0x02000000 # sun4/100 2591.24Sthorpej 2601.55Spk 2611.55Spk#### Serial port configuration 2621.55Spk 2631.55Spk## Zilog 8530 serial chips. Each has two-channels. 2641.55Spk## zs0 is ttya and ttyb. zs1 is the keyboard and mouse. 2651.24Sthorpejzs0 at mainbus0 # sun4c 2661.24Sthorpejzs0 at obio0 # sun4m 2671.100Spkzs0 at obio0 addr 0xf1000000 level 12 # sun4/200 and sun4/300 2681.100Spkzs0 at obio0 addr 0x01000000 level 12 # sun4/100 2691.100Spkzstty0 at zs0 channel 0 # ttya 2701.100Spkzstty1 at zs0 channel 1 # ttyb 2711.50Sgwr 2721.24Sthorpejzs1 at mainbus0 # sun4c 2731.24Sthorpejzs1 at obio0 # sun4m 2741.100Spkzs1 at obio0 addr 0xf0000000 level 12 # sun4/200 and sun4/300 2751.100Spkzs1 at obio0 addr 0x00000000 level 12 # sun4/100 2761.100Spkkbd0 at zs1 channel 0 # keyboard 2771.100Spkms0 at zs1 channel 1 # mouse 2781.100Spk 2791.100Spkzs2 at obio0 addr 0xe0000000 level 12 # sun4/300 2801.100Spkzstty2 at zs2 channel 0 # ttyc 2811.100Spkzstty3 at zs2 channel 1 # ttyd 2821.66Spk 2831.97Scjs# Parallel port. 2841.97Scjsbpp* at sbus? slot? offset ? 2851.66Spk 2861.66Spk## Magma Serial/Parallel driver 2871.66Spkmagma* at sbus? slot ? offset ? 2881.66Spkmtty* at magma? 2891.66Spkmbpp* at magma? 2901.66Spk 2911.75Spk## PCMCIA serial interfaces 2921.80Sabs#com* at pcmcia? 2931.80Sabs#pcmcom* at pcmcia? 2941.80Sabs#com* at pcmcom? 2951.24Sthorpej 2961.55Spk#### Disk controllers and disks 2971.55Spk 2981.26Spk# 2991.26Spk 3001.55Spk## The following flags may be set for the NCR53c94 based esp driver: 3011.55Spk## bits 0-7: disable disconnect/reselect for the corresponding target 3021.55Spk## bits 8-15: disable synchronous negotiation for target [bit-8] 3031.55Spk 3041.55Spk## sun4/300, sun4c, sun4m on-board SCSI, and FSBE/S SBus SCSI cards. 3051.55Spk## Both `dma' and `esp' are needed in all cases. 3061.55Spk## Two kinds of additional SBus SCSI interfaces are available. One uses 3071.55Spk## "esp at sbus" like the sun4c on-board; the other uses "esp at dma". 3081.55Spk 3091.55Spk## sun4/300 SCSI - an NCR53c94 or equivalent behind 3101.55Spk## an LSI Logic DMA controller 3111.55Spk 3121.24Sthorpejdma0 at obio0 addr 0xfa001000 level 4 # sun4/300 3131.55Spkesp0 at obio0 addr 0xfa000000 level 4 flags 0x0000 # sun4/300 3141.1Sderaadt 3151.55Spkdma0 at sbus0 slot ? offset ? # sun4c/sun4m 3161.51Spkesp0 at sbus0 slot ? offset ? flags 0x0000 # sun4c 3171.51Spkesp0 at dma0 flags 0x0000 # sun4m 3181.24Sthorpej 3191.55Spk# FSBE/S SCSI 3201.55Spkdma* at sbus? slot ? offset ? # SBus 3211.55Spkesp* at sbus? slot ? offset ? flags 0x0000 # SBus (older proms) 3221.55Spkesp* at dma? flags 0x0000 # SBus 3231.24Sthorpej 3241.55Spkscsibus* at esp? 3251.55Spk 3261.55Spk## Qlogic ISP SBus SCSI Card 3271.42Scgdisp* at sbus? slot ? offset ? 3281.55Spkscsibus* at isp? 3291.42Scgd 3301.55Spk## NCR5380-based "Sun SCSI 3" VME SCSI controller. 3311.55Spk## This driver has several flags which may be enabled by OR'ing 3321.55Spk## the values and using the "flags" directive. 3331.55Spk## Valid flags are: 3341.55Spk## 3351.55Spk## 0x01 Use DMA (may be polled) 3361.55Spk## 0x02 Use DMA completion interrupts 3371.55Spk## 0x04 Allow disconnect/reselect 3381.55Spk## 3391.55Spk## E.g. the following would enable DMA, interrupts, and reselect: 3401.88Sdrochner## si0 at vme0 addr 0x200000 irq 3 vect 0x40 flags 0x07 3411.55Spk## 3421.55Spk## By default, DMA is enabled in the driver. 3431.25Spk 3441.88Sdrochnersi0 at vme0 addr 0x200000 irq 2 vect 0x40 3451.55Spkscsibus* at si? 3461.24Sthorpej 3471.55Spk## NCR5380-based "SCSI Weird" on-board SCSI interface found 3481.55Spk## on sun4/100 systems. The flags are the same as the "si" 3491.55Spk## controller. Note, while DMA is enabled by default, only 3501.55Spk## polled DMA works at this time, and reselects do not work 3511.55Spk## on this particular controller. 3521.1Sderaadt 3531.55Spksw0 at obio0 addr 0x0a000000 level 3 3541.55Spkscsibus* at sw? 3551.24Sthorpej 3561.75Spk## PCMCIA SCSI controllers 3571.80Sabs#aic* at pcmcia? 3581.80Sabs#scsibus* at aic? 3591.75Spk 3601.75Spk 3611.55Spk## These entries find devices on all SCSI busses and assign 3621.55Spk## unit numbers dynamically. 3631.55Spksd* at scsibus? target ? lun ? # SCSI disks 3641.55Spkst* at scsibus? target ? lun ? # SCSI tapes 3651.55Spkcd* at scsibus? target ? lun ? # SCSI CD-ROMs 3661.55Spkch* at scsibus? target ? lun ? # SCSI changer devices 3671.55Spkss* at scsibus? target ? lun ? # SCSI scanners 3681.55Spkuk* at scsibus? target ? lun ? # unknown SCSI 3691.23Spk 3701.9Spk 3711.55Spk## Xylogics 753 or 7053 VME SMD disk controllers and disks, found 3721.55Spk## on sun4 systems. 3731.88Sdrochnerxdc0 at vme0 addr 0xee80 irq 3 vect 0x44 3741.88Sdrochnerxdc1 at vme0 addr 0xee90 irq 3 vect 0x45 3751.88Sdrochnerxdc2 at vme0 addr 0xeea0 irq 3 vect 0x46 3761.88Sdrochnerxdc3 at vme0 addr 0xeeb0 irq 3 vect 0x47 3771.9Spkxd* at xdc? drive ? 3781.16Schuck 3791.55Spk## Xylogics 451 or 451 VME SMD disk controllers and disks, found 3801.55Spk## on sun4 systems. 3811.88Sdrochnerxyc0 at vme0 addr 0xee40 irq 3 vect 0x48 3821.88Sdrochnerxyc1 at vme0 addr 0xee48 irq 3 vect 0x49 3831.16Schuckxy* at xyc? drive ? 3841.10Spk 3851.24Sthorpej 3861.55Spk## Floppy controller and drive found on SPARCstations. 3871.55Spk 3881.55Spkfdc0 at mainbus0 # sun4c controller 3891.55Spkfdc0 at obio0 # sun4m controller 3901.55Spkfd* at fdc0 # the drive itself 3911.55Spk 3921.75Spk## PCMCIA IDE controllers 3931.80Sabs#wdc* at pcmcia? 3941.80Sabs#wd* at wdc? 3951.75Spk 3961.55Spk## A disk-like interface to files. Can be used to create floppy, CD, 3971.55Spk## miniroot images, etc. 3981.55Spk 3991.55Spkpseudo-device vnd 4 4001.55Spk 4011.55Spk## Concatenated and striped disks; with this, you can create a software-based 4021.55Spk## disk array similar to a "RAID 0" setup. See ccd(4). 4031.55Spk 4041.55Spkpseudo-device ccd 4 4051.71Soster 4061.71Soster## RAIDframe disk driver: software RAID driver. See raid(4). 4071.71Soster 4081.71Soster#pseudo-device raid 4 4091.102Ssimonb#options RAID_AUTOCONFIG # auto-configuration of RAID components 4101.55Spk 4111.55Spk## Memory disk device, used on boot floppies with compressed 4121.55Spk## kernel-plus-root-disk images. 4131.55Spk 4141.55Spk#pseudo-device md 1 4151.55Spk 4161.55Spk 4171.55Spk#### Network interfaces 4181.55Spk 4191.55Spk## LANCE Ethernet - an AMD 7990 LANCE behind specialized DMA glue 4201.55Spk## Three flavors of additional SBus ethernets are available. One attaches 4211.55Spk## directly like the sun4c on-board, one uses the ledma device like the 4221.55Spk## sun4m on-board, and one uses the lebuffer device. 4231.55Spk 4241.56Spkle0 at obio0 addr 0xf9000000 level 6 # sun4/300 4251.56Spkle0 at sbus0 slot ? offset ? # sun4c on-board 4261.56Spkledma0 at sbus0 slot ? offset ? # sun4m on-board 4271.56Spkle0 at ledma0 # sun4m on-board 4281.56Spkle* at sbus? slot ? offset ? # SBus 4291.56Spkledma* at sbus? slot ? offset ? # SBus 4301.56Spkle* at ledma? # SBus 4311.56Spklebuffer0 at sbus? slot ? offset ? # SBus 4321.56Spkle0 at lebuffer? # SBus 4331.55Spklebuffer* at sbus? slot ? offset ? # SBus 4341.56Spkle* at lebuffer? # SBus 4351.55Spk 4361.55Spk 4371.55Spk## sun4/100 and sun4/200 Ethernet - an Intel 82586 on-board 4381.55Spk## or on a Multibus/VME card. 4391.55Spkie0 at obio0 addr 0xf6000000 level 6 # sun4/200 on-board 4401.55Spkie0 at obio0 addr 0x06000000 level 6 # sun4/100 on-board 4411.88Sdrochnerie1 at vme0 addr 0xe88000 irq 3 vect 0x75 # VME 4421.88Sdrochnerie2 at vme0 addr 0x31ff02 irq 3 vect 0x76 # VME 4431.88Sdrochnerie3 at vme0 addr 0x35ff02 irq 3 vect 0x77 # VME 4441.88Sdrochnerie4 at vme0 addr 0x2dff02 irq 3 vect 0x7c # VME 4451.55Spk 4461.90Shubertf## Quad Ethernet Controller with BigMac (be, 10/100MBd) and Mace Ethernet 4471.90Shubertf## (qe, 10MBd) attached. 4481.90Shubertfqec* at sbus? slot ? offset ? # Quad Ethernet Controller 4491.90Shubertfbe* at qec? # BigMac Ethernet (10/100MBd) 4501.90Shubertfqe* at qec? # Mace Ethernet (10MBd) 4511.85Spk 4521.98Spk## Happy Meal Ethernet 4531.98Spkhme* at sbus? slot ? offset ? 4541.70Spk 4551.70Spk# midway ATM 4561.70Spken0 at sbus? slot ? offset ? 4571.75Spk 4581.75Spk# PCMCIA ethernet devices 4591.80Sabs#ep* at pcmcia? 4601.80Sabs#mbe* at pcmcia? 4611.80Sabs#ne* at pcmcia? 4621.80Sabs#sm* at pcmcia? 4631.75Spk 4641.75Spk# MII/PHY support 4651.81Spkexphy* at mii? phy ? # 3Com internal PHYs 4661.81Spkicsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 4671.81Spkinphy* at mii? phy ? # Intel 82555 PHYs 4681.81Spklxtphy* at mii? phy ? # Level One LXT-970 PHYs 4691.81Spknsphy* at mii? phy ? # NS83840 PHYs 4701.81Spkqsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 4711.81Spksqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 4721.81Spktlphy* at mii? phy ? # ThunderLAN PHYs 4731.81Spkukphy* at mii? phy ? # generic unknown PHYs 4741.70Spk 4751.55Spk## Loopback network interface; required 4761.55Spkpseudo-device loop 4771.55Spk 4781.55Spk## SLIP and CSLIP interfaces, for IP over a serial line. 4791.55Spkpseudo-device sl 2 4801.55Spk 4811.55Spk## PPP, the successor to SLIP. See pppd(8). 4821.55Spkpseudo-device ppp 2 4831.55Spk 4841.55Spk## Starmode Radio IP, a special hardware network device. 4851.55Spk#pseudo-device strip 1 4861.55Spk 4871.55Spk## Network "tunnel" device, allowing protocol stacks to run in the userland. 4881.55Spk## This is used by the third-party user-mode "ppp" program, and others. 4891.55Spkpseudo-device tun 4 4901.73Shwr 4911.73Shwr## Generic L3 over IP tunnel 4921.73Shwr#pseudo-device gre 2 # generic L3 over IP tunnel 4931.55Spk 4941.55Spk## Berkeley Packet Filter, required to run RARPD. A generic C-language 4951.55Spk## interface that allows selective examining of incoming packets. 4961.55Spkpseudo-device bpfilter 8 4971.55Spk 4981.55Spk## IP Filter, used in firewall and NAT applications. See ipnat(8) for 4991.55Spk## one example of the use of the IP Filter. 5001.55Spkpseudo-device ipfilter 5011.55Spk 5021.94Sitojun## for IPv6 5031.94Sitojunpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 5041.94Sitojun#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 5051.55Spk 5061.55Spk#### Audio and video devices 5071.55Spk 5081.55Spk## /dev/audio support (`audioamd' plus `audio') 5091.55Spk## 5101.55Spkaudioamd0 at mainbus0 # sun4c 5111.63Spk#audioamd0 at obio0 # sun4m 5121.55Spkaudioamd0 at sbus0 slot ? offset ? # sun4m 5131.55Spkaudio* at audioamd0 5141.70Spk 5151.70Spkaudiocs0 at sbus0 slot ? offset ? # SUNW,CS4231 5161.70Spkaudio* at audiocs0 5171.55Spk 5181.55Spk 5191.55Spk## Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m 5201.55Spk## systems. If your sun4 system has a cgfour installed in the P4 slot, 5211.55Spk## the P4 entries for "bwtwo" will attach to the overlay plane of the 5221.55Spk## "cgfour". 5231.1Sderaadt 5241.55Spkbwtwo0 at sbus0 slot ? offset ? # sun4c and sun4m 5251.55Spkbwtwo* at sbus? slot ? offset ? # 5261.55Spkbwtwo0 at obio0 addr 0xfd000000 level 4 # sun4/200 5271.55Spkbwtwo0 at obio0 addr 0xfb300000 level 4 # sun4/300 in P4 slot 5281.55Spkbwtwo0 at obio0 addr 0x0b300000 level 4 # sun4/100 in P4 slot 5291.21Sthorpej 5301.55Spk## Sun "cgtwo" VME color framebuffer 5311.88Sdrochnercgtwo0 at vme0 addr 0x400000 irq ? vect 0xa8 5321.21Sthorpej 5331.55Spk## Sun "cgthree" Sbus color framebuffer 5341.55Spkcgthree0 at sbus? slot ? offset ? 5351.55Spkcgthree* at sbus? slot ? offset ? 5361.55Spk#cgthree0 at obio? slot ? offset ? # sun4m 5371.55Spk 5381.55Spk## Sun "cgfour" color framebuffer with overlay plane. See above comment 5391.55Spk## regarding overlay plane. 5401.55Spkcgfour0 at obio0 addr 0xfb300000 level 4 # sun4/300 P4 5411.55Spkcgfour0 at obio0 addr 0x0b300000 level 4 # sun4/100 P4 5421.55Spk 5431.55Spk## Sun "cgsix" accelerated color framebuffer. 5441.55Spkcgsix0 at sbus? slot ? offset ? 5451.55Spkcgsix* at sbus? slot ? offset ? 5461.55Spkcgsix0 at obio0 addr 0xfb000000 level 4 # sun4/300 P4 5471.55Spkcgsix0 at obio0 addr 0x0b000000 level 4 # sun4/100 P4 5481.55Spk 5491.55Spk## Sun "cgeight" 24-bit framebuffer 5501.55Spkcgeight0 at obio0 addr 0xfb300000 level 4 # sun4/300 P4 5511.55Spkcgeight0 at obio0 addr 0x0b300000 level 4 # sun4/100 P4 5521.55Spk 5531.55Spk## Sun "tcx" accelerated color framebuffer. 5541.55Spktcx0 at sbus? slot ? offset ? 5551.55Spktcx* at sbus? slot ? offset ? 5561.33Sabrown 5571.33Sabrown# Sun "cgfourteen" accelerated 24-bit framebuffer. 5581.33Sabrowncgfourteen0 at obio0 # sun4m 5591.1Sderaadt 5601.1Sderaadt 5611.55Spk#### Other device configuration 5621.24Sthorpej 5631.55Spk## Pseudo ttys, required for network logins and programs like screen. 5641.55Spk## 32 is a good number for average systems; you may have as many as you 5651.55Spk## like, though 256 is more or less the upper limit. Increasing this 5661.55Spk## number still requires you to run /dev/MAKEDEV to create the files 5671.55Spk## for the ptys. 5681.24Sthorpej 5691.43Slukempseudo-device pty 32 # pseudo-ttys (for network, etc.) 5701.55Spk 5711.55Spk## Random device, used to implement /dev/random (a source of random noise), 5721.55Spk## and generate randomness for some kernel formulae. 5731.55Spk 5741.84Smrgpseudo-device rnd 5751.91Sphil 5761.91Sphil# a pseudo device needed for Coda # also needs CODA (above) 5771.91Sphilpseudo-device vcoda 4 # coda minicache <-> venus comm. 578