Re: Patch to add support for crazy Realtek 8139-based cards

2011-11-18 Thread Izumi Tsutsui
Very recently I have managed to get my hands on a pretty odd RTL8139 card which does not identify with the system well, because it reports 0x0001 as vendor ID. On Linux it worked because Linux already detects such cards, while NetBSD doesn't. - Can you show actual board vendor name of that

Re: fs-independent quotas

2011-11-18 Thread Manuel Bouyer
On Fri, Nov 18, 2011 at 12:55:32AM +, David Holland wrote: On Thu, Nov 17, 2011 at 05:29:22PM +0100, Manuel Bouyer wrote: I still believe proplib is better. For example, you can go from a 32bit to a 64bit uid_t/gid_t without versionning (in the data structure it's still

Re: fs-independent quotas

2011-11-18 Thread Manuel Bouyer
On Fri, Nov 18, 2011 at 12:35:34AM +, David Holland wrote: With a proplib format, the kernel knows it didn't get the right argument (it didn't find a key quotafile with a string value in the dictionary). Of course you can still do quotaon /boot if you really wants to, but then it

Re: language bindings (fs-independent quotas)

2011-11-18 Thread Manuel Bouyer
On Fri, Nov 18, 2011 at 07:46:21AM +0200, Alan Barrett wrote: On Fri, 18 Nov 2011, David Holland wrote: The proposed standard format for quotas is an ordinary columnar text file. The reason language bindings came up is that Manuel was complaining, somewhat oddly, that it's hard to handle these

Re: pool_cache_invalidate(9) (wrong?) semantic -- enable xcall invalidation

2011-11-18 Thread Jean-Yves Migeon
On Thu, 17 Nov 2011 23:08:28 -0600, David Young wrote: On Fri, Nov 18, 2011 at 01:09:49AM +0100, Jean-Yves Migeon wrote: - force all xcall(9) API consumers to pass dynamically allocated arguments, a bit like workqueue(9) enqueues works. Scheduling xcall(9) is now managed by a SIMPLEQ() of

Re: language bindings (fs-independent quotas)

2011-11-18 Thread Alan Barrett
On Fri, 18 Nov 2011, Manuel Bouyer wrote: Assuming that there's no need to handle fields with embedded spaces, perl's split() function will DTRT. No, it does not because there are fields that can be empty. The common way of dealing with that is to have a placehloder like - for empty fields.

Re: language bindings (fs-independent quotas)

2011-11-18 Thread Manuel Bouyer
On Fri, Nov 18, 2011 at 04:27:53PM +0200, Alan Barrett wrote: what are you trying to do ? I am just trying to enable quotas so that I can test some of the quota-related commands. quotaon won't do anything if / doesn't have the userquota or groupquota keyword in the fstab, and you have to