Date: Mon, 19 Jan 2009 17:20:09 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r187442 - head/sys/i386/conf Message-ID: <200901191720.n0JHK9IQ016560@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Mon Jan 19 17:20:09 2009 New Revision: 187442 URL: http://svn.freebsd.org/changeset/base/187442 Log: re-enable wi: was accidentally disabled in r1.502 Modified: head/sys/i386/conf/GENERIC Modified: head/sys/i386/conf/GENERIC ============================================================================== --- head/sys/i386/conf/GENERIC Mon Jan 19 17:17:32 2009 (r187441) +++ head/sys/i386/conf/GENERIC Mon Jan 19 17:20:09 2009 (r187442) @@ -275,7 +275,7 @@ device ath_hal # pci/cardbus chip supp options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors device ath_rate_sample # SampleRate tx rate control for ath device ral # Ralink Technology RT2500 wireless NICs. -#device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. +device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. #device wl # Older non 802.11 Wavelan wireless NIC. # Pseudo devices.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901191720.n0JHK9IQ016560>