home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / aix / 12918 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.1 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!rz.uni-hildesheim.de!agsc!veeble.han.sub.org!jum
  2. From: jum@veeble.han.sub.org (Jens-Uwe Mager)
  3. Subject: unloading a kernel extension
  4. Newsgroups: comp.unix.aix
  5. Date: Tue, 29 Dec 92 17:53:11 GMT
  6. Organization: veeble Hannover, W-Germany
  7. Message-ID: <1992Dec29.175311.20242@veeble.han.sub.org>
  8. Lines: 14
  9.  
  10. I am having problems unloading my kernel extension. After unloading through
  11. loadext(x, FALSE, FALSE) the load count displayed by crash indeed goes down
  12. to zero, but the use count stays at 1. A new mkdev loads a fresh copy and
  13. all goes well, but crash reveals that I have two copies in memory now. Does
  14. anybody know how to find out what is referencing my driver (I am not loading
  15. anything that needs my exports). The crash le command displays  a few fields
  16. that sound promising, but I have not found a structure description in
  17. include/sys and the crash entry in info is not that informing.
  18.  
  19. -- 
  20. Jens-Uwe Mager
  21. HELIOS Software GmbH, Lavesstr. 80, 3000 Hannover 1, Germany
  22. Email: jum@helios.de    ||    heliosd!jum
  23. Tel.:  +49-511-3681093, FAX:   +49-511-3681095
  24.