Re: how to create pass devices without reboot?

2010-01-06 Thread Vladimir Ermakov
On 01/06/2010 07:01 PM, Dirk-Willem van Gulik wrote: On 6 Jan 2010, at 15:25, Vladimir Ermakov wrote: # dmesg | grep mfip mfip0: on mfi0 # ls /dev/pass* ls: /dev/pass*: No such file or directory need create pass devices without reboot camcontrol rescan ? Dw. thanks ), it work

Re: Question regarding memory disks

2010-01-06 Thread Julian Elischer
Pieter de Goeje wrote: On Wednesday 06 January 2010 22:49:44 shrivatsan wrote: Hi, I have configured a malloc-backed memory disk, and I mount the device on to the file system. I write some data onto the file system. I see that the free memory indicated by kmem_map_free goes down, and this is pr

Re: Question regarding memory disks

2010-01-06 Thread Pieter de Goeje
On Wednesday 06 January 2010 22:49:44 shrivatsan wrote: > Hi, > > I have configured a malloc-backed memory disk, and I mount the device on to > the file system. I write some data onto the file system. I see that the > free memory indicated by kmem_map_free goes down, and this is proportional > to t

Re: how to create pass devices without reboot?

2010-01-06 Thread Alexander Motin
Vladimir Ermakov wrote: > my problem > need access to harddisks over hw raid controller (smartmontools working > with disks over /dev/pass* devices) > > i am using `mfi` driver for LSI MegaRAID controller, and > kernel without `mfip` module > > # kldload mfip > # kldstat > Id Refs Address

Re: [PATCH] Fix typo in icmp6_error comment

2010-01-06 Thread Bjoern A. Zeeb
On Wed, 6 Jan 2010, sn_ wrote: The patch fixes a small typo in the icmp6_error comment. It's called 'Packet Too Big'. (synched from openbsd) Fixed. -- Bjoern A. Zeeb It will not break if you know what you are doing. ___ freebsd-hackers@free

Question regarding memory disks

2010-01-06 Thread Shrivats
Hi hackers, I have configured a malloc-backed memory disk, and I mount the device on to the file system. I write some data onto the file system. I see that the free memory indicated by kmem_map_free goes down, and this is proportional to the size of the data written. However, even after removing

Question regarding memory disks

2010-01-06 Thread shrivatsan
Hi, I have configured a malloc-backed memory disk, and I mount the device on to the file system. I write some data onto the file system. I see that the free memory indicated by kmem_map_free goes down, and this is proportional to the size of the data written. However, even after removing all the d

[PATCH] Fix typo in icmp6_error comment

2010-01-06 Thread sn_
The patch fixes a small typo in the icmp6_error comment. It's called 'Packet Too Big'. (synched from openbsd) Index: icmp6.c === --- icmp6.c (revision 201658) +++ icmp6.c (working copy) @@ -296,7 +296,7 @@ * we shoul

Re: how to create pass devices without reboot?

2010-01-06 Thread Dirk-Willem van Gulik
On 6 Jan 2010, at 15:25, Vladimir Ermakov wrote: > # dmesg | grep mfip > mfip0: on mfi0 > > # ls /dev/pass* > ls: /dev/pass*: No such file or directory > need create pass devices without reboot camcontrol rescan ? Dw. ___ freebsd-hackers@freebsd.org

how to create pass devices without reboot?

2010-01-06 Thread Vladimir Ermakov
Hi, All! my problem need access to harddisks over hw raid controller (smartmontools working with disks over /dev/pass* devices) i am using `mfi` driver for LSI MegaRAID controller, and kernel without `mfip` module # uname -a FreeBSD DAMASCUS 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #0: Mon Jan