Re: getfsent(3) and spaces in fstab

2003-08-06 Thread Peter Edwards
On Tue, 2003-08-05 at 11:05, Simon Barner wrote: > Hi, > > > Check PR 37569: This bugged the hell out of me also, so I created a > > patch to allow enclosing the device name in quotes. The PR was logged > > over a year ago: I can't remember the details, but the source has been > > sitting silently

Re: How to get a device_t

2003-08-06 Thread Bernd Walter
On Wed, Aug 06, 2003 at 12:18:28PM +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Bernd Walter writes: > >I need to add I2C support for a Elan520 based soekris system. > >The system has the required GPIO pins and there is the iicbb driver > >to handle generic bitbang code - just

possible deadlocks?

2003-08-06 Thread Ted Unangst
My advisor Dawson Engler has written a deadlock detector, and we'd like some verification. They look like bugs, unless there is some other reason why two call chains cannot happen at the same time. deadlock between ktrace_mtx and sema_mtx. is it possible to call sema_timewait on ktrace_sema? cal

Re: How to get a device_t

2003-08-06 Thread John Birrell
On Wed, Aug 06, 2003 at 05:50:45PM -0600, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > "Poul-Henning Kamp" <[EMAIL PROTECTED]> writes: > : In fact what you may want to do is hang the entire MMCR off the nexus > : as a bus, and hang the various drivers off that bus. I have

Re: possible deadlocks?

2003-08-06 Thread Sam Leffler
My advisor Dawson Engler has written a deadlock detector, and we'd like some verification. They look like bugs, unless there is some other reason why two call chains cannot happen at the same time. Dawson? Hey Dawson! second one in bpf, between bpfif_lock and bpfd_lock. thread 1: bpf_tap() /* or