WSCONS revision 1.5
11.3Sheinz# $NetBSD: WSCONS,v 1.5 2002/05/30 19:45:49 thorpej Exp $ 21.1Sjandberg# 31.1Sjandberg# This file was automatically created. Changes will be 41.1Sjandberg# lost when running make in this directory. 51.1Sjandberg# 61.5Sthorpej# Created from: #NetBSD: GENERIC,v 1.180 2002/05/30 19:45:15 thorpej Exp $ 71.1Sjandberg 81.1Sjandberg#GENERIC machine description file 91.1Sjandberg 101.1Sjandberg#This machine description file is used to generate the default NetBSD 111.1Sjandberg#kernel. The generic kernel does not include all options, subsystems 121.1Sjandberg#and device drivers, but should be useful for most applications. 131.1Sjandberg 141.1Sjandberg#The machine description file can be customised for your specific 151.1Sjandberg#machine to reduce the kernel size and improve its performance. 161.1Sjandberg 171.1Sjandberg#For further information on compiling NetBSD kernels, see the config(8) 181.1Sjandberg#man page. 191.1Sjandberg 201.1Sjandberg#For further information on hardware support for this architecture, see 211.1Sjandberg#the intro(4) man page. For further information about kernel options 221.1Sjandberg#for this architecture, see the options(4) man page. For an explanation 231.1Sjandberg#of each device driver in this file see the section 4 man page for the 241.1Sjandberg#device. 251.1Sjandberginclude "arch/amiga/conf/std.amiga" 261.1Sjandberg 271.4Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 281.4Satatat 291.5Sthorpej#ident "GENERIC-$Revision: 1.5 $" 301.1Sjandberg 311.1Sjandbergmaxusers 8 321.1Sjandbergoptions RTC_OFFSET=0 331.1Sjandberg 341.1Sjandberg#mainboards to support (in addition to Amiga) 351.1Sjandberg 361.1Sjandbergoptions DRACO 371.1Sjandberg 381.1Sjandbergoptions BB060STUPIDROM # You need this, if you have a non-DraCo 391.4Satatat #MC68060 with an OS ROM up to (at least) 401.4Satatat #V40 (OS3.1) and want to boot with the 411.4Satatat #bootblock. 421.4Satatat #You do not need this if you have a DraCo, 431.4Satatat #have no 68060 or NEVER use the bootblock 441.1Sjandbergoptions P5PPC68KBOARD # Phase5 PPC/68K board support 451.1Sjandberg 461.1Sjandberg#processors this kernel should support 471.1Sjandberg 481.1Sjandbergoptions M68060 # support for 060 491.1Sjandbergoptions M060SP # MC68060 software support (Required for 060) 501.1Sjandberg 511.1Sjandbergoptions M68040 # support for 040 521.1Sjandbergoptions FPSP # MC68040 floating point support 531.1Sjandbergoptions M68030 # support for 030 541.1Sjandbergoptions M68020 # support for 020/851 551.1Sjandbergoptions FPU_EMULATE # FPU emulation 561.1Sjandberg 571.1Sjandberg#Networking options 581.1Sjandberg 591.1Sjandbergoptions INET # IP networking support (Required) 601.1Sjandbergoptions INET6 # IPV6 611.1Sjandberg#options IPSEC # IP security 621.1Sjandberg#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 631.1Sjandberg#options IPSEC_DEBUG # debug for IP security 641.1Sjandberg#options GATEWAY # Packet forwarding 651.1Sjandberg#options DIRECTED_BROADCAST # Broadcast across subnets 661.1Sjandberg 671.1Sjandberg#options MROUTING # Multicast routing 681.1Sjandbergoptions NS # XNS 691.1Sjandberg#options NSIP # XNS tunneling over IP 701.1Sjandbergoptions ISO,TPIP # OSI 711.1Sjandberg#options EON # OSI tunneling over IP 721.1Sjandbergoptions CCITT,LLC,HDLC # X.25 731.1Sjandbergoptions NETATALK # AppleTalk networking protocols 741.1Sjandberg#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 751.1Sjandberg 761.1Sjandbergoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 771.1Sjandbergoptions PPP_DEFLATE # Deflate compression support for PPP 781.1Sjandbergoptions PPP_FILTER # Active filter support for PPP (requires bpf) 791.1Sjandbergoptions PFIL_HOOKS # pfil(9) packet filter hooks 801.1Sjandbergoptions IPFILTER_LOG # ipmon(8) log support 811.1Sjandberg 821.1Sjandbergfile-system FFS # Berkeley fast file system 831.1Sjandbergfile-system EXT2FS # second extended file system (linux) 841.1Sjandberg#file-system LFS # log-structured filesystem (experimental) 851.1Sjandberg 861.1Sjandbergfile-system MFS # Memory based filesystem 871.1Sjandberg 881.1Sjandbergfile-system NFS # Network File System client side code 891.1Sjandbergfile-system ADOSFS # AmigaDOS file system 901.1Sjandbergfile-system CD9660 # ISO 9660 + Rock Ridge filesystem 911.1Sjandbergfile-system MSDOSFS # MS-DOS filesystem 921.1Sjandberg 931.1Sjandbergfile-system KERNFS # kernel data-structure filesystem 941.1Sjandberg 951.1Sjandbergfile-system FDESC # user file descriptor filesystem 961.1Sjandbergfile-system NULLFS # loopback filesystem 971.1Sjandbergfile-system OVERLAY # overlay filesystem 981.1Sjandberg#file-system PORTAL # Portal filesystem 991.1Sjandbergfile-system PROCFS # /proc filesystem 1001.1Sjandbergfile-system UMAPFS # NULLFS + uid and gid remapping 1011.1Sjandbergfile-system UNION # union filesystem 1021.1Sjandberg 1031.1Sjandberg#Filesystem options 1041.1Sjandberg 1051.1Sjandberg#options FFS_EI # FFS Endian Independant support 1061.1Sjandberg 1071.1Sjandbergoptions QUOTA # User and group quotas in FFS 1081.1Sjandbergoptions SOFTDEP # FFS soft updates support. 1091.1Sjandbergoptions NFSSERVER # Network File System server side code 1101.1Sjandberg 1111.1Sjandberg#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1121.4Satatat #immutable) behave as system flags. 1131.1Sjandberg 1141.1Sjandberg#Compatibility options for various existing systems 1151.1Sjandberg 1161.1Sjandberg#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 1171.1Sjandbergoptions COMPAT_43 # compatibility with 4.3BSD interfaces 1181.1Sjandbergoptions COMPAT_09 # compatibility with NetBSD 0.9 1191.1Sjandbergoptions COMPAT_10 # compatibility with NetBSD 1.0 1201.1Sjandbergoptions COMPAT_12 # compatibility with NetBSD 1.2 1211.1Sjandbergoptions COMPAT_13 # compatibility with NetBSD 1.3 1221.1Sjandbergoptions COMPAT_14 # compatibility with NetBSD 1.4 1231.1Sjandbergoptions COMPAT_SUNOS # Support to run Sun (m68k) executables 1241.1Sjandbergoptions COMPAT_SVR4 # Support to run SVR4 (m68k) executables 1251.1Sjandbergoptions COMPAT_NOMID # allow nonvalid machine id executables 1261.1Sjandberg#options COMPAT_LINUX # Support to run Linux/m68k executables 1271.1Sjandberg 1281.1Sjandbergoptions EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x) 1291.1Sjandbergoptions COMPAT_AOUT_M68K # actually make some system calls work. 1301.1Sjandberg 1311.1Sjandberg#Support for System V IPC facilities. 1321.1Sjandberg 1331.1Sjandbergoptions SYSVSHM # System V-like shared memory 1341.1Sjandbergoptions SYSVMSG # System V-like messages 1351.1Sjandbergoptions SYSVSEM # System V-like semaphores 1361.1Sjandberg#options SEMMNI=10 # number of semaphore identifiers 1371.1Sjandberg#options SEMMNS=60 # number of semaphores in system 1381.1Sjandberg#options SEMUME=10 # max number of undo entries per process 1391.1Sjandberg#options SEMMNU=30 # number of undo structures in system 1401.1Sjandberg 1411.1Sjandberg#Support for various kernel options 1421.1Sjandberg 1431.1Sjandbergoptions KTRACE # system call tracing support 1441.1Sjandbergoptions LKM # Loadable kernel modules 1451.1Sjandbergoptions UCONSOLE # anyone can redirect a virtual console 1461.1Sjandberg 1471.1Sjandberg#options INSECURE # disable kernel security levels 1481.1Sjandbergoptions SCSIVERBOSE # human readable SCSI error messages 1491.3Sheinz#options USERCONF # userconf(4) support 1501.1Sjandberg 1511.1Sjandbergoptions NTP # NTP phase/frequency locked loop 1521.1Sjandberg#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1531.1Sjandberg 1541.1Sjandberg#Misc. debugging options 1551.1Sjandberg 1561.1Sjandbergoptions DDB # Kernel debugger 1571.1Sjandberg#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1581.1Sjandbergoptions DIAGNOSTIC # Extra kernel sanity checks 1591.1Sjandberg#options DEBUG # Enable misc. kernel debugging code 1601.1Sjandberg#options SYSCALL_DEBUG # debug all syscalls. 1611.1Sjandberg#options SCSIDEBUG # Add SCSI debugging statements 1621.5Sthorpej#options PANICBUTTON # Forced crash via keypress (?) 1631.1Sjandberg 1641.1Sjandberg#Amiga specific options 1651.1Sjandberg 1661.1Sjandberg#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 1671.4Satatat #first bank of RAM. (default: unlimited) 1681.1Sjandberg#options NKPTADD=4 # set this for 4 additional KPT pages 1691.1Sjandberg#options NKPTADDSHIFT=24 # set this for 1 additional KPT page 1701.4Satatat #per 16 MB (1<<24 bytes) of RAM 1711.4Satatat #uncomment and decrease this, or uncomment and 1721.4Satatat #increase NKPTADD if you get "out of PT pages" 1731.4Satatat #panics. 1741.1Sjandberg#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 1751.1Sjandberg#before the 10 secondinterval ends, or that KBDRESET does work at all. 1761.1Sjandberg#options KBDRESET # sync on Ctrl-Amiga-Amiga 1771.1Sjandberg 1781.1Sjandberg#These options improve performance with the built-in serial port 1791.1Sjandberg#on slower Amigas. Try the larger buffers first then lev6_defer. 1801.1Sjandberg#options SERIBUF_SIZE=4096 1811.1Sjandberg#options SEROBUF_SIZE=32 1821.1Sjandberg#options LEV6_DEFER # defers l6 to l4 (below serial l5) 1831.1Sjandberg 1841.1Sjandbergoptions RETINACONSOLE # enable code to allow retina to be console 1851.1Sjandberg 1861.1Sjandbergoptions ULOWELLCONSOLE # enable code to allow a2410 to be console 1871.1Sjandbergoptions CL5426CONSOLE # Cirrus console 1881.1Sjandbergoptions CV64CONSOLE # CyberVision console 1891.1Sjandbergoptions TSENGCONSOLE # Tseng console 1901.1Sjandbergoptions CV3DCONSOLE # CyberVision 64/3D console 1911.1Sjandberg 1921.1Sjandbergoptions GRF_ECS # Enhanced Chip Set 1931.1Sjandbergoptions GRF_NTSC # NTSC 1941.1Sjandbergoptions GRF_PAL # PAL 1951.1Sjandbergoptions GRF_A2024 # Support for the A2024 1961.1Sjandbergoptions GRF_AGA # AGA Chip Set 1971.1Sjandbergoptions GRF_AGA_VGA # AGA VGAONLY timing 1981.1Sjandbergoptions GRF_SUPER72 # AGA Super-72 1991.1Sjandberg 2001.1Sjandberg#options KFONT_8X11 # 8x11 font 2011.1Sjandberg 2021.3Sheinz#select a font for the console according to the character set and keymap 2031.3Sheinz#you want to use 2041.3Sheinzoptions KFONT_CONS_ISO8859_1 2051.3Sheinz#options KFONT_CONS_ISO8859_2 2061.3Sheinz 2071.1Sjandberg#This is how you would tell the kernel the A2410 oscillator frequencies: 2081.1Sjandberg#The used frequencies are the defaults, and do not need option setting 2091.1Sjandberg#options ULOWELL_OSC1=36000000 2101.1Sjandberg#options ULOWELL_OSC2=66667000 2111.1Sjandberg 2121.1Sjandberg#This is how you specify the blitting speed, higher values may speed up blits 2131.1Sjandberg#a littel bit. If you raise this value too much some trash may appear. 2141.1Sjandberg#the commented version is the default. 2151.1Sjandberg#options RH_MEMCLK=61000000 2161.1Sjandberg#this option enables the 64 bit sprite which does not work 2171.1Sjandberg#for quite a few people. E.g. The cursor sprite will turn to a block 2181.1Sjandberg#when moved to the top of the screen in X. 2191.1Sjandberg#options RH_64BIT_SPRITE 2201.1Sjandberg#enables fast scroll code appears to now work on 040 systems. 2211.1Sjandberg#options RETINA_SPEED_HACK 2221.1Sjandberg#enables the Hardwarecursor which does not work on some systems. 2231.1Sjandberg#options RH_HARDWARECURSOR 2241.1Sjandberg 2251.1Sjandberg#wscons aware interface to amiga custom chips. 2261.1Sjandberg#If you enable it enable also wskbd. 2271.1Sjandberg 2281.1Sjandbergamidisplaycc0 at mainbus0 # wscons interface to custom chips 2291.1Sjandbergwsdisplay0 at amidisplaycc0 console ? 2301.1Sjandbergoptions WSEMUL_VT100 2311.1Sjandbergoptions FONT_BOLD8x16 2321.1Sjandbergoptions FONT_VT220L8x10 2331.1Sjandberg 2341.1Sjandberg#grfcc0 at mainbus0 # custom chips 2351.1Sjandberg#grfrt0 at zbus0 # retina II 2361.1Sjandberg 2371.1Sjandberg#grfrh0 at zbus0 # retina III 2381.1Sjandberg 2391.3Sheinz#grfcl* at zbus0 # Picasso II/Piccolo/Spectrum 2401.1Sjandberg#grful0 at zbus0 # A2410 2411.1Sjandberg#grfcv0 at zbus0 # CyberVision 64 2421.1Sjandberg#grfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 2431.1Sjandberg#grfcv3d0 at zbus0 # CyberVision 64/3D 2441.1Sjandberg 2451.1Sjandberg#grf0 at grfcc0 2461.1Sjandberg#grf1 at grfrt0 2471.1Sjandberg 2481.1Sjandberg#grf2 at grfrh0 2491.1Sjandberg 2501.1Sjandberg#grf3 at grfcl? 2511.1Sjandberg#grf4 at grful0 2521.1Sjandberg#grf5 at grfcv0 2531.1Sjandberg#grf6 at grfet? 2541.1Sjandberg#grf7 at grfcv3d0 2551.1Sjandberg 2561.1Sjandberg#ite0 at grf0 # terminal emulators for grfs 2571.1Sjandberg#ite1 at grf1 # terminal emulators for grfs 2581.1Sjandberg 2591.1Sjandberg#ite2 at grf2 # terminal emulators for grfs 2601.1Sjandberg 2611.1Sjandberg#ite3 at grf3 # terminal emulators for grfs 2621.1Sjandberg#ite4 at grf4 # terminal emulators for grfs 2631.1Sjandberg#ite5 at grf5 # terminal emulators for grfs 2641.1Sjandberg#ite6 at grf6 # terminal emulators for grfs 2651.1Sjandberg#ite7 at grf7 # terminal emulators for grfs 2661.1Sjandberg 2671.1Sjandbergmsc0 at zbus0 # A2232 MSC multiport serial. 2681.1Sjandbergmfc0 at zbus0 # MultiFaceCard I/O board 2691.1Sjandbergmfcs0 at mfc0 unit 0 # MFC serial 2701.1Sjandbergmfcs1 at mfc0 unit 1 # MFC serial 2711.1Sjandberg#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 2721.1Sjandberg#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 2731.1Sjandberg#mfcs2 at mfc1 unit 0 2741.1Sjandberg#mfcs3 at mfc1 unit 1 2751.1Sjandberg#mfcp1 at mfc1 unit 0 2761.1Sjandberg 2771.1Sjandberghyper* at zbus? # zbus HyperCom3/3+/4/4+ 2781.1Sjandberg#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 2791.1Sjandbergcom* at hyper? port ? # Hypercom3/4 serial ports 2801.1Sjandberglpt* at hyper? port ? # Hypercom3+/4+ parallel port 2811.1Sjandberg 2821.1Sjandberg#options IOBZCLOCK=22118400 # default, uncomment the next line 2831.1Sjandberg#options IOBZCLOCK=24000000 # if needed. 2841.1Sjandberg 2851.1Sjandbergiobl* at zbus? # zbus IOBlix 2861.1Sjandbergcom* at iobl? port ? # IOBlix serial ports 2871.1Sjandberglpt* at iobl? port ? # IOBlix parallel ports 2881.1Sjandberg 2891.1Sjandberg#Keyboard device. Optionally can attach a wskbd. 2901.1Sjandberg#wskbd works together with a wsdisplay so enable them both if you will. 2911.1Sjandberg#Don't enable wskbd if you use ite. 2921.4Satatat# 2931.1Sjandberg#XXX in std.amiga: kbd0 at mainbus0 2941.1Sjandbergwskbd0 at kbd0 console ? 2951.1Sjandberg 2961.1Sjandberg#Amiga Mainboard devices (sans graphics and keyboard) 2971.1Sjandberg 2981.1Sjandbergser0 at mainbus0 # Amiga onboard serial 2991.1Sjandbergpar0 at mainbus0 # Amiga onboard parallel 3001.1Sjandbergms* at mainbus0 # Amiga mice 3011.1Sjandbergfdc0 at mainbus0 # Amiga FDC 3021.1Sjandbergfd* at fdc0 unit ? # floppy disks on the later 3031.1Sjandberga34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 3041.1Sjandberga2kbbc0 at mainbus0 # A2000 battery backed clock 3051.1Sjandberg 3061.1Sjandbergaucc* at mainbus0 # Amiga CC audio 3071.1Sjandbergaudio* at aucc? 3081.1Sjandberg 3091.1Sjandberg#DraCo Mainboard devices (sans keyboard) 3101.1Sjandberg 3111.1Sjandbergdrbbc0 at mainbus0 # DraCo battery backed clock 3121.1Sjandbergdrsupio0 at mainbus0 # DraCo superio chip 3131.1Sjandbergcom* at drsupio? port ? # DraCo serial 3141.1Sjandberglpt0 at drsupio? port ? # DraCo parallel 3151.1Sjandberg 3161.1Sjandberg#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 3171.1Sjandberg 3181.1Sjandbergrepulse* at zbus0 # ALiENDESiGN Repulse 3191.1Sjandbergaudio* at repulse? 3201.1Sjandberg 3211.1Sjandbergtoccata* at zbus0 # MacroSystem GmbH Toccata 3221.1Sjandbergaudio* at toccata? 3231.1Sjandberg 3241.1Sjandberg#Ethernet cards: 3251.1Sjandbergle* at zbus0 # A2065, Ameristar, Ariadne 3261.1Sjandbergne* at zbus0 # AriadneII, X-surf 3271.1Sjandberged* at zbus0 # Hydra, ASDG LanRover 3281.1Sjandberges* at zbus0 # CEI A4066 EthernetPLUS 3291.1Sjandbergqn* at zbus0 # Quicknet 3301.1Sjandberg 3311.1Sjandbergbah* at zbus0 # C=/Ameristar A2060 / 560 3321.1Sjandberg 3331.1Sjandberg#Greater Valley Product Bus 3341.1Sjandberggvpbus* at zbus0 3351.1Sjandberg 3361.1Sjandberg#scsi stuff, all possible 3371.1Sjandberggtsc0 at gvpbus? # GVP series II scsi 3381.1Sjandbergscsibus* at gtsc0 3391.1Sjandbergahsc0 at mainbus0 # A3000 scsi 3401.1Sjandbergscsibus* at ahsc0 3411.1Sjandbergatzsc0 at zbus0 # A2091 scsi 3421.1Sjandbergscsibus* at atzsc0 3431.1Sjandbergwstsc0 at zbus0 # Wordsync II scsi 3441.1Sjandbergscsibus* at wstsc0 3451.1Sjandbergivsc0 at zbus0 # IVS scsi 3461.1Sjandbergscsibus* at ivsc0 3471.1Sjandbergmlhsc0 at zbus0 # Hacker scsi 3481.1Sjandbergscsibus* at mlhsc0 3491.1Sjandbergotgsc0 at zbus0 # 12 gauge scsi 3501.1Sjandbergscsibus* at otgsc0 3511.1Sjandbergzssc0 at zbus0 # Zeus scsi 3521.1Sjandbergscsibus* at zssc0 3531.1Sjandbergmgnsc0 at zbus0 # Magnum scsi 3541.1Sjandbergscsibus* at mgnsc0 3551.1Sjandbergwesc0 at zbus0 # Warp Engine scsi 3561.1Sjandbergscsibus* at wesc0 3571.1Sjandbergafsc0 at zbus0 # A4091 scsi 3581.1Sjandbergscsibus* at afsc0 3591.1Sjandbergaftsc0 at mainbus0 # A4000T scsi 3601.1Sjandbergscsibus* at aftsc0 3611.1Sjandbergflsc0 at zbus0 # FastlaneZ3 scsi 3621.1Sjandbergscsibus* at flsc0 3631.1Sjandbergbzsc0 at zbus0 # Blizzard 1230 I,II scsi 3641.1Sjandbergscsibus* at bzsc0 3651.1Sjandbergbzivsc0 at zbus0 # Blizzard 12x0 IV scsi 3661.1Sjandbergscsibus* at bzivsc0 3671.1Sjandbergbztzsc0 at zbus0 # Blizzard 2060 scsi 3681.1Sjandbergscsibus* at bztzsc0 3691.1Sjandbergcbsc0 at zbus0 # CyberSCSI I 3701.1Sjandbergscsibus* at cbsc0 3711.1Sjandbergcbiisc0 at zbus0 # CyberSCSI II 3721.1Sjandbergscsibus* at cbiisc0 3731.1Sjandbergcbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 3741.1Sjandbergscsibus* at cbiiisc0 3751.1Sjandbergempsc0 at zbus0 # Emplant scsi 3761.1Sjandbergscsibus* at empsc0 3771.1Sjandberg#idesc0 at mainbus0 # A4000 & A1200 IDE 3781.1Sjandberg#scsibus* at idesc0 3791.1Sjandberg 3801.1Sjandberg#<<< comment out the wdc/atapibus entries below if the idesc lines above >>> 3811.1Sjandberg#<<< are uncommented >>> 3821.1Sjandbergwdc0 at mainbus0 # A4000 & A1200 IDE bus 3831.1Sjandbergwd* at wdc? drive ? # + drives 3841.1Sjandbergatapibus* at wdc? channel ? # ATAPI bus 3851.1Sjandbergcd* at atapibus? drive ? # ATAPI CD-ROM drives 3861.1Sjandbergsd* at atapibus? drive ? # ATAPI disk drives 3871.1Sjandberg 3881.1Sjandbergpccard0 at mainbus0 3891.1Sjandbergpcmcia* at pccard0 3901.1Sjandbergcom* at pcmcia? function ? # Modems and serial cards 3911.1Sjandbergpcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 3921.1Sjandbergaic* at pcmcia? function ? # Adaptec APA-1460 SCSI 3931.1Sjandbergwdc* at pcmcia? function ? 3941.1Sjandbergawi* at pcmcia? function ? # BayStack 650 (802.11FH) 3951.1Sjandbergep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 3961.1Sjandbergmbe* at pcmcia? function ? # MB8696x based Ethernet 3971.1Sjandbergne* at pcmcia? function ? # NE2000-compatible Ethernet 3981.1Sjandbergsm* at pcmcia? function ? # Megahertz Ethernet 3991.1Sjandbergmhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 4001.1Sjandbergcom* at mhzc? 4011.1Sjandbergsm* at mhzc? 4021.1Sjandberg 4031.1Sjandbergdrsc0 at mainbus0 # DraCo scsi 4041.1Sjandbergscsibus* at drsc0 4051.1Sjandberg 4061.1Sjandberg#each hard drive from low target to high 4071.1Sjandberg#will configure to the next available sd unit number 4081.1Sjandbergsd* at scsibus? target ? lun ? # scsi disks 4091.1Sjandbergst* at scsibus? target ? lun ? # scsi tapes 4101.1Sjandbergcd* at scsibus? target ? lun ? # scsi cds 4111.1Sjandbergch* at scsibus? target ? lun ? # scsi autochangers 4121.1Sjandberg 4131.1Sjandbergss* at scsibus? target ? lun ? # scsi scanner 4141.1Sjandberguk* at scsibus? target ? lun ? # scsi unknown 4151.1Sjandberg 4161.1Sjandbergpseudo-device loop # loopback network interface 4171.1Sjandbergpseudo-device sl 1 # SLIP network interfaces 4181.1Sjandbergpseudo-device ppp 1 # PPP network interfaces 4191.1Sjandbergpseudo-device pppoe # PPP over Ethernet (RFC 2516) 4201.1Sjandbergpseudo-device tun 1 # network tunnel line discipline 4211.1Sjandberg#pseudo-device gre 2 # generic L3 over IP tunnel 4221.1Sjandbergpseudo-device bpfilter 16 # Berkeley packet filter 4231.1Sjandbergpseudo-device ipfilter # IP Filter package 4241.1Sjandbergpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 4251.1Sjandberg#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 4261.1Sjandberg#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 4271.1Sjandbergpseudo-device vlan # IEEE 802.1q encapsulation 4281.1Sjandbergpseudo-device bridge # simple inter-network bridging 4291.1Sjandberg 4301.1Sjandbergpseudo-device view 4 # views (needed for grfcc) 4311.1Sjandbergpseudo-device pty # pseudo-terminals 4321.1Sjandberg 4331.1Sjandbergpseudo-device vnd 4 # vnode pseudo-disks 4341.1Sjandbergpseudo-device ccd 4 # concatenated disk devices 4351.1Sjandbergpseudo-device raid 8 # RAIDframe disk driver 4361.1Sjandbergoptions RAID_AUTOCONFIG # auto-configuration of RAID components 4371.1Sjandberg#Options to enable various other RAIDframe RAID types. 4381.1Sjandberg#options RF_INCLUDE_EVENODD=1 4391.1Sjandberg#options RF_INCLUDE_RAID5_RS=1 4401.1Sjandberg#options RF_INCLUDE_PARITYLOGGING=1 4411.1Sjandberg#options RF_INCLUDE_CHAINDECLUSTER=1 4421.1Sjandberg#options RF_INCLUDE_INTERDECLUSTER=1 4431.1Sjandberg#options RF_INCLUDE_PARITY_DECLUSTERING=1 4441.1Sjandberg#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 4451.1Sjandberg 4461.1Sjandbergpseudo-device rnd # /dev/random and in-kernel generator 4471.1Sjandberg#options RND_COM # use "com" randomness as well (BROKEN) 4481.1Sjandberg 4491.1Sjandbergconfig netbsd root on ? type ? 450