Howdy,
fbsd:~> uname -a
FreeBSD playground 3.4-RELEASE FreeBSD 3.4-RELEASE #1: Sun Mar 26
16:56:35 PST
2000 root@:/usr/src/sys/compile/McKERNEL i386
>From dmesg:
CPU: Pentium/P55C (167.05-MHz 586-class CPU)
Origin = "GenuineIntel" Id = 0x543 Stepping = 3
Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
real memory = 33554432 (32768K bytes)
chip0: <Intel 82439TX System Controller (MTXC)> rev 0x01 on pci0.0.0
chip1: <Intel 82371AB PCI to ISA bridge> rev 0x01 on pci0.7.0
ide_pci0: <Intel PIIX4 Bus-master IDE controller> rev 0x01 on pci0.7.1
chip2: <Intel 82371AB Power management controller> rev 0x01 on pci0.7.3
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc1 not found at 0x170
This makes me think the kernal is not seeing the controller at boot.
from /sys/i386/conf/McKERNEL:
controller wdc0 at isa? port "IO_WD1" bio irq 14
controller wdc1 at isa? port "IO_WD2" bio irq 15
from /usr/src/sys/i386/isa/isa.h:
#define IO_WD1 0x1F0 /* Primary Fixed Disk Controller */
#define IO_WD2 0x170 /* Secondary Fixed Disk Controller */
wd2 aka D: aka /dev/hdc is visible from dos and I'm writing this from
Slackware 7.0 mounted on /dev/hdc8.
This from Slackware's /var/log/messages:
Mar 7 13:28:39 playground kernel:
hda: WDC AC24300L, 4112MB w/256kB Cache, CHS=524/255/63, UDMA
Mar 7 13:28:39 playground kernel:
hdc: WDC AC26400R, 6149MB w/512kB Cache, CHS=13328/15/63, (U)DMA
I once had several slices on wd2s* mounted in /etc/fstab but that
doesn't work today. I'm fairly this is something I broke in FreeBSD
but can't discover where. I really don't want to re-install.
I've tried various configurations in BIOS with no luck.
I'm stumped. All suggestions welcome.
TIA,
MiKe
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message