Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 1999 22:02:06 +0300
From:      Lev Serebryakov <lev@imc.macro.ru>
To:        All <freebsd-stable@FreeBSD.ORG>
Subject:   FreeBSD 3.3-STABLE can not detect CD Teac-532E-B
Message-ID:  <12918.991109@imc.macro.ru>

next in thread | raw e-mail | index | archive | help
Hi, All!

  I bought Teac 532E-B IDE CD-ROM drive (I didn't have CD-ROM for a
  long time).
  I've attached it as primary-master to my PIIX4 BusMaster controller
  (on Shuttle Hot 596 motherboard).
  It works perfectly under DOS and Windows NT, but last STABLE FreeBSD
  could not detect it.
  I have 3 HDD (Primary-master, both secondary-master and
  secondary-slave).
  
  Here is my kernel config file (part of it):
  
>====================== LEV586 starts here ======================<
>[SKIPPED]
controller      wdc0    at isa? port "IO_WD1" bio irq 14
disk            wd0     at wdc0 drive 0 flags 0xA0FF
disk            wd1     at wdc0 drive 1 flags 0xA0FF
controller      wdc1    at isa? port "IO_WD2" bio irq 15
disk            wd2     at wdc1 drive 0 flags 0xA0FF
disk            wd3     at wdc1 drive 1 flags 0xA0FF

options         ATAPI           #Enable ATAPI support for IDE bus
device          acd0
>[SKIPPED]
>====================== LEV586 ends here ======================<

  Here is my loader config file:
>====================== loader.rc starts here ======================<
\ Loader.rc
\
\ Includes additional commands
include /boot/loader.4th

\ Reads and processes loader.rc
start

load kernel
load atapi

\ Unless set otherwise, autoboot is automatic at this point
autoboot 5
>====================== loader.rc ends here ======================<

  And here is `dmesg' output after boot (part of it):
>====================== `dmesg` starts here ======================<
Copyright (c) 1992-1999 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California. All rights reserved.
FreeBSD 3.3-STABLE #0: Tue Nov  9 21:11:35 MSK 1999
    root@lev.sereb.net:/usr/src/sys/compile/LEV586
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 249918178 Hz
CPU: Pentium/P55C (249.92-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x543  Stepping = 3
  Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
real memory  = 67108864 (65536K bytes)
avail memory = 62672896 (61204K bytes)
Preloaded elf kernel "kernel" at 0xc0275000.
Preloaded elf module "atapi.ko" at 0xc027509c.
Probing for devices on PCI bus 0:
>[SKIPPED]
ppi0: <generic parallel i/o> on ppbus 0
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <QUANTUM FIREBALL CR4.3A>, DMA, 32-bit, multi-block-16
wd0: 4110MB (8418816 sectors), 14848 cyls, 9 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (wd2): <QUANTUM FIREBALL EX3.2A>, DMA, 32-bit, multi-block-16
wd2: 3079MB (6306048 sectors), 6256 cyls, 16 heads, 63 S/T, 512 B/S
wdc1: unit 1 (wd3): <QUANTUM FIREBALL ST2.1A>, DMA, 32-bit, multi-block-16
wd3: 2014MB (4124736 sectors), 4092 cyls, 16 heads, 63 S/T, 512 B/S
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
>[SKIPPED]
>====================== `dmesg` ends here ======================<

 Last time I have CD-ROM, it was 2.2.5-RELEASE... Is it bug (feature?)
 of FreeBSD, or I need RTFM (I've read `man loader', but `man wcd',
 `man acd', `man wdc' and `man atapi' give me nothing)?

               Lev Serebryakov, 2:5030/661.0




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?12918.991109>