2 Dec 2011 05:00
3 Dec 2011 22:46
Re: 5.1 installer issue
Greg A. Woods <woods <at> planix.ca>
2011-12-03 21:46:32 GMT
2011-12-03 21:46:32 GMT
I would concur 100% with everything Mouse has said in this thread, and add the following (with respect to partitioning): - asking if I want to use the existing partition table without first showing me what it contains, is more often than not worse than pointless. -- -- Greg A. Woods Planix, Inc. <woods <at> planix.com> +1 250 762-7675 http://www.planix.com/
5 Dec 2011 18:54
Re: 5.1 installer issue
David Laight <david <at> l8s.co.uk>
2011-12-05 17:54:33 GMT
2011-12-05 17:54:33 GMT
On Sat, Dec 03, 2011 at 01:46:32PM -0800, Greg A. Woods wrote: > > - asking if I want to use the existing partition table without first > showing me what it contains, is more often than not worse than > pointless. I removed a lot of those types of questions when I hacked at sysinst many years ago. Not sure if/why I left that one in, or it got added back later. My usual scheme was to display the current data with the cursor on the 'accept it' box - so typing <enter> would be enough. David -- -- David Laight: david <at> l8s.co.uk
7 Dec 2011 05:05
Re: interrupts on APs
YAMAMOTO Takashi <yamt <at> mwd.biglobe.ne.jp>
2011-12-07 04:05:34 GMT
2011-12-07 04:05:34 GMT
hi,
> On Tue, Nov 29, 2011 at 06:36:23AM +0000, YAMAMOTO Takashi wrote:
>> hi,
>>
>> > revision 1.62
>> > date: 2009/04/22 21:20:52; author: ad; state: Exp; lines: +6 -2
>> > Route all interrupts back to the BP again, for the time being.
>> > Distributing them is causing strange problems on some systems.
>>
>> what kind of the strange problems?
>>
>> i haven't noticed any problems on my system running this reverted.
>
> Did anyone looks at what linux is doing in this area ? they have
> cpu/chipset/motherboard blaklists for a lot of things ...
only think i'm aware of is the "no_irq_affinity" quirk for E7520/7320/7525.
from their comment:
/* BIOS may enable hardware IRQ balancing for
* E7520/E7320/E7525(revision ID 0x9 and below)
* based platforms.
* Disable SW irqbalance/affinity on those platforms.
*/
can anyone test on those hardware?
YAMAMOTO Takashi
(Continue reading)
7 Dec 2011 12:50
Re: interrupts on APs
Matthias Scheler <tron <at> zhadum.org.uk>
2011-12-07 11:50:22 GMT
2011-12-07 11:50:22 GMT
On Wed, Dec 07, 2011 at 04:05:34AM +0000, YAMAMOTO Takashi wrote: > > Did anyone looks at what linux is doing in this area ? they have > > cpu/chipset/motherboard blaklists for a lot of things ... > > only think i'm aware of is the "no_irq_affinity" quirk for E7520/7320/7525. > from their comment: > > /* BIOS may enable hardware IRQ balancing for > * E7520/E7320/E7525(revision ID 0x9 and below) > * based platforms. > * Disable SW irqbalance/affinity on those platforms. > */ > > can anyone test on those hardware? I've got a Dual Core machine with an Intel E7230 chipset: HP ProLiant ML110 G4 (1.0) [...] pchb0: Intel E7230 Host (rev. 0xc0) But I would need a patch for "netbsd-5". Kind regards -- -- Matthias Scheler http://zhadum.org.uk/
7 Dec 2011 21:59
brief
Elena <elenakir <at> nextmail.ru>
2011-12-07 20:59:06 GMT
2011-12-07 20:59:06 GMT
Hi, My name is Lena. I finded a few adress and writing you with despair from library of our small city. I recently losted my job and can not pay for heating our home anymore. My husband leaved me with my little daughter. We need heating is urgent because winter comes and the temperature in our home is very cold. For this purpose we need a wood-burn-stove, but we can not buy it because it costs too much for our family. If you have old, not great size and portable wood burn stove, I pray you can gift to us and departure it to our address. I await your response. I wish you a Merry Christmas and all the best in New Year. Lena. Russia.
9 Dec 2011 18:10
Re: interrupts on APs
Manuel Bouyer <bouyer <at> antioche.eu.org>
2011-12-09 17:10:04 GMT
2011-12-09 17:10:04 GMT
On Wed, Dec 07, 2011 at 11:50:22AM +0000, Matthias Scheler wrote:
> On Wed, Dec 07, 2011 at 04:05:34AM +0000, YAMAMOTO Takashi wrote:
> > > Did anyone looks at what linux is doing in this area ? they have
> > > cpu/chipset/motherboard blaklists for a lot of things ...
> >
> > only think i'm aware of is the "no_irq_affinity" quirk for E7520/7320/7525.
> > from their comment:
> >
> > /* BIOS may enable hardware IRQ balancing for
> > * E7520/E7320/E7525(revision ID 0x9 and below)
> > * based platforms.
> > * Disable SW irqbalance/affinity on those platforms.
> > */
> >
> > can anyone test on those hardware?
>
> I've got a Dual Core machine with an Intel E7230 chipset:
>
> HP ProLiant ML110 G4 (1.0)
> [...]
> pchb0: Intel E7230 Host (rev. 0xc0)
>
> But I would need a patch for "netbsd-5".
I think it's the same as with -HEAD: just change:
#if 0
if (ci == NULL ||
ci->ci_nintrhand > lci->ci_nintrhand) {
ci = lci;
}
(Continue reading)
9 Dec 2011 18:24
Re: interrupts on APs
Manuel Bouyer <bouyer <at> antioche.eu.org>
2011-12-09 17:24:22 GMT
2011-12-09 17:24:22 GMT
On Fri, Dec 09, 2011 at 05:11:35PM +0000, Matthias Scheler wrote:
> On Fri, Dec 09, 2011 at 06:10:04PM +0100, Manuel Bouyer wrote:
> > > I've got a Dual Core machine with an Intel E7230 chipset:
> > >
> > > HP ProLiant ML110 G4 (1.0)
> > > [...]
> > > pchb0: Intel E7230 Host (rev. 0xc0)
> > >
> > > But I would need a patch for "netbsd-5".
> >
> > I think it's the same as with -HEAD: just change:
> > #if 0
> > if (ci == NULL ||
> > ci->ci_nintrhand > lci->ci_nintrhand) {
> > ci = lci;
> > }
> > #else
> > ci = &cpu_info_primary;
> > #endif
> >
> > to #if 1 in x86/x86/intr.c
>
> How do I tell whether that causes problems or not? Kernel panics?
> Interrupt storms? Lost interrupts?
In my case it was non-working (lost) interrupts, I guess interrupt storms
could also happen.
--
--
Manuel Bouyer <bouyer <at> antioche.eu.org>
(Continue reading)
9 Dec 2011 18:34
Re: interrupts on APs
David Young <dyoung <at> pobox.com>
2011-12-09 17:34:00 GMT
2011-12-09 17:34:00 GMT
On Fri, Dec 09, 2011 at 06:08:55PM +0100, Manuel Bouyer wrote: > On Wed, Dec 07, 2011 at 04:05:34AM +0000, YAMAMOTO Takashi wrote: > > only think i'm aware of is the "no_irq_affinity" quirk for E7520/7320/7525. > > from their comment: > > > > /* BIOS may enable hardware IRQ balancing for > > * E7520/E7320/E7525(revision ID 0x9 and below) > > * based platforms. > > * Disable SW irqbalance/affinity on those platforms. > > */ > > > > can anyone test on those hardware? > > Tested on a Dell poweredge 2850 with 2 Xen 3,2Ghz (single-core, hyperthread) > with: > pchb0 at pci0 dev 0 function 0 > pchb0: Intel E7525 Memory Controller Hub (rev. 0x09) > ppb0 at pci0 dev 2 function 0: Intel E7525 PCI Express Port A (rev. 0x09) > > Boot fails with obvious interrupts issues (messages from ehci controller > which looks like timeouts; 'lost interrupts' from cmdide). > With plain GENERIC from HEAD, there's no such issues. Well, *that's* disappointing!(Continue reading)I don't have much idea how interrupts are routed. Is it possible that NetBSD needs to write some registers on the CPU/chipset to enable interrupt machinery on the application processors because the BIOS neglected to do so?
9 Dec 2011 19:06
Re: interrupts on APs
Manuel Bouyer <bouyer <at> antioche.eu.org>
2011-12-09 18:06:59 GMT
2011-12-09 18:06:59 GMT
On Fri, Dec 09, 2011 at 11:34:00AM -0600, David Young wrote: > > Tested on a Dell poweredge 2850 with 2 Xen 3,2Ghz (single-core, hyperthread) > > with: > > pchb0 at pci0 dev 0 function 0 > > pchb0: Intel E7525 Memory Controller Hub (rev. 0x09) > > ppb0 at pci0 dev 2 function 0: Intel E7525 PCI Express Port A (rev. 0x09) > > > > Boot fails with obvious interrupts issues (messages from ehci controller > > which looks like timeouts; 'lost interrupts' from cmdide). > > With plain GENERIC from HEAD, there's no such issues. > > Well, *that's* disappointing!> > I don't have much idea how interrupts are routed. Is it possible that > NetBSD needs to write some registers on the CPU/chipset to enable > interrupt machinery on the application processors because the BIOS > neglected to do so? I've no idea, but not that this is one of the chipset linux has in its blacklist for this feature ... -- -- Manuel Bouyer <bouyer <at> antioche.eu.org> NetBSD: 26 ans d'experience feront toujours la difference --

I don't have much idea how interrupts are routed. Is it possible that
NetBSD needs to write some registers on the CPU/chipset to enable
interrupt machinery on the application processors because the BIOS
neglected to do so?
RSS Feed