Re: PATCH: devfs mkIII test review please.

2000-08-27 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Boris Popov writes: On Fri, 18 Aug 2000, Poul-Henning Kamp wrote: Missing: Rename Subdirs. Close some race conditions using guaranteed atomic operations. Mountoption (ro ?) to prevent new devices from appearing in an instance.

Re: PATCH: devfs mkIII test review please.

2000-08-26 Thread Boris Popov
On Fri, 18 Aug 2000, Poul-Henning Kamp wrote: Missing: Rename Subdirs. Close some race conditions using guaranteed atomic operations. Mountoption (ro ?) to prevent new devices from appearing in an instance. All uses of cdevsw_add() needs to be use

Re: PATCH: devfs mkIII test review please.

2000-08-22 Thread Mark Murray
They can also be made by the driver using make_dev_alias(). Cool! Man page please? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: PATCH: devfs mkIII test review please.

2000-08-21 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Sheldon Hearn writes: On Sat, 19 Aug 2000 21:26:24 +0200, Poul-Henning Kamp wrote: Ahh, right, this is something else than I thought: These are symlinks in the normal case, for instance: /dev/audio - /dev/audio0 What's the plan for things like these?

Re: PATCH: devfs mkIII test review please.

2000-08-19 Thread Poul-Henning Kamp
Please configure DDB and INVARIANTS in your kernel when you use this patch, and send me output from the "trace" command in DDB when it panics. Poul-Henning In message [EMAIL PROTECTED], Robert Drehmel writes: This is a multi-part message in MIME format. --CD4992067B057DE3DC660AE0

Re: PATCH: devfs mkIII test review please.

2000-08-19 Thread Poul-Henning Kamp
Ok, I belive this one is fixed now, please try again. Poul-Henning In message [EMAIL PROTECTED], Robert Drehmel writes: In 84513.966631292@critter, Poul-Henning Kamp [EMAIL PROTECTED] wrote: Please look at, test and review: http://phk.freebsd.dk/patch/devfsIII.patch [...] When

Re: PATCH: devfs mkIII test review please.

2000-08-19 Thread Robert Drehmel
In 85506.966672378@critter, Poul-Henning Kamp [EMAIL PROTECTED] wrote: Please configure DDB and INVARIANTS in your kernel when you use this patch, and send me output from the "trace" command in DDB when it panics. """ Stopped at i586_bz2+0x2: fstl0(%edx)

Re: PATCH: devfs mkIII test review please.

2000-08-19 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Robert Drehmel writes: I also noticed that top and ps are unusable since I first booted the kernel that was built from the sys tree patched with ``devfsIII.patch''. """ $ top kvm_open: proc size mismatch (32736 total, 1048 chunks) top: out of memory $ ps ps: proc

Re: PATCH: devfs mkIII test review please.

2000-08-19 Thread Robert Drehmel
In 86054.966696645@critter, Poul-Henning Kamp wrote: Ok, I belive this one is fixed now, please try again. Yes, it boots. But when using a kernel with ``options DEVFS'', there is no /dev/audio or /dev/mouse, for example; devfs has mounted itself to /dev. -- Robert S. F. Drehmel [EMAIL

Re: PATCH: devfs mkIII test review please.

2000-08-19 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Robert Drehmel writes: In 86054.966696645@critter, Poul-Henning Kamp wrote: Ok, I belive this one is fixed now, please try again. Yes, it boots. But when using a kernel with ``options DEVFS'', there is no /dev/audio or /dev/mouse, for example; devfs has mounted

Re: PATCH: devfs mkIII test review please.

2000-08-19 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Robert Drehmel writes: In 86054.966696645@critter, Poul-Henning Kamp wrote: Ok, I belive this one is fixed now, please try again. Yes, it boots. But when using a kernel with ``options DEVFS'', there is no /dev/audio or /dev/mouse, for example; devfs has mounted

PATCH: devfs mkIII test review please.

2000-08-18 Thread Poul-Henning Kamp
Please look at, test and review: http://phk.freebsd.dk/patch/devfsIII.patch Do not despair at the size of the patch, the majority of it are the removal of the old DEVFS. The kernel shrinks 3000 lines because of this patch. Please report the exact patch version in your emails, I will

Re: PATCH: devfs mkIII test review please.

2000-08-18 Thread Robert Drehmel
In 84513.966631292@critter, Poul-Henning Kamp [EMAIL PROTECTED] wrote: Please look at, test and review: http://phk.freebsd.dk/patch/devfsIII.patch [...] When booting the kernel built from a sys tree patched with the above patch, i get the following: (dmesg.out is attached) """