rc.d/ldconfig change

2005-08-26 Thread M. Warner Losh
In the embedded system that I'm working on, I've discovered a minor problem with the /etc/rc.d/ldconfig script. It assumes that you have a /usr/lib/aout directory. While this is true by default, I believe it would be better if the ldconfig script didn't assume this and actually tested for its exi

using specfs benchmark on BSD 4.10

2005-08-26 Thread Siddharth Aggarwal
Hi, I would like to set up and run the specfs benchmark on a BSD 4.10 machine. I have been searching around for a while on how to do it, but no luck so far. Could anybody please point me to where I can get the source code, build/install, and configure the system so that I can profile filesyste

Re: Enumerating devices and hardware conf from userland

2005-08-26 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Brian Reichert <[EMAIL PROTECTED]> writes: : On Wed, Aug 24, 2005 at 08:28:28PM -0600, M. Warner Losh wrote: : > You can use devinfo to get 99% of the information that you are looking : > for. This is available in 4.x and newer. : : I don't see this und

Re: Parking disk drive heads

2005-08-26 Thread Matthew N. Dodd
On Fri, 26 Aug 2005 [EMAIL PROTECTED] wrote: Is there a way to lock the drive in that state for some seconds? Not currently. It looks like the ATA driver will need to be extended to allow devices to be "frozen" and to expose a mechanism for submitting immediate commands, similar to how ATA_S

Re: Enumerating devices and hardware conf from userland

2005-08-26 Thread Brian Reichert
On Wed, Aug 24, 2005 at 08:28:28PM -0600, M. Warner Losh wrote: > You can use devinfo to get 99% of the information that you are looking > for. This is available in 4.x and newer. I don't see this under 4.11, or in ports. Where can I find this resource? > Warner > __