public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Can't find watchdog timer (sc1200)
@ 2002-06-27 16:03 Roy Sigurd Karlsbakk
  2002-06-27 16:45 ` Zwane Mwaikambo
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-06-27 16:03 UTC (permalink / raw)
  To: Kernel mailing list

Hi

I can't make linux (2.4.19-rc1) detect the watchdog timer in the sc1200. Any 
ideas? 

Should this one show up in /proc/pci?

output from cpuinfo is below

thanks

roy


[root@localhost linux]# cat /proc/cpuinfo
processor       : 0
vendor_id       : Geode by NSC
cpu family      : 5
model           : 9
model name      : Unknown
stepping        : 1
cpu MHz         : 266.651
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu tsc msr cx8 cmov mmx cxmmx
bogomips        : 530.84

-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


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

* Re: Can't find watchdog timer (sc1200)
  2002-06-27 16:03 Can't find watchdog timer (sc1200) Roy Sigurd Karlsbakk
@ 2002-06-27 16:45 ` Zwane Mwaikambo
  2002-06-27 17:49   ` Roy Sigurd Karlsbakk
       [not found] ` <20020627130941.T9029@osinvestor.com>
  2002-06-30 10:56 ` Christer Weinigel
  2 siblings, 1 reply; 7+ messages in thread
From: Zwane Mwaikambo @ 2002-06-27 16:45 UTC (permalink / raw)
  To: Roy Sigurd Karlsbakk; +Cc: Kernel mailing list

On Thu, 27 Jun 2002, Roy Sigurd Karlsbakk wrote:

> I can't make linux (2.4.19-rc1) detect the watchdog timer in the sc1200. Any 
> ideas? 

Its only in -ac, mainly because its untested and experimental. Check 
2.4.19-pre10-ac2

Cheers,
	Zwane
-- 
http://function.linuxpower.ca
		


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

* Re: Can't find watchdog timer (sc1200)
       [not found] ` <20020627130941.T9029@osinvestor.com>
@ 2002-06-27 17:48   ` Roy Sigurd Karlsbakk
  0 siblings, 0 replies; 7+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-06-27 17:48 UTC (permalink / raw)
  To: Rob Radez; +Cc: Kernel mailing list

On Thursday 27 June 2002 19:09, Rob Radez wrote:
> On Thu, Jun 27, 2002 at 06:03:11PM +0200, Roy Sigurd Karlsbakk wrote:
> > Hi
> >
> > I can't make linux (2.4.19-rc1) detect the watchdog timer in the sc1200.
> > Any ideas?
> >
> > Should this one show up in /proc/pci?
>
> What happens when you try to load the module?  With isapnp
> enabled/disabled?

When it's hard linked, I can't find anything
Haven't tried with module yet

-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


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

* Re: Can't find watchdog timer (sc1200)
  2002-06-27 16:45 ` Zwane Mwaikambo
@ 2002-06-27 17:49   ` Roy Sigurd Karlsbakk
  0 siblings, 0 replies; 7+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-06-27 17:49 UTC (permalink / raw)
  To: Zwane Mwaikambo; +Cc: Kernel mailing list

On Thursday 27 June 2002 18:45, Zwane Mwaikambo wrote:
> On Thu, 27 Jun 2002, Roy Sigurd Karlsbakk wrote:
> > I can't make linux (2.4.19-rc1) detect the watchdog timer in the sc1200.
> > Any ideas?
>
> Its only in -ac, mainly because its untested and experimental. Check
> 2.4.19-pre10-ac2

there is no code for sc1200 in the pre10-ac2 patch. it's all in the official, 
and nothing has changed to -pr1

any other suggestions?

-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


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

* Re: Can't find watchdog timer (sc1200)
  2002-06-27 16:03 Can't find watchdog timer (sc1200) Roy Sigurd Karlsbakk
  2002-06-27 16:45 ` Zwane Mwaikambo
       [not found] ` <20020627130941.T9029@osinvestor.com>
@ 2002-06-30 10:56 ` Christer Weinigel
  2002-06-30 11:28   ` Roy Sigurd Karlsbakk
  2 siblings, 1 reply; 7+ messages in thread
From: Christer Weinigel @ 2002-06-30 10:56 UTC (permalink / raw)
  To: Roy Sigurd Karlsbakk; +Cc: Kernel mailing list

Roy Sigurd Karlsbakk <roy@karlsbakk.net> writes:

> I can't make linux (2.4.19-rc1) detect the watchdog timer in the sc1200. Any 
> ideas? 

http://basselope.nano-system.com/~wingel/scx200_wdt.diff

I'm not all that sure if that driver works on the sc1200 because that
driver tries to talk to the watchdog in the SuperI/O chip and that
chip has another watchdog circuit too.  I've written a driver for the
other watchdog chip, so if you can, please try this patch against a
2.4.9-pre10 kernel:

   http://basselope.nano-system.com/~wingel/scx200_wdt.diff

This patch is a part of my patches for the NatSemi SCx200 family of
chips, so I hope I haven't missed anything.  If it works for you,
please drop me a mail and I'll try to get it included in the main
kernel.

  /Christer

-- 
"Just how much can I get away with and still go to heaven?"

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

* Re: Can't find watchdog timer (sc1200)
  2002-06-30 10:56 ` Christer Weinigel
