[Doubt] Can a PCI device communicate with another PCI or other device?

2008-10-14 Thread Srinivas
Hello, I have a small doubt. Suppose I have a PCI card with a general purpose CPU on it. Could it be able to communicate with another PCI device or ISA device(lets say IDE hard disk)? Thanks, Srinivas ___ freebsd-hackers@freebsd.org mailing list

Re: [Doubt] Can a PCI device communicate with another PCI or other device?

2008-10-14 Thread Pegasus Mc Cleaft
On Tuesday 14 October 2008 19:32:47 Srinivas wrote: Hello, I have a small doubt. Suppose I have a PCI card with a general purpose CPU on it. Could it be able to communicate with another PCI device or ISA device(lets say IDE hard disk)? Hi Srinivas, Others may have a different

tracing pf code

2008-10-14 Thread alan yang
hello, for pf port on freebsd, i would like to trace the packet flow, looking at from ether_input - etiher_demux - ip_input - tcp_input where / how pf handles / process the packet. can people shed some lights where to start. really appreciate. ___

Re: tracing pf code

2008-10-14 Thread Max Laier
On Wednesday 15 October 2008 02:47:46 alan yang wrote: hello, for pf port on freebsd, i would like to trace the packet flow, looking at from ether_input - etiher_demux - ip_input - tcp_input where / how pf handles / process the packet. can people shed some lights where to start. really

Re: tracing pf code

2008-10-14 Thread alan yang
yes, exact. thanks a lot! On Tue, Oct 14, 2008 at 6:02 PM, Max Laier [EMAIL PROTECTED] wrote: On Wednesday 15 October 2008 02:47:46 alan yang wrote: hello, for pf port on freebsd, i would like to trace the packet flow, looking at from ether_input - etiher_demux - ip_input - tcp_input where