Re: [PATCH 06/12] PCI Hotplug: make cpcihp driver use modern apis

2008-02-15 Thread Scott Murray
On Thu, 14 Feb 2008, Greg Kroah-Hartman wrote: > This removes the depandancy of the cpcihp driver from the PCI_LEGACY > config option by removing its usage of the pci_find_bus() function. > > > Cc: Kristen Carlson Accardi <[EMAIL PROTECTED]> > Cc: Scott Murray <[EMA

Re: [PATCH 06/12] PCI Hotplug: make cpcihp driver use modern apis

2008-02-15 Thread Scott Murray
On Thu, 14 Feb 2008, Greg Kroah-Hartman wrote: This removes the depandancy of the cpcihp driver from the PCI_LEGACY config option by removing its usage of the pci_find_bus() function. Cc: Kristen Carlson Accardi [EMAIL PROTECTED] Cc: Scott Murray [EMAIL PROTECTED] Signed-off-by: Greg Kroah

Re: [PATCH 0/5][RFC] Physical PCI slot objects

2007-11-13 Thread Scott Murray
ng in userspace based on knowledge of the chassis layout for the particular product. Scott -- == Scott Murray, [EMAIL PROTECTED] "Good, bad ... I'm the guy with the gun." - Ash, "Army of Darkness" - To unsubscribe from this list: send

Re: [PATCH 0/5][RFC] Physical PCI slot objects

2007-11-13 Thread Scott Murray
-- == Scott Murray, [EMAIL PROTECTED] Good, bad ... I'm the guy with the gun. - Ash, Army of Darkness - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-10 Thread Scott Murray
On Wed, 9 May 2007, Andrew Morton wrote: > On Mon, 7 May 2007 14:18:29 -0400 (EDT) > Scott Murray <[EMAIL PROTECTED]> wrote: > > > On Fri, 4 May 2007, Christoph Hellwig wrote: > > > > > On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: > &g

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-10 Thread Scott Murray
On Wed, 9 May 2007, Andrew Morton wrote: On Mon, 7 May 2007 14:18:29 -0400 (EDT) Scott Murray [EMAIL PROTECTED] wrote: On Fri, 4 May 2007, Christoph Hellwig wrote: On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: Sorry, it took me a few days to get to testing this out

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-07 Thread Scott Murray
On Fri, 4 May 2007, Christoph Hellwig wrote: > On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: > > Sorry, it took me a few days to get to testing this out. It looks good, > > but I had to make a couple of tweaks to avoid a hang when rmmod'ing a > > boa

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-07 Thread Scott Murray
On Fri, 4 May 2007, Christoph Hellwig wrote: On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: Sorry, it took me a few days to get to testing this out. It looks good, but I had to make a couple of tweaks to avoid a hang when rmmod'ing a board driver. The board drivers do

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-27 Thread Scott Murray
thread_stop being called twice, which hangs. I've indicated my changes to avoid this inline below. Scott > Signed-off-by: Christoph Hellwig <[EMAIL PROTECTED]> Acked-by: Scott Murray <[EMAIL PROTECTED]> > Index: linux-2.6/drivers/pci/hotplug/cpci_hotplug_core.c > ===

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-27 Thread Scott Murray
. Scott Signed-off-by: Christoph Hellwig [EMAIL PROTECTED] Acked-by: Scott Murray [EMAIL PROTECTED] Index: linux-2.6/drivers/pci/hotplug/cpci_hotplug_core.c === --- linux-2.6.orig/drivers/pci/hotplug/cpci_hotplug_core.c2007-04

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-23 Thread Scott Murray
'll take that as a compliment. :) > Below is more complete conversion to the kthread infrastructure + > wake_up_process to wake the thread. Note that we had to keep > a thread_finished variable because the existing one had dual use. [snip] I'm out of the office today, but I'll give it a sp

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-23 Thread Scott Murray
infrastructure + wake_up_process to wake the thread. Note that we had to keep a thread_finished variable because the existing one had dual use. [snip] I'm out of the office today, but I'll give it a spin on a test setup tomorrow. Thanks, Scott -- Scott Murray SOMA Networks, Inc. Toronto

Re: [KJ][PATCH] ROUND_UP macro cleanup in drivers/pci

2007-04-04 Thread Scott Murray
riginally reworked things for 2.6. The setup-bus.c change looks okay to me as well, but probably needs sign-off from Greg. Signed-off-by: Scott Murray <[EMAIL PROTECTED]> > --- > hotplug/cpci_hotplug_pci.c |2 -- > setup-bus.c|8 +++- > 2 files c

Re: [KJ][PATCH] ROUND_UP macro cleanup in drivers/pci

2007-04-04 Thread Scott Murray
for 2.6. The setup-bus.c change looks okay to me as well, but probably needs sign-off from Greg. Signed-off-by: Scott Murray [EMAIL PROTECTED] --- hotplug/cpci_hotplug_pci.c |2 -- setup-bus.c|8 +++- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git

Re: Why can't I flush /dev/ram0? (fwd)

2001-06-18 Thread Scott Murray
Linus, Any chance you can finally merge this fix or suggest what better one you are looking for? When this bug bit me in early April, an investigation showed that this particular fix has been in the ac kernels since last November. Thanks, Scott -- Scott Murray SOMA Networks, Inc. Toronto

Re: Why can't I flush /dev/ram0? (fwd)

2001-06-18 Thread Scott Murray
Linus, Any chance you can finally merge this fix or suggest what better one you are looking for? When this bug bit me in early April, an investigation showed that this particular fix has been in the ac kernels since last November. Thanks, Scott -- Scott Murray SOMA Networks, Inc. Toronto

Re: 2.4.4 isapnp - wrong set of resources chosen

2001-06-10 Thread Scott Murray
nd unfortunately I've little time for working in depth on sound stuff at the moment. I'm willing to test out any suggestions, though. Scott -- Scott Murray SOMA Networks, Inc. Toronto, Ontario Work e-mail: [EMAIL PROTECTED] Home e-mail: [EMAIL PROTECTED] - To unsubscribe from this list: send t

Re: 2.4.4 isapnp - wrong set of resources chosen

2001-06-10 Thread Scott Murray
in depth on sound stuff at the moment. I'm willing to test out any suggestions, though. Scott -- Scott Murray SOMA Networks, Inc. Toronto, Ontario Work e-mail: [EMAIL PROTECTED] Home e-mail: [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: Busy on BLKFLSBUF w/initrd

2001-05-24 Thread Scott Murray
in the file Documentation/initrd.txt have been working fine for me. Scott -- ===== Scott Murrayemail: [EMAIL PROTECTED] http://www.spiteful.org (c

Re: Big-ish SCSI disks

2001-05-24 Thread Scott Murray
ed with some 2.4.1-ac kernels to try out ReiserFS, and also had no problems using the disks. Scott -- ===== Scott Murrayemail: [EMAIL PROTECTED] http://www.spiteful.org (coming soon)

Re: Big-ish SCSI disks

2001-05-24 Thread Scott Murray
kernels to try out ReiserFS, and also had no problems using the disks. Scott -- = Scott Murrayemail: [EMAIL PROTECTED] http://www.spiteful.org (coming soon) ICQ

Re: Busy on BLKFLSBUF w/initrd

2001-05-24 Thread Scott Murray
working fine for me. Scott -- = Scott Murrayemail: [EMAIL PROTECTED] http://www.spiteful.org (coming soon) ICQ: 10602428

Re: Can't free the ramdisk (initrd, pivot_root)

2001-04-15 Thread Scott Murray
mount it, so it > clearly did not go away. I can't take credit for the patch, just the (mis)fortune of having to track down its existence. :) All mentions of it in Alan's older change logs have it uncredited, so I'm unsure if he or someone else fixed it. Scott -- ====

Re: Can't free the ramdisk (initrd, pivot_root)

2001-04-15 Thread Scott Murray
em to have been incorporated. Scott -- ========= Scott Murrayemail: [EMAIL PROTECTED] http://www.spiteful.org (coming soon) ICQ: 10602428 -

Re: Can't free the ramdisk (initrd, pivot_root)

2001-04-15 Thread Scott Murray
-- = Scott Murrayemail: [EMAIL PROTECTED] http://www.spiteful.org (coming soon) ICQ: 10602428 - "Good, bad ... I'm th

Re: Can't free the ramdisk (initrd, pivot_root)

2001-04-15 Thread Scott Murray
)fortune of having to track down its existence. :) All mentions of it in Alan's older change logs have it uncredited, so I'm unsure if he or someone else fixed it. Scott -- = Scott Murray

