Re: ata driver question..

1999-09-27 Thread Viren R. Shah

 "Soren" == Soren Schmidt [EMAIL PROTECTED] writes:

 Soren It seems Viren R. Shah wrote:
  
  I made world and build a new kernel on Friday the 24th, and later that
  evening, I got these:
  
  Sep 24 18:00:33 jabberwock /kernel: ata0-master: ad_timeout: lost disk contact - 
 resetting
  Sep 24 18:00:33 jabberwock /kernel: ata0: resetting devices .. done

 Soren Be sure you have the latest, I fixed a couble of bugs in the timeout
 Soren code on friday, you shoudl have versions:

That turned out to be the problem -- I cvsupped at an inconvenient
time.  Thanks.

 Soren -Søren

Note to self: cvsup and rebuild world before posting to -current.

Viren 
-- 
Viren R. Shah  | "For oft, when on my couch I lie
[EMAIL PROTECTED]  |  In vacant or in pensive mood, 
Research Associate |  They flash upon that inward eye 
RST Inc.   |  Which is the bliss of solitude;" --WW


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



ata driver question..

1999-09-26 Thread Viren R. Shah


I made world and build a new kernel on Friday the 24th, and later that
evening, I got these:

Sep 24 18:00:33 jabberwock /kernel: ata0-master: ad_timeout: lost disk contact - 
resetting
Sep 24 18:00:33 jabberwock /kernel: ata0: resetting devices .. done




Today morning, I found my machine "hung" (couldn't kill old processes,
couldn't start new ones). 

Any ideas?


Here's the kernel config:

#
#
# For more information read the handbook part System Administration - 
# Configuring the FreeBSD Kernel - The Configuration File. 
# The handbook is available in /usr/share/doc/handbook or online as
# latest version from the FreeBSD World Wide Web server 
# URL:http://www.FreeBSD.ORG/
#
# An exhaustive list of options and more detailed explanations of the 
# device lines is present in the ./LINT configuration file. If you are 
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
#   $Id: GENERIC,v 1.118 1998/09/18 00:46:40 mjacob Exp $

machine "i386"
cpu "I686_CPU"
ident   "J38"
maxusers128

options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE#Allow users to grab the console


# Allow the FFS to use Softupdates technology.
# To do this you need to copy the two files
# /sys/ufs/ffs/softdep.h and /sys/ufs/ffs/ffs_softdep.c
# from /usr/src/contrib/sys/softupdates
# and understand the licensing restrictions.
# You should also check on the FreeBSD website for newer versions.
optionsSOFTUPDATES

controller  isa0
controller  pci0

controller  fdc0at isa? port "IO_FD1"  irq 6 drq 2 
diskfd0 at fdc0 drive 0

controller  ata0
device  atadisk0# ATA disk drives
device  atapicd0# ATAPI CDROM drives
#device atapifd0# ATAPI floppy drives
#device atapist0# ATAPI tape drives


controller  ahc0


device  pass0
controller  scbus0

device  da0

# atkbdc0 controls both the keyboard and the PS/2 mouse
controller atkbdc0 at isa? port IO_KBD
device atkbd0  at atkbdc?  irq 1
device psm0at atkbdc?  irq 12

device  vga0at isa? port ? conflicts
device  sc0 at isa? 

device npx0at nexus? port IO_NPX irq 13


device  sio0at isa? port "IO_COM1" flags 0x10  irq 4 





pseudo-device   loop
pseudo-device   ether
pseudo-device   pty 48
pseudo-device   bpf 2   #Berkeley packet filter
#pseudo-device   splash

# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
options KTRACE  #kernel tracing

# This provides support for System V shared memory.
#
options SYSVSHM
options SYSVSEM
options SYSVMSG

# sound card stuff

controller pnp0

#device pcm0 at nexus ? port?  irq 5 drq 1 
device pcm0  

options USER_LDT#allow user-level control of i386 ldt

options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L




-- 
Viren Shah  | IF YOU CAN'T BE GOOD, BE LOUD.
[EMAIL PROTECTED]   |  -- Frank Hill
RST, Inc|


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message