Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2005 23:20:27 +0800
From:      Xin LI <delphij@frontfree.net>
To:        Nathan Mace <nmace@myrealbox.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Syntax Error in Kernel
Message-ID:  <20050522152027.GA65704@frontfree.net>
In-Reply-To: <1116773182.8c338cbcnmace@myrealbox.com>
References:  <1116773182.8c338cbcnmace@myrealbox.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--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 <delphij frontfree net>	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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050522152027.GA65704>