The following reply was made to PR kern/114370; it has been noted by GNATS. From: Arthur Hartwig <Arthur.Hartwig@nokia.com> To: bug-followup@freebsd.org, yrao@force10networks.com Cc: Subject: Re: kern/114370: [hang] 6.2 kernel with SMP options hangs when dumping core on dual cpu board Date: Thu, 15 May 2008 11:49:39 +1000 This is a multi-part message in MIME format. --------------010407080400050407080903 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sorry for the delay. I sent this message last week and the mail system returned it to me last night. I'll try sending through a different mail server. ------------------------------------------------------------------------ A very similar sounding issue is discussed in PR 115801. I prefer the patch there because it doesn't add anything to the interrupt handler, a handler which could be called frequently on a busy system. Current generation Intel chipsets tend to have the SATA disk controller sharing an interrupt line with one or more other devices. For example, in the 632xESB the SATA controller shares irq18 with one of the USB controllers and irq18 may be used by also be used by PCI Express devices operating in PCI Legacy interrupt mode. Every interrupt request from any device using the same interrupt line as the disk controller results in the disk controller interrupt handler getting called so its useful to keep anything unnecessary out of the interrupt handler. --------------010407080400050407080903 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Sorry for the delay. I sent this message last week and the mail system returned it to me last night. I'll try sending through a different mail server.<br> <br> <hr size="2" width="100%">A very similar sounding issue is discussed in PR 115801.<br> <br> I prefer the patch there because it doesn't add anything to the interrupt handler, a handler which could be called frequently on a busy system.<br> <br> Current generation Intel chipsets tend to have the SATA disk controller sharing an interrupt line with one or more other devices. For example, in the 632xESB the SATA controller shares irq18 with one of the USB controllers and irq18 may be used by also be used by PCI Express devices operating in PCI Legacy interrupt mode. Every interrupt request from any device using the same interrupt line as the disk controller results in the disk controller interrupt handler getting called so its useful to keep anything unnecessary out of the interrupt handler.<br> <br> <br> </body> </html> --------------010407080400050407080903-- _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Ondrej Zary | pata_it821x completely broken |
| Jeremy Fitzhardinge | [PATCH 02 of 36] x86: add memory clobber to save/loadsegment |
| Thomas Renninger | AMD Mobile Semprons (3500+, 3600+,...) break with nohz and highres enabled |
git: | |
| Linus Torvalds | People unaware of the importance of "git gc"? |
| Jakub Narebski | Octopus merge: unique (?) to git, but is it useful? |
| Junio C Hamano | [ANNOUNCE] GIT 1.5.3-rc4 |
| Theodore Tso | Re: git on MacOSX and files with decomposed utf-8 file names |
| qw er | OpenBSD sucks |
| Richard Stallman | Real men don't attack straw men |
| Henning Brauer | Re: About Xen: maybe a reiterative question but .. |
| Kevin Neff | Patching a SSH 'Weakness' |
| David Miller | [GIT]: Networking |
| Steve Wise | pktgen question |
| Jeff Garzik | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Waskiewicz Jr, Peter P | RE: [PATCH 2/3][NET_BATCH] net core use batching |
