From owner-freebsd-stable@FreeBSD.ORG Sun May 22 15:20:40 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB8416A41C for ; Sun, 22 May 2005 15:20:40 +0000 (GMT) (envelope-from delphij@frontfree.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3204243D49 for ; Sun, 22 May 2005 15:20:40 +0000 (GMT) (envelope-from delphij@frontfree.net) Received: from beastie.frontfree.net (unknown [219.239.99.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id AAC03EB3927 for ; Sun, 22 May 2005 23:20:37 +0800 (CST) Received: from localhost (localhost.frontfree.net [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id 9BC6B1324CE; Sun, 22 May 2005 23:20:35 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 65286-12; Sun, 22 May 2005 23:20:28 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 1001) id 6C5B713240B; Sun, 22 May 2005 23:20:27 +0800 (CST) Date: Sun, 22 May 2005 23:20:27 +0800 From: Xin LI To: Nathan Mace Message-ID: <20050522152027.GA65704@frontfree.net> References: <1116773182.8c338cbcnmace@myrealbox.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <1116773182.8c338cbcnmace@myrealbox.com> User-Agent: Mutt/1.4.2.1i X-GPG-key-ID/Fingerprint: 0xCAEEB8C0 / 43B8 B703 B8DD 0231 B333 DC28 39FB 93A0 CAEE B8C0 X-GPG-Public-Key: http://www.delphij.net/delphij.asc X-Operating-System: FreeBSD beastie.frontfree.net 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #15: Wed Dec 15 10:43:16 CST 2004 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386 X-URL: http://www.delphij.net X-By: delphij@beastie.frontfree.net X-Location: Beijing, China X-Virus-Scanned: by amavisd-new at frontfree.net Cc: freebsd-stable@freebsd.org Subject: Re: Syntax Error in Kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 15:20:40 -0000 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Nathan, On Sun, May 22, 2005 at 02:46:22PM +0000, Nathan Mace wrote: > I'm trying to add support for my Palm to my Freebsd 5-Stable box. I have= found the following web page which describes what kernel options need to b= e present. >=20 > http://www.thedotin.net/maillists/coldsync-hackers/msg01954.html >=20 > It lists the following options has being required. >=20 > pseudo-device ppp 1 # Kernel PPP > pseudo-device tun # Packet tunnel. > device uhci # UHCI PCI->USB interface > device ohci # OHCI PCI->USB interface > device usb # USB Bus (required) > device uvisor > device ucom >=20 > However when I run "config" on my kernel, I get a syntax error on the lin= e that adds "ppp". Anyone hav any ideas as to why this might be happening?= Thanks. I think you generally want "device ppp" and "device tun" on 5-STABLE boxes, the "pseudo-device ppp 1" has gone long ago... Also, the examples in sys/[ARCH]/conf/GENERIC would be helpful for reference. You may obtain a more detailed list by running "make LINT" under the conf directory. For descriptions of kernel options, check out the NOTES files found in architecture dependent conf directories, and sys/conf. Cheers, --=20 Xin LI http://www.delphij.net/ See complete headers for GPG key and other information. --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCkKM7/cVsHxFZiIoRAjkiAJ48MgOJV3BGPiyuMrvC+PNya2lLPQCeMfNl xQwm80Hcon9dsohGZ5jgdnA= =9rcI -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU--