On Wed, Mar 01, 2000 at 06:02:50AM +0000, Georgios Kossionis wrote:
> HPT366: onboard version of chipset, pin1=1 pin2=2
> HPT366: IDE controller on PCI bus 00 dev 98
> HPT366: not 100% native mode: will probe irqs later
> ide2: BM-DMA at 0xb800-0xb807, BIOS settings: hde:DMA, hdf:pio
> HPT366: IDE controller on PCI bus 00 dev 99
> HPT366: not 100% native mode: will probe irqs later
> ide3: BM-DMA at 0xc400-0xc407, BIOS settings: hdg:pio, hdh:pio
> hde: probing with STATUS(0x50) instead of ALTSTATUS(0xff)
> hde: ST328040A, ATA DISK drive
> hdf: probing with STATUS(0x00) instead of ALTSTATUS(0xff)
> hdf: probing with STATUS(0x00) instead of ALTSTATUS(0xff)
> ide2 at 0xb000-0xb007,0xb206 on irq 15
>
> Of course when i tried to fdisk it then:
>
> [root@Jufis /root]# fdisk /dev/hde
>
> Unable to open /dev/hde
mknod /dev/hde b 33 0
mknod /dev/hdf b 33 64
mknod /dev/hdg b 34 0
mknod /dev/hdh b 34 64
(i hope those numbers are right - that's only from memory :) cat
/proc/devices or see linux/Documentation/devices.txt for more info)
you'll have to make all the hde1, hde2, hdf1, etc. devices too.. might
be an idea to grab a MAKEDEV* script off somebody.
-- : Andre Pang <andrep@vjolnir.org> - Purruna Pty Ltd - ph# 0411.882299 : : #ozone - http://www.vjolnir.org/ozone/ | trust in love to save :- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Tue Mar 07 2000 - 21:00:09 EST