From owner-freebsd-current Fri Aug 6 2: 3:47 1999 Delivered-To: freebsd-current@freebsd.org Received: from snafu.adept.org (adsl-63-193-112-19.dsl.snfc21.pacbell.net [63.193.112.19]) by hub.freebsd.org (Postfix) with ESMTP id 425B415005 for ; Fri, 6 Aug 1999 02:03:42 -0700 (PDT) (envelope-from mike@snafu.adept.org) Received: from localhost (mike@localhost) by snafu.adept.org (8.9.3/8.9.3) with ESMTP id CAA00369; Fri, 6 Aug 1999 02:01:47 -0700 (PDT) Date: Fri, 6 Aug 1999 02:01:47 -0700 (PDT) From: Mike Hoskins To: Soren Schmidt Cc: freebsd-current@FreeBSD.ORG Subject: Re: Promise/IDE (and NICs too!) In-Reply-To: <199908051816.UAA41276@freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 vga-pci0: irq 9 at device 0.0 on pci1 isab0: at device 7.0 on pci0 ata-pci0: 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: irq 11 at device 7.2 on pci0 chip2: 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: on motherboard fdc0: 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: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3b0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: 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: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 ata1: unwanted interrupt 1 status = ff ata0: master: setting up UDMA2 mode on PIIX4 chip OK ad0: 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: 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