From owner-freebsd-stable@FreeBSD.ORG Sat Nov 25 18:55:43 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08BED16A415 for ; Sat, 25 Nov 2006 18:55:43 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D77843D70 for ; Sat, 25 Nov 2006 18:54:43 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from db2.internal (db2.internal [10.202.2.12]) by out1.messagingengine.com (Postfix) with ESMTP id 08B8A11ED8 for ; Sat, 25 Nov 2006 13:55:33 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by db2.internal (MEProxy); Sat, 25 Nov 2006 13:55:33 -0500 X-Sasl-enc: u1XGSeEf3pLT5g0TnRF6OPCUVYWOcXg2wEBHT7zxHRYB 1164480932 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 305D764C4 for ; Sat, 25 Nov 2006 13:55:31 -0500 (EST) Message-ID: <456891A1.7080208@FreeBSD.org> Date: Sat, 25 Nov 2006 18:55:29 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.5 (X11/20060825) MIME-Version: 1.0 To: freebsd-stable@FreeBSD.org Content-Type: multipart/mixed; boundary="------------010300080705000805010604" Cc: Subject: 6.2-RC: Problem with SATA on ASUS Vintage AH-3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2006 18:55:43 -0000 This is a multi-part message in MIME format. --------------010300080705000805010604 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, When I try to boot the FreeBSD 6.2-RC kernel as of today on an ASUS Vintage AH-3 system (Athlon XP 3000+), I get a similar error message to that described in this thread: http://www.mail-archive.com/freebsd-questions@freebsd.org/msg150224.html ... i.e. "atapci2: AHCI controller reset failure". I do not see this problem with 6.1-RELEASE. As the root disk for this machine is SATA, this means I cannot boot 6.2. The onboard controller is an AcerLabs M5287. A JMicron card is in the machine's single PCI-e slot which is why the onboard SATA is numbered atapci2. ATA_STATIC_ID is enabled in my kernel configuration. There is nothing connected to the JMicron card; it is detected successfully under both 6.1 and 6.2. I've attached the kernel config and a dmesg of a successful 6.1 boot. For some reason I can't get loader-time serial console to work on this machine, so regrettably can't provide a full 6.2-RC1 dmesg. Thanks for any help you can provide. Regards, BMS --------------010300080705000805010604 Content-Type: text/plain; name="ANGLEPOISE" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ANGLEPOISE" # # $Id$ # # Configuration for ASUS Vintage amd64 # machine amd64 cpu HAMMER ident ANGLEPOISE maxusers 0 makeoptions KERNEL=kernel # Disable non-optimal GCC builtin functions makeoptions CONF_CFLAGS=-fno-builtin # Additional roll-ins makeoptions FDC_PCCARD=0 #do not build pcmcia floppy support # Kernel Debugging options makeoptions DEBUG=-g #Build kernel with full symbols options INCLUDE_CONFIG_FILE #Include this file in kernel options ADAPTIVE_GIANT options KDB options KDB_TRACE #backtrace on ddb entry options GDB options DDB #Enable the kernel debugger options KTRACE #ktrace(1) support # # Only build the following modules # makeoptions MODULES_OVERRIDE="nmdm nfsclient nfsserver an speaker bridge if_gre if_disc if_faith if_gif if_tun if_sl if_ppp if_stf if_tap if_vlan ubsa ucom uvisor udbp udf uhid ukbd ulpt uscanner ums umass umodem uplcom uvscom uftdi sound/driver/ich sound/sound procfs linprocfs md vpo plip ppi lpt splash/bmp splash/pcx dummynet crypto cryptodev rndtest aio libiconv cbb cardbus exca pccard libmchain ntfs syscons/blank syscons/daemon syscons/logo fdc wlan rc4 ugen firewire firewire/sbp firewire/fwe firewire/fwip firewire/sbp_targ usb msdosfs drm/drm drm/i915 fxp ath ath_rate_amrr ath_hal netgraph/bluetooth/bluetooth netgraph/bluetooth/hci netgraph/bluetooth/l2cap netgraph/bluetooth/socket netgraph/bluetooth/h4 netgraph/bluetooth/ubt netgraph/bluetooth/ubtbcmfw smbfs" # Process Scheduler options SCHED_4BSD #Use the non-experimental scheduler options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions # system personalities options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options COMPAT_FREEBSD5 #Compatible with FreeBSD5 options COMPAT_IA32 options COMPAT_LINUX32 # SYSV extensions options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores # IP networking options INET #InterNETworking options INET6 #IPv6 communications protocols options ZERO_COPY_SOCKETS #enable zero copy socket code # Disk geometry (GEOM) subsystem options GEOM_MBR #i386 MBRs options GEOM_BSD #BSD disklabels options GEOM_VOL #get volume names from FFS superblock options GEOM_BDE #GEOM disk encryption #options GEOM_GPT # this panics kernel don't know why # FFS options options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories # Are these actually needed, for UFS2? options UFS_ACL #Support for access control lists options UFS_EXTATTR options UFS_EXTATTR_AUTOSTART # Other FS options options MD_ROOT #MD is a potential root device options CD9660 #ISO 9660 Filesystem options PSEUDOFS #Pseudo-filesystem framework options PROCFS #Process filesystem (requires PSEUDOFS) device io device mem # Commodity buses device isa device pci device agp device acpi device atpic # CAM API (SCSI high-level layer) device scbus device ch device da device sa device cd device ses device pt device targ device targbh device pass options SCSI_DELAY=1000 #1s delay on probe/reset options CAMDEBUG #Include SCSI debug code device ata #ATA/ATAPI bus support device ataraid #ATA raid support device atadisk #ATA disk drives device atapicd #ATAPI CDROM drives options ATA_STATIC_ID #Static ATA device numbering # XXX: This causes weird boot panics #device atapicam #ATAPI -> SCSI (requires CAM) # SCSI options options SCSI_DELAY=2000 #Delay (in ms) before probing SCSI # Keyboard and mouse device atkbdc #AT keyboard controller device atkbd #AT keyboard device kbdmux device psm #PS/2 mouse (requires atkbdc) options PSM_HOOKRESUME #hook the system resume event, useful options PSM_RESETAFTERSUSPEND #reset the device at the resume event options KBD_INSTALL_CDEV #create /dev/kbdN # Basic video card support device vga #VGA video card driver #options VESA # VESA BIOS support (as module) options FB_INSTALL_CDEV #create /dev/fbN # System console device sc #SCO-style console driver device splash #Splash screen support options MAXCONS=16 #number of virtual consoles options SC_ALT_MOUSE_IMAGE #simplified mouse cursor in text mode options SC_PIXEL_MODE #add support for the raster text mode options SC_DISABLE_KDBKEY #disable `debug' key options SC_DISABLE_REBOOT #disable reboot key sequence device puc # PCI comms device uart # Serial comms device ppc # parallel port device ppbus # Parallel port bus (required) device miibus # MII bus support # Pseudo devices device random # Entropy device device loop # Network loopback device ether # Ethernet support device pty # Pseudo-ttys (telnet etc) device bpf # Berkeley packet filter # PF device pf #PF OpenBSD packet-filter firewall device pflog #logging support interface for PF device pfsync #synchronization interface for PF # ALTQ bandwidth shaping options ALTQ options ALTQ_CBQ options ALTQ_RED options ALTQ_RIO options ALTQ_HFSC options ALTQ_PRIQ options ALTQ_NOPCC # required for SMP options ALTQ_CDNR # traffic conditioner options ALTQ_DEBUG # IPSEC #options FAST_IPSEC #new IPsec (cannot define w/ IPSEC) #options IPSEC_DEBUG #debug for IP security device crypto device cryptodev --------------010300080705000805010604 Content-Type: text/plain; name="dmesg.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg.txt" Copyright (c) 1992-2006 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 6.1-RELEASE-p8 #0: Sun Nov 19 19:46:49 GMT 2006 root@anglepoise.lon.incunabulum.net:/usr/src/sys/amd64/compile/ANGLEPOISE ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 Processor 3000+ (1800.07-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x20ff2 Stepping = 2 Features=0x78bfbff Features2=0x1 AMD Features=0xe2500800 AMD Features2=0x1 real memory = 1039859712 (991 MB) avail memory = 995389440 (949 MB) ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 5.0 (no driver attached) pcib2: at device 6.0 on pci0 pci2: on pcib2 pci2: at device 0.0 (no driver attached) pcib3: at device 7.0 on pci0 pci3: on pcib3 atapci0: port 0xcc00-0xcc07,0xc880-0xc883,0xc800-0xc807,0xc480-0xc483,0xc400-0xc40f mem 0xfe5fe000-0xfe5fffff irq 19 at device 0.0 on pci3 ata2: on atapci0 ata3: on atapci0 ata4: on atapci0 pcib4: at device 25.0 on pci0 pci4: on pcib4 pci4: at device 16.0 (no driver attached) pci4: at device 18.0 (no driver attached) pci0: at device 28.0 (no driver attached) pci0: at device 28.1 (no driver attached) pci0: at device 28.2 (no driver attached) pci0: at device 28.3 (no driver attached) pci0: at device 29.0 (no driver attached) isab0: at device 30.0 on pci0 isa0: on isab0 pci0: at device 30.1 (no driver attached) atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xff00-0xff0f at device 31.0 on pci0 ata0: on atapci1 ata1: on atapci1 atapci2: port 0xec00-0xec0f,0xe880-0xe887,0xe800-0xe80f,0xe480-0xe487,0xe400-0xe41f mem 0xfebff800-0xfebffbff irq 21 at device 31.1 on pci0 ata5: on atapci2 ata6: on atapci2 ata7: on atapci2 ata8: on atapci2 acpi_button0: on acpi0 ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: on ppc0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] uart0: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 orm0: at iomem 0xc0000-0xccfff,0xcd000-0xcdfff,0xce000-0xcffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0 at vga0 Timecounter "TSC" frequency 1800071742 Hz quality 800 Timecounters tick every 1.000 msec acd0: DVDROM at ata1-master UDMA33 ad10: 157066MB at ata5-master SATA150 Trying to mount root from ufs:/dev/ad10s2a ohci0: mem 0xfebfc000-0xfebfcfff irq 17 at device 28.0 on pci0 ohci0: [GIANT-LOCKED] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered ohci1: mem 0xfebfd000-0xfebfdfff irq 18 at device 28.1 on pci0 ohci1: [GIANT-LOCKED] usb1: OHCI version 1.0, legacy support usb1: SMM does not respond, resetting usb1: on ohci1 usb1: USB revision 1.0 uhub1: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 3 ports with 3 removable, self powered ohci2: mem 0xfebfe000-0xfebfefff irq 19 at device 28.2 on pci0 ohci2: [GIANT-LOCKED] usb2: OHCI version 1.0, legacy support usb2: SMM does not respond, resetting usb2: on ohci2 usb2: USB revision 1.0 uhub2: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 3 ports with 3 removable, self powered ehci0: mem 0xfebffc00-0xfebffcff irq 23 at device 28.3 on pci0 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 3 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: AcerLabs EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 8 ports with 8 removable, self powered fxp0: port 0xdc00-0xdc3f mem 0xfeaff000-0xfeafffff,0xfe900000-0xfe9fffff irq 17 at device 16.0 on pci4 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:90:27:59:40:2c fxp0: link state changed to DOWN fxp0: link state changed to UP --------------010300080705000805010604--