Re: panic during nfs operations in 4.8S on Dell 2650

2003-08-09 Thread Mark Powell
On Thu, 7 Aug 2003, Kip Macy wrote: > Can you get a backtrace? Isn't that what I included at the bottom of my first message? > Not knowing anything at this point, > bumping up the number of mbuf clusters *might* help. Doh. Will try that first. Been a long time since I had a panic :( Cheers.

Re: How to get a device_t

2003-08-09 Thread Bernd Walter
On Fri, Aug 08, 2003 at 04:32:43PM -0400, John Baldwin wrote: > On 08-Aug-2003 Bernd Walter wrote: > > On Fri, Aug 08, 2003 at 03:48:22PM -0400, John Baldwin wrote: > >> On 08-Aug-2003 Bernd Walter wrote: > >> > However - I would still like to know why > >> > device_add_child(nexus, "elanbb", -1);

Re: BSD make question

2003-08-09 Thread Andrew Gallatin
Ruslan Ermilov writes: > > > Ah, didn't notice it. Try this: > > .for f in $(LIB) > $(f:.c=.o): $(f) > gcc -DLIB -c $< -o $@ > .endfor Thanks! That works. Drew ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: How to get a device_t

2003-08-09 Thread Bernd Walter
On Sat, Aug 09, 2003 at 01:38:05PM +0200, Bernd Walter wrote: > After adding you patch and some includes (, > ) > > [...] > pci_open(1):mode 1 addr port (0x0cf8) is 0x > pci_open(1a): mode1res=0x8000 (0x8000) > pci_cfgcheck: device 0 [class=06] [hdr=00] is there (id=300

Re: porting a webcam

2003-08-09 Thread Bernd Walter
On Fri, Aug 08, 2003 at 07:56:26AM -0700, Paulo Roberto wrote: > Hello, > > I am about to code my first kmod. I am trying to port an usb camera to > FreeBSD, and since I am new at system development, I hope you don't > mind helping me out. If this is not the correct list I should post, > please po