From efece524d79822fdf70e4297c5963f4cba0303dd Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 5 Jun 2011 03:19:23 -0500 Subject: [PATCH] worlds/i386/DE2700: import --- worlds/i386/DE2700/config/DE2700 | 202 +++++++++++++++++++++++++++++ worlds/i386/DE2700/config/src.conf | 45 +++++++ 2 files changed, 247 insertions(+) create mode 100644 worlds/i386/DE2700/config/DE2700 create mode 100644 worlds/i386/DE2700/config/src.conf diff --git a/worlds/i386/DE2700/config/DE2700 b/worlds/i386/DE2700/config/DE2700 new file mode 100644 index 0000000..f677dbd --- /dev/null +++ b/worlds/i386/DE2700/config/DE2700 @@ -0,0 +1,202 @@ +# +# GENERIC -- Generic kernel configuration file for FreeBSD/i386 +# +# For more information on this file, please read the config(5) manual page, +# and/or the handbook section on Kernel Configuration Files: +# +# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html +# +# The handbook is also available locally in /usr/share/doc/handbook +# if you've installed the doc distribution, otherwise always see the +# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the +# latest information. +# +# An exhaustive list of options and more detailed explanations of the +# device lines is also present in the ../../conf/NOTES and NOTES files. +# If you are in doubt as to the purpose or necessity of a line, check first +# in NOTES. +# +# $FreeBSD$ + +cpu I486_CPU +cpu I586_CPU +cpu I686_CPU +ident GENERIC + +# To statically compile in device wiring instead of /boot/device.hints +#hints "GENERIC.hints" # Default places to look for devices. + +# Use the following to compile in values accessible to the kernel +# through getenv() (or kenv(1) in userland). The format of the file +# is 'variable=value', see kenv(1) +# +# env "GENERIC.env" + +makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols + +options SCHED_ULE # ULE scheduler +options PREEMPTION # Enable kernel thread preemption +options INET # InterNETworking +options INET6 # IPv6 communications protocols +options SCTP # Stream Control Transmission Protocol +options FFS # Berkeley Fast Filesystem +options SOFTUPDATES # Enable FFS soft updates support +options UFS_ACL # Support for access control lists +options UFS_DIRHASH # Improve performance on big directories +options UFS_GJOURNAL # Enable gjournal-based UFS journaling +options MD_ROOT # MD is a potential root device +options NFSCLIENT # Network Filesystem Client +options NFSSERVER # Network Filesystem Server +options NFSLOCKD # Network Lock Manager +options NFS_ROOT # NFS usable as /, requires NFSCLIENT +options MSDOSFS # MSDOS Filesystem +options CD9660 # ISO 9660 Filesystem +options PROCFS # Process filesystem (requires PSEUDOFS) +options PSEUDOFS # Pseudo-filesystem framework +options GEOM_PART_GPT # GUID Partition Tables. +options GEOM_LABEL # Provides labelization +options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty) +options COMPAT_FREEBSD4 # Compatible with FreeBSD4 +options COMPAT_FREEBSD5 # Compatible with FreeBSD5 +options COMPAT_FREEBSD6 # Compatible with FreeBSD6 +options COMPAT_FREEBSD7 # Compatible with FreeBSD7 +options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI +options KTRACE # ktrace(1) support +options STACK # stack(9) support +options SYSVSHM # SYSV-style shared memory +options SYSVMSG # SYSV-style message queues +options SYSVSEM # SYSV-style semaphores +options P1003_1B_SEMAPHORES # POSIX-style semaphores +options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions +options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. +options KBD_INSTALL_CDEV # install a CDEV entry in /dev +options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) +options AUDIT # Security event auditing +options MAC # TrustedBSD MAC Framework +options FLOWTABLE # per-cpu routing cache +#options KDTRACE_HOOKS # Kernel DTrace hooks +options INCLUDE_CONFIG_FILE # Include this file in kernel + +options KDB # Kernel debugger related code +options KDB_TRACE # Print a stack trace for a panic + +# To make an SMP kernel, the next two lines are needed +options SMP # Symmetric MultiProcessor Kernel +device apic # I/O APIC + +# CPU frequency control +device cpufreq + +# Bus support. +device acpi +device eisa +device pci + +# ATA and ATAPI devices +device ata +device atadisk # ATA disk drives +options ATA_STATIC_ID # Static device numbering + +# SCSI peripherals +device scbus # SCSI bus (required for SCSI) +device da # Direct Access (disks) +device cd # CD +device pass # Passthrough device (direct SCSI access) + +# atkbdc0 controls both the keyboard and the PS/2 mouse +device atkbdc # AT keyboard controller +device atkbd # AT keyboard +device psm # PS/2 mouse + +device kbdmux # keyboard multiplexer + +device vga # VGA video card driver + +device splash # Splash screen and screen saver support + +# syscons is the default console driver, resembling an SCO console +device sc + +device agp # support several AGP chipsets + +# Power management support (see NOTES for more options) +#device apm +# Add suspend/resume support for the i8254. +device pmtimer + +# Serial (COM) ports +device uart # Generic UART driver + +# If you've got a "dumb" serial or parallel PCI card that is +# supported by the puc(4) glue driver, uncomment the following +# line to enable it (connects to sio, uart and/or ppc drivers): +#device puc + +# PCI Ethernet NICs that use the common MII bus controller code. +# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! +device miibus # MII bus support +device re # RealTek 8139C+/8169/8169S/8110S + +# Wireless NIC cards +device wlan # 802.11 support +options IEEE80211_DEBUG # enable debug msgs +options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's +options IEEE80211_SUPPORT_MESH # enable 802.11s draft support +device wlan_wep # 802.11 WEP support +device wlan_ccmp # 802.11 CCMP support +device wlan_tkip # 802.11 TKIP support +device wlan_amrr # AMRR transmit rate control algorithm +device ath # Atheros pci/cardbus NIC's +device ath_hal # pci/cardbus chip support +options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors +device ath_rate_sample # SampleRate tx rate control for ath + +# Pseudo devices. +device loop # Network loopback +device random # Entropy device +device ether # Ethernet support +device pty # BSD-style compatibility pseudo ttys +device md # Memory "disks" +device gif # IPv6 and IPv4 tunneling +device firmware # firmware assist module + +# The `bpf' device enables the Berkeley Packet Filter. +# Be aware of the administrative consequences of enabling this! +# Note that 'bpf' is required for DHCP. +device bpf # Berkeley packet filter + +# USB support +options USB_DEBUG # enable debug msgs +device uhci # UHCI PCI->USB interface +device ohci # OHCI PCI->USB interface +device ehci # EHCI PCI->USB interface (USB 2.0) +device usb # USB Bus (required) +#device udbp # USB Double Bulk Pipe devices +device uhid # "Human Interface Devices" +device ukbd # Keyboard +device ulpt # Printer +device umass # Disks/Mass storage - Requires scbus and da +device ums # Mouse + +# ===== Gateway additions ==== + +maxusers 0 + +options VESA +options SC_PIXEL_MODE +options HZ=100 +options DEVICE_POLLING + +# PacketFilter support +device pf +device pflog +device pfsync + +# AltQ +options ALTQ +options ALTQ_CBQ +options ALTQ_RED +options ALTQ_RIO +options ALTQ_HFSC +options ALTQ_CDNR +options ALTQ_PRIQ diff --git a/worlds/i386/DE2700/config/src.conf b/worlds/i386/DE2700/config/src.conf new file mode 100644 index 0000000..3701183 --- /dev/null +++ b/worlds/i386/DE2700/config/src.conf @@ -0,0 +1,45 @@ +# At 8.2-RELEASE-p2 + +# Compilation knobs + +# Boot2 may build too large if -Os is overridden +.if !${.CURDIR:M*/sys/boot/i386/boot2} + CFLAGS+=-O2 -pipe + COPTFLAGS+=-O2 -pipe +.endif + +CPUTYPE?=core2 + +# Kernel knobs + +KERNCONF=DE2700 +MODULES_OVERRIDE=accf_data accf_dns accf_http acpi/acpi aio bridgestp cd9660 cd9660_iconv coretemp crypto cryptodev cyclic dtrace/dtmalloc dtrace/dtnfsclient dtrace/dtrace dtrace/dtrace_test dtrace/dtraceall ext2fs fdescfs geom/geom_bde geom/geom_bsd geom/geom_cache geom/geom_ccd geom/geom_concat geom/geom_eli geom/geom_fox geom/geom_gate geom/geom_journal geom/geom_label geom/geom_linux_lvm geom/geom_mbr md geom/geom_mirror geom/geom_multipath geom/geom_nop geom/geom_part/geom_part_apm geom/geom_part/geom_part_bsd geom/geom_part/geom_part_ebr geom/geom_part/geom_part_gpt geom/geom_part/geom_part_mbr geom/geom_part/geom_part_pc98 geom/geom_part/geom_part_vtoc8 geom/geom_pc98 geom/geom_raid3 geom/geom_sched/gs_sched geom/geom_shsec geom/geom_stripe geom/geom_sunlabel geom/geom_uzip geom/geom_vinum geom/geom_virstor geom/geom_vol_ffs geom/geom_zero geom/geom_sched/gsched_rr hwpmc i2c/controllers/ichsmb ichwd if_bridge if_carp if_disc if_edsc if_epair if_faith if_gre if_lagg if_tap if_tun if_vlan iscsi/initiator libiconv dtrace/lockstat msdosfs msdosfs_iconv netgraph/netgraph nfs_common nfscl nfsclient nfscommon nfsd nfslock nfslockd i2c/controllers/nfsmb nfsserver nfssvc netgraph/UI netgraph/async netgraph/atm/atm netgraph/atmllc netgraph/bluetooth/bluetooth netgraph/bpf netgraph/bridge netgraph/bluetooth/bt3c netgraph/bluetooth/socket netgraph/car netgraph/atm/ccatm netgraph/cisco netgraph/deflate netgraph/device netgraph/echo netgraph/eiface netgraph/etf netgraph/ether netgraph/ether_echo netgraph/fec netgraph/frame_relay netgraph/gif netgraph/gif_demux netgraph/bluetooth/hci netgraph/hole netgraph/hub netgraph/iface netgraph/ip_input netgraph/ipfw netgraph/ksocket netgraph/bluetooth/l2cap netgraph/l2tp netgraph/lmi netgraph/mppc netgraph/nat netgraph/netflow netgraph/one2many netgraph/patch netgraph/pipe netgraph/ppp netgraph/pppoe netgraph/pptpgre netgraph/pred1 netgraph/rfc1490 netgraph/socket netgraph/source netgraph/split netgraph/sppp netgraph/atm/sscfu netgraph/atm/sscop netgraph/tag netgraph/tcpmss netgraph/tee netgraph/tty netgraph/bluetooth/ubt netgraph/atm/uni netgraph/vjc netgraph/vlan netgraph/atm/atmbase nmdm ntfs ntfs_iconv nullfs opensolaris dtrace/profile dtrace/prototype rc4 reiserfs smbfs i2c/smbus sound/driver/hda snp sound/sound speaker splash/bmp splash/pcx dtrace/systrace tmpfs udf udf_iconv unionfs xfs zfs zlib + +# Userland knobs + +WITHOUT_AMD = yes +WITHOUT_ATM = yes +WITHOUT_BLUETOOTH = yes +WITHOUT_CALENDAR = yes +WITHOUT_CTM = yes +WITHOUT_CVS = yes +WITHOUT_DICT = yes +WITHOUT_EXAMPLES = yes +WITHOUT_FLOPPY = yes +WITHOUT_FREEBSD_UPDATE = yes +WITHOUT_GAMES = yes +WITHOUT_HTML = yes +WITHOUT_I4B = yes +WITHOUT_INFO = yes +WITHOUT_IPX = yes +WITHOUT_LPR = yes +WITHOUT_NCP = yes +WITHOUT_NDIS = yes +WITHOUT_NIS = yes +WITHOUT_PROFILE = yes +WITHOUT_RCMDS = yes +WITHOUT_RCS = yes +WITHOUT_SHAREDOCS = yes +WITHOUT_SLIP = yes +WITHOUT_SYSINSTALL = yes +WITHOUT_TELNET = yes -- 2.42.0