Re: question \ information request on init \ boot sequence whenusing initrd

2001-03-26 Thread Scott Murray
mount devfs on /dev in my new root filesystem. Scott -- ===== Scott Murrayemail: [EMAIL PROTECTED] http://www.spi

Re: question \ information request on init \ boot sequence whenusing initrd

2001-03-26 Thread Scott Murray
. Scott -- = Scott Murrayemail: [EMAIL PROTECTED] http://www.spiteful.org (coming soon) ICQ: 10602428

Re: opl3sa not detected anymore

2001-02-12 Thread Scott Murray
as a couple of other people have mentioned similiar problems. Scott -- ========= Scott Murrayemail: [EMAIL PROTECTED] http://www.spiteful.org (coming soon)

Re: opl3sa not detected anymore

2001-02-12 Thread Scott Murray
mentioned similiar problems. Scott -- = Scott Murrayemail: [EMAIL PROTECTED] http://www.spiteful.org (coming soon) ICQ: 10602428

[PATCH] making hdx=scsi work with modular SCSI support

2000-12-17 Thread Scott Murray
drive->media= ide_disk; drive->cyl = drive->bios_cyl = vals[0]; -- ========= Scott Murrayemail: [EMAIL PROTECTED] http://

[PATCH] making hdx=scsi work with modular SCSI support

