<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-35328111</id><updated>2009-02-20T22:14:37.946-08:00</updated><title type='text'>BST</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bstbsd.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35328111/posts/default'/><link rel='alternate' type='text/html' href='http://bstbsd.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>/-/</name><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-35328111.post-116020553662058636</id><published>2006-10-07T00:12:00.000-07:00</published><updated>2006-10-07T00:18:56.630-07:00</updated><title type='text'>/boot/loader.conf</title><content type='html'># This is loader.conf - a file full of useful variables that you can&lt;br /&gt;# set to change the default load behavior of your system. You should&lt;br /&gt;# not edit this file!  Put any overrides into one of the&lt;br /&gt;# loader_conf_files instead and you will be able to update these&lt;br /&gt;# defaults later without spamming your local configuration information.&lt;br /&gt;#&lt;br /&gt;# All arguments must be in double quotes.&lt;br /&gt;#&lt;br /&gt;# $FreeBSD: src/sys/boot/forth/loader.conf,v 1.85.2.2 2005/03/07 17:03:18 des Exp $&lt;br /&gt;&lt;br /&gt;# Splash screen&lt;br /&gt;splash_pcx_load="YES"&lt;br /&gt;vesa_load="YES"&lt;br /&gt;bitmap_load="YES"&lt;br /&gt;bitmap_name="/boot/splash.pcx"&lt;br /&gt;&lt;br /&gt;# Sound drivers&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;#snd_driver_load="YES"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;# Load wireless drivers&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;#if_ath_load="YES"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;# FS drivers&lt;br /&gt;udf_load="YES"&lt;br /&gt;ntfs_load="YES"&lt;br /&gt;ext2fs_load="YES"&lt;br /&gt;&lt;br /&gt;# cpufreq(4) framework, required for powerd(8)&lt;br /&gt;cpufreq_load="YES"&lt;br /&gt;&lt;br /&gt;# Tunables&lt;br /&gt;kern.maxfiles=24576&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35328111-116020553662058636?l=bstbsd.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bstbsd.blogspot.com/feeds/116020553662058636/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=35328111&amp;postID=116020553662058636' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35328111/posts/default/116020553662058636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35328111/posts/default/116020553662058636'/><link rel='alternate' type='text/html' href='http://bstbsd.blogspot.com/2006/10/bootloaderconf.html' title='/boot/loader.conf'/><author><name>/-/</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17901478384184572058'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35328111.post-115968215360399352</id><published>2006-09-30T22:55:00.000-07:00</published><updated>2006-09-30T22:55:53.616-07:00</updated><title type='text'>network default</title><content type='html'>If your wireless network has a dhcp-server and you get your parameters dynamicly when connecting, just add this line into your /etc/rc.conf file:&lt;br /&gt;ifconfig_ath0="DHCP"&lt;br /&gt;&lt;br /&gt;And if you specify parameters by yourself, add this lines:&lt;br /&gt;defaultrouter="&lt;your_default_gateway&gt;"&lt;br /&gt;ifconfig_ath0="ssid &lt;ssid&gt; inet &lt;ip-address&gt; netmask &lt;netmask&gt;"&lt;br /&gt;&lt;br /&gt;and to your /etc/resolv.conf:&lt;br /&gt;nameserver &lt;dns_server_ip_address&gt;&lt;br /&gt;&lt;br /&gt;And that's it, you would not need to do anything manually anymore.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35328111-115968215360399352?l=bstbsd.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bstbsd.blogspot.com/feeds/115968215360399352/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=35328111&amp;postID=115968215360399352' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35328111/posts/default/115968215360399352'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35328111/posts/default/115968215360399352'/><link rel='alternate' type='text/html' href='http://bstbsd.blogspot.com/2006/09/network-default.html' title='network default'/><author><name>/-/</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17901478384184572058'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>