AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20070712100137.77915fd4@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<brian.stark@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
RMID:#imap/andys@onstor.net@onstor-exch02.onstor.net/INBOX	0	BB375AF679D4A34E9CA8DFA650E2B04E047C388A@onstor-exch02.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Thu, 12 Jul 2007 10:02:20 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: "Brian Stark" <brian.stark@onstor.com>
Subject: Re: i'll be taking the rest of the week off
Message-ID: <20070712100220.38892d08@ripper.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E047C388A@onstor-exch02.onstor.net>
References: <20070710202546.77cd1ce8@ripper.onstor.net>
	<BB375AF679D4A34E9CA8DFA650E2B04E047C388A@onstor-exch02.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

I went through the driver line by line and realized that the interrupt
code was all wrong, re-did it all, and then no more trouble with the
interrupts.  Stupid driver.  Same thing with all the logic concerning
all the status bits in the various registers.  All broken.  Sigh.

On Thu, 12 Jul 2007 09:00:23 -0700 "Brian Stark"
<brian.stark@onstor.com> wrote:

> Awesome!  I guess you figured out all those damn interrupts!
> 
> 
> Brian
>  
> 
> > -----Original Message-----
> > From: Andy Sharp 
> > Sent: Tuesday, July 10, 2007 8:26 PM
> > To: dl-cougar
> > Subject: i'll be taking the rest of the week off
> > 
> > Since I told Tim it would take me at least a week to get CF 
> > on the Cirrus/Intel part working...
> > 
> > 
> > boobcat:~# fdisk -l /dev/hda
> > This disk has both DOS and BSD magic.
> > Give the 'b' command to go to BSD mode.
> > 
> > Disk /dev/hda: 512 MB, 512483328 bytes
> > 16 heads, 63 sectors/track, 993 cylinders Units = cylinders 
> > of 1008 * 512 = 516096 bytes
> > 
> >    Device Boot      Start         End      Blocks   Id  System
> > /dev/hda1   *           1         992      499936+   6  FAT16
> > boobcat:~# fdisk -l /dev/hdc
> > This disk has both DOS and BSD magic.
> > Give the 'b' command to go to BSD mode.
> > 
> > Disk /dev/hdc: 1024 MB, 1024450560 bytes
> > 32 heads, 63 sectors/track, 992 cylinders Units = cylinders 
> > of 2016 * 512 = 1032192 bytes
> > 
> >    Device Boot      Start         End      Blocks   Id  System
> > /dev/hdc1               1         700      705568+  83  Linux
> > /dev/hdc2             701         720       20160   82  Linux 
> > swap / Solaris
> > /dev/hdc3             721         992      274176   83  Linux
> > boobcat:~# mount /dev/hdc1 /mnt
> > kjournald starting.  Commit interval 5 seconds
> > EXT3 FS on hdc1, internal journal             
> > EXT3-fs: mounted filesystem with ordered data mode.
> > boobcat:~# swapon /dev/hdc2
> > Adding 20152k swap on /dev/hdc2.  Priority:-1 extents:1
> > across:20152k
> > boobcat:~#                                                           
> > 
> > 
