linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* UP IO-APIC
@ 2002-09-23 18:22 Ricky Beam
  2002-09-23 19:50 ` Miquel van Smoorenburg
  2002-09-24  7:32 ` Zwane Mwaikambo
  0 siblings, 2 replies; 10+ messages in thread
From: Ricky Beam @ 2002-09-23 18:22 UTC (permalink / raw)
  To: Linux Kernel Mail List

Would someone kindly remove that from the configuration possibilities?  It
doesn't work -- and hasn't worked for, what, a year.

--Ricky


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: UP IO-APIC
  2002-09-23 18:22 UP IO-APIC Ricky Beam
@ 2002-09-23 19:50 ` Miquel van Smoorenburg
  2002-09-24  7:32 ` Zwane Mwaikambo
  1 sibling, 0 replies; 10+ messages in thread
From: Miquel van Smoorenburg @ 2002-09-23 19:50 UTC (permalink / raw)
  To: linux-kernel

In article <Pine.GSO.4.33.0209231419230.11624-100000@sweetums.bluetronic.net>,
Ricky Beam  <jfbeam@bluetronic.net> wrote:
>Would someone kindly remove that from the configuration possibilities?  It
>doesn't work -- and hasn't worked for, what, a year.

What kernel? In 2.4.20-pre<whatever> it works just fine. If it
doesn't work in 2.5 leave it there as an incentive for someone
to fix it for 2.6

Mike.
-- 
Computers are useless, they only give answers. --Pablo Picasso


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: UP IO-APIC
  2002-09-23 18:22 UP IO-APIC Ricky Beam
  2002-09-23 19:50 ` Miquel van Smoorenburg
@ 2002-09-24  7:32 ` Zwane Mwaikambo
  2002-09-24 15:30   ` Ricky Beam
  1 sibling, 1 reply; 10+ messages in thread
From: Zwane Mwaikambo @ 2002-09-24  7:32 UTC (permalink / raw)
  To: Ricky Beam; +Cc: Linux Kernel Mail List

On Mon, 23 Sep 2002, Ricky Beam wrote:

> Would someone kindly remove that from the configuration possibilities?  It
> doesn't work -- and hasn't worked for, what, a year.

Worked for me on 2.4.19-pre and 2.5 (haven't tried recent), and still 
thats a bad reason to remove it.

	Zwane

-- 
function.linuxpower.ca




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: UP IO-APIC
  2002-09-24  7:32 ` Zwane Mwaikambo
@ 2002-09-24 15:30   ` Ricky Beam
  2002-09-24 18:01     ` Miquel van Smoorenburg
  2002-09-24 18:04     ` Zwane Mwaikambo
  0 siblings, 2 replies; 10+ messages in thread
From: Ricky Beam @ 2002-09-24 15:30 UTC (permalink / raw)
  To: Zwane Mwaikambo; +Cc: Linux Kernel Mail List

On Tue, 24 Sep 2002, Zwane Mwaikambo wrote:
>> Would someone kindly remove that from the configuration possibilities?  It
>> doesn't work -- and hasn't worked for, what, a year.
>
>Worked for me on 2.4.19-pre and 2.5 (haven't tried recent), and still
>thats a bad reason to remove it.

It works in 2.4, but I've never seen it work in 2.5 -- but I've not compiled
every 2.5.X.  Neither the local APIC or IO APIC work in non-SMP configurations
due to dependencies on things in mpparse.c (read: SMP functions.)  The local
APIC makes perfect sense albeit rare.  Single processor IO APICs are very
rare and are usually MP systems with only one processor.

APIC support in 2.5 is very closely tied to SMP. (and technically, ACPI.)

--Ricky



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: UP IO-APIC
  2002-09-24 15:30   ` Ricky Beam
@ 2002-09-24 18:01     ` Miquel van Smoorenburg
  2002-09-24 23:19       ` Benjamin LaHaise
  2002-09-24 18:04     ` Zwane Mwaikambo
  1 sibling, 1 reply; 10+ messages in thread
From: Miquel van Smoorenburg @ 2002-09-24 18:01 UTC (permalink / raw)
  To: linux-kernel

In article <Pine.GSO.4.33.0209241119500.11624-100000@sweetums.bluetronic.net>,
Ricky Beam  <jfbeam@bluetronic.net> wrote:
>The local
>APIC makes perfect sense albeit rare.  Single processor IO APICs are very
>rare and are usually MP systems with only one processor.

I think most AMD Athlon boards have an IO APIC

Mike.
-- 
Computers are useless, they only give answers. --Pablo Picasso


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: UP IO-APIC
  2002-09-24 15:30   ` Ricky Beam
  2002-09-24 18:01     ` Miquel van Smoorenburg
@ 2002-09-24 18:04     ` Zwane Mwaikambo
  2002-09-24 18:34       ` Bob_Tracy
  2002-09-24 21:05       ` Bill Davidsen
  1 sibling, 2 replies; 10+ messages in thread
From: Zwane Mwaikambo @ 2002-09-24 18:04 UTC (permalink / raw)
  To: Ricky Beam; +Cc: Linux Kernel Mail List

On Tue, 24 Sep 2002, Ricky Beam wrote:

> It works in 2.4, but I've never seen it work in 2.5 -- but I've not compiled
> every 2.5.X.  Neither the local APIC or IO APIC work in non-SMP configurations

I've been using it since inception with local APIC, UP-IOAPIC broke a 
couple of times only.

> due to dependencies on things in mpparse.c (read: SMP functions.)  The local
> APIC makes perfect sense albeit rare.  Single processor IO APICs are very
> rare and are usually MP systems with only one processor.

