9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: matt@proweb.co.uk
To: 9fans@cse.psu.edu
Subject: Re: [9fans] install w/Smart Array 3200
Date: Thu, 11 Mar 2004 01:38:51 +0000	[thread overview]
Message-ID: <571993b7d0d1aea69b4d7a10f3f9e995@juice.thebigchoice.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0403101919200.4181@willow.nutstreet.net>

Hi,

with not having actually tested mine I didn't want to hazard a guess until someone else tried

here's the news you probably don't want :

I have FreeBSD installed on my 1600 proliant though it is due to come out of the co-lo soon 

dmesg reports the SMART as
ida0: <Compaq SMART-2SL array controller> port 0x3000-0x30ff mem 0xb8000000-0xbfffffff,0xc6ffff00-0xc6ffffff irq 11 at device 0.0 on pci2
ida0: drives=1 firm_rev=4.48
idad0: <Compaq Logical Drive> on ida0
idad0: 8673MB (17764320 sectors), blocksize=512


and looking in the kernel conf
device          ida             # Compaq Smart RAID

means that it is specialised so for it to work in plan9 someone will have to write a driver for it

The code for it is available and is under the BSD license

%pwd
/usr/src/sys/dev/ida
%ls -l
total 52
-rw-r--r--  1 root  wheel  13565 Mar  1  2001 ida.c
-rw-r--r--  1 root  wheel   7837 Nov 27  2001 ida_disk.c
-rw-r--r--  1 root  wheel   8364 Jul 30  2001 ida_eisa.c
-rw-r--r--  1 root  wheel   7850 Jul 30  2001 ida_pci.c
-rw-r--r--  1 root  wheel   4346 Jul 27  2000 idareg.h
-rw-r--r--  1 root  wheel   5691 Jul 30  2001 idavar.h
%cat * | wc
    1881    5702   47653


If you don't have a FBSD handy it's in CVS

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ida/

matt


  reply	other threads:[~2004-03-11  1:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-09 17:39 [9fans] Beginner question on how to change owner of files in fossil plan9
2004-03-09 17:52 ` andrey mirtchovski
2004-03-09 18:03   ` plan9
2004-03-09 18:11     ` rog
2004-03-09 18:10       ` plan9
2004-03-10 16:48     ` [9fans] install w/Smart Array 3200 Eric KD5UWL
2004-03-11  1:20       ` Eric KD5UWL
2004-03-11  1:38         ` matt [this message]
2004-03-11  1:51           ` Eric KD5UWL
2004-03-11  2:28             ` Martin Harriss

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=571993b7d0d1aea69b4d7a10f3f9e995@juice.thebigchoice.com \
    --to=matt@proweb.co.uk \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).