A question about hot-pluggable PCI.

2005-04-11 Thread Bruce M Simpson
Hi, I have acquired a Mobility Electronics EasiDock 5000. As some of you may already know, this is a device which allows you to connect regular PCI cards to your laptop, using a device called a 'Split Bridge'. (*) Ok. Cool toy, you may be thinking. Indeed. But I want to make it work with

Re: Probing Devices

2005-04-11 Thread Ivan Voras
Srinivasa R Yarrakonda wrote: while). The sysinstall menu shows up but my keyboard doesn't work with this menu. I think it hangs. Whats wrong..any suggestions/advice is helpful.. FWIW, the same thing happens to me sometimes when running under emulator such as vmware qemu. Not only with the

Re: A question about hot-pluggable PCI.

2005-04-11 Thread Scott Long
Bruce M Simpson wrote: Hi, I have acquired a Mobility Electronics EasiDock 5000. As some of you may already know, this is a device which allows you to connect regular PCI cards to your laptop, using a device called a 'Split Bridge'. (*) Ok. Cool toy, you may be thinking. Indeed. But I want to make

Re: A question about hot-pluggable PCI.

2005-04-11 Thread Bruce M Simpson
On Mon, Apr 11, 2005 at 07:25:07AM -0600, Scott Long wrote: Asking for 'hotplug support' is pretty generic and non-descriptive. Are you asking for device level hotplug support, where we carefully drain transactions out of a device, device driver, and whatever I/O or network or whatever layers

JKH Task: Stack saving/tracing functionality.

2005-04-11 Thread Jeff Roberson
I have proprietary code from a previous employer of mine that implements some really useful debugging features. I'm looking for someone who is interested in cleaning it up, making it architecture indepenent, and getting it running on current. The code basically allows you to save and manipulate

do-nothing code in sysv_shm.c

2005-04-11 Thread Vladislav Shabanov
I`ve found the following code in sysv_shm.c : static void shminit() { int i; TUNABLE_INT_FETCH(kern.ipc.shmmaxpgs, shminfo.shmall); for (i = PAGE_SIZE; i 0; i--) { shminfo.shmmax = shminfo.shmall * PAGE_SIZE; if

Re: ggate failures.

2005-04-11 Thread Pawel Jakub Dawidek
On Sat, Apr 09, 2005 at 05:19:43PM -0400, David Gilbert wrote: + I have two systems, each with 4 300 gig SATA disks. Let's call them + m0 and m1. M1 exports it's disks with ggated ... on two private GigE + networks. M0, on those same two GigE networks, imports them with + ggatec. M0, then does

Re: JKH Task: Stack saving/tracing functionality.

2005-04-11 Thread Pawel Jakub Dawidek
On Mon, Apr 11, 2005 at 09:08:33AM -0400, Jeff Roberson wrote: + I have proprietary code from a previous employer of mine that implements + some really useful debugging features. I'm looking for someone who is + interested in cleaning it up, making it architecture indepenent, and + getting it

Re: JKH Task: Stack saving/tracing functionality.

2005-04-11 Thread Sam Leffler
Pawel Jakub Dawidek wrote: On Mon, Apr 11, 2005 at 09:08:33AM -0400, Jeff Roberson wrote: + I have proprietary code from a previous employer of mine that implements + some really useful debugging features. I'm looking for someone who is + interested in cleaning it up, making it architecture

Re: A question about hot-pluggable PCI.

2005-04-11 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Bruce M Simpson [EMAIL PROTECTED] writes: : On Mon, Apr 11, 2005 at 07:25:07AM -0600, Scott Long wrote: : Asking for 'hotplug support' is pretty generic and non-descriptive. Are : you asking for device level hotplug support, where we carefully drain :

Re: make for bootable ISOs

2005-04-11 Thread John Baldwin
On Sunday 10 April 2005 09:04 pm, Daniel O'Connor wrote: On Mon, 11 Apr 2005 02:41, Zera William Holladay wrote: Hi, I'm attempting to make a bootable ISO for i386 architecture on 4.11-STABLE. I am using: %make buildworld %make buildkernel %make hierarchy DESTDIR=/... %make