# OpenBSD config for networking on the Soekris Engineering net4501 # chris # # $Id: NET4801,v 1.2 2004/01/03 07:41:47 gray Exp $ machine i386 # architecture, used by config; REQUIRED #option NTP # hooks supporting the Network Time Protocol option DDB # in-kernel debugger #option DDB_SAFE_CONSOLE # allow break into ddb during boot #makeoptions DEBUG="-g" # compile full symbol table #makeoptions PROF="-pg" # build profiled kernel #option GPROF # kernel profiling, kgmon(8) option DIAGNOSTIC # internal consistency checks option KTRACE # system call tracing, a la ktrace(1) #option KMEMSTATS # collect malloc(9) statistics option CRYPTO # Cryptographic framework option FFS # UFS option MFS # Memory FS #option FFS_SOFTUPDATES # Soft updates option TCP_SACK # Selective Acknowledgements for TCP #option TCP_FACK # Forward Acknowledgements for TCP #option TCP_SIGNATURE # TCP MD5 Signatures, for BGP routing sessions option FDESC # /dev/fd option FIFO # FIFOs; RECOMMENDED option KERNFS # /kern #option NULLFS # loopback file system option PROCFS # /proc #option UMAPFS # NULLFS + uid and gid remapping option IPFORWARDING option NMBCLUSTERS=8192 #option GATEWAY # packet forwarding option INET # IP + ICMP + TCP + UDP option ALTQ # ALTQ base #option ALTQ_NOPCC # We don't have Pentium features on 486.... option INET6 # IPv6 (needs INET) #option PULLDOWN_TEST # use m_pulldown for IPv6 packet parsing option IPSEC # IPsec #option PPP_BSDCOMP # PPP BSD compression #option PPP_DEFLATE option BOOT_CONFIG # add support for boot -c #option I486_CPU option I586_CPU #option I686_CPU option USER_PCICONF # user-space PCI configuration #option KGDB # Remote debugger support; exclusive of DDB #option "KGDB_DEVNAME=\"pccom\"",KGDBADDR=0x2f8,KGDBRATE=9600 #option DUMMY_NOPS # speed hack; recommended maxusers 2 # estimated number of users #option RAID_AUTOCONFIG option RAMDISK_HOOKS option MINIROOTSIZE=23000 # works #option MINIROOTSIZE=25000 # hangs after kernel load #option MINIROOTSIZE=30000 # reboot after load #config bsd root on wd0a config bsd root on rd0a swap on rd0b and wd0b mainbus0 at root bios0 at mainbus0 pcibios0 at bios0 flags 0x0000 # use 0x30 for a total verbose isa0 at mainbus0 isa0 at pcib? pci* at mainbus0 bus ? ohci* at pci? # Open Host Controller usb* at ohci? # # The MediaGX (Geode) uses a PIT clock at standard frequency so there is # no special setting here like there is for the Elan SC520 # option PCCOMCONSOLE option CONSPEED=19200 option PCIVERBOSE uhub* at usb? # USB Hubs uhub* at uhub? port ? configuration ? # USB Hubs umodem* at uhub? port ? configuration ? # USB Modems/Serial ucom* at umodem? #ubsa* at uhub? port ? # Belkin serial adapter #ucom* at ubsa? portno ? #uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter #ucom* at uftdi? portno ? #uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter #ucom* at uplcom? portno ? #umct* at uhub? port ? # MCT USB-RS232 serial adapter #ucom* at umct? portno ? #uaudio* at uhub? port ? configuration ? # USB Audio #umidi* at uhub? port ? configuration ? #ulpt* at uhub? port ? configuration ? # USB Printers #umass* at uhub? port ? configuration ? # USB Mass Storage devices #scsibus* at umass? #aue* at uhub? port ? # ADMtek AN986 Pegasus Ethernet #cue* at uhub? port ? # CATC USB-EL1201A based Ethernet #kue* at uhub? port ? # Kawasaki KL5KUSB101B based Ethernet #upl* at uhub? port ? # Prolific PL2301/PL2302 host-to-host `network' #url* at uhub? port ? # Realtek RTL8150L based adapters #urio* at uhub? port ? # Diamond Multimedia Rio 500 #uyap* at uhub? port ? # Y@P firmware loader #udsbr* at uhub? port ? # D-Link DSB-R100 radio #radio* at udsbr? ugen* at uhub? port ? configuration ? # USB Generic driver pchb* at pci? dev ? function ? # PCI-Host bridges geodesc* at pci? dev ? function ? # NSC Geode System Controller elansc* at pci? dev ? function ? # AMD Elan SC520 System Controller ppb* at pci? dev ? function ? # PCI-PCI bridges pci* at ppb? bus ? pci* at pchb? bus ? pcib* at pci? dev ? function ? # PCI-ISA bridge npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? #pcppi0 at isa? #sysbeep0 at pcppi? pccom0 at isa? port 0x3f8 irq 4 # standard PC serial ports pccom1 at isa? port 0x2f8 irq 3 # IDE controllers pciide* at pci ? dev ? function ? flags 0x0000 wdc0 at isa? port 0x1f0 irq 14 flags 0x00 wd* at wdc? channel ? drive ? flags 0x0000 wd* at pciide? channel ? drive ? flags 0x0000 sis* at pci? dev ? function ? # SiS 900/7016 ethernet # Wireless network cards wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS an* at pci? dev ? function ? # Aironet IEEE 802.11DS nsphyter* at mii? phy ? # NS and compatible PHYs # crypto support hifn* at pci? dev ? function ? # Hi/fn 7751 crypto card #pseudo-device pctr 1 #pseudo-device wsmux 1 pseudo-device crypto 1 pseudo-device pf # packet filter pseudo-device pflog # pf log if pseudo-device pfsync # pf sync if pseudo-device loop 2 # network loopback pseudo-device bpfilter 16 # packet filter #pseudo-device sl 2 # CSLIP #pseudo-device ppp 2 # PPP pseudo-device tun 2 # network tunneling over tty pseudo-device enc 1 # option IPSEC needs the encapsulation interface pseudo-device bridge 2 # network bridging support pseudo-device vlan 4 # IEEE 802.1Q VLAN pseudo-device gre 4 # GRE encapsulation interface #pseudo-device strip 1 # Starmode Radio IP interface pseudo-device pty 32 # pseudo-terminals # for IPv6 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f # for raid on the / partition #pseudo-device raid 4 # RAIDframe disk driver pseudo-device vnd 4 # paging to files pseudo-device rd 1 # ramdisk