FAILURE - ATAPI_RESET no interrupt

2004-07-13 Thread Jason Dusek
Hi,
My CD-ROM has a rather discouraging message attached to it:
  ata1-master: FAILURE - ATAPI_RESET no interrupt
  acd0: CDRW QSI CD-RW/DVD-ROM SBW242U at ata1-master PIO4
(The whole dmesg is attached to this email.) What does 'FAILURE - ATAPI_RESET no 
interrupt' mean in this context?

I recently rebuilt my world and kernel with source from current. I am using a 
custom kernel (also attached) that got along fine with the CD drive before I 
rebuilt the world. A generic kernel can read the drive okay - but I wanted to 
have someone else look at this one before I started the laborious process of 
removing devices one by one to get at the cause of my trouble.

- Jason
# $FreeBSD: src/sys/i386/conf/CUSTOM,v 1.394.2.3 2004/01/26 19:42:11 nectar Exp $

machine i386
cpu I686_CPU
ident   FREEBSD

options SCHED_4BSD  #4BSD scheduler
options INET#InterNETworking
options INET6   #InterNETworking v6
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 #Compatible with FreeBSD4
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions

# BUS
device  isa
device  pci
device  agp # support several AGP chipsets

# Floppy drives
device  fdc

# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives

# Input
device  atkbdc  # AT keyboard controller
device  atkbd   # AT keyboard
device  psm # PS/2 mouse
device  vga # VGA video card driver
device  splash  # Splash screen and screen saver support
device  sc

# FPU
device  npx
device  pmtimer

# Pccard
device  cbb # cardbus (yenta) bridge
device  pccard  # PC Card (16-bit) bus
device  cardbus # CardBus (32-bit) bus

# Serial (COM) ports
device  sio # 8250, 16[45]50 based serial ports

# Parallel port
device  ppc
device  ppbus   # Parallel port bus (required)
device  lpt # Printer

# Nic
device  miibus  # MII bus support
device  bge # Broadcom BCM570xx Gigabit Ethernet

# Wireless NIC cards
device  wlan# 802.11 support
device  an  # Aironet 4500/4800 802.11 wireless NICs. 
device  wi  # WaveLAN/Intersil/Symbol 802.11 wireless NICs.

# Audio Device
device  pcm

# Pseudo devices - the number indicates how many units to allocate.
device  random  # Entropy device
device  loop# Network loopback
device  ether   # Ethernet support
device  pty # Pseudo-ttys (telnet etc)
device  bpf # Berkeley packet filter

# USB support
device  uhci# UHCI PCI-USB interface
device  usb # USB Bus (required)
device  ugen# Generic
device  ums # Mouse
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.2-CURRENT #0: Tue Jul 13 20:42:11 CDT 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) M processor 1500MHz (1495.16-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x695  Stepping = 5
  
Features=0xa7e9f9bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,TM,PBE
real memory  = 536535040 (511 MB)
avail memory = 519536640 (495 MB)
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: DELL CPi R   on motherboard
acpi0: [GIANT-LOCKED]
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x808-0x80b on acpi0
cpu0: ACPI CPU (4 Cx states) port 0x530-0x537 on acpi0
acpi_tz0: Thermal Zone port 0x530-0x537 on acpi0
acpi_acad0: AC Adapter on acpi0
acpi_cmbat0: Control Method Battery on acpi0
acpi_cmbat1: Control Method Battery on acpi0
acpi_lid0: Control Method Lid Switch on acpi0

Re: FAILURE - ATAPI_RESET no interrupt

2004-07-13 Thread Conrad J. Sabatier

On 14-Jul-2004 Jason Dusek wrote:
 Hi,
 
 My CD-ROM has a rather discouraging message attached to it:
 
ata1-master: FAILURE - ATAPI_RESET no interrupt
acd0: CDRW QSI CD-RW/DVD-ROM SBW242U at ata1-master PIO4
 
 (The whole dmesg is attached to this email.) What does 'FAILURE -
 ATAPI_RESET no 
 interrupt' mean in this context?

Seeing the same thing here, with a new world/kernel build last night
(Monday, July 12).
 
The drive is working OK, it seems.  No idea what the error message is
about.

-- 
Conrad J. Sabatier [EMAIL PROTECTED] -- In Unix veritas
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]