home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.bsd
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!Sirius.dfn.de!Urmel.Informatik.RWTH-Aachen.DE!acds.physik.rwth-aachen.de!kuku
- From: kuku@acds.physik.rwth-aachen.de (Christoph Kukulies)
- Subject: fdprobe() returns 0
- Message-ID: <1992Sep7.192540.10143@Urmel.Informatik.RWTH-Aachen.DE>
- Keywords: fdc wdc patch fdprobe
- Lines: 81
- Sender: news@Urmel.Informatik.RWTH-Aachen.DE (Newsfiles Owner)
- Nntp-Posting-Host: acds.physik.rwth-aachen.de
- Reply-To: kuku@acds.physik.rwth-aachen.de
- Organization: I.Physikalisches Institut RWTH-Aachen
- Date: Mon, 7 Sep 92 19:25:40 GMT
- Lines: 81
-
-
- I installed the 2nd drive (updated) patch from Tom Helbekkmo
- (tih@barsoom.nhh.no) and since then (?) I cannot access my fd drive any longer.
-
- I peeked into fdprobe() with a printf() and find that fdprobe() does
- not even see the FD controller (at 3f0).
-
- I'm baffled. I will now successively go back in steps to see at which kernel
- configuration I can see my floppies again.
-
- It does not seem to be hardware - a different IDE controller gave the same
- 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
- to post it here - but if anyone has a vague idea what I could also look for or check I'd be thankful.
-
-
-
- Below is my CONFIG file:
-
- --Chris
- -----------------------------------------------------------------
- kuku@acds.physik.rwth-aachen.de
- *** Error code 1
-
- Stop.
-
- #
- # My latest and greatest GATEWAY kernel
- #
- machine "i386"
- cpu "i386"
- ident GATEWAY
- timezone -1 dst
- maxusers 10
- options INET,ISOFS,NFS,GATEWAY
- options "COMPAT_43"
- options "TCP_COMPAT_42"
-
- config "386bsd" root on wd0 swap on wd0 and wd1 and as0
-
- controller isa0
- controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
- disk wd0 at wdc0 drive 0
- disk wd1 at wdc0 drive 1
-
- controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
- disk fd0 at fdc0 drive 0
- disk fd1 at fdc0 drive 1
-
- controller as0 at isa? port 0x330 bio irq 11 drq 5 vector asintr
- disk as0 at as0 drive 0
- disk as1 at as0 drive 1
-
- device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
- device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
- device com1 at isa? port "IO_COM1" flags 0x01 tty irq 4 vector comintr
- device com2 at isa? port "IO_COM2" flags 0x01 tty irq 3 vector comintr
-
- device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
- device ne0 at isa? port 0x360 net irq 5 vector neintr
- #device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr
- #device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
-
- device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
-
- pseudo-device loop
- pseudo-device ether
- pseudo-device sl 2
- pseudo-device log
- pseudo-device pty 4
-
- pseudo-device swappager
- pseudo-device vnodepager
- pseudo-device devpager
- ------------------------------------
-
- --Chris
- ------------------------------------
- kuku@acds.physik.rwth-aachen.de
- *** Error code 1
-
- Stop.
-