# $FreeBSD: src/etc/sysctl.conf,v 1.8 2003/03/13 18:43:50 mux Exp $
#
#  This file is read when going to multi-user and its contents piped thru
#  ``sysctl'' to adjust kernel values.  ``man 5 sysctl.conf'' for details.
#

# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0


# Should prevent freezing in X when doing suspend
## for TOSHIBA A2, NOT THINKPAD
## hw.syscons.sc_no_suspend_vtswitch=1

# Fixes resume on RELENG_6
hw.acpi.reset_video=1

#Needed for QEMU, no need to be root to setup TAP devices
net.link.tap.user_open=1
# IP forwarding, needed for qemu's guest networking too
net.inet.ip.forwarding=1
# Needed for Xine and possibly for PostgreSQL
kern.ipc.shmmax=67108864
kern.ipc.shmall=32768


# Needed for custom ACPI control
# This will pass ACPI events to devd after acpi_ibm. 
#    Custom devd config can be found in /usr/local/etc/devd
dev.acpi_ibm.0.events=1

# Number of apps that can concurrently talk to snd card
hw.snd.maxautovchans=8