... Or UP machines with chipsets with IOAPICs (Microsoft recommends 
hardware manufaturers to use one).

> APIC support in 2.5 is very closely tied to SMP. (and technically, ACPI.)

Not the case for local APIC, i'll try building .38 with UP IOAPIC.

	Zwane

-- 
function.linuxpower.ca


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: UP IO-APIC
  2002-09-24 18:04     ` Zwane Mwaikambo
@ 2002-09-24 18:34       ` Bob_Tracy
  2002-09-24 21:05       ` Bill Davidsen
  1 sibling, 0 replies; 10+ messages in thread
From: Bob_Tracy @ 2002-09-24 18:34 UTC (permalink / raw)
  To: linux-kernel

Zwane Mwaikambo wrote:
> On Tue, 24 Sep 2002, Ricky Beam wrote:
> 
> > It works in 2.4, but I've never seen it work in 2.5 -- but I've not compiled
> > every 2.5.X.  Neither the local APIC or IO APIC work in non-SMP configurations
> 
> I've been using it since inception with local APIC, UP-IOAPIC broke a 
> couple of times only.

My Dell notebook has an APIC, but it has gotten disabled automatically
at boot time ever since someone labeled my BIOS as broken :-).  FWIW,
I don't disagree with the "broken" label.

-- 
-----------------------------------------------------------------------
Bob Tracy                   WTO + WIPO = DMCA? http://www.anti-dmca.org
rct@frus.com
-----------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: UP IO-APIC
  2002-09-24 18:04     ` Zwane Mwaikambo
  2002-09-24 18:34       ` Bob_Tracy
@ 2002-09-24 21:05       ` Bill Davidsen
  1 sibling, 0 replies; 10+ messages in thread
From: Bill Davidsen @ 2002-09-24 21:05 UTC (permalink / raw)
  To: Zwane Mwaikambo; +Cc: Ricky Beam, Linux Kernel Mail List

On Tue, 24 Sep 2002, Zwane Mwaikambo wrote:

> 
> ... Or UP machines with chipsets with IOAPICs (Microsoft recommends 
> hardware manufaturers to use one).
> 
> > APIC support in 2.5 is very closely tied to SMP. (and technically, ACPI.)
> 
> Not the case for local APIC, i'll try building .38 with UP IOAPIC.

I didn't get a compile with it on, finally got a compile and boot of
2.5.38-mm2 with most of the patches here in the last few days. It doesn't
see my SCSI controller, sound doesn't work, but it booted ;-)

-- 
bill davidsen <davidsen@tmr.com>
  CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: UP IO-APIC
  2002-09-24 18:01     ` Miquel van Smoorenburg
@ 2002-09-24 23:19       ` Benjamin LaHaise
  2002-09-25 14:33         ` Lars Marowsky-Bree
  0 siblings, 1 reply; 10+ messages in thread
From: Benjamin LaHaise @ 2002-09-24 23:19 UTC (permalink / raw)
  To: Miquel van Smoorenburg; +Cc: linux-kernel

On Tue, Sep 24, 2002 at 06:01:10PM +0000, Miquel van Smoorenburg wrote:
> In article <Pine.GSO.4.33.0209241119500.11624-100000@sweetums.bluetronic.net>,
> Ricky Beam  <jfbeam@bluetronic.net> wrote:
> >The local
> >APIC makes perfect sense albeit rare.  Single processor IO APICs are very
> >rare and are usually MP systems with only one processor.
> 
> I think most AMD Athlon boards have an IO APIC

I'd love to have it enabled in a distro kernel, but as Arjan pointed out, it 
currently breaks some laptops if enabled.  What we need is someone to weed 
things out such that io apic setup gets done after command line parsing, but 
that is a bit tricky...

		-ben

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: UP IO-APIC
  2002-09-24 23:19       ` Benjamin LaHaise
@ 2002-09-25 14:33         ` Lars Marowsky-Bree
  0 siblings, 0 replies; 10+ messages in thread
From: Lars Marowsky-Bree @ 2002-09-25 14:33 UTC (permalink / raw)
  To: Benjamin LaHaise, Miquel van Smoorenburg; +Cc: linux-kernel

On 2002-09-24T19:19:34,
   Benjamin LaHaise <bcrl@redhat.com> said:

> > >APIC makes perfect sense albeit rare.  Single processor IO APICs are very
> > >rare and are usually MP systems with only one processor.
> > I think most AMD Athlon boards have an IO APIC
> I'd love to have it enabled in a distro kernel, but as Arjan pointed out, it 
> currently breaks some laptops if enabled.

Well, _not_ enabling IO-APIC on UP breaks my Athlon / KT333 at home; random
freezes are the result, so I prefer to enable it...

So whichever default is chosen, someone is burned. I hate hardware.


Sincerely,
    Lars Marowsky-Brée <lmb@suse.de>

-- 
Principal Squirrel
Research and Development, SuSE Linux AG
 
``Immortality is an adequate definition of high availability for me.''
	--- Gregory F. Pfister


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2002-09-25 14:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-23 18:22 UP IO-APIC Ricky Beam
2002-09-23 19:50 ` Miquel van Smoorenburg
2002-09-24  7:32 ` Zwane Mwaikambo
2002-09-24 15:30   ` Ricky Beam
2002-09-24 18:01     ` Miquel van Smoorenburg
2002-09-24 23:19       ` Benjamin LaHaise
2002-09-25 14:33         ` Lars Marowsky-Bree
2002-09-24 18:04     ` Zwane Mwaikambo
2002-09-24 18:34       ` Bob_Tracy
2002-09-24 21:05       ` Bill Davidsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).