2000-12-17 Thread Scott Murray
= ide_disk; drive-cyl = drive-bios_cyl = vals[0]; -- ===== Scott Murrayemail: [EMAIL PROTECTED] http://www.interlog.com/~scottm ICQ

Re: [PATCH] ISA PnP for Yamaha OPL3-SAx sound driver

2000-11-29 Thread Scott Murray
nd card. Anyways, as I mentioned above, I'll try to get a more comprehensive patch done and posted for testing sometime on Friday. Scott -- ========= Scott Murrayemail: [EMAIL PROTE

Re: [PATCH] ISA PnP for Yamaha OPL3-SAx sound driver

2000-11-29 Thread Scott Murray
done and posted for testing sometime on Friday. Scott -- = Scott Murrayemail: [EMAIL PROTECTED] http://www.interlog.com/~scottm ICQ: 10602428

Re: test11-pre5 breaks vmware

2000-11-15 Thread Scott Murray
sed /proc files like cpuinfo at this point in time. Scott -- ===== Scott Murrayemail: [EMAIL PROTECTED] http://ww

Re: test11-pre5 breaks vmware

2000-11-15 Thread Scott Murray
me. Scott -- ===== Scott Murrayemail: [EMAIL PROTECTED] http://www.interlog.com/~scottm ICQ: 10602428 -

Re: Am I the only one with scsi-ide CDR problems?

2000-10-16 Thread Scott Murray
s with a relatively new Matushita 8/4/32 CD-RW drive and cdrecord 1.8. Scott -- ===== Scott Murrayemail: [EMAIL P

Re: Am I the only one with scsi-ide CDR problems?

2000-10-16 Thread Scott Murray
cdrecord 1.8. Scott -- ========= Scott Murrayemail: [EMAIL PROTECTED] http://www.interlog.com/~scottm ICQ: 10602428 -