Re: Port/Package Management?

2007-03-11 Thread Yong Ma
- Original Message - From: "Zavam, Vinícius" To: freebsd-hackers@freebsd.org Subject: Re: Port/Package Management? Date: Mon, 12 Mar 2007 01:06:09 -0300 2007/3/11, Yong Ma : > Hello everybody, I want to konw how the FreeBSD package management > (port/packa

Port/Package Management?

2007-03-11 Thread Yong Ma
Hello everybody, I want to konw how the FreeBSD package management (port/package) works, but I didn't find enough useful information about that. Can anybody give me some documents or links more detail about this or just tell me where to start? Thank you ! Happy Hacking, May the source be with yo

Re: a puzzle about FreeBSD

2005-11-20 Thread Yong Ma
- Original Message - From: 郭振华 <[EMAIL PROTECTED]> To: freebsd-hackers@freebsd.org Subject: a puzzle about FreeBSD Date: Sat, 19 Nov 2005 21:51:58 +0800 > > I am very interested in FreeBSD but it is difficult to master it. There is > little resource related to the most basic and fundamen

Re: How to make my new driver be configurable in the kernel configuration file?

2005-11-17 Thread Yong Ma
- Original Message - From: "John Baldwin" <[EMAIL PROTECTED]> To: "Yong Ma" <[EMAIL PROTECTED]> Subject: Re: How to make my new driver be configurable in the kernel configuration file? Date: Thu, 17 Nov 2005 10:55:46 -0500 > > On Wednesday 16

Re: How to make my new driver be configurable in the kernel configuration file?

2005-11-16 Thread Yong Ma
config it in the kernel configuration file(MYKERNEL) as "device mydevice" to decide whether it will be load when system boots. It seemed not enough only add a line "dev/mydevice/mycevice.c optional device" in sys/conf/files.i386 .There will be a syntax e

Re: How to make my new driver be configurable in the kernel configuration file?

2005-11-16 Thread Yong Ma
- Original Message - From: "John Baldwin" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: How to make my new driver be configurable in the kernel configuration file? Date: Tue, 15 Nov 2005 10:21:59 -0500 > > On Tuesday 15 November 2005 03:59 am, Yong Ma wr

Re: How to make my new driver be configurable in the kernel configuration file?

2005-11-16 Thread Yong Ma
; > Subject: Re: How to make my new driver be configurable in the > kernel configuration file? > Date: Tue, 15 Nov 2005 10:21:59 -0500 > > > On Tuesday 15 November 2005 03:59 am, Yong Ma wrote: > > > Hi all, > > > I wrote and debuged my driver for a new device in