home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4487 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.2 KB  |  27 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!mcsun!sun4nl!eur.nl!pk
  3. From: pk@cs.few.eur.nl (Paul Kranenburg)
  4. Subject: Re: WD Ethernet Card not found on warmboot
  5. Message-ID: <1992Aug20.122945.5132@cs.few.eur.nl>
  6. Sender: news@cs.few.eur.nl
  7. Reply-To: pk@cs.eur.nl
  8. Organization: Erasmus University Rotterdam
  9. References: <1992Aug19.165319.14767@doug.cae.wisc.edu>
  10. Date: Thu, 20 Aug 1992 12:29:45 GMT
  11. Lines: 14
  12.  
  13. In <1992Aug19.165319.14767@doug.cae.wisc.edu> dinda@cae.wisc.edu (Dinda Peter) writes:
  14. >However, this is only that case when the machine is power-cycled.  On
  15. >warmboot initiated via reboot or shutdown -r (or a panic) the WD    
  16. >Ethernet card is not recognized.  The card is correctly configured
  17. >as IRQ2, I/O adx 0x280, Mem base 0xD000 with EASYSET.EXE.  Any thoughts?
  18.  
  19. None of the initiations of a warm boot (shutdown, Ctrl-Alt-Del) care to
  20. properly shutdown peripherals (I guess this would require a device "detach"
  21. hook), so your ethernet device continues to process packets arriving on the
  22. wire. Since the device driver is gone, interrupts are not serviced and it is
  23. not unthinkable that the device locks up if such a situation exists for too
  24. long a time. Also, the WE driver doesn't flip the reset bit in the card at
  25. probe time, so it judges the adapter unuseable.
  26.  
  27.