Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 1997 22:30:30 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        freebsd-chat@FreeBSD.ORG
Cc:        paulg@interlog.com (Paul Griffith)
Subject:   Re: weak support for 1522 (aic driver)
Message-ID:  <19971023223030.GK19027@uriah.heep.sax.de>
In-Reply-To: <Pine.BSI.3.95.971023095306.21176A-100000@shell1.interlog.com>; from Paul Griffith on Oct 23, 1997 10:04:20 -0400
References:  <Pine.BSI.3.95.971023095306.21176A-100000@shell1.interlog.com>

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

As Paul Griffith wrote:

> How can we improve the aic driver in FreeBSD ? I am running 2.1.6 becuase
> 2.1.7 crash with a kernal panic looking something like this:
> 
> kernal panic: historical reasons

That means the driver was about to call the kernel debugger, but there
was none.

Well, try to bug Adaptec to get some docs first.  Then, have a look
into the existing driver, and try to spot what needs to be fixed.

There's also room for improvement, i think.  The driver sources speak
about the intention to also implement DMA some day, but this
apparently never happened.

Don't forget that there's a section about kernel debugging in the
handbook -- i assume you'll need it. ;-)  If you can spare a second
machine for debugging work, remote gdb is really cool.  Single-step
your kernel in Emacs, gdb in one window, and the source in the other
one, if you want. :-)

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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