Displaying 7 results from an estimated 7 matches for "check_region".
2007 Apr 18
0
[PATCH 10/10] Fix BusLogic to stop using check_region
I got so sick of seing the check_region warnings from BusLogic.c I actually
fixed it properly. Never use check region, reserve it before the probe
with request region instead and check the error result; free region if
setup fails. Should be functionally identical to the original except for
fixing the potential race.
Subject: Fix BusLo...
2007 Apr 18
0
[PATCH 10/10] Fix BusLogic to stop using check_region
I got so sick of seing the check_region warnings from BusLogic.c I actually
fixed it properly. Never use check region, reserve it before the probe
with request region instead and check the error result; free region if
setup fails. Should be functionally identical to the original except for
fixing the potential race.
Subject: Fix BusLo...
2008 Sep 27
1
Build fails on new kernel source
...39; was here
drivers/scsi/BusLogic.h:243: error: redeclaration of enumerator 'true'
include/linux/stddef.h:18: error: previous definition of 'true' was here
drivers/scsi/BusLogic.c: In function 'BusLogic_InitializeProbeInfoListISA':
drivers/scsi/BusLogic.c:584: warning: 'check_region' is deprecated
(declared at include/linux/ioport.h:134)
drivers/scsi/BusLogic.c:586: warning: 'check_region' is deprecated
(declared at include/linux/ioport.h:134)
drivers/scsi/BusLogic.c:588: warning: 'check_region' is deprecated
(declared at include/linux/ioport.h:134)
drivers...
2005 Oct 02
3
[Sorta OT] Eicon DIVA with asterisk@home
...als that lincfg.c has reported the error :
DIVA Server Driver - initialising
DIVA Server Driver - Version 2.0.16
Divas: DIVA Server BRI (U) Found
Divas: DIVA I/O Base already in use 0xf1000000-0xf100001f
Divas: 0 cards detected
Divas: Not loaded
(here's the code that produces it ...)
if (check_region(Card.io_base, 0x20))
{
printk(KERN_WARNING "Divas: DIVA I/O Base already in use
0x%x-0x%x\n", Card.io_base, Card.io_base + 0x1F);
wDeviceIndex++;
continue;
}
cat /proc/iomem shows :
f0200000-f020ffff : PCI device 1133:e013 (Eicon Technology Corporati...
2007 Apr 18
31
[PATCH 00/28] Updates for firstfloor paravirt-ops patches
Hi Andi,
This is a set of updates for the firstfloor patch queue.
Quick rundown:
revert-mm-x86_64-mm-account-for-module-percpu-space-separately-from-kernel-percpu.patch
separate-module-percpu-space.patch
Update the module percpu accounting patch
fix-ff-allow-percpu-variables-to-be-page-aligned.patch
Make sure the percpu memory allocation is page-aligned
2007 Apr 18
31
[PATCH 00/28] Updates for firstfloor paravirt-ops patches
Hi Andi,
This is a set of updates for the firstfloor patch queue.
Quick rundown:
revert-mm-x86_64-mm-account-for-module-percpu-space-separately-from-kernel-percpu.patch
separate-module-percpu-space.patch
Update the module percpu accounting patch
fix-ff-allow-percpu-variables-to-be-page-aligned.patch
Make sure the percpu memory allocation is page-aligned
2004 Jan 07
8
Asterisk + fax
Hi,
does anyone have any recommended (read tried and tested) way of making asterisk
be able to handle incoming faxes.
I've a PC running asterisk with a digium E1 card in and simply want to be able
to route a call to some application which will take a fax call and save the fax
as an image.
I guess the bits I'm unsure of are how to terminate a fax call without a
modem (if this is