I hate replying to my own posts, but I made some pretty blatant errors:

On Mon, 15 Mar 1999, Michael Rice wrote:

> > How do I get a list of which irqs are being used and by what? Also, the
> > port addresses and dma channels would be nice :)
> 
> cd /proc && cat dma interrupts ioports
> 
> > Looking through dmesg, it appears that eth1 and my scsi card are trying to
> > use the same IRQ. How do I change this?
> 
> depends on the devices, most have jumpers (my adaptec 1542B has quite a
> few to set the io,irq).

!!!!                      ^^^^
!!!!                      'most isa/vesa cards'
   Non PNP cards had to have some way of setting them, there were two 
   schools of thought here - first was a series of jumpers that you
   changed, next came the jumperless which typically have a configuration
   utility (DOS based, came on a floppy) to set the parameters.

   now there's PNP (all PCI, some newer ISA) ,where the BIOS and/or OS
   have a mechanism to assign resources to each card.

>  
> > Dumb question: what is the name of the first scsi device in /dev/? 
> 
> depends on what kind of device it is and what you mean by 'first'.  
> Linux orders them by the order they were 'discovered' or probed.  The
> first partition on the first disk will be /dev/sda0, the first scsi CDROM
> will be /dev/scd0, etc.

!!!!                                             ^^^^
!!!!                                             sda1
   disks in x86 hardware have to use the same partitioning scheme as laid
   out by the IBM/MS tools (fdisk).  I think this partitioning is called 
   'FAT' but am not sure about that.  It numbers the primary partitions
   1,2,3, and 4, and logical partitions from 5.

_____________________   _                    _   _________________________
         Michael Rice  |_|    Collective    |_|  http://www.colltech.com
   [EMAIL PROTECTED]    |_  technologies  _|    512 263 5500 voice
512 342 6301 Motorola      []            []      "The Power Of Many Minds"   

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to