Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 1999 02:01:47 -0700 (PDT)
From:      Mike Hoskins <mike@snafu.adept.org>
To:        Soren Schmidt <sos@freebsd.dk>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Promise/IDE (and NICs too!)
Message-ID:  <Pine.BSF.4.10.9908060154240.240-100000@snafu.adept.org>
In-Reply-To: <199908051816.UAA41276@freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 5 Aug 1999, Soren Schmidt wrote:

> Thats the promise controller, try the ata driver instead an use the
> following patch, let me know if it works...

The patch applied cleanly...  I still get:

Copyright (c) 1992-1999 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 4.0-CURRENT #0: Fri Aug  6 01:12:13 PDT 1999
    mike@snafu.adept.org:/usr/src/sys/compile/SNAFU
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 299942752 Hz
CPU: Pentium II (299.94-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x633  Stepping = 3
  Features=0x80f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,MMX>
real memory  = 134217728 (131072K bytes)
avail memory = 127594496 (124604K bytes)
Pentium Pro MTRR support enabled
Probing for PnP devices:
CSN 1 Vendor ID: CTL00c7 [0xc7008c0e] Serial 0x1c422c08 Comp ID: PNPb02f [0x2fb0d041]
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Intel 82443LX (440 LX) host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
pcib1: <Intel 82443LX (440 LX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
vga-pci0: <NVidia Riva128 graphics accelerator> irq 9 at device 0.0 on pci1
isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
ata-pci0: <Intel PIIX4 IDE controller> at device 7.1 on pci0
ata-pci0: Busmastering DMA supported
ata0 at 0x01f0 irq 14 on ata-pci0
ata1 at 0x0170 irq 15 on ata-pci0
chip1: <UHCI USB controller> irq 11 at device 7.2 on pci0
chip2: <Intel 82371AB Power management controller> at device 7.3 on pci0
pci0: unknown card DBZ4d38 (vendor=0x105a, dev=0x4d38) at 14.0 irq 9
pn0: <82c169 PNIC 10/100BaseTX> irq 11 at device 16.0 on pci0
pn0: Ethernet address: 00:c0:f0:48:18:51
pn0: autoneg complete, link status good (half-duplex, 10Mbps)
isa0: <ISA bus> on motherboard
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <keyboard controller (i8042)> at port 0x60-0x6f on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
vga0: <Generic ISA VGA> at port 0x3b0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> on isa0
sc0: VGA <16 virtual consoles, flags=0x200>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0 at port 0x378-0x37f irq 7 flags 0x40 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
lpt0: <generic printer> on ppbus 0
lpt0: Interrupt-driven port
ppi0: <generic parallel i/o> on ppbus 0
ata1: unwanted interrupt 1 status = ff
ata0: master: setting up UDMA2 mode on PIIX4 chip OK
ad0: <IBM-DHEA-38451/HP8OA20C> ATA-3 disk at ata0 as master
ad0: 8063MB (16514064 sectors), 16383 cyls, 16 heads, 63 S/T, 512 B/S
ad0: piomode=4, dmamode=2, udmamode=2
ad0: 16 secs/int, 0 depth queue, DMA mode
acd0: <TOSHIBA CD-ROM XM-6102B/1106> CDROM drive at ata1 as master
acd0: drive speed 4133 - 4134KB/sec, 256KB cache
acd0: supported read types: CD-R, CD-RW, CD-DA
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: no/blank disc inside, unlocked
changing root device to wd0s1a

I'm seeing the onboard controller and its devices, but nothing from the
Promise card.

Out of curiosity, is this all I really need in my kernel config:

controller      ata0
device          atadisk0        # ATA disk drives
device          atapicd0        # ATAPI CDROM drives

Just double checking...  although I must admit, I've toyed with every
permutation imaginable.

Oh, on a side note, the NIC's been changed from xl0 to pn0 (yes, I know,
both are crapy cards - someday maybe an Intel will fall into my poor
lap)... reason is my network connection seems to 'come and go'.  By that I
mean I'll be fine (IRC, mail, ping, etc.) one minute, then *boom* I loose
all connectivity - can't even ping my gateway...  This happened with xl0,
so I tried pn0...  still happens...  is my DSL provider to blame, or is
something up with -current?

Traceroutes from outside boxes to me during these times die at my box, not
within my provider's network...

						-Mike



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9908060154240.240-100000>