public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andreas Dilger <adilger@turbolinux.com>
To: Charles Wilkins <chas@pcscs.com>
Cc: Andreas Dilger <adilger@turbolinux.com>,
	Linux Kernel mailing list <linux-kernel@vger.kernel.org>,
	Linux Raid mailing list <linux-raid@vger.kernel.org>
Subject: Re: Fw: max number of ide controllers?
Date: Fri, 22 Dec 2000 14:26:23 -0700 (MST)	[thread overview]
Message-ID: <200012222126.eBMLQNY19430@webber.adilger.net> (raw)
In-Reply-To: <00d901c06c57$5ece3220$2b6e60cf@pcscs.com> "from Charles Wilkins at Dec 22, 2000 03:40:07 pm"

Charles Wilkins writes:
> I have ide.2.2.18.1209.patch applied. The kernel is 2.2.18.
> So what is the answer? 4 controllers max or 10 for my kernel?

10 controllers if you have the IDE patches applied.  4 otherwise.

> I have done this. There are no conflicts.
> SB32 uses 0x168-0x16f,0x36e,10 and nothing else does.

> What would be the correct kernel command to manually set up the SB32 as ide
> 4 for the above resources?

in your lilo.conf, add a line:
append="ide4=0x168,0x36e,10"

See /usr/src/linux/Documentation/ide.txt for more info.  You may need to
specify the I/O ports for ide2 and ide3 in this case, as the above I/O
ports are for ide3.

> I have the following hd devices in /dev.

> hda 3,0
> hdb 3,64
> hdc 22,0
> hdd 22,64
> hde 33,0
> hdf 33,64
> hdg 34,0
> hdh 34,64

> How do I go about making devices for hdi, hdj, hdk, hdl, hdm, hdn, etc ?

> i.e. which major and minor numbers do I use?

If you have a reasonably recent /dev/MAKEDEV installed, you should be able
to just do "cd /dev; ./MAKEDEV hdi hdj hdk hdl", but failing that,

hdi = 56,0
hdj = 56,64
hdk = 57,0
hdl = 57,64

You can always check /usr/src/linux/Documentation/devices.txt for more.

Cheers, Andreas
-- 
Andreas Dilger  \ "If a man ate a pound of pasta and a pound of antipasto,
                 \  would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/               -- Dogbert
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2000-12-22 21:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-22 19:30 Fw: max number of ide controllers? Charles Wilkins
2000-12-22 20:32 ` Andreas Dilger
2000-12-22 20:40   ` Charles Wilkins
2000-12-22 21:26     ` Andreas Dilger [this message]
2000-12-22 22:24       ` Andrzej Krzysztofowicz
2000-12-23  4:04         ` Charles Wilkins

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=200012222126.eBMLQNY19430@webber.adilger.net \
    --to=adilger@turbolinux.com \
    --cc=chas@pcscs.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    /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