In message <[EMAIL PROTECTED]> Bruce Burden writes:
: aic0: <Adaptec 6260/6360 SCSI controller> at port 0x340-0x35f irq 8 slot 1 on pccard1
: aic0: aic6360, dma, disconnection, parity check
: pcic0: Error 22 irq 8

I believe that irq 8 is specifically filtered at pcic interface.  It
is a bogus interrupt and generally cannot be routed to the pcic.
You'll want to use another interrupt.

:       I am a bit concerned about the second line, regarding the
:    "dma, disconnection, parity check". Note that I don't have the
:    SCSI cable connected to the card, so obviously I don't have the
:    card connected to anything. (Yes, I know, I could _try_ to 
:    hook it up. :-) ).

dma just means that the chip is capible of doing it.  The driver
doesn't do dma at all, which is good, since the FreeBSD pccard bus
doesn't support DMA at all.

:    pccard.conf parameters are of the 2/5 -current cvsup.

The irq line is likely bogus in /etc/pccard.conf.  Here's what I used
to test it.

# Generally available IO ports
io      0x300-0x360
# Generally available IRQs (Built-in sound-card owners remove 5)
irq     15
# Available memory slots
memory  0xd4000  96k
# Adaptec SlimSCSI (also included with Sony CD-ROM players)
card "Adaptec, Inc." "APA-1460 SCSI Host Adapter"
        config  0x9 "aic0" 10
        insert  echo Adaptec Slim SCSI inserted
        remove  echo Adaptec Slim SCSI removed


Warner


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

Reply via email to