Re: how to enble bootverbose in freebsd

2006-05-15 Thread kylin
Thanku , wish u a nice day ! but still ,i cannot get the verbose output in the kernel such as #define PDEBUG(a) if (bus_debug) {printf(%s:%d: , __func__, __LINE__), printf a; printf(\n);} thus i turned on the trigger below: dev/bktr/bktr_reg.h define bootverbose 1 subr_bus.c

what does negative runtime of -673110 mean?

2005-11-28 Thread kylin
hi ,folk:) my ttyv1 often pop out the following message , calcru: negative runtime of -673110 usec for pid 3442 (mv) calcru: negative runtime of -671311 usec for pid 3590 (dd) could someone tell me why? -- we who r about to die,salute u! ___

Re: dump causing system idle

2005-11-27 Thread kylin
i am using a Virtual PC as the Virtual machine. and today ,i reinstall a new slice of freebsd 53 and redo the same operation as show in the section :dump the kernel in freebsd developer handbook : dumpdev dumpdir dumpon swappartition On panic : Fatal trap 12: page fault while in kernel mode fault

dump causing system idle

2005-11-26 Thread kylin
folks: i am in terrible trouble when trying to dumping my kernel module 's fault i add dump device and dump dir in rc.conf and dumpon ... but when the first reboot after the panicdumpon freebsd 53 idles on WARNING: / was not properly dismounted start_init: trying /sbin/init

to list all the devices in freebsd definition analyse

2005-11-26 Thread kylin
I i can use pciconf in freebsd to list the pci device ,but how to list the device tree in freeebsd? II i got some anornymous definition on devclass driver and device that differ from the current man page i think they seems reasonable but how can devclass Represents a bus or leaf device driver

3 quizz about the freebsd DD arch

2005-11-04 Thread kylin
hello every one :) good day! i have list the 3 puzzle coming to me in my recent coding reading of freebsd 0 /// pci bridge dynamic resize / it seems that the device arch of freebsd is similar to what is revealed in window OS. i have read the pcie hotplug tps of windows

any maillist for Freebsd Device Driver Developing

2005-08-07 Thread kylin
there is architecture handbook ,there is devleper handbook ,but is there mailist for the driver discussion? -- we who r about to die,salute u! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

polystate in freebsd

2005-07-02 Thread kylin
result = DEVICE_PROBE(child); hereif child is a nexus device ,then like polystate in OOP,it will call nexus's DEVMETHOD :nexus_probe, it is really great:) nexus_probe in device_probe_child(device_t dev, device_t child) in subr_bus.c static device_method_t nexus_methods[] = {

Re: what is the init entrance for pci bus scan in FREEbsd?

2005-06-06 Thread kylin
sir : it is a great pleasure to get ur reply .thank you very much for your words below is my appinion , i will report with the advance of my work On 6/6/05, M. Warner Losh [EMAIL PROTECTED] wrote: I'm not sure I understand what you are getting at here. First, devd already provides 95% of the

what is the init entrance for pci bus scan in FREEbsd?

2005-06-01 Thread kylin
Now i am coding a fake pcihotplug module in Freebsd 5.3 release, it contains two parts ,the userplace using a ioctl way to communicate with an cdev in /dev, and the kernel module which mainly operates on the Devclasses ,devlist and driverlist but still in the enable function,i have to rescan

what is the CVSROOT: SERVER and PORT of freebsd.org CVS?

2005-05-08 Thread kylin
the CVSsoftware i download in sourceforge asks me to enter in CVSROOT: SERVER PORT User Name and so on... so boring ,i just want to get some files new in freebsd 5.4 rc3:( can some kind hearted help me out? -- we who r about to die,salute u! ___

How can i get Freebsd via TortoiseCVS

2005-05-05 Thread kylin
the software i download in sourceinsight ask me to enter in CVSROOT: SERVER PORT User Name and so on... so boring ,i just want to get some files new in freebsd 5.4 rc3:( can some kind hearted help me out? -- we who r about to die,salute u! ___

Does the freebsd5.4support PCI HotPlug

2005-04-25 Thread kylin
i wonder if the freebsd 5.4 or later version will support PCI hotplug ,if there is long time enought before the official providing utility ,i will develop it on my own, or i will just wait :) -- we who r about to die,salute u! ___

how can i get the freebsd CURRENT vision

2005-04-24 Thread kylin
my machine use the broadcom 5721 pci express NIC, but the 5.3 release of freebsd only support 5701 of this band i have gone to the ftp.freebsd.org but there are so many , i cannot find the patch or the iso of the FreeBSD 5.3 CURRENT version ,which kindhearted could thell me how? i only want the

how to enable the root in telnet

2005-04-24 Thread kylin
i find it difficult to use root account when i telnet to freebsd 5.3 release , anything need to change? thank you -- we who r about to die,salute u! ___ freebsd-questions@freebsd.org mailing list

Re: how to enable the root in telnet

2005-04-24 Thread kylin
+0800, kylin wrote: i find it difficult to use root account when i telnet to freebsd 5.3 release , anything need to change? You're not supposed to log in as root over telnet. It would expose the root password to anybody intercepting your IP traffic. It would be advisable to log in as a normal