home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5255 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.9 KB  |  96 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!Sirius.dfn.de!Urmel.Informatik.RWTH-Aachen.DE!acds.physik.rwth-aachen.de!kuku
  3. From: kuku@acds.physik.rwth-aachen.de (Christoph Kukulies)
  4. Subject:  fdprobe() returns 0 
  5. Message-ID: <1992Sep7.192540.10143@Urmel.Informatik.RWTH-Aachen.DE>
  6. Keywords: fdc wdc patch fdprobe
  7. Lines: 81
  8. Sender: news@Urmel.Informatik.RWTH-Aachen.DE (Newsfiles Owner)
  9. Nntp-Posting-Host: acds.physik.rwth-aachen.de
  10. Reply-To: kuku@acds.physik.rwth-aachen.de
  11. Organization: I.Physikalisches Institut RWTH-Aachen
  12. Date: Mon, 7 Sep 92 19:25:40 GMT
  13. Lines: 81
  14.  
  15.  
  16. I installed the 2nd drive (updated) patch from Tom Helbekkmo
  17. (tih@barsoom.nhh.no) and since then (?) I cannot access my fd drive any longer.
  18.  
  19. I peeked into fdprobe() with a printf() and find that fdprobe() does
  20. not even see the FD controller (at 3f0). 
  21.  
  22. I'm baffled. I will now successively go back in steps to see at which kernel 
  23. configuration I can see my floppies again. 
  24.  
  25. It does not seem to be hardware - a different IDE controller gave the same
  26. bad result and I can still boot dist.fs (I'm using a 386SX 16MHz Morse Motherboard with 8MB, two disks). It's really strange, maybe too strange 
  27. to post it here - but if anyone has a vague idea what I could also look for or check I'd be thankful.
  28.  
  29.  
  30.  
  31. Below is my CONFIG file:
  32.  
  33. --Chris
  34. -----------------------------------------------------------------
  35. kuku@acds.physik.rwth-aachen.de
  36. *** Error code 1
  37.  
  38. Stop.
  39.  
  40. #
  41. # My latest and greatest GATEWAY kernel
  42. #
  43. machine        "i386"
  44. cpu        "i386"
  45. ident        GATEWAY
  46. timezone    -1 dst
  47. maxusers    10
  48. options        INET,ISOFS,NFS,GATEWAY
  49. options        "COMPAT_43"
  50. options        "TCP_COMPAT_42"
  51.  
  52. config        "386bsd"    root on wd0 swap on wd0 and wd1 and as0
  53.  
  54. controller    isa0
  55. controller    wdc0    at isa? port "IO_WD1" bio irq 14 vector wdintr
  56. disk        wd0    at wdc0 drive 0
  57. disk        wd1    at wdc0 drive 1
  58.  
  59. controller    fdc0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
  60. disk        fd0    at fdc0 drive 0
  61. disk        fd1    at fdc0 drive 1
  62.  
  63. controller    as0    at isa? port 0x330 bio irq 11 drq 5 vector asintr
  64. disk        as0    at as0 drive 0
  65. disk        as1    at as0 drive 1
  66.  
  67. device        pc0    at isa? port "IO_KBD" tty irq 1 vector pcrint
  68. device        npx0    at isa? port "IO_NPX" irq 13 vector npxintr
  69. device        com1    at isa? port "IO_COM1" flags 0x01 tty irq 4 vector comintr
  70. device        com2    at isa? port "IO_COM2" flags 0x01 tty irq 3 vector comintr
  71.  
  72. device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
  73. device ne0 at isa? port 0x360 net irq 5  vector neintr
  74. #device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr
  75. #device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
  76.  
  77. device        wt0    at isa? port 0x300 bio irq 5 drq 1 vector wtintr
  78.  
  79. pseudo-device    loop
  80. pseudo-device    ether
  81. pseudo-device    sl    2
  82. pseudo-device    log
  83. pseudo-device    pty    4
  84.  
  85. pseudo-device    swappager
  86. pseudo-device    vnodepager
  87. pseudo-device    devpager
  88. ------------------------------------
  89.  
  90. --Chris
  91. ------------------------------------
  92. kuku@acds.physik.rwth-aachen.de
  93. *** Error code 1
  94.  
  95. Stop.
  96.