@ 2002-06-30 11:28   ` Roy Sigurd Karlsbakk
  2002-06-30 12:14     ` Christer Weinigel
  0 siblings, 1 reply; 7+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-06-30 11:28 UTC (permalink / raw)
  To: Christer Weinigel; +Cc: Kernel mailing list

On Sunday 30 June 2002 12:56, Christer Weinigel wrote:
> Roy Sigurd Karlsbakk <roy@karlsbakk.net> writes:
> > I can't make linux (2.4.19-rc1) detect the watchdog timer in the sc1200.
> > Any ideas?
>
> http://basselope.nano-system.com/~wingel/scx200_wdt.diff
>
> I'm not all that sure if that driver works on the sc1200 because that
> driver tries to talk to the watchdog in the SuperI/O chip and that
> chip has another watchdog circuit too.  I've written a driver for the
> other watchdog chip, so if you can, please try this patch against a
> 2.4.9-pre10 kernel:

I guess that'll be 2.4.19-pre10? :-)

Thanks, but I'll wait till I get new hardware. the Samsung STCs I were trying 
out were in early beta.

roy


-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


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

* Re: Can't find watchdog timer (sc1200)
  2002-06-30 11:28   ` Roy Sigurd Karlsbakk
@ 2002-06-30 12:14     ` Christer Weinigel
  0 siblings, 0 replies; 7+ messages in thread
From: Christer Weinigel @ 2002-06-30 12:14 UTC (permalink / raw)
  To: Roy Sigurd Karlsbakk; +Cc: Kernel mailing list

Roy Sigurd Karlsbakk <roy@karlsbakk.net> writes:
> On Sunday 30 June 2002 12:56, Christer Weinigel wrote:
> > I'm not all that sure if that driver works on the sc1200 because that
> > driver tries to talk to the watchdog in the SuperI/O chip and that
> > chip has another watchdog circuit too.  I've written a driver for the
> > other watchdog chip, so if you can, please try this patch against a
> > 2.4.9-pre10 kernel:
> 
> I guess that'll be 2.4.19-pre10? :-)

Correct, my bad.

I've been reading the data sheets for the SC2200 and it seems as if
the watchdog is gone from the integrated SuperI/O, so you should use
my driver instead.  Zwane Mwaikambo's driver ought to work on the
NatSemi PC97317 SuperI/O.  Hm, I think I have some hardware that I
should be able to test that on.

Oh well, I think I'll just submit my driver to Marcelo and see what
happens.  I've cleaned up the driver a bit since the last time I
tried.

  /Christer

-- 
"Just how much can I get away with and still go to heaven?"

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

end of thread, other threads:[~2002-06-30 12:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-27 16:03 Can't find watchdog timer (sc1200) Roy Sigurd Karlsbakk
2002-06-27 16:45 ` Zwane Mwaikambo
2002-06-27 17:49   ` Roy Sigurd Karlsbakk
     [not found] ` <20020627130941.T9029@osinvestor.com>
2002-06-27 17:48   ` Roy Sigurd Karlsbakk
2002-06-30 10:56 ` Christer Weinigel
2002-06-30 11:28   ` Roy Sigurd Karlsbakk
2002-06-30 12:14     ` Christer Weinigel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox