usb disc device is not present in 5.4-p1

2005-06-16 Thread snort Snort
Hi list, After upgraded to 5.4-p1 from 5.3 stable, the insertion of the usb disc is no longer able to activate the creation of the usb device. In my case, when the usb disc inserted in the usb port, the kernel system assigned /dev/da0s? to the usb disc when it was in 5.3, but now this is not happe

tty and serial console com port

2005-06-17 Thread snort Snort
Hi, I just read thru the tty.h file and the tty command, and have a feeling that the tty command and the tty.h file does not handle the serial console com port directly. Can anyone tell me which part of the tty source does invoke serial console com port? Thanks Sam _

network resquest to tap pseudo device driver

2005-07-05 Thread snort Snort
Hi, Can anybody tell me what benefit for building a tap pseudo ethernet device driver for some sort of network communication? Why not directly communicate thru a "real" ethernet device driver like fxp0, xl0, etc. Thanks Sam S

Simple program use /dev/tap

2005-07-29 Thread snort Snort
Hi, As I want to learn how to use /dev/tap in freebsd, I m looking for a simple application that written for /dev/tap. OpenVPN is a bit too complicated for a newbie to get start. Can anyone tell me a link or reference for some of these examples? Thanks Sam ___

Re: Simple program use /dev/tap

2005-07-29 Thread snort Snort
--- Tobias Roth <[EMAIL PROTECTED]> wrote: > On Fri, Jul 29, 2005 at 05:03:43AM -0700, snort > Snort wrote: > > > > As I want to learn how to use /dev/tap in freebsd, > I m > > looking for a simple application that written for > > /dev/tap. OpenVPN is a