lkml.org 
[lkml]   [1997]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: reserve= not working, drivers fail to do check_region
> There are two sorts of things that should be fixed here: drivers that
> call check_region() when passed a specific address should be fixed to
> not do that, and drivers that don't call check_region before automatic
> probes should be fixed to check first.
This as a very dangerous idea. There are currently drivers competing
for the same hardware resource. For example the serial and the baycom
drivers. When the serial driver gets loaded, it grabs all serial
ports it finds. Now when someone afterwards loads the baycom driver
and tells it to use a specific COM port, it would, using your idea,
use this specific port and the serial driver would not know anything
about that. This would result in two drivers trying to drive
the same hardware with different ideas :-)
There is now way the baycom driver can reliably detect if a baycom
modem really sits at any specific COM port.

Tom

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