From owner-freebsd-current Fri Feb 15 22:40:19 2002 Delivered-To: freebsd-current@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 1348D37B400 for ; Fri, 15 Feb 2002 22:40:10 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020216064009.ZTRU2951.rwcrmhc53.attbi.com@InterJet.elischer.org>; Sat, 16 Feb 2002 06:40:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id WAA39999; Fri, 15 Feb 2002 22:37:03 -0800 (PST) Date: Fri, 15 Feb 2002 22:37:01 -0800 (PST) From: Julian Elischer To: Matthew Dillon Cc: current@freebsd.org, sos@freebsd.dk Subject: Re: current kernel crashing in ata_raid_attach at boot In-Reply-To: <200202160608.g1G68Uv83371@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I made a change recently to make LINT compile because the ata raid was using the symbol ar_attach and I changed it to be atar_attach because ar_attach was already used in the if_ar driver. please check that there isn't a MACRO somewhere that automatically generates an 'ar_attach reference) (would have been satisfied in LINT by the if_ar.c version of ar_attach() and not given errors. (I wouldn't have discovered that) http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-raid.c ------ Revision 1.23 / (download) - annotate - [select for diffs], Wed Feb 6 19:35:36 2002 UTC (9 days, 10 hours ago) by julian Branch: MAIN Changes since 1.22: +1 -1 lines Diff to previous 1.22 (colored) Make LINT compile after fruitless attempts to get the authors to fix their code. ata stuff: Change name of ar_attach to not colide with existing ar_attach in if_ar.c. ---------------- On Fri, 15 Feb 2002, Matthew Dillon wrote: > This is on a DELL2550. I do not have any ATA hard drives, let alone ata > raid drives or, in fact, any raid drives of any kind. I do have an ata > CDROM. > > A Feb 5 -current kernel boots fine. > > -Matt > Matthew Dillon > > > /boot/kernel/acpi.ko text=0x2ae68 data=0x1618+0x6ec syms=[0x4+0x4df0+0x4+0x66dd] > Copyright (c) 1992-2002 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 5.0-CURRENT #0: Fri Feb 15 21:51:48 PST 2002 > dillon@apollo.backplane.com:/usr/obj/FreeBSD/FreeBSD-current/src/sys/DELL2550 > Preloaded elf kernel "/boot/kernel/kernel" at 0xc03c5000. > Preloaded elf module "/boot/kernel/acpi.ko" at 0xc03c50a8. > Timecounter "i8254" frequency 1193182 Hz > CPU: Pentium III/Pentium III Xeon/Celeron (1130.46-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 > Features=0x383fbff > real memory = 1073676288 (1048512K bytes) > avail memory = 1040916480 (1016520K bytes) > Changing APIC ID for IO APIC #0 from 0 to 2 on chip > Changing APIC ID for IO APIC #1 from 0 to 3 on chip > Programming 16 pins in IOAPIC #0 > IOAPIC #0 intpin 2 -> irq 0 > Programming 16 pins in IOAPIC #1 > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 > cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 > io0 (APIC): apic id: 2, version: 0x000f0011, at 0xfec00000 > io1 (APIC): apic id: 3, version: 0x000f0011, at 0xfec01000 > Pentium Pro MTRR support enabled > Using $PIR table, 8 entries at 0xc00fc270 > npx0: on motherboard > npx0: INT 16 interface > acpi0: on motherboard > acpi0: power button is handled as a fixed feature programming model. > Timecounter "ACPI" frequency 3579545 Hz > acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 > acpi_cpu0: on acpi0 > acpi_cpu1: on acpi0 > acpi_pcib0: on acpi0 > pci0: on acpi_pcib0 > pci0: at device 14.0 (no driver attached) > isab0: port 0x8a0-0x8af at device 15.0 on pci0 > isa0: on isab0 > atapci0: port 0x8b0-0x8bf at device 15.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > acpi_pcib1: on acpi0 > IOAPIC #1 intpin 1 -> irq 2 > pci1: on acpi_pcib1 > pci1: at device 8.0 (no driver attached) > acpi_pcib2: on acpi0 > IOAPIC #1 intpin 0 -> irq 5 > pci2: on acpi_pcib2 > pcib3: at device 2.0 on pci2 > IOAPIC #1 intpin 15 -> irq 10 > IOAPIC #1 intpin 14 -> irq 11 > pci3: on pcib3 > ahc0: port 0xcc00-0xccff mem 0xfe7ff000-0xfe7fffff irq 10 at device 4.0 on pci3 > aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/255 SCBs > ahc1: port 0xc800-0xc8ff mem 0xfe7fe000-0xfe7fefff irq 11 at device 4.1 on pci3 > aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/255 SCBs > fxp0: port 0xbcc0-0xbcff mem 0xfe500000-0xfe5fffff,0xfe900000-0xfe900fff irq 5 at device 4.0 on pci2 > fxp0: Ethernet address 00:06:5b:19:be:6f > inphy0: on miibus0 > inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 on acpi0 > fdc0: FIFO enabled, 8 bytes threshold > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > atkbdc0: port 0x64,0x60 irq 1 on acpi0 > atkbd0: flags 0x1 irq 1 on atkbdc0 > sio0 port 0x3f8-0x3ff irq 4 on acpi0 > sio0: type 16550A, console > sio1 port 0x2f8-0x2ff irq 3 on acpi0 > sio1: type 16550A > fdc: fdc0 already exists; skipping it > ata: ata0 already exists; skipping it > ata: ata1 already exists; skipping it > atkbdc: atkbdc0 already exists; skipping it > sio: sio0 already exists; skipping it > sio: sio1 already exists; skipping it > sc: sc0 already exists; skipping it > vga: vga0 already exists; skipping it > orm0: