Date: Wed, 15 Aug 2001 12:03:19 +0300 From: Danny Braniss <danny@cs.huji.ac.il> To: mobile@freebsd.org Cc: freebsd-hackers@FreeBSD.ORG Subject: non detected CD Message-ID: <E15Wwa7-0005bH-00@sexta.cs.huji.ac.il>
next in thread | raw e-mail | index | archive | help
the notebook is a Dell C800, with an internal CD, which only gets recognized if I add autoboot_delay="60" to /boot/loader.conf here is the diff without and with the delay, so someone can help me fix this or at least shed some light. danny --- dmesg.3 Wed Aug 15 11:55:50 2001 +++ dmesg.4 Wed Aug 15 11:58:22 2001 @@ -3,11 +3,11 @@ The Regents of the University of California. All rights reserved. FreeBSD 4.4-PRERELEASE #5: Wed Aug 15 09:10:21 IDT 2001 danny@sulqui:/home/obj/usr/src/sys/SULQUI -Calibrating clock(s) ... TSC clock: 848127438 Hz, i8254 clock: 1193162 Hz +Calibrating clock(s) ... TSC clock: 848127387 Hz, i8254 clock: 1193162 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method -CPU: Pentium III/Pentium III Xeon/Celeron (848.15-MHz 686-class CPU) +CPU: Pentium III/Pentium III Xeon/Celeron (848.14-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV, PAT,PSE36,MMX,FXSR,SSE> real memory = 268353536 (262064K bytes) @@ -137,13 +137,13 @@ isa0: <ISA bus> on isab0 atapci0: <Intel ICH2 ATA100 controller> port 0xbfa0-0xbfaf at device 31.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xbfa0 -ata0: mask=03 status0=52 status1=00 +ata0: mask=03 status0=50 status1=00 ata0: mask=03 ostat0=50 ostat2=00 -ata0-slave: ATAPI probe a=d4 b=eb ata0-master: ATAPI probe a=00 b=00 +ata0-slave: ATAPI probe a=14 b=eb ata0: mask=03 status0=50 status1=00 ata0-master: ATA probe a=01 b=a5 -ata0: devices=01 +ata0: devices=09 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xbfa8 ata1: mask=00 status0=ff status1=ff @@ -312,6 +312,14 @@ ad0: 16 secs/int, 1 depth queue, UDMA33 ad0: piomode=4 dmamode=2 udmamode=4 cblid=0 ad0: 19077MB <HITACHI_DK23BA-20> [38760/16/63] at ata0-master UDMA33 +ata0-slave: piomode=4 dmamode=2 udmamode=2 dmaflag=1 +ata0-slave: success setting PIO4 on generic chip +acd0: <TEAC CD-ROM CD-224E/3.7C> CDROM drive at ata0 as slave +acd0: read 4134KB/s (4134KB/s), 128KB buffer, PIO4 +acd0: Reads: CD-R, CD-RW, CD-DA stream, packet +acd0: Audio: play, 256 volume levels +acd0: Mechanism: ejectable tray +acd0: Medium: CD-ROM 120mm data disc loaded, unlocked Mounting root from ufs:/dev/ad0s2a ad0s1: type 0x1b, start 63, end = 8305604, size 8305542 : OK ad0s2: type 0xa5, start 8305605, end = 28788479, size 20482875 : OK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E15Wwa7-0005bH-00>