Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2000 09:24:07 -0700
From:      Kent Stewart <kstewart@3-cities.com>
To:        Oleg Strizhak <indian@pcbtech.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: 4.0 stable new kernel not boot -- ad0 probs
Message-ID:  <39466027.3C41630B@3-cities.com>
References:  <005e01bfd23a$3d016160$a4df36c3@Inforser.Ru> <394137EB.4DEC1850@3-cities.com> <001201bfd52d$bde354a0$a4df36c3@Inforser.Ru>

next in thread | previous in thread | raw e-mail | index | archive | help


Oleg Strizhak wrote:
> 
> > Oleg Strizhak wrote:
> > >
> > > Hi all!
> > >
> > > Could you help me: i have SUBJ prob. I've rebuild the kernel w/ custom conf.
> > > cause I've Cel-300a, Chaintech 6BTM, Quatum HDD i had enabled only
> > >
> > > device ata
> > >
> > > is that not enough for IDE drive -- should I also enable atadisk
> > > I'd like 2 keep it as clean as possible
> >
> >
> > # ATA and ATAPI devices
> > device          ata0    at isa? port IO_WD1 irq 14
> >
> > You deleted too much. This is the device driver for the HD. Until you
> > understand what works you are probably much better off not deleting
> > too much at a time. When I made my first 4.0 kernel, all I deleted
> > from GENERIC was all but the ahc0 scsi device driver and the extra
> > NIC's.
> 
> Thanx for a piece of advise -- but unfortunately it did'n help. Still the same prob.
> Here's my config (ATA device related):
> 
> # ATA and ATAPI devices
> device ata0 at isa? port IO_WD1 irq 14
> device ata1 at isa? port IO_WD2 irq 15
> device ata
> #device atadisk # ATA disk drives
> #device atapicd # ATAPI CDROM drives
> #device atapifd # ATAPI floppy drives
> #device atapist # ATAPI tape drives
> #options ATA_STATIC_ID #Static device numbering
> options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices

In the above config, I would expect you to have problems with ata
disk's because you have told it to not support atadisk's. You also
don't support CDROM, floppy, and tape drives.

My kernel configuration has 

# ATA and ATAPI devices
device          ata0    at isa? port IO_WD1 irq 14
device          ata1    at isa? port IO_WD2 irq 15
device          ata
device          atadisk                 # ATA disk drives
device          atapicd                 # ATAPI CDROM drives
device          atapifd                 # ATAPI floppy drives
device          atapist                 # ATAPI tape drives
options         ATA_STATIC_ID           #Static device numbering
#options        ATA_ENABLE_ATAPI_DMA    #Enable DMA on ATAPI devices

I could comment atapifd and atapist but I use the rest. I have an ATA
HD and an ATA CDROM.

Kent

-- 
Kent Stewart
Richland, WA

mailto:kstewart@3-cities.com
http://www.3-cities.com/~kstewart/index.html
FreeBSD News http://daily.daemonnews.org/

SETI(Search for Extraterrestrial Intelligence) @ HOME
http://setiathome.ssl.berkeley.edu/


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




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