HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DLKM unload hangs in wsio_intr_deactivate
Operating System - HP-UX
1832525
Members
8033
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 11:50 AM
03-11-2002 11:50 AM
DLKM unload hangs in wsio_intr_deactivate
Hi,
Is there are document on DLKM operations?
The wsio_intr_deactivate routine sleeps for ever.
The code sequence:
if (wsio_intr_alloc(isc, ( wsio_drv_isr_t)threecom_isr,
(uintptr_t)isc, (uint64_t)0, &iobj) != WSIO_OK) {
printf("threecom:wsio_intr_alloc failed!\n");
return -1;
}
.....
if (wsio_intr_set_irq_line(isc, iobj, (intptr_t)WSIO_IRQ_LINE_AUTO,
(uint64_t)0L) != WSIO_OK) {
printf("threecom:wsio_intr_set_irq_line failed!\n");
return -1;
}
if (wsio_intr_activate(isc, iobj) != WSIO_OK) {
printf("threecom: wsio_intr_activate failed!\n");
return -1;
}
The card's interrupt is not tunred on, and the module is tried to be unloaded
The mod unload routine:
........
wsio_intr_deactivate(threecom_isc, iftp->iobj);
..........
The unload operation hangs.
Any suggestion how to fix this problem?
Kallol
kallolbiswas@yahoo.com
Is there are document on DLKM operations?
The wsio_intr_deactivate routine sleeps for ever.
The code sequence:
if (wsio_intr_alloc(isc, ( wsio_drv_isr_t)threecom_isr,
(uintptr_t)isc, (uint64_t)0, &iobj) != WSIO_OK) {
printf("threecom:wsio_intr_alloc failed!\n");
return -1;
}
.....
if (wsio_intr_set_irq_line(isc, iobj, (intptr_t)WSIO_IRQ_LINE_AUTO,
(uint64_t)0L) != WSIO_OK) {
printf("threecom:wsio_intr_set_irq_line failed!\n");
return -1;
}
if (wsio_intr_activate(isc, iobj) != WSIO_OK) {
printf("threecom: wsio_intr_activate failed!\n");
return -1;
}
The card's interrupt is not tunred on, and the module is tried to be unloaded
The mod unload routine:
........
wsio_intr_deactivate(threecom_isc, iftp->iobj);
..........
The unload operation hangs.
Any suggestion how to fix this problem?
Kallol
kallolbiswas@yahoo.com
- Tags:
- DLKM
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 12:57 AM
03-12-2002 12:57 AM
Re: DLKM unload hangs in wsio_intr_deactivate
http://h21007.www2.hp.com/dspp/srch/srch_SearchResut_IDX/1,1694,,00.html?qtext=DLKM&criteria=0&col=all&lk=1&rf=0&fld=3&nh=10&fdt=in&fin=an&amo=03&ady=1&ayr=2002&bmo=03&bdy=12&byr=2002&st=&qt=%2BDLKM
Your q would be better suited on the developer portal:
http://www.hp.com/go/developers
I have seen info on DLKM there, including code examples, install guides etc.
But I guessw in your case you need a pstat patch: PHKL_22986 or greater...
Later,
Bill
Your q would be better suited on the developer portal:
http://www.hp.com/go/developers
I have seen info on DLKM there, including code examples, install guides etc.
But I guessw in your case you need a pstat patch: PHKL_22986 or greater...
Later,
Bill
It works for me (tm)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 04:33 PM
03-14-2002 04:33 PM
Re: DLKM unload hangs in wsio_intr_deactivate
I forgot to mention that I have a 11i
system. PHKL_22986 is for 11.0.
What is the 11i equivalent patch for
it? And how to find it out.
system. PHKL_22986 is for 11.0.
What is the 11i equivalent patch for
it? And how to find it out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 10:29 AM
09-22-2004 10:29 AM
Re: DLKM unload hangs in wsio_intr_deactivate
Hello,
PHKL_22986 (Upux 11) cumulative pstat patch has been fixed on hpUx 11.11, you dont need it.
rachid
PHKL_22986 (Upux 11) cumulative pstat patch has been fixed on hpUx 11.11, you dont need it.
rachid
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP