[ On Friday, October 6, Sean O'Connell wrote: ]
>
> John-
> 
> Have you included Soren Schmidt ([EMAIL PROTECTED]) on this thread?  He

No, I haven't explicitly. I was hoping to go sleuthing around the code a bit
and have a general idea of where he should look before I bugged him directly.

> is the maintainer/developer of the ATA stuff.  Also, what ata stuff 
> do you have in your kernel?  Do you do the full-blown,
> 
> device ata0 at blah
> device ata1 at blah
> 
> or do you use the
> 
> device ata
> 
> and let the chips fall?

I copied this kernel config from GENERIC and then edited appropriately. So,
yes, I do have the "blah" as above, but you'll notice that "device ata1" is
definitely commented out (and has been "forever") since I don't have anything
there. 

   # 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

-Jr

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| John Reynolds               WCCG, CCE, Higher Levels of Abstraction       |
| Intel Corporation   MS: CH6-210   Phone: 480-554-9092   pgr: 602-868-6512 |
| [EMAIL PROTECTED]  http://www-aec.ch.intel.com/~jreynold/      |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


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

Reply via email to