makeoptions MODULES_OVERRIDE=""
cpu     I586_CPU
ident   SOLO

options     CPU_GEODE
options     SCHED_4BSD      # 4BSD Scheduler (no SMP)
options     SYSVSHM         # SYSV-style shared memory
options     SYSVMSG         # SYSV-style message queues
options     SYSVSEM         # SYSV-style semaphores
options     STACK           # stack(9) support
options     FFS         # Berkeley Fast Filesystem
options     SOFTUPDATES     # Enable FFS soft updates support

options     DEVICE_POLLING
options     INET            # InterNETworking
options     INET6           # IPv6 communications protocols
options     IPSEC
options     ALTQ
options     ALTQ_CBQ    # Class Based Queueing
options     ALTQ_RED    # Random Early Detection
options     ALTQ_RIO    # RED In/Out
options     ALTQ_HFSC   # Hierarchical Packet Scheduler
options     ALTQ_CDNR   # Traffic conditioner
options     ALTQ_PRIQ   # Priority Queueing
options     ALTQ_NOPCC  # Required if the TSC is unusable


device      glxsb
device      crypto
device      pmtimer
device      nvram       # Access to rtc cmos via /dev/nvram

# Bus support.
device      isa
device      pci

# ATA and ATAPI devices
device      ata
device      atadisk     # ATA disk drives
options     ATA_STATIC_ID   # Static device numbering

# Serial (COM) ports
device      uart        # Generic UART driver

# 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      vr      # VIA Rhine, Rhine II

# Wireless NIC cards
device      wlan        # 802.11 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      wlan_xauth
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      mem
device      ether       # Ethernet support
device      vlan        # 802.1Q VLAN support
device      tun     # Packet tunnel.
device      pty     # BSD-style compatibility pseudo ttys
device      md      # Memory "disks"
device      gif     # IPv6 and IPv4 tunneling
device      faith       # IPv6-to-IPv4 relaying (translation)
device      stf
device      firmware    # firmware assist module

device      pf
device      pflog
device      if_bridge
device      enc

# 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
device      ohci
device      ehci        # EHCI PCI->USB interface (USB 2.0)
device      usb     # USB Bus (required)
device      ulpt        # Printer

# For qemu testing
#device     em