lkml.org 
[lkml]   [1996]   [Aug]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: I/O Conflict
On Sat, 3 Aug 1996, pbian@pccp.com.ar wrote:

> Hi!
>
> I've been reading this message in my syslog for some time. I don't
> have the slightest idea about what the sbmpu is, and it doesn't seem to
> bother normal operation, but I thought someone around here may find it
> interesting, and I'd like to know what it means.
>
> The message is: 'kernel: sbmpu: I/O port conflict (0)'
The message is harmless. The following patch should get rid of it.

Best regards,

Hannu
-----------------------------
Hannu Savolainen (hannu@voxware.pp.fi, hannu@4front-tech.com)
http://personal.eunet.fi/pp/voxware/hannu.html (my home page)
http://www.4Front-Tech.com/uss.html (UNIX Sound System (USS))
http://personal.eunet.fi/pp/voxware (USS Lite/TASD/VoxWare)
--------- cut here ----------------
*** sb_common.c.old Sun Aug 4 07:55:19 1996
--- sb_common.c Sun Aug 4 07:56:00 1996
***************
*** 1163,1168 ****
--- 1163,1171 ----

last_devc = 0;

+ if (hw_config->io_base <= 0)
+ return 0;
+
if (check_region (hw_config->io_base, 4))
{
printk ("sbmpu: I/O port conflict (%x)\n", hw_config->io_base);



\
 
 \ /
  Last update: 2005-03-22 13:37    [W:1.101 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site