From angel.arancibia at gmail.com Sat Nov 1 07:12:02 2008 From: angel.arancibia at gmail.com (Angel Arancibia) Date: Sat Nov 1 07:12:08 2008 Subject: icc for amd64 Message-ID: <2c91a67a0811010644r443ae4efxa783a8896e656639@mail.gmail.com> Hi, There is any way to install intel icc compiler for amd64? It would be grate to have native optimized code for intel's machines. Thanks Angel From joe at zircon.seattle.wa.us Sat Nov 1 14:00:12 2008 From: joe at zircon.seattle.wa.us (Joe Kelsey) Date: Sat Nov 1 15:42:08 2008 Subject: amd64/128524: No geom documentation for loading gjournal Message-ID: <20081101205721.2158.qmail@zircon.seattle.wa.us> >Number: 128524 >Category: amd64 >Synopsis: No geom documentation for loading gjournal >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 01 21:00:11 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Joe Kelsey >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: Joseph M. Kelsey >Environment: System: FreeBSD zircon.zircon.seattle.wa.us 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #26: Mon Oct 27 20:08:55 PDT 2008 root@zircon.zircon.seattle.wa.us:/usr/obj/usr/src/sys/ZIRCON amd64 >Description: I am trying to use gjournal on two different disk drives and have been frustrated over the lack of documentation. To start with, there is no explanation over why certain commands are necessary. For instance, what does the "gjournal load" command do? The man page says that the geom command documents it. However, none of the actual "load" commands are necessary in the standard 7.x kernel build, since everything is loaded by default. However, for some unknowable reason, you actually have to issue the gjournal load command in order to actually cause the various .journal devices to magically appear. This is especially true at boot time. This is in spite of the fact that geom_journal_load is not documented anywhere, relying on someone just guessing that it will cause the right thing to happen. Why do I need to do this? How does this whole thing interact with labels? Why do I sometimes get label devices with, for example, labels1a.journal and sometimes label? What sequence of events causes the label to move from /dev/label/ufs to /dev/ufs to other palces? How to I actually control it? Another problem occurs when you want to experiment with journalling. As soon as you get one method of journalling started, you can never change it because the journal stuff will never let go. For instance, I wanted to reformat my disk to try different ways of setting up partitions on the drive to effectively support journalling. What are the recommended sizes to use for the data versus journal provider? Should I do a newfs on both? I have setteled on 10% for journal and the rest for data with no actual file system on the journal provider. However it took a long time to repartition the disk drive since the stupid journal would not let go of the drive. I had to boot into single user without loading the journal stuff in order to actually have disklabel -e work correctly. There needs to be a reliable way to cause the journalling to let go of the device in order to actually accomplish something. >How-To-Repeat: Run gjournal without doing gjournal load. Look at the various things that do not happen correctly. >Fix: The latest handbook on my disk is different from the handbook on freebsd.org. Why is that? >Release-Note: >Audit-Trail: >Unformatted: From tinderbox at freebsd.org Sun Nov 2 21:25:48 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sun Nov 2 21:25:59 2008 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20081103052544.C884573039@freebsd-current.sentex.ca> TB --- 2008-11-03 03:40:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-11-03 03:40:01 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-11-03 03:40:01 - cleaning the object tree TB --- 2008-11-03 03:40:48 - cvsupping the source tree TB --- 2008-11-03 03:40:48 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-11-03 03:40:56 - building world (CFLAGS=-O -pipe) TB --- 2008-11-03 03:40:56 - cd /src TB --- 2008-11-03 03:40:56 - /usr/bin/make -B buildworld >>> World build started on Mon Nov 3 03:40:58 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Mon Nov 3 05:25:41 UTC 2008 TB --- 2008-11-03 05:25:41 - generating LINT kernel config TB --- 2008-11-03 05:25:41 - cd /src/sys/amd64/conf TB --- 2008-11-03 05:25:41 - /usr/bin/make -B LINT TB --- 2008-11-03 05:25:42 - building LINT kernel (COPTFLAGS=) TB --- 2008-11-03 05:25:42 - cd /src TB --- 2008-11-03 05:25:42 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Nov 3 05:25:42 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree [...] ===> aio (cleandir) rm -f export_syms aio.ko aio.kld vfs_aio.o opt_vfs_aio.h vnode_if.h vnode_if_newproto.h vnode_if_typedef.h rm -f @ machine rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> amr (cleandir) rm -f export_syms amr.ko amr.kld amr.o amr_pci.o amr_disk.o pci_if.h bus_if.h device_if.h ===> amr/amr_cam (clean) cd: can't cd to /src/sys/modules/amr/amr_cam *** Error code 2 Stop in /src/sys/modules/amr. *** Error code 1 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-11-03 05:25:44 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-11-03 05:25:44 - ERROR: failed to build lint kernel TB --- 2008-11-03 05:25:44 - tinderbox aborted TB --- 4543.31 user 566.83 system 6343.48 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From delphij at FreeBSD.org Sun Nov 2 23:35:23 2008 From: delphij at FreeBSD.org (delphij@FreeBSD.org) Date: Mon Nov 3 04:23:23 2008 Subject: amd64/87977: [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G Message-ID: <200811030735.mA37ZMtD046288@freefall.freebsd.org> Synopsis: [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G State-Changed-From-To: open->feedback State-Changed-By: delphij State-Changed-When: Mon Nov 3 07:34:45 UTC 2008 State-Changed-Why: Dear submitter, Do you think the problem still exists in recent FreeBSD versions? Thanks in advance! Responsible-Changed-From-To: freebsd-amd64->delphij Responsible-Changed-By: delphij Responsible-Changed-When: Mon Nov 3 07:34:45 UTC 2008 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=87977 From bugmaster at FreeBSD.org Mon Nov 3 03:06:49 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 3 04:23:46 2008 Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org Message-ID: <200811031106.mA3B6mlG010822@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/128524 amd64 No geom documentation for loading gjournal o amd64/128263 amd64 [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a o amd64/128259 amd64 csh(1): "`" crashes csh o amd64/128236 amd64 portsdb -Uu Indexing error f kern/128102 amd64 AsusRock 939N68PV-GLAN not recognized o amd64/127787 amd64 [lor] 3 lock LOR in recent CURRENT o amd64/127640 amd64 GCC will not build shared libraries with -fprofile-gen o amd64/127492 amd64 [zfs] System hang on ZFS input-output o amd64/127484 amd64 [timecounters] Drift problem with FreeBSD 7.0 and 7.1 o amd64/127451 amd64 [scheduler] incorrect load on quad core o amd64/127397 amd64 [amd64] 32bit application on FreeBSD-6.3 amd64 gets SI s amd64/127276 amd64 ldd(1) invokes linux yes o amd64/127129 amd64 mdconfig(8) is core dumping with Segmentation Fault 11 f amd64/125943 amd64 Serial Consoles do not work on amd64 freebsd o amd64/125873 amd64 [smbd] [panic] Repeated kernel panics, trap 12 page fa o amd64/125002 amd64 [install] amd64, SATA hard disks not detected o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o amd64/123562 amd64 [install] FreeBSD amd64 not installs o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o amd64/122468 amd64 Compile problems after upgrading to 7.0 o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails o amd64/121590 amd64 [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/119936 amd64 [install] FreeBSD 7.0-RC1 amd64 and i386 installer dis o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A a amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 s amd64/116689 amd64 [request] support for MSI K9MM-V f amd64/116670 amd64 [ata] onboard SATA RAID1 controllers not supported for o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on f amd64/116457 amd64 [install] can't install freebsd on dv9420us o amd64/116322 amd64 [panic] At start fsck on current, the system panics o amd64/116159 amd64 [panic] Panic while debugging on CURRENT s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number f amd64/111992 amd64 [boot] BTX failed - HP Laptop dv2315nr o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv f amd64/103259 amd64 [ar] Cannot use ataraid on nvidia nForce4+amd64 o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP f amd64/94989 amd64 [boot] BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff f amd64/91492 amd64 [boot] BTX halted o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/89501 amd64 [install] System crashes on install using ftp on local o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 s amd64/85273 amd64 [install] FreeBSD (NetBSD or OpenBSD) not install on l o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/76136 amd64 [hang] system halts before reboot o amd64/74747 amd64 [panic] System panic on shutdown when process will not o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up 81 problems total. From amon at aelita.org Thu Nov 6 07:45:19 2008 From: amon at aelita.org (Herve Boulouis) Date: Thu Nov 6 07:45:39 2008 Subject: Multiple panics with 7.1-PRERELEASE amd64 and varnish In-Reply-To: <20081106102931.GD596@ra.aabs> References: <20081106102931.GD596@ra.aabs> Message-ID: <20081106150548.GF596@ra.aabs> Le 06/11/2008 11:29, Herve Boulouis a écrit: I just tried to reboot one of the boxes without kern.ipc.maxpipekva=104857600 to check for kva problems but crashes persists, though the stack is completely different now. This time I included all the corrupt parts of the stack that I had stripped in my original email but they are similar (from frame 18 to end). Any ideas ? Unread portion of the kernel message buffer: vm_page_free: pindex(188034), busy(1), VPO_BUSY(0), hold(0) panic: vm_page_free: freeing busy page cpuid = 2 Uptime: 1h1m2s Physical memory: 4085 MB Dumping 289 MB: 274 258 242 226 210 194 178 162 146 130 114 98 82 66 50 34 18 2 #0 doadump () at pcpu.h:195 195 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt #0 doadump () at pcpu.h:195 #1 0x0000000000000000 in ?? () #2 0xffffffff803c6b8d in boot (howto=260) at ../../../kern/kern_shutdown.c:418 #3 0xffffffff803c6e48 in panic (fmt=Variable "fmt" is not available. ) at ../../../kern/kern_shutdown.c:572 #4 0xffffffff8059d816 in vm_page_free_toq (m=0x0) at ../../../vm/vm_page.c:1281 #5 0xffffffff8059d9c1 in vm_page_free (m=Variable "m" is not available. ) at ../../../vm/vm_page.c:498 #6 0xffffffff80411795 in socow_iodone (addr=Variable "addr" is not available. ) at ../../../kern/uipc_cow.c:92 #7 0xffffffff804129ca in mb_free_ext (m=0xffffff000ba64c00) at ../../../kern/uipc_mbuf.c:257 #8 0xffffffff80416781 in sbdrop_internal (sb=0xffffff000b4b2cc8, len=15469) at mbuf.h:515 #9 0xffffffff804168c0 in sbdrop_locked (sb=Variable "sb" is not available. ) at ../../../kern/uipc_sockbuf.c:898 #10 0xffffffff80418e05 in soisdisconnected (so=0xffffff000b4b2b40) at ../../../kern/uipc_socket.c:3158 #11 0xffffffff804e15b3 in tcp_close (tp=0xffffff000b6a8888) at ../../../netinet/tcp_subr.c:782 #12 0xffffffff804e16fa in tcp_drop (tp=0xffffff000b6a8888, errno=60) at ../../../netinet/tcp_subr.c:662 #13 0xffffffff804e65c2 in tcp_timer_rexmt (xtp=Variable "xtp" is not available. ) at ../../../netinet/tcp_timer.c:455 #14 0xffffffff803d81a3 in softclock (dummy=Variable "dummy" is not available. ) at ../../../kern/kern_timeout.c:274 #15 0xffffffff803a9a91 in ithread_loop (arg=Variable "arg" is not available. ) at ../../../kern/kern_intr.c:1088 #16 0xffffffff803a6a01 in fork_exit (callout=0xffffffff803a98d8 , arg=0xffffff00010fcb80, frame=0xffffffffad853c80) at ../../../kern/kern_fork.c:804 #17 0xffffffff8060d98e in fork_trampoline () at ../../../amd64/amd64/exception.S:455 #18 0x0000000000000000 in ?? () #19 0x0000000000000000 in ?? () #20 0x0000000000000001 in ?? () #21 0x0000000000000000 in ?? () #22 0x0000000000000000 in ?? () #23 0x0000000000000000 in ?? () #24 0x0000000000000000 in ?? () #25 0x0000000000000000 in ?? () #26 0x0000000000000000 in ?? () #27 0x0000000000000000 in ?? () #28 0x0000000000000000 in ?? () #29 0x0000000000000000 in ?? () #30 0x0000000000000000 in ?? () #31 0x0000000000000000 in ?? () #32 0x0000000000000000 in ?? () #33 0x0000000000000000 in ?? () #34 0x0000000000000000 in ?? () #35 0x0000000000000000 in ?? () #36 0x0000000000000000 in ?? () #37 0x0000000000000000 in ?? () #49 0xffffff000110e370 in ?? () #50 0xffffffff803e5d68 in sched_switch (td=0xffffffff803a98d8, newtd=Variable "newtd" is not available. ) at ../../../kern/sched_ule.c:1938 #51 0x0000000000000000 in ?? () #52 0x0000000000000000 in ?? () #53 0x0000000000000000 in ?? () #54 0x0000000000000000 in ?? () #55 0x0000000000000000 in ?? () #56 0x0000000000000000 in ?? () #57 0x0000000000000000 in ?? () #58 0x0000000000000000 in ?? () #59 0x0000000000000000 in ?? () #60 0x0000000000000000 in ?? () #61 0x0000000000000000 in ?? () #62 0x0000000000000000 in ?? () #63 0x0000000000000000 in ?? () #64 0x0000000000000000 in ?? () #65 0x0000000000000000 in ?? () #66 0x0000000000000000 in ?? () #67 0x0000000000000000 in ?? () #68 0x0000000000000000 in ?? () #69 0x0000000000000000 in ?? () #70 0x0000000000000000 in ?? () ---Type to continue, or q to quit--- #71 0x0000000000000000 in ?? () #72 0x0000000000000000 in ?? () #73 0x0000000000000000 in ?? () #74 0x0000000000000000 in ?? () #75 0x0000000000000000 in ?? () #76 0x0000000000000000 in ?? () #77 0x0000000000000000 in ?? () #78 0x0000000000000000 in ?? () #79 0x0000000000000000 in ?? () #80 0x0000000000000000 in ?? () #81 0x0000000000000000 in ?? () #82 0x0000000000000000 in ?? () #83 0x0000000000000000 in ?? () #84 0x0000000000000000 in ?? () #85 0x0000000000000000 in ?? () #86 0x0000000000000000 in ?? () #87 0x0000000000000000 in ?? () #88 0x0000000000000000 in ?? () #89 0x0000000000000000 in ?? () #90 0x0000000000000000 in ?? () #91 0x0000000000000000 in ?? () #92 0x0000000000000000 in ?? () #93 0x0000000000000000 in ?? () #94 0x0000000000000000 in ?? () #95 0x0000000000000000 in ?? () #96 0x0000000000000000 in ?? () #97 0x0000000000000000 in ?? () #98 0x0000000000000000 in ?? () #99 0x0000000000000000 in ?? () #100 0x0000000000000000 in ?? () #101 0x0000000000000000 in ?? () #102 0x0000000000000000 in ?? () #103 0x0000000000000000 in ?? () #104 0x0000000000000000 in ?? () #105 0x0000000000000000 in ?? () #106 0x0000000000000000 in ?? () #107 0x0000000000000000 in ?? () #108 0x0000000000000000 in ?? () #109 0x0000000000000000 in ?? () #110 0x0000000000000000 in ?? () #111 0x0000000000000000 in ?? () #112 0x0000000000000000 in ?? () #113 0x0000000000000000 in ?? () #114 0x0000000000000000 in ?? () #115 0x0000000000000000 in ?? () #116 0x0000000000000000 in ?? () #117 0x0000000000000000 in ?? () #118 0x0000000000000000 in ?? () Cannot access memory at address 0xffffffffad854000 (kgdb) -- Herve Boulouis From tinderbox at freebsd.org Thu Nov 6 11:28:15 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Nov 6 11:28:27 2008 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20081106192811.61FB773039@freebsd-current.sentex.ca> TB --- 2008-11-06 18:20:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-11-06 18:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-11-06 18:20:00 - cleaning the object tree TB --- 2008-11-06 18:20:58 - cvsupping the source tree TB --- 2008-11-06 18:20:58 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-11-06 18:21:05 - building world (CFLAGS=-O -pipe) TB --- 2008-11-06 18:21:05 - cd /src TB --- 2008-11-06 18:21:05 - /usr/bin/make -B buildworld >>> World build started on Thu Nov 6 18:21:07 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] ===> usr.bin/dirname (all) cc -O -pipe -fstack-protector -c /src/usr.bin/dirname/dirname.c cc -O -pipe -fstack-protector -o dirname dirname.o ===> usr.bin/du (all) cc -O -pipe -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/usr.bin/du/du.c cc1: warnings being treated as errors /src/usr.bin/du/du.c: In function 'main': /src/usr.bin/du/du.c:276: warning: format '%jd' expects type 'intmax_t', but argument 2 has type 'long long int' *** Error code 1 Stop in /src/usr.bin/du. *** Error code 1 Stop in /src/usr.bin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-11-06 19:28:11 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-11-06 19:28:11 - ERROR: failed to build world TB --- 2008-11-06 19:28:11 - tinderbox aborted TB --- 2877.90 user 358.85 system 4090.79 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Fri Nov 7 03:08:29 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Nov 7 03:08:42 2008 Subject: [releng_7 tinderbox] failure on amd64/amd64 Message-ID: <20081107110826.804271B5078@freebsd-stable.sentex.ca> TB --- 2008-11-07 09:22:50 - tinderbox 2.4 running on freebsd-stable.sentex.ca TB --- 2008-11-07 09:22:50 - starting RELENG_7 tinderbox run for amd64/amd64 TB --- 2008-11-07 09:22:50 - cleaning the object tree TB --- 2008-11-07 09:23:18 - cvsupping the source tree TB --- 2008-11-07 09:23:18 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/amd64/amd64/supfile TB --- 2008-11-07 09:23:25 - building world (CFLAGS=-O2 -pipe) TB --- 2008-11-07 09:23:25 - cd /src TB --- 2008-11-07 09:23:25 - /usr/bin/make -B buildworld >>> World build started on Fri Nov 7 09:23:26 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Fri Nov 7 10:58:49 UTC 2008 TB --- 2008-11-07 10:58:49 - generating LINT kernel config TB --- 2008-11-07 10:58:49 - cd /src/sys/amd64/conf TB --- 2008-11-07 10:58:49 - /usr/bin/make -B LINT TB --- 2008-11-07 10:58:49 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-11-07 10:58:49 - cd /src TB --- 2008-11-07 10:58:49 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Nov 7 10:58:49 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_ntptime.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_physio.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_pmc.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_poll.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_priv.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_proc.c /src/sys/kern/kern_proc.c: In function 'sysctl_kern_proc_vmmap': /src/sys/kern/kern_proc.c:1454: error: too few arguments to function 'VOP_GETATTR' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-11-07 11:08:26 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-11-07 11:08:26 - ERROR: failed to build lint kernel TB --- 2008-11-07 11:08:26 - tinderbox aborted TB --- 5073.91 user 567.19 system 6336.27 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-amd64-amd64.full From hans.doh at gmail.com Fri Nov 7 16:50:02 2008 From: hans.doh at gmail.com (Hans) Date: Fri Nov 7 19:10:33 2008 Subject: amd64/128686: can't detect SATA Disk on 8.0-Current with NF550 Message-ID: <200811080043.mA80hZls002194@www.freebsd.org> >Number: 128686 >Category: amd64 >Synopsis: can't detect SATA Disk on 8.0-Current with NF550 >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 08 00:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Hans >Release: 8.0-Current >Organization: >Environment: >Description: i had today update current kernel after reboot than failed detect disk but few month ago kernel not problem pciconv -l -v none0@pci0:0:0:0: class=0x050000 card=0xcb8410de chip=0x036910de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' device = 'MCP55 Memory Controller' class = memory subclass = RAM isab0@pci0:0:1:0: class=0x060100 card=0xcb8410de chip=0x036010de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'MCP55 LPC Bridge' class = bridge subclass = PCI-ISA none1@pci0:0:1:1: class=0x0c0500 card=0xcb8410de chip=0x036810de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'MCP55 SMBus' class = serial bus subclass = SMBus ohci0@pci0:0:2:0: class=0x0c0310 card=0xcb8410de chip=0x036c10de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' device = 'MCP55 USB Controller' class = serial bus subclass = USB ehci0@pci0:0:2:1: class=0x0c0320 card=0xcb8410de chip=0x036d10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'MCP55 USB Controller' class = serial bus subclass = USB atapci0@pci0:0:4:0: class=0x01018a card=0xcb8410de chip=0x036e10de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' device = 'MCP55 IDE' class = mass storage subclass = ATA atapci1@pci0:0:5:0: class=0x010185 card=0xcb8410de chip=0x037f10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'MCP55 SATA Controller' class = mass storage subclass = ATA atapci2@pci0:0:5:1: class=0x010185 card=0xcb8410de chip=0x037f10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'MCP55 SATA Controller' class = mass storage subclass = ATA atapci3@pci0:0:5:2: class=0x010185 card=0xcb8410de chip=0x037f10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'MCP55 SATA Controller' class = mass storage subclass = ATA pcib1@pci0:0:6:0: class=0x060401 card=0xcb8410de chip=0x037010de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' device = 'MCP55 PCI bridge' class = bridge subclass = PCI-PCI none2@pci0:0:6:1: class=0x040300 card=0x889116f3 chip=0x037110de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'ADI 1988B 8 Channel High Definition Audio' class = multimedia subclass = HDA nfe0@pci0:0:8:0: class=0x068000 card=0xcb8410de chip=0x037310de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'MCP55 Ethernet' class = bridge pcib2@pci0:0:10:0: class=0x060400 card=0x000010de chip=0x037610de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' device = 'MCP55 PCIe bridge' class = bridge subclass = PCI-PCI pcib3@pci0:0:11:0: class=0x060400 card=0x000010de chip=0x037410de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' device = 'MCP55 PCIe bridge' class = bridge subclass = PCI-PCI pcib4@pci0:0:12:0: class=0x060400 card=0x000010de chip=0x037410de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' device = 'MCP55 PCIe bridge' class = bridge subclass = PCI-PCI pcib5@pci0:0:13:0: class=0x060400 card=0x000010de chip=0x037810de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' device = 'MCP55 PCIe bridge' class = bridge subclass = PCI-PCI pcib6@pci0:0:14:0: class=0x060400 card=0x000010de chip=0x037510de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' device = 'MCP55 PCIe bridge' class = bridge subclass = PCI-PCI pcib7@pci0:0:15:0: class=0x060400 card=0x000010de chip=0x037710de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' device = 'MCP55 PCIe bridge' class = bridge subclass = PCI-PCI hostb0@pci0:0:24:0: class=0x060000 card=0x00000000 chip=0x11001022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(K8) Athlon 64/Opteron HyperTransport Technology Configuration' class = bridge subclass = HOST-PCI hostb1@pci0:0:24:1: class=0x060000 card=0x00000000 chip=0x11011022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(K8) Athlon 64/Opteron Address Map' class = bridge subclass = HOST-PCI hostb2@pci0:0:24:2: class=0x060000 card=0x00000000 chip=0x11021022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(K8) Athlon 64/Opteron DRAM Controller' class = bridge subclass = HOST-PCI hostb3@pci0:0:24:3: class=0x060000 card=0x00000000 chip=0x11031022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(K8) Athlon 64/Opteron Miscellaneous Control' class = bridge subclass = HOST-PCI none3@pci0:1:7:0: class=0x040000 card=0x046219b8 chip=0x880014f1 rev=0x05 hdr=0x00 vendor = 'Conexant Systems, Inc.' device = '23880 Conexant 23880 Video Capture (NTSC)' class = multimedia subclass = video none4@pci0:1:7:1: class=0x048000 card=0x046219b8 chip=0x881114f1 rev=0x05 hdr=0x00 vendor = 'Conexant Systems, Inc.' device = 'CX2388x TV Capture Chip' class = multimedia none5@pci0:1:7:2: class=0x048000 card=0x046219b8 chip=0x880214f1 rev=0x05 hdr=0x00 vendor = 'Conexant Systems, Inc.' device = 'CX2388x TV Capture Chip' class = multimedia none6@pci0:1:9:0: class=0x0c0010 card=0x30441106 chip=0x30441106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT6306 VIA Fire II IEEE-1394 OHCI Link Layer Controller' class = serial bus subclass = FireWire vgapci0@pci0:7:0:0: class=0x030000 card=0x00000000 chip=0x040210de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' device = 'GeForce 8600 GT' class = display subclass = VGA >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From rhurlin at gwdg.de Fri Nov 7 23:50:31 2008 From: rhurlin at gwdg.de (Rainer Hurling) Date: Fri Nov 7 23:50:38 2008 Subject: amd64/128686: can't detect SATA Disk on 8.0-Current with NF550 In-Reply-To: <200811080043.mA80hZls002194@www.freebsd.org> References: <200811080043.mA80hZls002194@www.freebsd.org> Message-ID: <49153DC7.1040201@gwdg.de> Same here. With older kernel (april 2008) under amd64 (CURRENT) all disks are found, with actual kernels not. So I am not able to boot any more('Trying to mount root ...'). This error came in some weeks ago. I found no time to analyse and report. With i386 mode on the same system there are no problems. dmesg shows older nvidia chipset: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 4 .0 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] atapci1: port 0xc480-0xc487,0xc400-0xc403,0xc080-0xc087,0xc000-0xc003,0xbc00-0xbc0f mem 0xfbef9000-0xfbef9fff irq 23 at device 5.0 on pci0 atapci1: [ITHREAD] ata2: on atapci1 ata2: [ITHREAD] ata3: on atapci1 ata3: [ITHREAD] atapci2: port 0xb880-0xb887,0xb800-0xb803,0xb480-0xb487,0xb400-0xb403,0xb080-0xb08f mem 0xfbef8000-0xfbef8fff irq 20 at device 5.1 on pci0 atapci2: [ITHREAD] ata4: on atapci2 ata4: [ITHREAD] ata5: on atapci2 ata5: [ITHREAD] Tell me if I can help. Thank you, Rainer On 08.11.2008 01:43 (UTC+1), Hans wrote: >> Number: 128686 >> Category: amd64 >> Synopsis: can't detect SATA Disk on 8.0-Current with NF550 >> Confidential: no >> Severity: critical >> Priority: low >> Responsible: freebsd-amd64 >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: sw-bug >> Submitter-Id: current-users >> Arrival-Date: Sat Nov 08 00:50:01 UTC 2008 >> Closed-Date: >> Last-Modified: >> Originator: Hans >> Release: 8.0-Current >> Organization: >> Environment: >> Description: > i had today update current kernel > after reboot than failed detect disk > but few month ago kernel not problem > > pciconv -l -v > > none0@pci0:0:0:0: class=0x050000 card=0xcb8410de chip=0x036910de rev=0xa1 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'MCP55 Memory Controller' > class = memory > subclass = RAM > isab0@pci0:0:1:0: class=0x060100 card=0xcb8410de chip=0x036010de rev=0xa2 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'MCP55 LPC Bridge' > class = bridge > subclass = PCI-ISA > none1@pci0:0:1:1: class=0x0c0500 card=0xcb8410de chip=0x036810de rev=0xa2 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'MCP55 SMBus' > class = serial bus > subclass = SMBus > ohci0@pci0:0:2:0: class=0x0c0310 card=0xcb8410de chip=0x036c10de rev=0xa1 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'MCP55 USB Controller' > class = serial bus > subclass = USB > ehci0@pci0:0:2:1: class=0x0c0320 card=0xcb8410de chip=0x036d10de rev=0xa2 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'MCP55 USB Controller' > class = serial bus > subclass = USB > atapci0@pci0:0:4:0: class=0x01018a card=0xcb8410de chip=0x036e10de rev=0xa1 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'MCP55 IDE' > class = mass storage > subclass = ATA > atapci1@pci0:0:5:0: class=0x010185 card=0xcb8410de chip=0x037f10de rev=0xa2 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'MCP55 SATA Controller' > class = mass storage > subclass = ATA > atapci2@pci0:0:5:1: class=0x010185 card=0xcb8410de chip=0x037f10de rev=0xa2 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'MCP55 SATA Controller' > class = mass storage > subclass = ATA > atapci3@pci0:0:5:2: class=0x010185 card=0xcb8410de chip=0x037f10de rev=0xa2 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'MCP55 SATA Controller' > class = mass storage > subclass = ATA > pcib1@pci0:0:6:0: class=0x060401 card=0xcb8410de chip=0x037010de rev=0xa2 hdr=0x01 > vendor = 'Nvidia Corp' > device = 'MCP55 PCI bridge' > class = bridge > subclass = PCI-PCI > none2@pci0:0:6:1: class=0x040300 card=0x889116f3 chip=0x037110de rev=0xa2 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'ADI 1988B 8 Channel High Definition Audio' > class = multimedia > subclass = HDA > nfe0@pci0:0:8:0: class=0x068000 card=0xcb8410de chip=0x037310de rev=0xa2 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'MCP55 Ethernet' > class = bridge > pcib2@pci0:0:10:0: class=0x060400 card=0x000010de chip=0x037610de rev=0xa2 hdr=0x01 > vendor = 'Nvidia Corp' > device = 'MCP55 PCIe bridge' > class = bridge > subclass = PCI-PCI > pcib3@pci0:0:11:0: class=0x060400 card=0x000010de chip=0x037410de rev=0xa2 hdr=0x01 > vendor = 'Nvidia Corp' > device = 'MCP55 PCIe bridge' > class = bridge > subclass = PCI-PCI > pcib4@pci0:0:12:0: class=0x060400 card=0x000010de chip=0x037410de rev=0xa2 hdr=0x01 > vendor = 'Nvidia Corp' > device = 'MCP55 PCIe bridge' > class = bridge > subclass = PCI-PCI > pcib5@pci0:0:13:0: class=0x060400 card=0x000010de chip=0x037810de rev=0xa2 hdr=0x01 > vendor = 'Nvidia Corp' > device = 'MCP55 PCIe bridge' > class = bridge > subclass = PCI-PCI > pcib6@pci0:0:14:0: class=0x060400 card=0x000010de chip=0x037510de rev=0xa2 hdr=0x01 > vendor = 'Nvidia Corp' > device = 'MCP55 PCIe bridge' > class = bridge > subclass = PCI-PCI > pcib7@pci0:0:15:0: class=0x060400 card=0x000010de chip=0x037710de rev=0xa2 hdr=0x01 > vendor = 'Nvidia Corp' > device = 'MCP55 PCIe bridge' > class = bridge > subclass = PCI-PCI > hostb0@pci0:0:24:0: class=0x060000 card=0x00000000 chip=0x11001022 rev=0x00 hdr=0x00 > vendor = 'Advanced Micro Devices (AMD)' > device = '(K8) Athlon 64/Opteron HyperTransport Technology Configuration' > class = bridge > subclass = HOST-PCI > hostb1@pci0:0:24:1: class=0x060000 card=0x00000000 chip=0x11011022 rev=0x00 hdr=0x00 > vendor = 'Advanced Micro Devices (AMD)' > device = '(K8) Athlon 64/Opteron Address Map' > class = bridge > subclass = HOST-PCI > hostb2@pci0:0:24:2: class=0x060000 card=0x00000000 chip=0x11021022 rev=0x00 hdr=0x00 > vendor = 'Advanced Micro Devices (AMD)' > device = '(K8) Athlon 64/Opteron DRAM Controller' > class = bridge > subclass = HOST-PCI > hostb3@pci0:0:24:3: class=0x060000 card=0x00000000 chip=0x11031022 rev=0x00 hdr=0x00 > vendor = 'Advanced Micro Devices (AMD)' > device = '(K8) Athlon 64/Opteron Miscellaneous Control' > class = bridge > subclass = HOST-PCI > none3@pci0:1:7:0: class=0x040000 card=0x046219b8 chip=0x880014f1 rev=0x05 hdr=0x00 > vendor = 'Conexant Systems, Inc.' > device = '23880 Conexant 23880 Video Capture (NTSC)' > class = multimedia > subclass = video > none4@pci0:1:7:1: class=0x048000 card=0x046219b8 chip=0x881114f1 rev=0x05 hdr=0x00 > vendor = 'Conexant Systems, Inc.' > device = 'CX2388x TV Capture Chip' > class = multimedia > none5@pci0:1:7:2: class=0x048000 card=0x046219b8 chip=0x880214f1 rev=0x05 hdr=0x00 > vendor = 'Conexant Systems, Inc.' > device = 'CX2388x TV Capture Chip' > class = multimedia > none6@pci0:1:9:0: class=0x0c0010 card=0x30441106 chip=0x30441106 rev=0x80 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT6306 VIA Fire II IEEE-1394 OHCI Link Layer Controller' > class = serial bus > subclass = FireWire > vgapci0@pci0:7:0:0: class=0x030000 card=0x00000000 chip=0x040210de rev=0xa1 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'GeForce 8600 GT' > class = display > subclass = VGA > >> How-To-Repeat: > >> Fix: > > >> Release-Note: >> Audit-Trail: >> Unformatted: From koitsu at FreeBSD.org Sat Nov 8 00:24:36 2008 From: koitsu at FreeBSD.org (Jeremy Chadwick) Date: Sat Nov 8 00:24:43 2008 Subject: amd64/128686: can't detect SATA Disk on 8.0-Current with NF550 In-Reply-To: <49153DC7.1040201@gwdg.de> References: <200811080043.mA80hZls002194@www.freebsd.org> <49153DC7.1040201@gwdg.de> Message-ID: <20081108082434.GA7042@icarus.home.lan> Apologies for top-posting. Soren, is this a known regression in CURRENT? (Possibly related to the modularisation of the ata(4) chipset pieces?) -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | On Sat, Nov 08, 2008 at 08:20:39AM +0100, Rainer Hurling wrote: > Same here. > > With older kernel (april 2008) under amd64 (CURRENT) all disks are > found, with actual kernels not. So I am not able to boot any > more('Trying to mount root ...'). > > This error came in some weeks ago. I found no time to analyse and > report. With i386 mode on the same system there are no problems. > > > dmesg shows older nvidia chipset: > atapci0: port > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 4 > .0 on pci0 > ata0: on atapci0 > ata0: [ITHREAD] > ata1: on atapci0 > ata1: [ITHREAD] > atapci1: port > 0xc480-0xc487,0xc400-0xc403,0xc080-0xc087,0xc000-0xc003,0xbc00-0xbc0f > mem 0xfbef9000-0xfbef9fff irq 23 at device 5.0 on pci0 > atapci1: [ITHREAD] > ata2: on atapci1 > ata2: [ITHREAD] > ata3: on atapci1 > ata3: [ITHREAD] > atapci2: port > 0xb880-0xb887,0xb800-0xb803,0xb480-0xb487,0xb400-0xb403,0xb080-0xb08f > mem 0xfbef8000-0xfbef8fff irq 20 at device 5.1 on pci0 > atapci2: [ITHREAD] > ata4: on atapci2 > ata4: [ITHREAD] > ata5: on atapci2 > ata5: [ITHREAD] > > > Tell me if I can help. > > Thank you, > Rainer > > > On 08.11.2008 01:43 (UTC+1), Hans wrote: >>> Number: 128686 >>> Category: amd64 >>> Synopsis: can't detect SATA Disk on 8.0-Current with NF550 >>> Confidential: no >>> Severity: critical >>> Priority: low >>> Responsible: freebsd-amd64 >>> State: open >>> Quarter: Keywords: Date-Required: >>> Class: sw-bug >>> Submitter-Id: current-users >>> Arrival-Date: Sat Nov 08 00:50:01 UTC 2008 >>> Closed-Date: >>> Last-Modified: >>> Originator: Hans >>> Release: 8.0-Current >>> Organization: >>> Environment: >>> Description: >> i had today update current kernel after reboot than failed detect disk >> but few month ago kernel not problem >> >> pciconv -l -v >> >> none0@pci0:0:0:0: class=0x050000 card=0xcb8410de chip=0x036910de rev=0xa1 hdr=0x00 >> vendor = 'Nvidia Corp' >> device = 'MCP55 Memory Controller' >> class = memory >> subclass = RAM >> isab0@pci0:0:1:0: class=0x060100 card=0xcb8410de chip=0x036010de rev=0xa2 hdr=0x00 >> vendor = 'Nvidia Corp' >> device = 'MCP55 LPC Bridge' >> class = bridge >> subclass = PCI-ISA >> none1@pci0:0:1:1: class=0x0c0500 card=0xcb8410de chip=0x036810de rev=0xa2 hdr=0x00 >> vendor = 'Nvidia Corp' >> device = 'MCP55 SMBus' >> class = serial bus >> subclass = SMBus >> ohci0@pci0:0:2:0: class=0x0c0310 card=0xcb8410de chip=0x036c10de rev=0xa1 hdr=0x00 >> vendor = 'Nvidia Corp' >> device = 'MCP55 USB Controller' >> class = serial bus >> subclass = USB >> ehci0@pci0:0:2:1: class=0x0c0320 card=0xcb8410de chip=0x036d10de rev=0xa2 hdr=0x00 >> vendor = 'Nvidia Corp' >> device = 'MCP55 USB Controller' >> class = serial bus >> subclass = USB >> atapci0@pci0:0:4:0: class=0x01018a card=0xcb8410de chip=0x036e10de rev=0xa1 hdr=0x00 >> vendor = 'Nvidia Corp' >> device = 'MCP55 IDE' >> class = mass storage >> subclass = ATA >> atapci1@pci0:0:5:0: class=0x010185 card=0xcb8410de chip=0x037f10de rev=0xa2 hdr=0x00 >> vendor = 'Nvidia Corp' >> device = 'MCP55 SATA Controller' >> class = mass storage >> subclass = ATA >> atapci2@pci0:0:5:1: class=0x010185 card=0xcb8410de chip=0x037f10de rev=0xa2 hdr=0x00 >> vendor = 'Nvidia Corp' >> device = 'MCP55 SATA Controller' >> class = mass storage >> subclass = ATA >> atapci3@pci0:0:5:2: class=0x010185 card=0xcb8410de chip=0x037f10de rev=0xa2 hdr=0x00 >> vendor = 'Nvidia Corp' >> device = 'MCP55 SATA Controller' >> class = mass storage >> subclass = ATA >> pcib1@pci0:0:6:0: class=0x060401 card=0xcb8410de chip=0x037010de rev=0xa2 hdr=0x01 >> vendor = 'Nvidia Corp' >> device = 'MCP55 PCI bridge' >> class = bridge >> subclass = PCI-PCI >> none2@pci0:0:6:1: class=0x040300 card=0x889116f3 chip=0x037110de rev=0xa2 hdr=0x00 >> vendor = 'Nvidia Corp' >> device = 'ADI 1988B 8 Channel High Definition Audio' >> class = multimedia >> subclass = HDA >> nfe0@pci0:0:8:0: class=0x068000 card=0xcb8410de chip=0x037310de rev=0xa2 hdr=0x00 >> vendor = 'Nvidia Corp' >> device = 'MCP55 Ethernet' >> class = bridge >> pcib2@pci0:0:10:0: class=0x060400 card=0x000010de chip=0x037610de rev=0xa2 hdr=0x01 >> vendor = 'Nvidia Corp' >> device = 'MCP55 PCIe bridge' >> class = bridge >> subclass = PCI-PCI >> pcib3@pci0:0:11:0: class=0x060400 card=0x000010de chip=0x037410de rev=0xa2 hdr=0x01 >> vendor = 'Nvidia Corp' >> device = 'MCP55 PCIe bridge' >> class = bridge >> subclass = PCI-PCI >> pcib4@pci0:0:12:0: class=0x060400 card=0x000010de chip=0x037410de rev=0xa2 hdr=0x01 >> vendor = 'Nvidia Corp' >> device = 'MCP55 PCIe bridge' >> class = bridge >> subclass = PCI-PCI >> pcib5@pci0:0:13:0: class=0x060400 card=0x000010de chip=0x037810de rev=0xa2 hdr=0x01 >> vendor = 'Nvidia Corp' >> device = 'MCP55 PCIe bridge' >> class = bridge >> subclass = PCI-PCI >> pcib6@pci0:0:14:0: class=0x060400 card=0x000010de chip=0x037510de rev=0xa2 hdr=0x01 >> vendor = 'Nvidia Corp' >> device = 'MCP55 PCIe bridge' >> class = bridge >> subclass = PCI-PCI >> pcib7@pci0:0:15:0: class=0x060400 card=0x000010de chip=0x037710de rev=0xa2 hdr=0x01 >> vendor = 'Nvidia Corp' >> device = 'MCP55 PCIe bridge' >> class = bridge >> subclass = PCI-PCI >> hostb0@pci0:0:24:0: class=0x060000 card=0x00000000 chip=0x11001022 rev=0x00 hdr=0x00 >> vendor = 'Advanced Micro Devices (AMD)' >> device = '(K8) Athlon 64/Opteron HyperTransport Technology Configuration' >> class = bridge >> subclass = HOST-PCI >> hostb1@pci0:0:24:1: class=0x060000 card=0x00000000 chip=0x11011022 rev=0x00 hdr=0x00 >> vendor = 'Advanced Micro Devices (AMD)' >> device = '(K8) Athlon 64/Opteron Address Map' >> class = bridge >> subclass = HOST-PCI >> hostb2@pci0:0:24:2: class=0x060000 card=0x00000000 chip=0x11021022 rev=0x00 hdr=0x00 >> vendor = 'Advanced Micro Devices (AMD)' >> device = '(K8) Athlon 64/Opteron DRAM Controller' >> class = bridge >> subclass = HOST-PCI >> hostb3@pci0:0:24:3: class=0x060000 card=0x00000000 chip=0x11031022 rev=0x00 hdr=0x00 >> vendor = 'Advanced Micro Devices (AMD)' >> device = '(K8) Athlon 64/Opteron Miscellaneous Control' >> class = bridge >> subclass = HOST-PCI >> none3@pci0:1:7:0: class=0x040000 card=0x046219b8 chip=0x880014f1 rev=0x05 hdr=0x00 >> vendor = 'Conexant Systems, Inc.' >> device = '23880 Conexant 23880 Video Capture (NTSC)' >> class = multimedia >> subclass = video >> none4@pci0:1:7:1: class=0x048000 card=0x046219b8 chip=0x881114f1 rev=0x05 hdr=0x00 >> vendor = 'Conexant Systems, Inc.' >> device = 'CX2388x TV Capture Chip' >> class = multimedia >> none5@pci0:1:7:2: class=0x048000 card=0x046219b8 chip=0x880214f1 rev=0x05 hdr=0x00 >> vendor = 'Conexant Systems, Inc.' >> device = 'CX2388x TV Capture Chip' >> class = multimedia >> none6@pci0:1:9:0: class=0x0c0010 card=0x30441106 chip=0x30441106 rev=0x80 hdr=0x00 >> vendor = 'VIA Technologies Inc' >> device = 'VT6306 VIA Fire II IEEE-1394 OHCI Link Layer Controller' >> class = serial bus >> subclass = FireWire >> vgapci0@pci0:7:0:0: class=0x030000 card=0x00000000 chip=0x040210de rev=0xa1 hdr=0x00 >> vendor = 'Nvidia Corp' >> device = 'GeForce 8600 GT' >> class = display >> subclass = VGA >> >>> How-To-Repeat: >> >>> Fix: >> >> >>> Release-Note: >>> Audit-Trail: >>> Unformatted: > > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" From rhurlin at gwdg.de Sat Nov 8 02:43:56 2008 From: rhurlin at gwdg.de (Rainer Hurling) Date: Sat Nov 8 02:44:03 2008 Subject: amd64/128686: can't detect SATA Disk on 8.0-Current with NF550 In-Reply-To: <56E257FD-8D6F-4C77-8524-CC78D592825C@FreeBSD.ORG> References: <200811080043.mA80hZls002194@www.freebsd.org> <49153DC7.1040201@gwdg.de> <20081108082434.GA7042@icarus.home.lan> <56E257FD-8D6F-4C77-8524-CC78D592825C@FreeBSD.ORG> Message-ID: <49156D65.7010807@gwdg.de> Hello S?ren, hello Jeremy, S?ren Schmidt schrieb: > On 8Nov, 2008, at 9:24 , Jeremy Chadwick wrote: > >> Apologies for top-posting. > > Well, I dunno of any problems (yet), I'll dig out my only nVidia system > when time permits and see if anything shows up there.. > > -S?ren > >> >> >> Soren, is this a known regression in CURRENT? (Possibly related to the >> modularisation of the ata(4) chipset pieces?) >> >> -- >> | Jeremy Chadwick jdc at parodius.com | >> | Parodius Networking http://www.parodius.com/ | >> | UNIX Systems Administrator Mountain View, CA, USA | >> | Making life hard for others since 1977. PGP: 4BD6C0CB | >> >> On Sat, Nov 08, 2008 at 08:20:39AM +0100, Rainer Hurling wrote: >>> Same here. >>> >>> With older kernel (april 2008) under amd64 (CURRENT) all disks are >>> found, with actual kernels not. So I am not able to boot any >>> more('Trying to mount root ...'). >>> >>> This error came in some weeks ago. I found no time to analyse and >>> report. With i386 mode on the same system there are no problems. >>> >>> >>> dmesg shows older nvidia chipset: >>> atapci0: port >>> 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 4 >>> .0 on pci0 >>> ata0: on atapci0 >>> ata0: [ITHREAD] >>> ata1: on atapci0 >>> ata1: [ITHREAD] >>> atapci1: port >>> 0xc480-0xc487,0xc400-0xc403,0xc080-0xc087,0xc000-0xc003,0xbc00-0xbc0f >>> mem 0xfbef9000-0xfbef9fff irq 23 at device 5.0 on pci0 >>> atapci1: [ITHREAD] >>> ata2: on atapci1 >>> ata2: [ITHREAD] >>> ata3: on atapci1 >>> ata3: [ITHREAD] >>> atapci2: port >>> 0xb880-0xb887,0xb800-0xb803,0xb480-0xb487,0xb400-0xb403,0xb080-0xb08f >>> mem 0xfbef8000-0xfbef8fff irq 20 at device 5.1 on pci0 >>> atapci2: [ITHREAD] >>> ata4: on atapci2 >>> ata4: [ITHREAD] >>> ata5: on atapci2 >>> ata5: [ITHREAD] >>> >>> >>> Tell me if I can help. >>> >>> Thank you, >>> Rainer >>> >>> >>> On 08.11.2008 01:43 (UTC+1), Hans wrote: >>>>> Number: 128686 >>>>> Category: amd64 >>>>> Synopsis: can't detect SATA Disk on 8.0-Current with NF550 >>>>> Confidential: no >>>>> Severity: critical >>>>> Priority: low >>>>> Responsible: freebsd-amd64 >>>>> State: open >>>>> Quarter: Keywords: Date-Required: >>>>> Class: sw-bug >>>>> Submitter-Id: current-users >>>>> Arrival-Date: Sat Nov 08 00:50:01 UTC 2008 >>>>> Closed-Date: >>>>> Last-Modified: >>>>> Originator: Hans >>>>> Release: 8.0-Current >>>>> Organization: >>>>> Environment: >>>>> Description: >>>> i had today update current kernel after reboot than failed detect disk >>>> but few month ago kernel not problem >>>> >>>> pciconv -l -v >>>> >>>> none0@pci0:0:0:0: class=0x050000 card=0xcb8410de chip=0x036910de >>>> rev=0xa1 hdr=0x00 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 Memory Controller' >>>> class = memory >>>> subclass = RAM >>>> isab0@pci0:0:1:0: class=0x060100 card=0xcb8410de chip=0x036010de >>>> rev=0xa2 hdr=0x00 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 LPC Bridge' >>>> class = bridge >>>> subclass = PCI-ISA >>>> none1@pci0:0:1:1: class=0x0c0500 card=0xcb8410de chip=0x036810de >>>> rev=0xa2 hdr=0x00 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 SMBus' >>>> class = serial bus >>>> subclass = SMBus >>>> ohci0@pci0:0:2:0: class=0x0c0310 card=0xcb8410de chip=0x036c10de >>>> rev=0xa1 hdr=0x00 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 USB Controller' >>>> class = serial bus >>>> subclass = USB >>>> ehci0@pci0:0:2:1: class=0x0c0320 card=0xcb8410de chip=0x036d10de >>>> rev=0xa2 hdr=0x00 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 USB Controller' >>>> class = serial bus >>>> subclass = USB >>>> atapci0@pci0:0:4:0: class=0x01018a card=0xcb8410de >>>> chip=0x036e10de rev=0xa1 hdr=0x00 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 IDE' >>>> class = mass storage >>>> subclass = ATA >>>> atapci1@pci0:0:5:0: class=0x010185 card=0xcb8410de >>>> chip=0x037f10de rev=0xa2 hdr=0x00 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 SATA Controller' >>>> class = mass storage >>>> subclass = ATA >>>> atapci2@pci0:0:5:1: class=0x010185 card=0xcb8410de >>>> chip=0x037f10de rev=0xa2 hdr=0x00 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 SATA Controller' >>>> class = mass storage >>>> subclass = ATA >>>> atapci3@pci0:0:5:2: class=0x010185 card=0xcb8410de >>>> chip=0x037f10de rev=0xa2 hdr=0x00 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 SATA Controller' >>>> class = mass storage >>>> subclass = ATA >>>> pcib1@pci0:0:6:0: class=0x060401 card=0xcb8410de chip=0x037010de >>>> rev=0xa2 hdr=0x01 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 PCI bridge' >>>> class = bridge >>>> subclass = PCI-PCI >>>> none2@pci0:0:6:1: class=0x040300 card=0x889116f3 chip=0x037110de >>>> rev=0xa2 hdr=0x00 >>>> vendor = 'Nvidia Corp' >>>> device = 'ADI 1988B 8 Channel High Definition Audio' >>>> class = multimedia >>>> subclass = HDA >>>> nfe0@pci0:0:8:0: class=0x068000 card=0xcb8410de chip=0x037310de >>>> rev=0xa2 hdr=0x00 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 Ethernet' >>>> class = bridge >>>> pcib2@pci0:0:10:0: class=0x060400 card=0x000010de chip=0x037610de >>>> rev=0xa2 hdr=0x01 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 PCIe bridge' >>>> class = bridge >>>> subclass = PCI-PCI >>>> pcib3@pci0:0:11:0: class=0x060400 card=0x000010de chip=0x037410de >>>> rev=0xa2 hdr=0x01 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 PCIe bridge' >>>> class = bridge >>>> subclass = PCI-PCI >>>> pcib4@pci0:0:12:0: class=0x060400 card=0x000010de chip=0x037410de >>>> rev=0xa2 hdr=0x01 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 PCIe bridge' >>>> class = bridge >>>> subclass = PCI-PCI >>>> pcib5@pci0:0:13:0: class=0x060400 card=0x000010de chip=0x037810de >>>> rev=0xa2 hdr=0x01 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 PCIe bridge' >>>> class = bridge >>>> subclass = PCI-PCI >>>> pcib6@pci0:0:14:0: class=0x060400 card=0x000010de chip=0x037510de >>>> rev=0xa2 hdr=0x01 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 PCIe bridge' >>>> class = bridge >>>> subclass = PCI-PCI >>>> pcib7@pci0:0:15:0: class=0x060400 card=0x000010de chip=0x037710de >>>> rev=0xa2 hdr=0x01 >>>> vendor = 'Nvidia Corp' >>>> device = 'MCP55 PCIe bridge' >>>> class = bridge >>>> subclass = PCI-PCI >>>> hostb0@pci0:0:24:0: class=0x060000 card=0x00000000 >>>> chip=0x11001022 rev=0x00 hdr=0x00 >>>> vendor = 'Advanced Micro Devices (AMD)' >>>> device = '(K8) Athlon 64/Opteron HyperTransport Technology >>>> Configuration' >>>> class = bridge >>>> subclass = HOST-PCI >>>> hostb1@pci0:0:24:1: class=0x060000 card=0x00000000 >>>> chip=0x11011022 rev=0x00 hdr=0x00 >>>> vendor = 'Advanced Micro Devices (AMD)' >>>> device = '(K8) Athlon 64/Opteron Address Map' >>>> class = bridge >>>> subclass = HOST-PCI >>>> hostb2@pci0:0:24:2: class=0x060000 card=0x00000000 >>>> chip=0x11021022 rev=0x00 hdr=0x00 >>>> vendor = 'Advanced Micro Devices (AMD)' >>>> device = '(K8) Athlon 64/Opteron DRAM Controller' >>>> class = bridge >>>> subclass = HOST-PCI >>>> hostb3@pci0:0:24:3: class=0x060000 card=0x00000000 >>>> chip=0x11031022 rev=0x00 hdr=0x00 >>>> vendor = 'Advanced Micro Devices (AMD)' >>>> device = '(K8) Athlon 64/Opteron Miscellaneous Control' >>>> class = bridge >>>> subclass = HOST-PCI >>>> none3@pci0:1:7:0: class=0x040000 card=0x046219b8 chip=0x880014f1 >>>> rev=0x05 hdr=0x00 >>>> vendor = 'Conexant Systems, Inc.' >>>> device = '23880 Conexant 23880 Video Capture (NTSC)' >>>> class = multimedia >>>> subclass = video >>>> none4@pci0:1:7:1: class=0x048000 card=0x046219b8 chip=0x881114f1 >>>> rev=0x05 hdr=0x00 >>>> vendor = 'Conexant Systems, Inc.' >>>> device = 'CX2388x TV Capture Chip' >>>> class = multimedia >>>> none5@pci0:1:7:2: class=0x048000 card=0x046219b8 chip=0x880214f1 >>>> rev=0x05 hdr=0x00 >>>> vendor = 'Conexant Systems, Inc.' >>>> device = 'CX2388x TV Capture Chip' >>>> class = multimedia >>>> none6@pci0:1:9:0: class=0x0c0010 card=0x30441106 chip=0x30441106 >>>> rev=0x80 hdr=0x00 >>>> vendor = 'VIA Technologies Inc' >>>> device = 'VT6306 VIA Fire II IEEE-1394 OHCI Link Layer >>>> Controller' >>>> class = serial bus >>>> subclass = FireWire >>>> vgapci0@pci0:7:0:0: class=0x030000 card=0x00000000 >>>> chip=0x040210de rev=0xa1 hdr=0x00 >>>> vendor = 'Nvidia Corp' >>>> device = 'GeForce 8600 GT' >>>> class = display >>>> subclass = VGA >>>> >>>>> How-To-Repeat: >>>> >>>>> Fix: >>>> >>>> >>>>> Release-Note: >>>>> Audit-Trail: >>>>> Unformatted: >>> >>> _______________________________________________ >>> freebsd-amd64@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 >>> To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" >> >> >> > > -S?ren thank you for taking this up. I build todays amd64 and when booting verbose I get the following messages: ----------------------------- ... atapci0: port 0x1f0-0x1f7,0x3f6, 0x170-0x177,0x376,0xffa0-0xffaf at device 4.0 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xffa0 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=00 stat1=00 devices=0x10000 ioapic0: routing inpin 14 (ISA IRQ 14) to vector 49 ata0: [MPSAFE] ata0: [ITHREAD] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff ioapic0: routing intpin 15 (ISA IRQ 15) to vector 50 ata1: [MPSAFE] ata1: [ITHREAD] atapci1: port 0xc480-0xc487,0xc400-0xc403,0xc080-0xc087,0xc000-0xc003,0xbc00-0xbc0f mem 0xfbef9000-0xfbef9fff irq 23 at device 5.0 on pci 0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xbc00 ioapic0: routing intpin 23 (PCI IRQ 23) to vector 51 atapci1: [MPSAFE] atapci1: [ITHREAD] atapci1: Reserved 0x1000 bytes for rid 0x24 type 3 at 0xfbef9000 ata2: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0xc480 atapci1: Reserved 0x4 bytes for rid 0x14 type 4 at 0xc400 ata2: SATA connect time=0ms ata2: reset tp1 mask=01 ostat0=50 ostat1=00 ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: reset tp2 stat0=50 stat1=00 devices=0x1 ata2: [MPSAFE] ata2: [ITHREAD] ata3: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0xc080 atapci1: Reserved 0x4 bytes for rid 0x1c type 4 at 0xc000 ata3: SATA connect time=0ms ata3: reset tp1 mask=01 ostat0=50 ostat1=00 ata3: stat0=0x50 stat1=0x01 lsb=0x00 msb=0x00 ata3: reset tp2 stat0=50 stat1=00 devices=0x1 ata3: [MPSAFE] ata3: [ITHREAD] atapci2: port 0xb880-0xb887,0xb800-0xb803,0xb480-0xb487,0xb400-0xb403,0xb080-0xb08f mem 0xfbef8000-0xfbef8fff irq 20 at device 5.1 on pci0 atapci2: Reserved 0x10 bytes for rid 0x20 type 4 at 0xb080 ioapic0: routing intpin 20 (PCI IRQ 20) to vector 52 atapci2: [MPSAFE] atapci2: [ITHREAD] atapci2: Reserved 0x1000 bytes for rid 0x24 type 3 at 0xfbef8000 ata4: on atapci2 atapci2: Reserved 0x8 bytes for rid 0x10 type 4 at 0xb880 atapci2: Reserved 0x4 bytes for rid 0x14 type 4 at 0xb800 ata4: SATA connect status=00000000 ata4: [MPSAFE] ata4: [ITHREAD] ata5: on atapci2 atapci2: Reserved 0x8 bytes for rid 0x18 type 4 at 0xb480 atapci2: Reserved 0x4 bytes for rid 0x1c type 4 at 0xb400 ata5: SATA connect status=00000000 ata5: [MPSAFE] ata5: [ITHREAD] ... ata0: identify ch->devices=00010000 ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA66 cable=80 wire acd0 ... ... ata1: identify ch->devices=00000000 ata2: identify ch->devices=00000001 ata2: reiniting channel .. ata2: SATA connect time=0ms ata2: reset tp1 mask=01 ostat0=58 ostat1=00 ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: reset tp2 stat0=50 stat1=00 devices=0x1 ata2: reinit done .. ata2: reiniting channel .. ata2: SATA connect time=0ms ata2: reset tp1 mask=01 ostat0=58 ostat1=00 ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: reset tp2 stat0=50 stat1=00 devices=0x1 ata2: reinit done .. ata3: identify ch->devices=00000001 ata3: reiniting channel .. ata3: SATA connect time=0ms ata3: reset tp1 mask=01 ostat0=58 ostat1=00 ata3: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata3: reset tp2 stat0=50 stat1=00 devices=0x1 ata3: reinit done .. ... ata3: reiniting channel .. ata3: SATA connect time=0ms ata3: reset tp1 mask=01 ostat0=58 ostat1=00 ata3: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata3: reset tp2 stat0=50 stat1=00 devices=0x1 ata3: reinit done .. ata4: identify ch->devices=00000000 ata5: identify ch->devices=00000000 ... Manual root filesystem specification: : Mount using filesystem eg. ufs:da0s1a ? List valid disk boot devices Abort manual input ----------------------------- It seems that ata(4) is not able to initiating the SATA drives correct? BTW, this is a 4GByte system. Rainer From sos at FreeBSD.ORG Sat Nov 8 00:58:23 2008 From: sos at FreeBSD.ORG (=?ISO-8859-1?Q?S=F8ren_Schmidt?=) Date: Sat Nov 8 04:25:10 2008 Subject: amd64/128686: can't detect SATA Disk on 8.0-Current with NF550 In-Reply-To: <20081108082434.GA7042@icarus.home.lan> References: <200811080043.mA80hZls002194@www.freebsd.org> <49153DC7.1040201@gwdg.de> <20081108082434.GA7042@icarus.home.lan> Message-ID: <56E257FD-8D6F-4C77-8524-CC78D592825C@FreeBSD.ORG> On 8Nov, 2008, at 9:24 , Jeremy Chadwick wrote: > Apologies for top-posting. Well, I dunno of any problems (yet), I'll dig out my only nVidia system when time permits and see if anything shows up there.. -S?ren > > > Soren, is this a known regression in CURRENT? (Possibly related to > the > modularisation of the ata(4) chipset pieces?) > > -- > | Jeremy Chadwick jdc at parodius.com | > | Parodius Networking http://www.parodius.com/ | > | UNIX Systems Administrator Mountain View, CA, USA | > | Making life hard for others since 1977. PGP: 4BD6C0CB | > > On Sat, Nov 08, 2008 at 08:20:39AM +0100, Rainer Hurling wrote: >> Same here. >> >> With older kernel (april 2008) under amd64 (CURRENT) all disks are >> found, with actual kernels not. So I am not able to boot any >> more('Trying to mount root ...'). >> >> This error came in some weeks ago. I found no time to analyse and >> report. With i386 mode on the same system there are no problems. >> >> >> dmesg shows older nvidia chipset: >> atapci0: port >> 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 4 >> .0 on pci0 >> ata0: on atapci0 >> ata0: [ITHREAD] >> ata1: on atapci0 >> ata1: [ITHREAD] >> atapci1: port >> 0xc480-0xc487,0xc400-0xc403,0xc080-0xc087,0xc000-0xc003,0xbc00-0xbc0f >> mem 0xfbef9000-0xfbef9fff irq 23 at device 5.0 on pci0 >> atapci1: [ITHREAD] >> ata2: on atapci1 >> ata2: [ITHREAD] >> ata3: on atapci1 >> ata3: [ITHREAD] >> atapci2: port >> 0xb880-0xb887,0xb800-0xb803,0xb480-0xb487,0xb400-0xb403,0xb080-0xb08f >> mem 0xfbef8000-0xfbef8fff irq 20 at device 5.1 on pci0 >> atapci2: [ITHREAD] >> ata4: on atapci2 >> ata4: [ITHREAD] >> ata5: on atapci2 >> ata5: [ITHREAD] >> >> >> Tell me if I can help. >> >> Thank you, >> Rainer >> >> >> On 08.11.2008 01:43 (UTC+1), Hans wrote: >>>> Number: 128686 >>>> Category: amd64 >>>> Synopsis: can't detect SATA Disk on 8.0-Current with NF550 >>>> Confidential: no >>>> Severity: critical >>>> Priority: low >>>> Responsible: freebsd-amd64 >>>> State: open >>>> Quarter: Keywords: Date-Required: >>>> Class: sw-bug >>>> Submitter-Id: current-users >>>> Arrival-Date: Sat Nov 08 00:50:01 UTC 2008 >>>> Closed-Date: >>>> Last-Modified: >>>> Originator: Hans >>>> Release: 8.0-Current >>>> Organization: >>>> Environment: >>>> Description: >>> i had today update current kernel after reboot than failed detect >>> disk >>> but few month ago kernel not problem >>> >>> pciconv -l -v >>> >>> none0@pci0:0:0:0: class=0x050000 card=0xcb8410de chip=0x036910de >>> rev=0xa1 hdr=0x00 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 Memory Controller' >>> class = memory >>> subclass = RAM >>> isab0@pci0:0:1:0: class=0x060100 card=0xcb8410de chip=0x036010de >>> rev=0xa2 hdr=0x00 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 LPC Bridge' >>> class = bridge >>> subclass = PCI-ISA >>> none1@pci0:0:1:1: class=0x0c0500 card=0xcb8410de chip=0x036810de >>> rev=0xa2 hdr=0x00 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 SMBus' >>> class = serial bus >>> subclass = SMBus >>> ohci0@pci0:0:2:0: class=0x0c0310 card=0xcb8410de chip=0x036c10de >>> rev=0xa1 hdr=0x00 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 USB Controller' >>> class = serial bus >>> subclass = USB >>> ehci0@pci0:0:2:1: class=0x0c0320 card=0xcb8410de chip=0x036d10de >>> rev=0xa2 hdr=0x00 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 USB Controller' >>> class = serial bus >>> subclass = USB >>> atapci0@pci0:0:4:0: class=0x01018a card=0xcb8410de chip=0x036e10de >>> rev=0xa1 hdr=0x00 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 IDE' >>> class = mass storage >>> subclass = ATA >>> atapci1@pci0:0:5:0: class=0x010185 card=0xcb8410de chip=0x037f10de >>> rev=0xa2 hdr=0x00 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 SATA Controller' >>> class = mass storage >>> subclass = ATA >>> atapci2@pci0:0:5:1: class=0x010185 card=0xcb8410de chip=0x037f10de >>> rev=0xa2 hdr=0x00 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 SATA Controller' >>> class = mass storage >>> subclass = ATA >>> atapci3@pci0:0:5:2: class=0x010185 card=0xcb8410de chip=0x037f10de >>> rev=0xa2 hdr=0x00 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 SATA Controller' >>> class = mass storage >>> subclass = ATA >>> pcib1@pci0:0:6:0: class=0x060401 card=0xcb8410de chip=0x037010de >>> rev=0xa2 hdr=0x01 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 PCI bridge' >>> class = bridge >>> subclass = PCI-PCI >>> none2@pci0:0:6:1: class=0x040300 card=0x889116f3 chip=0x037110de >>> rev=0xa2 hdr=0x00 >>> vendor = 'Nvidia Corp' >>> device = 'ADI 1988B 8 Channel High Definition Audio' >>> class = multimedia >>> subclass = HDA >>> nfe0@pci0:0:8:0: class=0x068000 card=0xcb8410de chip=0x037310de >>> rev=0xa2 hdr=0x00 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 Ethernet' >>> class = bridge >>> pcib2@pci0:0:10:0: class=0x060400 card=0x000010de chip=0x037610de >>> rev=0xa2 hdr=0x01 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 PCIe bridge' >>> class = bridge >>> subclass = PCI-PCI >>> pcib3@pci0:0:11:0: class=0x060400 card=0x000010de chip=0x037410de >>> rev=0xa2 hdr=0x01 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 PCIe bridge' >>> class = bridge >>> subclass = PCI-PCI >>> pcib4@pci0:0:12:0: class=0x060400 card=0x000010de chip=0x037410de >>> rev=0xa2 hdr=0x01 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 PCIe bridge' >>> class = bridge >>> subclass = PCI-PCI >>> pcib5@pci0:0:13:0: class=0x060400 card=0x000010de chip=0x037810de >>> rev=0xa2 hdr=0x01 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 PCIe bridge' >>> class = bridge >>> subclass = PCI-PCI >>> pcib6@pci0:0:14:0: class=0x060400 card=0x000010de chip=0x037510de >>> rev=0xa2 hdr=0x01 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 PCIe bridge' >>> class = bridge >>> subclass = PCI-PCI >>> pcib7@pci0:0:15:0: class=0x060400 card=0x000010de chip=0x037710de >>> rev=0xa2 hdr=0x01 >>> vendor = 'Nvidia Corp' >>> device = 'MCP55 PCIe bridge' >>> class = bridge >>> subclass = PCI-PCI >>> hostb0@pci0:0:24:0: class=0x060000 card=0x00000000 chip=0x11001022 >>> rev=0x00 hdr=0x00 >>> vendor = 'Advanced Micro Devices (AMD)' >>> device = '(K8) Athlon 64/Opteron HyperTransport Technology >>> Configuration' >>> class = bridge >>> subclass = HOST-PCI >>> hostb1@pci0:0:24:1: class=0x060000 card=0x00000000 chip=0x11011022 >>> rev=0x00 hdr=0x00 >>> vendor = 'Advanced Micro Devices (AMD)' >>> device = '(K8) Athlon 64/Opteron Address Map' >>> class = bridge >>> subclass = HOST-PCI >>> hostb2@pci0:0:24:2: class=0x060000 card=0x00000000 chip=0x11021022 >>> rev=0x00 hdr=0x00 >>> vendor = 'Advanced Micro Devices (AMD)' >>> device = '(K8) Athlon 64/Opteron DRAM Controller' >>> class = bridge >>> subclass = HOST-PCI >>> hostb3@pci0:0:24:3: class=0x060000 card=0x00000000 chip=0x11031022 >>> rev=0x00 hdr=0x00 >>> vendor = 'Advanced Micro Devices (AMD)' >>> device = '(K8) Athlon 64/Opteron Miscellaneous Control' >>> class = bridge >>> subclass = HOST-PCI >>> none3@pci0:1:7:0: class=0x040000 card=0x046219b8 chip=0x880014f1 >>> rev=0x05 hdr=0x00 >>> vendor = 'Conexant Systems, Inc.' >>> device = '23880 Conexant 23880 Video Capture (NTSC)' >>> class = multimedia >>> subclass = video >>> none4@pci0:1:7:1: class=0x048000 card=0x046219b8 chip=0x881114f1 >>> rev=0x05 hdr=0x00 >>> vendor = 'Conexant Systems, Inc.' >>> device = 'CX2388x TV Capture Chip' >>> class = multimedia >>> none5@pci0:1:7:2: class=0x048000 card=0x046219b8 chip=0x880214f1 >>> rev=0x05 hdr=0x00 >>> vendor = 'Conexant Systems, Inc.' >>> device = 'CX2388x TV Capture Chip' >>> class = multimedia >>> none6@pci0:1:9:0: class=0x0c0010 card=0x30441106 chip=0x30441106 >>> rev=0x80 hdr=0x00 >>> vendor = 'VIA Technologies Inc' >>> device = 'VT6306 VIA Fire II IEEE-1394 OHCI Link Layer >>> Controller' >>> class = serial bus >>> subclass = FireWire >>> vgapci0@pci0:7:0:0: class=0x030000 card=0x00000000 chip=0x040210de >>> rev=0xa1 hdr=0x00 >>> vendor = 'Nvidia Corp' >>> device = 'GeForce 8600 GT' >>> class = display >>> subclass = VGA >>> >>>> How-To-Repeat: >>> >>>> Fix: >>> >>> >>>> Release-Note: >>>> Audit-Trail: >>>> Unformatted: >> >> _______________________________________________ >> freebsd-amd64@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 >> To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org >> " > > > -S?ren From bugmaster at FreeBSD.org Mon Nov 10 03:06:47 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 10 04:24:06 2008 Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org Message-ID: <200811101106.mAAB6khi049637@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/128686 amd64 can't detect SATA Disk on 8.0-Current with NF550 o amd64/128524 amd64 No geom documentation for loading gjournal o amd64/128263 amd64 [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a o amd64/128259 amd64 csh(1): "`" crashes csh o amd64/128236 amd64 portsdb -Uu Indexing error f kern/128102 amd64 AsusRock 939N68PV-GLAN not recognized o amd64/127787 amd64 [lor] 3 lock LOR in recent CURRENT o amd64/127640 amd64 GCC will not build shared libraries with -fprofile-gen o amd64/127492 amd64 [zfs] System hang on ZFS input-output o amd64/127484 amd64 [timecounters] Drift problem with FreeBSD 7.0 and 7.1 o amd64/127451 amd64 [scheduler] incorrect load on quad core o amd64/127397 amd64 [amd64] 32bit application on FreeBSD-6.3 amd64 gets SI s amd64/127276 amd64 ldd(1) invokes linux yes o amd64/127129 amd64 mdconfig(8) is core dumping with Segmentation Fault 11 f amd64/125943 amd64 Serial Consoles do not work on amd64 freebsd o amd64/125873 amd64 [smbd] [panic] Repeated kernel panics, trap 12 page fa o amd64/125002 amd64 [install] amd64, SATA hard disks not detected o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o amd64/123562 amd64 [install] FreeBSD amd64 not installs o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o amd64/122468 amd64 Compile problems after upgrading to 7.0 o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails o amd64/121590 amd64 [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/119936 amd64 [install] FreeBSD 7.0-RC1 amd64 and i386 installer dis o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A a amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 s amd64/116689 amd64 [request] support for MSI K9MM-V f amd64/116670 amd64 [ata] onboard SATA RAID1 controllers not supported for o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on f amd64/116457 amd64 [install] can't install freebsd on dv9420us o amd64/116322 amd64 [panic] At start fsck on current, the system panics o amd64/116159 amd64 [panic] Panic while debugging on CURRENT s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number f amd64/111992 amd64 [boot] BTX failed - HP Laptop dv2315nr o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv f amd64/103259 amd64 [ar] Cannot use ataraid on nvidia nForce4+amd64 o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP f amd64/94989 amd64 [boot] BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff f amd64/91492 amd64 [boot] BTX halted o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/89501 amd64 [install] System crashes on install using ftp on local o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 s amd64/85273 amd64 [install] FreeBSD (NetBSD or OpenBSD) not install on l o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/76136 amd64 [hang] system halts before reboot o amd64/74747 amd64 [panic] System panic on shutdown when process will not o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up 82 problems total. From SeriousTom at gmail.com Mon Nov 10 13:10:02 2008 From: SeriousTom at gmail.com (Tom Serious) Date: Mon Nov 10 13:24:42 2008 Subject: amd64/128765: Install CD loads to Install choices but stops & only reboots Message-ID: <200811102103.mAAL3BHU087649@www.freebsd.org> >Number: 128765 >Category: amd64 >Synopsis: Install CD loads to Install choices but stops & only reboots >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 10 21:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Tom Serious >Release: 6.4 RC2 >Organization: none >Environment: --------[ EVEREST Ultimate Edition ]------------------------------------------------------------------------------------ Version EVEREST v4.50.1330 Benchmark Module 2.3.224.0 Homepage http://www.lavalys.com/ Report Type Quick Report Computer SPIDER Generator SeriousTom Operating System Microsoft Windows Vista Ultimate 6.0.6001 (Vista Retail) Date 2008-11-10 Time 20:46 --------[ Physical Devices ]-------------------------------------------------------------------------------------------- PCI Devices: Bus 0, Device 24, Function 1 AMD Hammer - Address Map Bus 0, Device 24, Function 2 AMD Hammer - DRAM Controller Bus 0, Device 24, Function 0 AMD Hammer - HyperTransport Technology Configuration Bus 0, Device 24, Function 3 AMD Hammer - Miscellaneous Control Bus 0, Device 2, Function 0 ATI RD790 Chipset - PCI Express Graphics 0 Port A Bus 0, Device 10, Function 0 ATI RD790 Chipset - PCI Express Port F Bus 0, Device 0, Function 0 ATI RX780 Chipset - Host Bridge Bus 0, Device 19, Function 5 ATI SB600 - EHCI USB 2.0 Controller Bus 0, Device 20, Function 1 ATI SB600 - IDE Controller Bus 0, Device 19, Function 0 ATI SB600 - OCHI USB Controller Bus 0, Device 19, Function 1 ATI SB600 - OCHI USB Controller Bus 0, Device 19, Function 2 ATI SB600 - OCHI USB Controller Bus 0, Device 19, Function 3 ATI SB600 - OCHI USB Controller Bus 0, Device 19, Function 4 ATI SB600 - OCHI USB Controller Bus 0, Device 20, Function 3 ATI SB600 - PCI-LPC Bridge Bus 0, Device 20, Function 4 ATI SB600 - PCI-PCI Bridge Bus 0, Device 18, Function 0 ATI SB600 - SATA Controller Bus 0, Device 20, Function 0 ATI SB600 - SMBus Controller Bus 3, Device 7, Function 0 Creative SB X-Fi XtremeGamer Sound Card Bus 1, Device 0, Function 0 EVGA e-GeForce 8800 GTS 512MB Video Adapter Bus 2, Device 0, Function 0 Realtek RTL8168/8111 PCI-E Gigabit Ethernet Adapter PnP Devices: PNP0501 16550A-compatible UART Serial Port PNP0C08 ACPI Driver/BIOS FIXEDBUTTON ACPI Fixed Feature Button PNP0C14 ACPI Management Interface AUTHENTICAMD_-_AMD64_FAMILY_15_MODEL_107 AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ AUTHENTICAMD_-_AMD64_FAMILY_15_MODEL_107 AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ ATITOOLDEVICE ATITool Driver PNP0200 DMA Controller PNP0700 Floppy Disk Controller PNP0103 High Precision Event Timer ISATAP isatap.dixnil.grics.net PNP0C02 Motherboard Resources PNP0C02 Motherboard Resources PNP0C02 Motherboard Resources PNP0C04 Numeric Data Processor PNP0400 Parallel Port PNP0800 PC Speaker PNP0A03 PCI Bus PNP0C0C Power Button PNP0000 Programmable Interrupt Controller PNP0B00 Real-Time Clock PNP0C01 System Board Extension PNP0100 System Timer TUNMP Teredo Tunneling Pseudo-Interface LPT PnP Devices: MICROSOFTRAWPORT Printer Port Logical Interface USB Devices: 046D C223 Generic USB Hub 046D C041 USB Composite Device 046D C221 USB Composite Device 046D C041 USB Human Interface Device 046D C041 USB Human Interface Device 046D C221 USB Human Interface Device 046D C221 USB Human Interface Device 046D C222 USB Human Interface Device Ports: COM1 Communications Port (COM1) LPT1 Printer Port (LPT1) --------[ Debug - PCI ]------------------------------------------------------------------------------------------------- B00 D00 F00: ATI RX780 Chipset - Host Bridge Offset 000: 02 10 57 59 06 00 30 22 00 00 00 06 00 20 00 00 Offset 010: 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 E0 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 02 10 57 59 Offset 030: 00 00 00 00 C4 00 00 00 00 00 00 00 00 00 00 00 Offset 040: 08 54 00 C0 C0 00 00 00 00 00 00 00 42 20 05 00 Offset 050: 02 10 57 59 08 9C 00 90 08 10 00 00 00 00 20 5E Offset 060: 7D 00 00 00 E3 00 00 00 00 02 20 00 61 7F 00 78 Offset 070: 00 00 00 00 00 00 00 00 32 30 0F 00 00 00 00 00 Offset 080: 00 00 00 00 10 00 00 03 20 01 30 00 31 20 00 40 Offset 090: 00 00 00 C0 7D 00 00 00 00 00 00 00 08 00 3C D0 Offset 0A0: 7A 00 00 00 00 00 00 05 00 00 00 00 71 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 80 08 40 80 01 20 00 11 11 D0 00 00 00 Offset 0D0: 60 06 F5 7F 02 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 05 00 FF FF FF FF E8 00 00 80 EC 00 00 80 Offset 0F0: 00 00 00 00 00 80 80 00 00 00 00 00 00 00 00 00 B00 D02 F00: ATI RD790 Chipset - PCI Express Graphics 0 Port A Offset 000: 02 10 78 59 07 04 10 00 00 00 04 06 01 00 01 00 Offset 010: 00 00 00 00 00 00 00 00 00 01 01 00 D1 D1 00 00 Offset 020: 00 F8 F0 FB 01 C0 F1 CF 00 00 00 00 00 00 00 00 Offset 030: 00 00 00 00 50 00 00 00 00 00 00 00 00 00 18 00 Offset 040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 050: 01 58 03 C8 00 00 00 00 10 A0 42 00 20 80 00 00 Offset 060: 10 08 00 00 02 0D 10 00 40 00 01 31 80 3A 14 00 Offset 070: 00 00 40 01 00 00 01 00 00 00 00 00 1F 00 00 00 Offset 080: 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 05 B0 01 00 0C 30 E0 FE B0 49 00 00 00 00 00 00 Offset 0B0: 0D B8 00 00 02 10 57 59 08 00 03 A8 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 50 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D0A F00: ATI RD790 Chipset - PCI Express Port F Offset 000: 02 10 7F 59 07 04 10 00 00 00 04 06 01 00 01 00 Offset 010: 00 00 00 00 00 00 00 00 00 02 02 00 E1 E1 00 00 Offset 020: E0 FD E0 FD F1 FD F1 FD 00 00 00 00 00 00 00 00 Offset 030: 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00 Offset 040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 050: 01 58 03 C8 00 00 00 00 10 A0 42 00 20 80 00 00 Offset 060: 10 08 00 00 12 0C 10 05 40 00 11 30 80 0C 54 00 Offset 070: 00 00 40 01 00 00 01 00 00 00 00 00 1F 00 00 00 Offset 080: 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 05 B0 01 00 0C 30 E0 FE A0 49 00 00 00 00 00 00 Offset 0B0: 0D B8 00 00 02 10 57 59 08 00 03 A8 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 50 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D12 F00: ATI SB600 - SATA Controller Offset 000: 02 10 80 43 07 00 30 02 00 8F 01 01 00 20 00 00 Offset 010: 01 FF 00 00 01 FE 00 00 01 FD 00 00 01 FC 00 00 Offset 020: 01 FB 00 00 00 F0 02 FE 00 00 00 00 58 14 02 B0 Offset 030: 00 00 00 00 60 00 00 00 00 00 00 00 16 01 00 00 Offset 040: 10 00 80 02 01 00 10 00 01 00 00 00 00 00 00 00 Offset 050: 05 00 84 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 060: 01 00 22 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 070: 12 00 10 00 0F 00 00 00 00 00 00 00 00 00 00 00 Offset 080: 00 00 00 00 06 00 00 2C D6 01 B4 00 D6 01 B4 00 Offset 090: D6 01 B4 00 D6 01 B4 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 B8 00 00 00 00 00 00 00 B8 00 00 Offset 0B0: 00 00 00 00 00 B8 00 00 00 00 00 00 00 B8 00 00 Offset 0C0: 00 20 00 00 80 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D13 F00: ATI SB600 - OCHI USB Controller Offset 000: 02 10 87 43 06 00 A0 02 00 10 03 0C 01 20 80 00 Offset 010: 00 E0 02 FE 00 00 00 00 00 00 00 00 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50 Offset 030: 00 00 00 00 00 00 00 00 00 00 00 00 10 01 00 00 Offset 040: 80 1F 00 00 0A 84 B7 18 07 35 00 00 00 00 00 00 Offset 050: 00 9C 00 00 00 00 00 00 FF FF FF FF FF 00 00 00 Offset 060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 070: 00 00 00 00 FF 00 00 80 00 00 00 00 00 00 00 00 Offset 080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D13 F01: ATI SB600 - OCHI USB Controller Offset 000: 02 10 88 43 06 00 A0 02 00 10 03 0C 01 20 00 00 Offset 010: 00 D0 02 FE 00 00 00 00 00 00 00 00 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50 Offset 030: 00 00 00 00 00 00 00 00 00 00 00 00 11 02 00 00 Offset 040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D13 F02: ATI SB600 - OCHI USB Controller Offset 000: 02 10 89 43 06 00 A0 02 00 10 03 0C 01 20 00 00 Offset 010: 00 C0 02 FE 00 00 00 00 00 00 00 00 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50 Offset 030: 00 00 00 00 00 00 00 00 00 00 00 00 12 03 00 00 Offset 040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D13 F03: ATI SB600 - OCHI USB Controller Offset 000: 02 10 8A 43 06 00 A0 02 00 10 03 0C 01 20 00 00 Offset 010: 00 B0 02 FE 00 00 00 00 00 00 00 00 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50 Offset 030: 00 00 00 00 00 00 00 00 00 00 00 00 11 02 00 00 Offset 040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D13 F04: ATI SB600 - OCHI USB Controller Offset 000: 02 10 8B 43 06 00 A0 02 00 10 03 0C 01 20 00 00 Offset 010: 00 A0 02 FE 00 00 00 00 00 00 00 00 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50 Offset 030: 00 00 00 00 00 00 00 00 00 00 00 00 12 03 00 00 Offset 040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D13 F05: ATI SB600 - EHCI USB 2.0 Controller Offset 000: 02 10 86 43 06 00 B0 02 00 20 03 0C 01 20 00 00 Offset 010: 00 90 02 FE 00 00 00 00 00 00 00 00 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50 Offset 030: 00 00 00 00 C0 00 00 00 00 00 00 00 13 04 00 00 Offset 040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 050: 40 00 0E 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 060: 20 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 01 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 01 E4 02 7E 00 00 40 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 00 00 0A 00 E0 20 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D14 F00: ATI SB600 - SMBus Controller Offset 000: 02 10 85 43 03 04 30 02 14 00 05 0C 00 00 80 00 Offset 010: 01 0B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 85 43 Offset 030: 00 00 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 Offset 040: D4 39 00 04 00 00 00 00 0F FF 00 00 00 00 00 00 Offset 050: 78 09 0F 0F 00 00 87 0F 11 0B F0 0F 00 00 00 00 Offset 060: 01 00 24 06 BF FD 9E 83 3F 90 00 00 20 00 00 00 Offset 070: 00 01 00 00 08 00 C0 FE FF 6E 00 00 00 00 F0 0F Offset 080: F0 0A F0 0F 00 00 00 00 00 00 00 00 8C 00 00 80 Offset 090: 01 0B 00 00 BB DE FF 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 FF FF FF FF F0 08 00 FF 00 06 16 79 20 18 Offset 0B0: 08 00 02 A8 00 00 00 00 00 00 00 00 F0 0F 08 1A Offset 0C0: FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: D8 0C 00 00 00 00 44 00 00 00 00 00 55 00 A0 01 B00 D14 F01: ATI SB600 - IDE Controller Offset 000: 02 10 8C 43 05 00 20 02 00 8A 01 01 00 20 00 00 Offset 010: 01 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00 Offset 020: 01 F9 00 00 00 00 00 00 00 00 00 00 58 14 02 50 Offset 030: 00 00 00 00 00 00 00 00 00 00 00 00 FF 01 00 00 Offset 040: 99 99 00 00 FF FF 00 00 00 00 00 00 00 00 00 00 Offset 050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 060: 00 00 40 00 10 2C 01 07 01 00 00 00 FF FF 0F 00 Offset 070: 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D14 F03: ATI SB600 - PCI-LPC Bridge Offset 000: 02 10 8D 43 0F 00 20 02 00 00 01 06 00 00 80 00 Offset 010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 01 50 Offset 030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 040: 04 00 00 00 FF FF C3 FF 3F FF 42 00 00 00 00 00 Offset 050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 060: 00 00 00 00 00 0A 00 00 0E 00 0F 00 B8 FF FF FF Offset 070: 67 45 23 01 00 00 00 00 01 00 00 00 05 00 00 00 Offset 080: 08 00 03 A8 00 00 00 00 00 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D14 F04: ATI SB600 - PCI-PCI Bridge Offset 000: 02 10 84 43 27 04 A0 02 00 01 04 06 00 40 81 00 Offset 010: 00 00 00 00 00 00 00 00 00 03 03 40 C0 C0 80 22 Offset 020: 00 D8 F0 DF D0 FD D0 FD 00 00 00 00 00 00 00 00 Offset 030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 040: 26 00 2C FF 00 00 00 00 0C 01 3E D1 00 01 00 00 Offset 050: 01 00 00 00 08 00 03 A8 00 00 00 00 85 00 FF FF Offset 060: CA 0E 17 00 BA 18 10 00 00 00 00 00 00 00 00 00 Offset 070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 01 00 02 06 Offset 0E0: 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D18 F00: AMD Hammer - HyperTransport Technology Configuration Offset 000: 22 10 00 11 00 00 10 00 00 00 00 06 00 00 80 00 Offset 010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 030: 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 Offset 040: 01 01 01 00 01 01 01 00 01 01 01 00 01 01 01 00 Offset 050: 01 01 01 00 01 01 01 00 01 01 01 00 01 01 01 00 Offset 060: 00 00 01 00 E4 00 00 00 20 C8 2E 0F 0C 00 00 00 Offset 070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 080: 08 00 01 21 20 00 11 11 22 06 75 80 02 00 00 00 Offset 090: 78 01 70 01 00 00 03 00 07 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D18 F01: AMD Hammer - Address Map Offset 000: 22 10 01 11 00 00 00 00 00 00 00 06 00 00 80 00 Offset 010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 040: 03 00 00 00 00 00 3F 01 00 00 00 00 01 00 00 00 Offset 050: 00 00 00 00 02 00 00 00 00 00 00 00 03 00 00 00 Offset 060: 00 00 00 00 04 00 00 00 00 00 00 00 05 00 00 00 Offset 070: 00 00 00 00 06 00 00 00 00 00 00 00 07 00 00 00 Offset 080: 03 0A 00 00 00 0B 00 00 00 00 00 00 00 00 00 00 Offset 090: 03 00 C0 00 00 02 FE 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 03 00 E0 00 80 FF EF 00 00 00 00 00 00 00 00 00 Offset 0C0: 13 C0 00 00 00 F0 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 03 00 00 03 10 02 FF 00 50 03 7F 0F 00 01 00 00 Offset 0F0: 01 40 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 B00 D18 F02: AMD Hammer - DRAM Controller Offset 000: 22 10 02 11 00 00 00 00 00 00 00 06 00 00 80 00 Offset 010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 040: 01 00 80 00 01 00 C0 00 01 00 00 00 00 00 00 00 Offset 050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 060: E0 3F 38 00 E0 3F 78 00 00 00 00 00 00 00 00 00 Offset 070: 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 Offset 080: 52 00 00 00 00 00 00 00 13 91 7D 0C 20 13 12 01 Offset 090: 30 08 01 00 6B 00 10 74 33 00 00 80 3A 00 00 00 Offset 0A0: EB 02 00 0C 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 89 18 4C 84 13 00 00 00 C2 BE 02 00 87 03 42 48 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 7E 18 3C 30 F0 CF FF 40 FE 07 1F E3 3C 08 90 FB Offset 0E0: BF 19 1C 30 F8 C7 FF 60 7A 87 1F E1 1E 24 CA F5 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B00 D18 F03: AMD Hammer - Miscellaneous Control Offset 000: 22 10 03 11 00 00 10 00 00 00 00 06 00 00 80 00 Offset 010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 030: 00 00 00 00 F0 00 00 00 00 00 00 00 00 00 00 00 Offset 040: FF 3B 04 00 40 00 10 0A 00 00 00 00 00 00 00 00 Offset 050: 00 00 00 00 00 00 00 00 00 00 00 00 C0 72 E8 C3 Offset 060: EF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 070: 11 01 02 51 11 80 00 50 00 2A 00 08 2A 23 00 00 Offset 080: 00 00 07 23 13 21 13 21 00 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 06 68 00 00 00 80 EA AA 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 01 A7 0D 00 00 00 70 04 25 00 00 00 Offset 0E0: 00 00 00 00 3A E0 3A 00 19 17 00 00 00 00 00 00 Offset 0F0: 0F 00 10 00 00 00 00 00 00 00 00 00 B2 0F 06 00 B01 D00 F00: EVGA e-GeForce 8800 GTS 512MB Video Adapter Offset 000: DE 10 00 06 07 00 10 00 A2 00 00 03 01 00 00 00 Offset 010: 00 00 00 FA 0C 00 00 C0 00 00 00 00 04 00 00 F8 Offset 020: 00 00 00 00 01 DF 00 00 00 00 00 00 42 38 42 C8 Offset 030: 00 00 00 00 60 00 00 00 00 00 00 00 12 01 00 00 Offset 040: 42 38 42 C8 00 00 00 00 00 00 00 00 00 00 00 00 Offset 050: 01 00 00 00 01 00 00 00 CE D6 23 00 00 00 00 00 Offset 060: 01 68 03 00 08 00 00 00 05 78 80 00 00 00 00 00 Offset 070: 00 00 00 00 00 00 00 00 10 00 01 00 E0 84 00 00 Offset 080: 10 29 00 00 01 3D 00 00 48 00 01 11 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B02 D00 F00: Realtek RTL8168/8111 PCI-E Gigabit Ethernet Adapter Offset 000: EC 10 68 81 07 00 10 00 01 00 00 02 01 00 00 00 Offset 010: 01 EE 00 00 00 00 00 00 04 F0 EF FD 00 00 00 00 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 00 E0 Offset 030: 00 00 00 00 40 00 00 00 00 00 00 00 12 01 00 00 Offset 040: 01 48 C2 F7 00 00 00 00 03 50 00 00 00 00 00 00 Offset 050: 05 60 82 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 060: 10 84 01 00 63 7E 00 00 10 58 10 00 11 F4 03 00 Offset 070: 40 00 11 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 080: 00 00 00 00 09 00 4C 01 01 1C 02 00 FB FF FF 11 Offset 090: 08 30 00 00 1F E4 09 00 8C 20 09 00 F9 0D 00 00 Offset 0A0: 02 28 FF 01 00 00 00 00 00 08 00 00 03 00 03 00 Offset 0B0: 00 40 00 00 FF 3F FF 3F FF FF 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B03 D07 F00: Creative SB X-Fi XtremeGamer Sound Card Offset 000: 02 11 05 00 07 00 10 02 00 00 01 04 00 20 00 00 Offset 010: 01 CF 00 00 04 00 C0 DF 00 00 00 00 04 00 00 D8 Offset 020: 00 00 00 00 00 00 00 00 00 00 00 00 02 11 31 00 Offset 030: 00 00 00 00 40 00 00 00 00 00 00 00 15 01 04 05 Offset 040: 01 50 22 06 00 00 00 00 00 00 00 00 00 00 00 00 Offset 050: 05 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 0C0: 00 00 00 00 00 00 00 00 00 00 00 00 AA 83 00 00 Offset 0D0: 00 80 00 00 FF FF 00 00 00 00 00 00 00 00 00 00 Offset 0E0: 80 00 1A 00 1C CF 00 00 00 00 00 00 05 00 80 80 Offset 0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 PCI-1002-5957: ATI ClkConfig Offset 00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 40: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 42 00 00 00 Offset 60: 00 00 00 00 95 95 95 95 9F 10 03 00 80 00 00 00 Offset 70: 01 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 3F 7F C4 03 Offset 90: 00 00 00 00 97 FF FF 73 40 00 00 00 00 00 00 00 Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 FF FF 10 00 Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Offset D0: 00 00 00 00 6C 7B 00 00 96 00 00 00 04 00 04 00 Offset E0: 01 00 4D 07 00 00 00 00 00 00 00 00 00 00 00 00 Offset F0: 00 00 00 00 00 00 00 00 FF 0F 00 00 00 00 00 00 --------[ Debug - Video BIOS ]------------------------------------------------------------------------------------------ C000:0000 U.g.K7400.L.w.VIDEO ..........IBM VGA Compatible........12/27/07 C000:0040 ..................2.B8B..#............".........PMIDl.o....... C000:0080 .....3b.M...|...-.....p...@.C...1.......S......`................ C000:00C0 ........................................HWEAPCIR............g... C000:0100 ....GeForce 8800 GTS 512 VGA BIOS............................... C000:0140 .....................Version 62.92.25.00.02 ...Copyright (C) 199 C000:0180 6-2007 NVIDIA Corp..........G92 Board - 03930000...............C C000:01C0 hip Rev ...................................................... C000:0200 ....BIT......E2.....B.....C.....D.....A.....I.....L.....M.....N. C000:0240 ....P.....S.....T.....U.....V.....c.....x.....d.....i.&.....B... C000:0280 ....V..........%.b..................\\z...........RI.....{n..... C000:02C0 ...........b...$......).8.........k...........W...Be.....PU..o.( C000:0300 .....#..#...P....X...........%.b..._. .....12/06/07............. C000:0340 ....r...........U.L.F.F.[.g...|... .r...........U.L.F.F.,...M... C000:0380 1.`...".5.`.B.i.c...G.....J.........[.Q.....U.^....._...`.`.F.`. C000:03C0 `.`...a.`.L...f.>.>.>.[...}.>.n.r...q.>._.t.L...B.x...z......... ------------------------------------------------------------------------------------------------------------------------ The names of actual companies and products mentioned herein may be the trademarks of their respective owners. >Description: I can only get to the install choices and after no matter which option for installing will run for a bit and I have the same exact problem with PC-BSD. I've tried version 7 and 7.01 of PC-BSD so I thought I would try FreeBSD and still the same exact problem. I posted in their forum here : http://forums.pcbsd.org/viewtopic.php?f=2&t=12559 I attached the summary of Everest running on Windows Vista Ultimate 64 just to list some hardware. I don't understand the problem, the last entry before reboot is : cpuid=0 uptime=1s and then the automatic reboot in 15 secs, press any key on the console to cancel. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From kirk at daycos.com Tue Nov 11 09:00:15 2008 From: kirk at daycos.com (Kirk Strauser) Date: Tue Nov 11 09:11:11 2008 Subject: amd64/122624: unusable minimal installation of FreeBSD-7.0 Message-ID: <200811111700.mABH0E5r031846@freefall.freebsd.org> The following reply was made to PR amd64/122624; it has been noted by GNATS. From: Kirk Strauser To: bug-followup@freebsd.org, fernan@unsam.edu.ar Cc: Subject: Re: amd64/122624: unusable minimal installation of FreeBSD-7.0 Date: Tue, 11 Nov 2008 10:38:11 -0600 Please, I'm begging: PLEASE commit John's patch to 7.1! Without it, FreeBSD is completely broken on relatively common hardware like Dell SC1435 servers. From conrads at cox.net Tue Nov 11 19:10:05 2008 From: conrads at cox.net (Conrad J. Sabatier) Date: Tue Nov 11 19:10:12 2008 Subject: amd64/128686: can't detect SATA Disk on 8.0-Current with NF550 Message-ID: <200811120310.mAC3A4iq085357@freefall.freebsd.org> The following reply was made to PR amd64/128686; it has been noted by GNATS. From: "Conrad J. Sabatier" To: Hans Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/128686: can't detect SATA Disk on 8.0-Current with NF550 Date: Tue, 11 Nov 2008 20:24:16 -0600 On Sat, 8 Nov 2008 00:43:35 GMT Hans wrote: > > >Number: 128686 > >Category: amd64 > >Synopsis: can't detect SATA Disk on 8.0-Current with NF550 > >Confidential: no > >Severity: critical > >Priority: low > >Responsible: freebsd-amd64 > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat Nov 08 00:50:01 UTC 2008 > >Closed-Date: > >Last-Modified: > >Originator: Hans > >Release: 8.0-Current > >Organization: > >Environment: > >Description: > i had today update current kernel > after reboot than failed detect disk > but few month ago kernel not problem > > pciconv -l -v > > none0@pci0:0:0:0: class=0x050000 card=0xcb8410de > chip=0x036910de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' > device = 'MCP55 Memory Controller' > class = memory > subclass = RAM > isab0@pci0:0:1:0: class=0x060100 card=0xcb8410de > chip=0x036010de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' > device = 'MCP55 LPC Bridge' > class = bridge > subclass = PCI-ISA > none1@pci0:0:1:1: class=0x0c0500 card=0xcb8410de > chip=0x036810de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' > device = 'MCP55 SMBus' > class = serial bus > subclass = SMBus > ohci0@pci0:0:2:0: class=0x0c0310 card=0xcb8410de > chip=0x036c10de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' > device = 'MCP55 USB Controller' > class = serial bus > subclass = USB > ehci0@pci0:0:2:1: class=0x0c0320 card=0xcb8410de > chip=0x036d10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' > device = 'MCP55 USB Controller' > class = serial bus > subclass = USB > atapci0@pci0:0:4:0: class=0x01018a card=0xcb8410de > chip=0x036e10de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' > device = 'MCP55 IDE' > class = mass storage > subclass = ATA > atapci1@pci0:0:5:0: class=0x010185 card=0xcb8410de > chip=0x037f10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' > device = 'MCP55 SATA Controller' > class = mass storage > subclass = ATA > atapci2@pci0:0:5:1: class=0x010185 card=0xcb8410de > chip=0x037f10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' > device = 'MCP55 SATA Controller' > class = mass storage > subclass = ATA > atapci3@pci0:0:5:2: class=0x010185 card=0xcb8410de > chip=0x037f10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' > device = 'MCP55 SATA Controller' > class = mass storage > subclass = ATA > pcib1@pci0:0:6:0: class=0x060401 card=0xcb8410de > chip=0x037010de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' > device = 'MCP55 PCI bridge' > class = bridge > subclass = PCI-PCI > none2@pci0:0:6:1: class=0x040300 card=0x889116f3 > chip=0x037110de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' > device = 'ADI 1988B 8 Channel High Definition Audio' > class = multimedia > subclass = HDA > nfe0@pci0:0:8:0: class=0x068000 card=0xcb8410de > chip=0x037310de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' > device = 'MCP55 Ethernet' > class = bridge > pcib2@pci0:0:10:0: class=0x060400 card=0x000010de > chip=0x037610de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' > device = 'MCP55 PCIe bridge' > class = bridge > subclass = PCI-PCI > pcib3@pci0:0:11:0: class=0x060400 card=0x000010de > chip=0x037410de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' > device = 'MCP55 PCIe bridge' > class = bridge > subclass = PCI-PCI > pcib4@pci0:0:12:0: class=0x060400 card=0x000010de > chip=0x037410de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' > device = 'MCP55 PCIe bridge' > class = bridge > subclass = PCI-PCI > pcib5@pci0:0:13:0: class=0x060400 card=0x000010de > chip=0x037810de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' > device = 'MCP55 PCIe bridge' > class = bridge > subclass = PCI-PCI > pcib6@pci0:0:14:0: class=0x060400 card=0x000010de > chip=0x037510de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' > device = 'MCP55 PCIe bridge' > class = bridge > subclass = PCI-PCI > pcib7@pci0:0:15:0: class=0x060400 card=0x000010de > chip=0x037710de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' > device = 'MCP55 PCIe bridge' > class = bridge > subclass = PCI-PCI > hostb0@pci0:0:24:0: class=0x060000 card=0x00000000 > chip=0x11001022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro > Devices (AMD)' device = '(K8) Athlon 64/Opteron HyperTransport > Technology Configuration' class = bridge > subclass = HOST-PCI > hostb1@pci0:0:24:1: class=0x060000 card=0x00000000 > chip=0x11011022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro > Devices (AMD)' device = '(K8) Athlon 64/Opteron Address Map' > class = bridge > subclass = HOST-PCI > hostb2@pci0:0:24:2: class=0x060000 card=0x00000000 > chip=0x11021022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro > Devices (AMD)' device = '(K8) Athlon 64/Opteron DRAM Controller' > class = bridge > subclass = HOST-PCI > hostb3@pci0:0:24:3: class=0x060000 card=0x00000000 > chip=0x11031022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro > Devices (AMD)' device = '(K8) Athlon 64/Opteron Miscellaneous > Control' class = bridge > subclass = HOST-PCI > none3@pci0:1:7:0: class=0x040000 card=0x046219b8 > chip=0x880014f1 rev=0x05 hdr=0x00 vendor = 'Conexant Systems, > Inc.' device = '23880 Conexant 23880 Video Capture (NTSC)' > class = multimedia > subclass = video > none4@pci0:1:7:1: class=0x048000 card=0x046219b8 > chip=0x881114f1 rev=0x05 hdr=0x00 vendor = 'Conexant Systems, > Inc.' device = 'CX2388x TV Capture Chip' > class = multimedia > none5@pci0:1:7:2: class=0x048000 card=0x046219b8 > chip=0x880214f1 rev=0x05 hdr=0x00 vendor = 'Conexant Systems, > Inc.' device = 'CX2388x TV Capture Chip' > class = multimedia > none6@pci0:1:9:0: class=0x0c0010 card=0x30441106 > chip=0x30441106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' > device = 'VT6306 VIA Fire II IEEE-1394 OHCI Link Layer > Controller' class = serial bus > subclass = FireWire > vgapci0@pci0:7:0:0: class=0x030000 card=0x00000000 > chip=0x040210de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' > device = 'GeForce 8600 GT' > class = display > subclass = VGA I've been having the same problem here with my nVidia SATA controller, only mine is pretty much *completely* not recognized at boottime. The closest I'm getting is: pci0: at device 9.0 (no driver attached) I'm actually a little confused about what's going on here. This machine came with Windows Vista pre-installed, and poking around in System Information, I saw the nVidia SATA controller, but the drive attached to it was listed as being a SCSI drive. How can this be? Here's my 'pciconf -clv' and dmesg.boot listings under the latest CURRENT, with some patches Soren sent me to try to correct the problem (still no go): none0@pci0:0:0:0: class=0x050000 card=0x2a6e103c chip=0x075410de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' class = memory subclass = RAM cap 08[94] = HT unknown d007 cap 08[60] = HT retry mode cap 08[44] = HT slave cap 08[d0] = HT unknown e000 isab0@pci0:0:1:0: class=0x060100 card=0x2a6e103c chip=0x075c10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' class = bridge subclass = PCI-ISA none1@pci0:0:1:1: class=0x0c0500 card=0x2a6e103c chip=0x075210de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' class = serial bus subclass = SMBus cap 01[44] = powerspec 2 supports D0 D3 current D0 none2@pci0:0:1:2: class=0x050000 card=0x2a6e103c chip=0x075110de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' class = memory subclass = RAM none3@pci0:0:1:3: class=0x0b4000 card=0x2a6e103c chip=0x075310de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' class = processor none4@pci0:0:1:4: class=0x050000 card=0x2a6e103c chip=0x056810de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' class = memory subclass = RAM ohci0@pci0:0:2:0: class=0x0c0310 card=0x2a6e103c chip=0x077b10de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' class = serial bus subclass = USB cap 01[44] = powerspec 2 supports D0 D1 D2 D3 current D0 ehci0@pci0:0:2:1: class=0x0c0320 card=0x2a6e103c chip=0x077c10de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' class = serial bus subclass = USB cap 0a[44] = EHCI Debug Port at offset 0xa0 in map 0x14 cap 01[80] = powerspec 2 supports D0 D1 D2 D3 current D0 ohci1@pci0:0:4:0: class=0x0c0310 card=0x2a6e103c chip=0x077d10de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' class = serial bus subclass = USB cap 01[44] = powerspec 2 supports D0 D1 D2 D3 current D0 ehci1@pci0:0:4:1: class=0x0c0320 card=0x2a6e103c chip=0x077e10de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' class = serial bus subclass = USB cap 0a[44] = EHCI Debug Port at offset 0xa0 in map 0x14 cap 01[80] = powerspec 2 supports D0 D1 D2 D3 current D0 hdac0@pci0:0:7:0: class=0x040300 card=0x2a6e103c chip=0x077410de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' class = multimedia subclass = HDA cap 01[44] = powerspec 2 supports D0 D3 current D0 cap 05[50] = MSI supports 1 message, 64 bit, vector masks cap 08[6c] = HT MSI fixed address window disabled at 0xfee00000 pcib1@pci0:0:8:0: class=0x060401 card=0x2a6e103c chip=0x075a10de rev=0xa1 hdr=0x01 vendor = 'Nvidia Corp' class = bridge subclass = PCI-PCI cap 0d[b8] = PCI Bridge card=0x2a6e103c cap 08[8c] = HT MSI address window disabled at 0xfee00000 none5@pci0:0:9:0: class=0x010400 card=0x2a6e103c chip=0x0ad810de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' class = mass storage subclass = RAID cap 01[44] = powerspec 2 supports D0 D3 current D0 cap 12[8c] = unknown cap 05[b0] = MSI supports 8 messages, 64 bit cap 08[ec] = HT MSI fixed address window disabled at 0xfee00000 nfe0@pci0:0:10:0: class=0x020000 card=0x2a6e103c chip=0x076010de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' class = network subclass = ethernet cap 01[44] = powerspec 2 supports D0 D1 D2 D3 current D0 cap 05[50] = MSI supports 16 messages, 64 bit, vector masks cap 08[6c] = HT MSI fixed address window disabled at 0xfee00000 pcib2@pci0:0:16:0: class=0x060400 card=0x2a6e103c chip=0x077810de rev=0xa1 hdr=0x01 vendor = 'Nvidia Corp' class = bridge subclass = PCI-PCI cap 0d[40] = PCI Bridge card=0x2a6e103c cap 01[48] = powerspec 3 supports D0 D3 current D0 cap 05[50] = MSI supports 2 messages, 64 bit cap 08[60] = HT MSI address window enabled at 0xfee00000 cap 10[80] = PCI-Express 2 root port pcib3@pci0:0:18:0: class=0x060400 card=0x2a6e103c chip=0x075b10de rev=0xa1 hdr=0x01 vendor = 'Nvidia Corp' class = bridge subclass = PCI-PCI cap 0d[40] = PCI Bridge card=0x2a6e103c cap 01[48] = powerspec 3 supports D0 D3 current D0 cap 05[50] = MSI supports 2 messages, 64 bit cap 08[60] = HT MSI address window enabled at 0xfee00000 cap 10[80] = PCI-Express 1 root port pcib4@pci0:0:19:0: class=0x060400 card=0x2a6e103c chip=0x077a10de rev=0xa1 hdr=0x01 vendor = 'Nvidia Corp' class = bridge subclass = PCI-PCI cap 0d[40] = PCI Bridge card=0x2a6e103c cap 01[48] = powerspec 3 supports D0 D3 current D0 cap 05[50] = MSI supports 2 messages, 64 bit cap 08[60] = HT MSI address window enabled at 0xfee00000 cap 10[80] = PCI-Express 1 root port pcib5@pci0:0:20:0: class=0x060400 card=0x2a6e103c chip=0x077a10de rev=0xa1 hdr=0x01 vendor = 'Nvidia Corp' class = bridge subclass = PCI-PCI cap 0d[40] = PCI Bridge card=0x2a6e103c cap 01[48] = powerspec 3 supports D0 D3 current D0 cap 05[50] = MSI supports 2 messages, 64 bit cap 08[60] = HT MSI address window enabled at 0xfee00000 cap 10[80] = PCI-Express 1 root port hostb0@pci0:0:24:0: class=0x060000 card=0x00000000 chip=0x12001022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(Family 10h) Athlon 64/Opteron/Sempron HyperTransport Technology Configuration' class = bridge subclass = HOST-PCI cap 08[80] = HT host hostb1@pci0:0:24:1: class=0x060000 card=0x00000000 chip=0x12011022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(Family 10h) Athlon 64/Opteron/Sempron Address Map' class = bridge subclass = HOST-PCI hostb2@pci0:0:24:2: class=0x060000 card=0x00000000 chip=0x12021022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(Family 10h) Athlon 64/Opteron/Sempron DRAM Controller' class = bridge subclass = HOST-PCI hostb3@pci0:0:24:3: class=0x060000 card=0x00000000 chip=0x12031022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(Family 10h) Athlon 64/Opteron/Sempron Miscellaneous Control' class = bridge subclass = HOST-PCI cap 0f[f0] = unknown hostb4@pci0:0:24:4: class=0x060000 card=0x00000000 chip=0x12041022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(Family 10h) Athlon 64/Opteron/Sempron Link Control' class = bridge subclass = HOST-PCI fwohci0@pci0:1:5:0: class=0x0c0010 card=0x2a6e103c chip=0x581111c1 rev=0x70 hdr=0x00 vendor = 'Lucent/Agere Systems (Was: AT&T MicroElectronics)' device = 'FW322 1394A PCI PHY/Link Open Host Ctrlr I/F' class = serial bus subclass = FireWire cap 01[44] = powerspec 2 supports D0 D1 D2 D3 current D0 vgapci0@pci0:2:0:0: class=0x030000 card=0x90041b0a chip=0x06e010de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' class = display subclass = VGA cap 01[60] = powerspec 3 supports D0 D3 current D0 cap 05[68] = MSI supports 1 message, 64 bit cap 10[78] = PCI-Express 1 endpoint none6@pci0:4:0:0: class=0x078000 card=0x000014f1 chip=0x2f8214f1 rev=0x00 hdr=0x00 vendor = 'Conexant Systems, Inc.' class = simple comms cap 10[40] = PCI-Express 1 endpoint cap 01[80] = powerspec 2 supports D0 D1 D2 D3 current D0 cap 03[90] = VPD Copyright (c) 1992-2008 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 8.0-CURRENT #0: Tue Nov 11 21:14:56 CST 2008 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Phenom(tm) 9550 Quad-Core Processor (2200.02-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x100f23 Stepping = 3 Features=0x178bfbff Features2=0x802009 AMD Features=0xee500800 AMD Features2=0x7ff,,,Prefetch,,> TSC: P-state invariant Cores per package: 4 usable memory = 5358534656 (5110 MB) avail memory = 5168558080 (4929 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of fee01000, ff000 (3) failed acpi0: reservation of fec00000, 1000 (3) failed acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, dff00000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x2008-0x200b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 25000000 Hz quality 900 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 0.0 (no driver attached) isab0: port 0x2f00-0x2fff at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) pci0: at device 1.2 (no driver attached) pci0: at device 1.3 (no driver attached) pci0: at device 1.4 (no driver attached) ohci0: mem 0xf9e7f000-0xf9e7ffff irq 22 at device 2.0 on pci0 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 6 ports with 6 removable, self powered ehci0: mem 0xf9e7ec00-0xf9e7ecff irq 23 at device 2.1 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb1: EHCI version 1.0 usb1: companion controller, 15 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1: on usb1 uhub1: 6 ports with 6 removable, self powered uhub2: on uhub1 uhub2: multiple transaction translators uhub2: 4 ports with 2 removable, self powered umass0: on uhub2 umass1: 2.00/1.12, addr 3> on uhub2 device_attach: umass1 attach returned 6 ohci1: mem 0xf9e7d000-0xf9e7dfff irq 20 at device 4.0 on pci0 ohci1: [GIANT-LOCKED] ohci1: [ITHREAD] usb2: OHCI version 1.0, legacy support usb2: on ohci1 usb2: USB revision 1.0 uhub3: on usb2 uhub3: 6 ports with 6 removable, self powered ehci1: mem 0xf9e7e800-0xf9e7e8ff irq 21 at device 4.1 on pci0 ehci1: [GIANT-LOCKED] ehci1: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controller, 15 ports each: usb2 usb3: on ehci1 usb3: USB revision 2.0 uhub4: on usb3 uhub4: 6 ports with 6 removable, self powered umass1: on uhub4 hdac0: mem 0xf9e78000-0xf9e7bfff irq 22 at device 7.0 on pci0 hdac0: HDA Driver Revision: 20081030_0115 hdac0: [ITHREAD] pcib1: at device 8.0 on pci0 pci1: on pcib1 fwohci0: mem 0xf9fff000-0xf9ffffff irq 16 at device 5.0 on pci1 fwohci0: [FILTER] fwohci0: OHCI version 1.0 (ROM=1) fwohci0: No. of Isochronous channels is 8. fwohci0: EUI64 00:1e:8c:00:01:33:8e:7c fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 1024 bytes. fwohci0: max_rec 1024 -> 2048 firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:1e:8c:33:8e:7c fwe0: Ethernet address: 02:1e:8c:33:8e:7c fwip0: on firewire0 fwip0: Firewire address: 00:1e:8c:00:01:33:8e:7c @ 0xfffe00000000, S400, maxrec 2048 sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: BUS reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode pci0: at device 9.0 (no driver attached) nfe0: port 0xc880-0xc887 mem 0xf9e7c000-0xf9e7cfff,0xf9e7e400-0xf9e7e4ff,0xf9e7e000-0xf9e7e00f irq 20 at device 10.0 on pci0 miibus0: on nfe0 rgephy0: PHY 1 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto nfe0: Ethernet address: 00:1f:c6:70:1e:1d nfe0: [FILTER] pcib2: irq 16 at device 16.0 on pci0 pci2: on pcib2 vgapci0: port 0xec00-0xec7f mem 0xfd000000-0xfdffffff,0xe0000000-0xefffffff,0xfa000000-0xfbffffff irq 16 at device 0.0 on pci2 pcib3: irq 17 at device 18.0 on pci0 pci3: on pcib3 pcib4: irq 18 at device 19.0 on pci0 pci4: on pcib4 pci4: at device 0.0 (no driver attached) pcib5: irq 19 at device 20.0 on pci0 pci5: on pcib5 acpi_button0: on acpi0 atrtc0: port 0x70-0x71 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model IntelliMouse, device ID 3 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 orm0: at iomem 0xc0000-0xcdfff on isa0 ppc0: cannot reserve I/O port range sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec hdac0: HDA Codec #0: Realtek ALC888 pcm0: at cad 0 nid 1 on hdac0 pcm1: at cad 0 nid 1 on hdac0 pcm2: at cad 0 nid 1 on hdac0 pcm3: at cad 0 nid 1 on hdac0 firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 305245MB (625142448 512 byte sectors: 255H 63S/T 38913C) SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #3 Launched! da1 at umass-sim1 bus 1 target 0 lun 0 da1: Removable Direct Access SCSI-0 device da1: 40.000MB/s transfers da1: Attempt to query device size failed: NOT READY, Medium not present da2 at umass-sim1 bus 1 target 0 lun 1 da2: Removable Direct Access SCSI-0 device da2: 40.000MB/s transfers da2: Attempt to query device size failed: NOT READY, Medium not present da3 at umass-sim1 bus 1 target 0 lun 2 da3: Removable Direct Access SCSI-0 device da3: 40.000MB/s transfers da3: Attempt to query device size failed: NOT READY, Medium not present da4 at umass-sim1 bus 1 target 0 lun 3 da4: Removable Direct Access SCSI-0 device da4: 40.000MB/s transfers da4: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/da0s1a Conrad From stan at dosonresorthotel.net Tue Nov 11 21:30:03 2008 From: stan at dosonresorthotel.net (Stanley Chan) Date: Wed Nov 12 04:13:36 2008 Subject: amd64/128810: AMD 64 port installation Message-ID: <200811120520.mAC5KtsV045729@www.freebsd.org> >Number: 128810 >Category: amd64 >Synopsis: AMD 64 port installation >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 12 05:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Stanley Chan >Release: 7.0 >Organization: Dososn Resort Hotel >Environment: pc28.bigmystery.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: When I using the port t install libxml2 and ImageMagick the following error comes up. gmake[2]: *** [libxml2.la] Error 1 gmake[2]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.6.32' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.6.32' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/textproc/libxml2. [root@pc28 /usr/ports/textproc/libxml2] >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From elton at kairosinformatica.com.br Thu Nov 13 09:55:02 2008 From: elton at kairosinformatica.com.br (Elton Clemente) Date: Thu Nov 13 10:00:27 2008 Subject: sdhci on 7.1-beta2 amd64 Message-ID: <011201c9459a$b9fff7d0$2dffe770$@com.br> Hi, The module sdhci works in freebsd 7x amd64? I try, but not compiled. cbb0@pci0:6:4:0: class=0x060700 card=0x009f1025 chip=0x14121524 rev=0x10 hdr=0x02 vendor = 'ENE Technology Inc' device = 'CB-712/714 CardBus Controller' class = bridge subclass = PCI-CardBus none0@pci0:6:4:1: class=0x050100 card=0x009f1025 chip=0x05301524 rev=0x01 hdr=0x00 vendor = 'ENE Technology Inc' device = 'CB-712/714/810 Memory Stick Card Reader' class = memory subclass = flash none1@pci0:6:4:2: class=0x080501 card=0x009f1025 chip=0x05501524 rev=0x01 hdr=0x00 vendor = 'ENE Technology Inc' device = 'CB-712/714/810 Secure Digital Card Reader' class = base peripheral none2@pci0:6:4:3: class=0x050100 card=0x009f1025 chip=0x05201524 rev=0x01 hdr=0x00 vendor = 'ENE Technology Inc' device = 'PCI SmartMedia / xD Card Reader Controller' class = memory subclass = flash none3@pci0:6:4:4: class=0x050100 card=0x009f1025 chip=0x05511524 rev=0x01 hdr=0x00 vendor = 'ENE Technology Inc' device = 'PCI SD/MMC Card Reader Controller' class = memory subclass = flash try complie.: note:/usr/src/sys/modules/sdhci> make Warning: Object directory not changed from original /usr/src/sys/modules/sdhci @ -> /usr/src/sys machine -> /usr/src/sys/amd64/include awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h awk -f @/tools/makeobjops.awk @/dev/mmc/mmcbr_if.m -h cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c sdhci.c sdhci.c: In function 'sdhci_attach': sdhci.c:722: error: 'MMC_CAP_HSPEED' undeclared (first use in this function) sdhci.c:722: error: (Each undeclared identifier is reported only once sdhci.c:722: error: for each function it appears in.) sdhci.c: In function 'sdhci_update_ios': sdhci.c:823: error: 'struct mmc_ios' has no member named 'timing' sdhci.c:823: error: 'bus_timing_hs' undeclared (first use in this function) sdhci.c: In function 'sdhci_read_ivar': sdhci.c:1437: error: 'MMCBR_IVAR_CAPS' undeclared (first use in this function) sdhci.c:1440: error: 'MMCBR_IVAR_TIMING' undeclared (first use in this function) sdhci.c:1441: error: 'struct mmc_ios' has no member named 'timing' sdhci.c:1443: error: 'MMCBR_IVAR_MAX_DATA' undeclared (first use in this function) sdhci.c: In function 'sdhci_write_ivar': sdhci.c:1493: error: 'MMCBR_IVAR_TIMING' undeclared (first use in this function) sdhci.c:1494: error: 'struct mmc_ios' has no member named 'timing' sdhci.c:1496: error: 'MMCBR_IVAR_CAPS' undeclared (first use in this function) sdhci.c:1500: error: 'MMCBR_IVAR_MAX_DATA' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/modules/sdhci. Thks, Elton From mav at FreeBSD.org Thu Nov 13 13:31:06 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Thu Nov 13 13:45:28 2008 Subject: sdhci on 7.1-beta2 amd64 In-Reply-To: <1226611384.00036033.1226599801@10.7.7.3> References: <1226611384.00036033.1226599801@10.7.7.3> Message-ID: <491C9C97.20309@FreeBSD.org> Elton Clemente wrote: > The module sdhci works in freebsd 7x amd64? > > I try, but not compiled. It does. You should just update mmc/mmcsd modules same time. Take care about kthread/kproc difference between 7/8. -- Alexander Motin From peterjeremy at optushome.com.au Thu Nov 13 22:40:05 2008 From: peterjeremy at optushome.com.au (Peter Jeremy) Date: Thu Nov 13 22:40:11 2008 Subject: amd64/128810: AMD 64 port installation Message-ID: <200811140640.mAE6e4nh015345@freefall.freebsd.org> The following reply was made to PR amd64/128810; it has been noted by GNATS. From: Peter Jeremy To: Stanley Chan Cc: freebsd-gnats-submit@freebsd.org Subject: Re: amd64/128810: AMD 64 port installation Date: Fri, 14 Nov 2008 17:33:41 +1100 --yVhtmJPUSI46BTXb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2008-Nov-12 05:20:55 +0000, Stanley Chan wro= te: >When I using the port t install libxml2 and ImageMagick the following erro= r comes up. > >gmake[2]: *** [libxml2.la] Error 1 >gmake[2]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.6.= 32' >gmake[1]: *** [all-recursive] Error 1 >gmake[1]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.6.= 32' >gmake: *** [all] Error 2 >*** Error code 2 Unfortunately, this is just make unwinding after the error and doesn't provide any details on what went wrong. Could you please post the last 40-50 lines of output, as well as the exact command line you used and the contents (if any) of your /etc/make.conf When did you last update your ports tree? --=20 Peter Jeremy --yVhtmJPUSI46BTXb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkdG8QACgkQ/opHv/APuIf+0ACfdY3XlV1TvWI/fXH9xUQCfekR /eMAnjFAo1Fo69THx/PUvqs7ZeL7zhzn =Lx0w -----END PGP SIGNATURE----- --yVhtmJPUSI46BTXb-- From famd64 at ccstores.com Sun Nov 16 20:30:24 2008 From: famd64 at ccstores.com (famd64) Date: Sun Nov 16 20:30:30 2008 Subject: HP ProLiant DL165 G5 Message-ID: <4920EF20.2060407@ccstores.com> purchased noted rack mount server with the 'hope' it would function with FreeBSD 7.0 AMD 7.0 had an issue with spurious interrupts. I tried 7.1B2, and the interrupt storm disappeared. On a positive note, the dual-quad core AMD chips function great, and FreeBSD seems to handle all 8 processors and 8Gb ram just fine. I find that the BGE ethernet driver fails under prolonged use. Seems to me that the BGE driver hasn't been all that reliable for as many years as I've used it. As a test, I installed SuSe Linux and Debian on the server. The ethernet seemed to function fine with both OSes. Just dandy except I *want* and -need- to run FreeBSD. The computer has 1 half height and 1 full height card bay available which I can place an ethernet card in to bypass the built-in BGE ethernet. I would like recommendation as to the 'best'/most reliable ethernet card I can install in my machine. -- Jim Pazarena famd64@ccstores.com From koitsu at FreeBSD.org Sun Nov 16 21:31:47 2008 From: koitsu at FreeBSD.org (Jeremy Chadwick) Date: Sun Nov 16 21:31:53 2008 Subject: HP ProLiant DL165 G5 In-Reply-To: <4920EF20.2060407@ccstores.com> References: <4920EF20.2060407@ccstores.com> Message-ID: <20081117053144.GA20663@icarus.home.lan> On Sun, Nov 16, 2008 at 08:12:16PM -0800, famd64 wrote: > purchased noted rack mount server with the 'hope' it > would function with FreeBSD 7.0 AMD > > 7.0 had an issue with spurious interrupts. I tried 7.1B2, > and the interrupt storm disappeared. > > On a positive note, the dual-quad core AMD chips function > great, and FreeBSD seems to handle all 8 processors and 8Gb ram > just fine. > > I find that the BGE ethernet driver fails under prolonged use. > Seems to me that the BGE driver hasn't been all that reliable > for as many years as I've used it. > > As a test, I installed SuSe Linux and Debian on the server. > The ethernet seemed to function fine with both OSes. Just dandy > except I *want* and -need- to run FreeBSD. > > The computer has 1 half height and 1 full height card bay > available which I can place an ethernet card in to bypass the > built-in BGE ethernet. I would like recommendation as to the > 'best'/most reliable ethernet card I can install in my machine. Well, there's no guarantee the PCI card won't share IRQs or behave properly with the other hardware on the mainboard, but I can vouch for the cards and the FreeBSD driver being quite good. Pick up an Intel Pro/1000 GT card, which uses em(4). If you're in the States, they're available on Amazon for ~US$27. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From peterjeremy at optushome.com.au Mon Nov 17 01:58:04 2008 From: peterjeremy at optushome.com.au (Peter Jeremy) Date: Mon Nov 17 01:58:11 2008 Subject: HP ProLiant DL165 G5 In-Reply-To: <4920EF20.2060407@ccstores.com> References: <4920EF20.2060407@ccstores.com> Message-ID: <20081117095749.GI51761@server.vk2pj.dyndns.org> On 2008-Nov-16 20:12:16 -0800, famd64 wrote: >I find that the BGE ethernet driver fails under prolonged use. >Seems to me that the BGE driver hasn't been all that reliable >for as many years as I've used it. I've had problems in the past with BGE NICs in HP Proliant servers. I've had absolutely no problems with the BGE NICs in a Sun v20Z, various Dell boxes and my laptop - and the z20Z is handling quite a bit of traffic. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20081117/7ab95bf6/attachment.pgp From bugmaster at FreeBSD.org Mon Nov 17 03:06:46 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 17 04:25:41 2008 Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org Message-ID: <200811171106.mAHB6jY7082443@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/128810 amd64 AMD 64 port installation o amd64/128765 amd64 [install] Install CD loads to Install choices but stop o amd64/128686 amd64 [ata] can't detect SATA Disk on 8.0-Current with NF550 o amd64/128524 amd64 No geom documentation for loading gjournal o amd64/128263 amd64 [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a o amd64/128259 amd64 csh(1): "`" crashes csh o amd64/128236 amd64 portsdb -Uu Indexing error f kern/128102 amd64 AsusRock 939N68PV-GLAN not recognized o amd64/127787 amd64 [lor] 3 lock LOR in recent CURRENT o amd64/127640 amd64 GCC will not build shared libraries with -fprofile-gen o amd64/127492 amd64 [zfs] System hang on ZFS input-output o amd64/127484 amd64 [timecounters] Drift problem with FreeBSD 7.0 and 7.1 o amd64/127451 amd64 [scheduler] incorrect load on quad core o amd64/127397 amd64 [amd64] 32bit application on FreeBSD-6.3 amd64 gets SI s amd64/127276 amd64 ldd(1) invokes linux yes o amd64/127129 amd64 mdconfig(8) is core dumping with Segmentation Fault 11 f amd64/125943 amd64 Serial Consoles do not work on amd64 freebsd o amd64/125873 amd64 [smbd] [panic] Repeated kernel panics, trap 12 page fa o amd64/125002 amd64 [install] amd64, SATA hard disks not detected o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o amd64/123562 amd64 [install] FreeBSD amd64 not installs o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o amd64/122468 amd64 Compile problems after upgrading to 7.0 o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails o amd64/121590 amd64 [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/119936 amd64 [install] FreeBSD 7.0-RC1 amd64 and i386 installer dis o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A a amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 s amd64/116689 amd64 [request] support for MSI K9MM-V f amd64/116670 amd64 [ata] onboard SATA RAID1 controllers not supported for o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on f amd64/116457 amd64 [install] can't install freebsd on dv9420us o amd64/116322 amd64 [panic] At start fsck on current, the system panics o amd64/116159 amd64 [panic] Panic while debugging on CURRENT s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number f amd64/111992 amd64 [boot] BTX failed - HP Laptop dv2315nr o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv f amd64/103259 amd64 [ar] Cannot use ataraid on nvidia nForce4+amd64 o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP f amd64/94989 amd64 [boot] BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff f amd64/91492 amd64 [boot] BTX halted o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/89501 amd64 [install] System crashes on install using ftp on local o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 s amd64/85273 amd64 [install] FreeBSD (NetBSD or OpenBSD) not install on l o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/76136 amd64 [hang] system halts before reboot o amd64/74747 amd64 [panic] System panic on shutdown when process will not o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up 84 problems total. From freebsd at sopwith.solgatos.com Mon Nov 17 21:35:23 2008 From: freebsd at sopwith.solgatos.com (Dieter) Date: Mon Nov 17 21:35:29 2008 Subject: bge ethernet (was: Re: HP ProLiant DL165 G5 ) In-Reply-To: Your message of "Mon, 17 Nov 2008 20:57:49 +1100." <20081117095749.GI51761@server.vk2pj.dyndns.org> Message-ID: <200811171829.SAA09301@sopwith.solgatos.com> > >I find that the BGE ethernet driver fails under prolonged use. > >Seems to me that the BGE driver hasn't been all that reliable > >for as many years as I've used it. > > I've had problems in the past with BGE NICs in HP Proliant servers. > I've had absolutely no problems with the BGE NICs in a Sun v20Z, > various Dell boxes and my laptop - and the z20Z is handling quite a > bit of traffic. The bge driver handles several chips. Perhaps some work better than others. I have bge0: which had problems with 6.0, but works fine with 6.2 and 7.0. From michael.copeland at gmail.com Tue Nov 18 07:30:50 2008 From: michael.copeland at gmail.com (michael) Date: Tue Nov 18 07:30:56 2008 Subject: kernel compile error on 8.0-CURRENT-200811 csup tag=. on 20081118 Message-ID: <4922D87A.30007@gmail.com> I am testing a snapshot of current in a virtual machine to see what the major differences between 7 and 8 are. csup yesterday(Nov 17, 2008) at 9:45PM EST. I'm getting the following error, haven't been able to determine what the issue is, although I could just be completely missing it. ############################################### In file included from /usr/src/sys/sys/buf.h:257, from /usr/src/sys/amd64/amd64/genassym.c:45: /usr/src/sys/sys/proc.h:50:21: error: sys/osd.h: No such file or directory In file included from /usr/src/sys/sys/buf.h:257, from /usr/src/sys/amd64/amd64/genassym.c:45: /usr/src/sys/sys/proc.h:237: error: field 'td_osd' has incomplete type *** Error code 1 ############################################### From gary.jennejohn at freenet.de Tue Nov 18 08:00:00 2008 From: gary.jennejohn at freenet.de (Gary Jennejohn) Date: Tue Nov 18 08:00:07 2008 Subject: kernel compile error on 8.0-CURRENT-200811 csup tag=. on 20081118 In-Reply-To: <4922D87A.30007@gmail.com> References: <4922D87A.30007@gmail.com> Message-ID: <20081118165957.0dfe7984@ernst.jennejohn.org> On Tue, 18 Nov 2008 10:00:10 -0500 michael wrote: > I am testing a snapshot of current in a virtual machine to see what the > major differences between 7 and 8 are. csup yesterday(Nov 17, 2008) at > 9:45PM EST. > > I'm getting the following error, haven't been able to determine what the > issue is, although I could just be completely missing it. > > ############################################### > In file included from /usr/src/sys/sys/buf.h:257, > from /usr/src/sys/amd64/amd64/genassym.c:45: > /usr/src/sys/sys/proc.h:50:21: error: sys/osd.h: No such file or directory > In file included from /usr/src/sys/sys/buf.h:257, > from /usr/src/sys/amd64/amd64/genassym.c:45: > /usr/src/sys/sys/proc.h:237: error: field 'td_osd' has incomplete type > *** Error code 1 > ############################################### Funny, I have HEAD (8-current) and the file is there root:ernst:~:bash:6> ll /sys/sys/osd.h -rw-r--r-- 1 root wheel 3199 Nov 17 21:49 /sys/sys/osd.h Note that I'm GMT+1. I'd guess that you did your csup a little too early. Try updating again. --- Gary Jennejohn From kumark at vmware.com Tue Nov 18 17:00:17 2008 From: kumark at vmware.com (Kumar Krishnamoorthy) Date: Tue Nov 18 18:15:48 2008 Subject: amd64/128978: FreeBSD 6.3 64-bit panics at boot time during installation on HP DL580 G5 with 128GB physical memory Message-ID: <200811190050.mAJ0oS5a069423@www.freebsd.org> >Number: 128978 >Category: amd64 >Synopsis: FreeBSD 6.3 64-bit panics at boot time during installation on HP DL580 G5 with 128GB physical memory >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 19 01:00:14 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Kumar Krishnamoorthy >Release: FreeBSD 6.3 64-bit GA >Organization: VMare Inc >Environment: NA >Description: When I try to install freeBSD-64 6.3 GA on a system with 128GB physical memory, it reports kmem_suballoc : bad status retirn of 3 panic : kmem_suballoc When I read the faq from freebsd site, it mentions that the 64-bit version would support systems upto 1TB of physical memory. Server used ----------- Server Model : HP ProLoant DL580 G5 Physical memory installed : 128 GB Installed ProLiant System BIOS : P61 (08/08/2007) CPU : Proc 1: Quad-Core Intel(R) Xeon(TM) Processor (2.40 GHz/1066 MHz, 2x4MB L2) Proc 2: Quad-Core Intel(R) Xeon(TM) Processor (2.40 GHz/1066 MHz, 2x4MB L2) Proc 3: Quad-Core Intel(R) Xeon(TM) Processor (2.40 GHz/1066 MHz, 2x4MB L2) Proc 4: Quad-Core Intel(R) Xeon(TM) Processor (2.40 GHz/1066 MHz, 2x4MB L2) Failure details. ----------------- ISO used for installation 6.3-RELEASE-amd64-disc1.iso . . Attempting Boot From CD-ROM CD Loader 1.2 Building the boot loader arguments Looking up /BOOT/LOADER... Found Relocating the loader and the BTX Starting the BTX loader Consoles: internal video/keyboard BIOS CD is cd0 BIOS drive A: is disk0 BIOS drive C: is disk1 BIOS 637kB/3404056kB available memory FreeBSD/i386 bootstrap loader, Revision 1.1 (root@palmer.cse.buffalo.edu, Tue Jan 15 23:20:25 UTC 2008) Loading /boot/defaults/loader.conf /boot/kernel/kernel text=0x6b30f8 syms=[0x8+0xa10a0+0x8+0x8 8855] +-----------------------------------------+ | | | | ______ | | | ____| __ ___ ___ | Welcome to FreeBSD! | | |__ | '__/ _ \/ _ \ | | | __|| | | __/ __/ | | | | | | | | | | 1. Boot FreeBSD [default] | |_| |_| \___|\___| | 2. Boot FreeBSD with ACPI disabled | ____ _____ _____ | 3. Boot FreeBSD in Safe Mode | | _ \ / ____| __ \ | 4. Boot FreeBSD in single user mode | | |_) | (___ | | | | | 5. Boot FreeBSD with verbose logging | | _ < \___ \| | | | | 6. Escape to loader prompt | | |_) |____) | |__| | | 7. Reboot | | | | | | | |____/|_____/|_____/ | | | | | | | Select option, [Enter] for default | | or [Space] to pause timer 8 | +-----------------------------------------+ FreeBSD 6.3-RELEASE #0: Wed Jan 16 01:31:10 UTC 2008 root@palmet.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC kmem_suballoc : bad status retirn of 3 panic : kmem_suballoc Uptime: 1s Note : I tried the following things. a) freeBSD7.0-64 did not panic while installation b) freeBSD6.3-64 could boot without any problems till 90GB memory on a virtual machine created on ESX40 Let me know if you need more details for debugging. >How-To-Repeat: Try to install freeBSD6.3-64 on a physical machine with 128GB of physical memory >Fix: >Release-Note: >Audit-Trail: >Unformatted: From tinderbox at freebsd.org Thu Nov 20 15:15:53 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Nov 20 15:16:11 2008 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20081120231546.71D3D73039@freebsd-current.sentex.ca> TB --- 2008-11-20 22:00:00 - tinderbox 2.5 running on freebsd-current.sentex.ca TB --- 2008-11-20 22:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-11-20 22:00:00 - cleaning the object tree TB --- 2008-11-20 22:00:44 - cvsupping the source tree TB --- 2008-11-20 22:00:44 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-11-20 22:00:50 - building world TB --- 2008-11-20 22:00:50 - MAKEOBJDIRPREFIX=/obj TB --- 2008-11-20 22:00:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2008-11-20 22:00:50 - TARGET=amd64 TB --- 2008-11-20 22:00:50 - TARGET_ARCH=amd64 TB --- 2008-11-20 22:00:50 - TZ=UTC TB --- 2008-11-20 22:00:50 - __MAKE_CONF=/dev/null TB --- 2008-11-20 22:00:50 - cd /src TB --- 2008-11-20 22:00:50 - /usr/bin/make -B buildworld >>> World build started on Thu Nov 20 22:00:52 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] ===> sys/boot/i386/gptzfsboot (all) cc -Os -fno-guess-branch-probability -fomit-frame-pointer -fno-unit-at-a-time -mno-align-long-strings -mrtd -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -DGPT -DBOOT2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/src/sys/boot/i386/gptzfsboot/../../common -I/src/sys/boot/i386/gptzfsboot/../../zfs -I/src/sys/boot/i386/gptzfsboot/../../../cddl/boot/zfs -I/src/sys/boot/i386/gptzfsboot/../btx/lib -I. -I/src/sys/boot/i386/gptzfsboot/../boot2 -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline --param max-inline-insns-single=100 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -m32 -march=i386 -c /src/sys/boot/i386/gptzfsboot/../gptboot/gptldr.S ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -e start -Ttext 0x7c00 -o gptldr.out gptldr.o objcopy -S -O binary gptldr.out gptldr.bin cc -Os -fno-guess-branch-probability -fomit-frame-pointer -fno-unit-at-a-time -mno-align-long-strings -mrtd -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -DGPT -DBOOT2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/src/sys/boot/i386/gptzfsboot/../../common -I/src/sys/boot/i386/gptzfsboot/../../zfs -I/src/sys/boot/i386/gptzfsboot/../../../cddl/boot/zfs -I/src/sys/boot/i386/gptzfsboot/../btx/lib -I. -I/src/sys/boot/i386/gptzfsboot/../boot2 -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline --param max-inline-insns-single=100 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -m32 -march=i386 -c /src/sys/boot/i386/gptzfsboot/../zfsboot/zfsboot.c cc -Os -fno-guess-branch-probability -fomit-frame-pointer -fno-unit-at-a-time -mno-align-long-strings -mrtd -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -DGPT -DBOOT2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/src/sys/boot/i386/gptzfsboot/../../common -I/src/sys/boot/i386/gptzfsboot/../../zfs -I/src/sys/boot/i386/gptzfsboot/../../../cddl/boot/zfs -I/src/sys/boot/i386/gptzfsboot/../btx/lib -I. -I/src/sys/boot/i386/gptzfsboot/../boot2 -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline --param max-inline-insns-single=100 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -m32 -march=i386 -c /src/sys/boot/i386/gptzfsboot/../boot2/sio.S ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -Ttext 0x0 -o gptzfsboot.out /obj/amd64/src/sys/boot/i386/gptzfsboot/../btx/lib/crt0.o zfsboot.o sio.o gptzfsboot.o ld: gptzfsboot.o: No such file: No such file or directory *** Error code 1 Stop in /src/sys/boot/i386/gptzfsboot. *** Error code 1 Stop in /src/sys/boot/i386. *** Error code 1 Stop in /src/sys/boot. *** Error code 1 Stop in /src/sys. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-11-20 23:15:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-11-20 23:15:46 - ERROR: failed to build world TB --- 2008-11-20 23:15:46 - 3503.05 user 355.71 system 4545.80 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Thu Nov 20 22:55:39 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Nov 20 22:55:46 2008 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20081121065536.3576573039@freebsd-current.sentex.ca> TB --- 2008-11-21 05:40:00 - tinderbox 2.5 running on freebsd-current.sentex.ca TB --- 2008-11-21 05:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-11-21 05:40:00 - cleaning the object tree TB --- 2008-11-21 05:40:23 - cvsupping the source tree TB --- 2008-11-21 05:40:23 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-11-21 05:40:33 - building world TB --- 2008-11-21 05:40:33 - MAKEOBJDIRPREFIX=/obj TB --- 2008-11-21 05:40:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2008-11-21 05:40:33 - TARGET=amd64 TB --- 2008-11-21 05:40:33 - TARGET_ARCH=amd64 TB --- 2008-11-21 05:40:33 - TZ=UTC TB --- 2008-11-21 05:40:33 - __MAKE_CONF=/dev/null TB --- 2008-11-21 05:40:33 - cd /src TB --- 2008-11-21 05:40:33 - /usr/bin/make -B buildworld >>> World build started on Fri Nov 21 05:40:36 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] ===> sys/boot/i386/gptzfsboot (all) cc -Os -fno-guess-branch-probability -fomit-frame-pointer -fno-unit-at-a-time -mno-align-long-strings -mrtd -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -DGPT -DBOOT2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/src/sys/boot/i386/gptzfsboot/../../common -I/src/sys/boot/i386/gptzfsboot/../../zfs -I/src/sys/boot/i386/gptzfsboot/../../../cddl/boot/zfs -I/src/sys/boot/i386/gptzfsboot/../btx/lib -I. -I/src/sys/boot/i386/gptzfsboot/../boot2 -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline --param max-inline-insns-single=100 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -m32 -march=i386 -c /src/sys/boot/i386/gptzfsboot/../gptboot/gptldr.S ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -e start -Ttext 0x7c00 -o gptldr.out gptldr.o objcopy -S -O binary gptldr.out gptldr.bin cc -Os -fno-guess-branch-probability -fomit-frame-pointer -fno-unit-at-a-time -mno-align-long-strings -mrtd -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -DGPT -DBOOT2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/src/sys/boot/i386/gptzfsboot/../../common -I/src/sys/boot/i386/gptzfsboot/../../zfs -I/src/sys/boot/i386/gptzfsboot/../../../cddl/boot/zfs -I/src/sys/boot/i386/gptzfsboot/../btx/lib -I. -I/src/sys/boot/i386/gptzfsboot/../boot2 -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline --param max-inline-insns-single=100 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -m32 -march=i386 -c /src/sys/boot/i386/gptzfsboot/../zfsboot/zfsboot.c cc -Os -fno-guess-branch-probability -fomit-frame-pointer -fno-unit-at-a-time -mno-align-long-strings -mrtd -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -DGPT -DBOOT2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/src/sys/boot/i386/gptzfsboot/../../common -I/src/sys/boot/i386/gptzfsboot/../../zfs -I/src/sys/boot/i386/gptzfsboot/../../../cddl/boot/zfs -I/src/sys/boot/i386/gptzfsboot/../btx/lib -I. -I/src/sys/boot/i386/gptzfsboot/../boot2 -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline --param max-inline-insns-single=100 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -m32 -march=i386 -c /src/sys/boot/i386/gptzfsboot/../boot2/sio.S ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -Ttext 0x0 -o gptzfsboot.out /obj/amd64/src/sys/boot/i386/gptzfsboot/../btx/lib/crt0.o zfsboot.o sio.o gptzfsboot.o ld: gptzfsboot.o: No such file: No such file or directory *** Error code 1 Stop in /src/sys/boot/i386/gptzfsboot. *** Error code 1 Stop in /src/sys/boot/i386. *** Error code 1 Stop in /src/sys/boot. *** Error code 1 Stop in /src/sys. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-11-21 06:55:36 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-11-21 06:55:36 - ERROR: failed to build world TB --- 2008-11-21 06:55:36 - 3502.36 user 354.35 system 4535.86 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From gavin at FreeBSD.org Fri Nov 21 04:06:23 2008 From: gavin at FreeBSD.org (gavin@FreeBSD.org) Date: Fri Nov 21 04:06:30 2008 Subject: amd64/128978: [install] FreeBSD 6.3 64-bit panics at boot time during installation on HP DL580 G5 with 128GB physical memory Message-ID: <200811211206.mALC6Nnc092268@freefall.freebsd.org> Synopsis: [install] FreeBSD 6.3 64-bit panics at boot time during installation on HP DL580 G5 with 128GB physical memory State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Fri Nov 21 11:47:42 UTC 2008 State-Changed-Why: To submitter: are you able to boot using the "verbose logging" option from the menu and show any additional messages you see? I'm especially interested in any lines beginning with SMAP. Can I just confirm that 7.0 works fine on this machine? http://www.freebsd.org/cgi/query-pr.cgi?pr=128978 From freebsd at alive.net.ua Sat Nov 22 17:20:52 2008 From: freebsd at alive.net.ua (andrey artemyev) Date: Sat Nov 22 17:20:59 2008 Subject: problem with IPCS on (FreeBSD 7.0-RELEASE-p5) Message-ID: <4928A8AB.3090306@alive.net.ua> FreeBSD 7.0-RELEASE-p5 amd64 Programming C/C++. The down Queues (msgid = msgget ....) after message reception (msgrcv) # ipcs Message Queues: T ID KEY MODE OWNER GROUP q 327680 1174 --rw-rw-rw- root wheel ..... Example: msgserv.c ------------------- #include #include #include #include #include #include #include #include "msgtypes.h" int main(int argc, char * argv[]) { struct msg_t message; int msgid; char * response = "Ok!"; msgid = msgget(KEY, 0666 | IPC_CREAT); msgrcv(msgid, &message, sizeof(message), 2, 0); /* ATTENTION!!! After "msgrcv(msgid, &message, sizeof(message), 2, 0);" - Queues(msgid) DOWN Helps only to create anew "msgid = msgget(KEY, 0666 | IPC_CREAT);" */ printf("Client (pid = %i) sent: %s", message.snd_pid, message.body); message.mtype = 1; message.snd_pid = getpid(); strcpy(message.body, response); msgsnd(msgid, &message, sizeof(message), 0); // errno = 22 (bad msgid) msgrcv(msgid, &message, sizeof(message), 2, 0); msgctl(msgid, IPC_RMID, 0); return EXIT_SUCCESS; } ------------------- msgtypes.h ------------------- #ifndef MSG_TYPES #define MSG_TYPES #define KEY 1174 #define MAXLEN 512 struct msg_t { long mtype; int snd_pid; char body[MAXLEN]; }; #endif ------------------- msgcli.c ------------------- #include #include #include #include #include #include #include "msgtypes.h" int main(int argc, char * argv[]) { int msgid; int i; struct msg_t message; char buf[MAXLEN]; msgid = msgget(KEY, 0666); if (msgid == -1) { printf("Server is not running!\n", msgid); return EXIT_FAILURE; } i = 0; while ( (i < (MAXLEN - 1)) && ((message.body[i++] = getchar()) != '\n') ); message.body[i] = '\0'; message.mtype = 2; message.snd_pid = getpid (); msgsnd(msgid, &message, sizeof(message), 0); msgrcv(msgid, &message, sizeof(message), 1, 0); printf("Server (pid= %i) responded: %s\n", message.snd_pid, message.body); message.mtype = 2; msgsnd(msgid, &message, sizeof(message), 0); return EXIT_SUCCESS; } ------------------- Tested on FreeBSD 6.2 i386 - All has passed remarkably, errors were not From bugmaster at FreeBSD.org Mon Nov 24 03:07:07 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 24 04:26:33 2008 Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org Message-ID: <200811241107.mAOB76C9019820@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f amd64/128978 amd64 [install] FreeBSD 6.3 64-bit panics at boot time duri o amd64/128810 amd64 AMD 64 port installation o amd64/128765 amd64 [install] Install CD loads to Install choices but stop o amd64/128686 amd64 [ata] can't detect SATA Disk on 8.0-Current with NF550 o amd64/128524 amd64 No geom documentation for loading gjournal o amd64/128263 amd64 [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a o amd64/128259 amd64 csh(1): "`" crashes csh o amd64/128236 amd64 portsdb -Uu Indexing error f kern/128102 amd64 AsusRock 939N68PV-GLAN not recognized o amd64/127787 amd64 [lor] 3 lock LOR in recent CURRENT o amd64/127640 amd64 GCC will not build shared libraries with -fprofile-gen o amd64/127492 amd64 [zfs] System hang on ZFS input-output o amd64/127484 amd64 [timecounters] Drift problem with FreeBSD 7.0 and 7.1 o amd64/127451 amd64 [scheduler] incorrect load on quad core o amd64/127397 amd64 [amd64] 32bit application on FreeBSD-6.3 amd64 gets SI s amd64/127276 amd64 ldd(1) invokes linux yes o amd64/127129 amd64 mdconfig(8) is core dumping with Segmentation Fault 11 f amd64/125943 amd64 Serial Consoles do not work on amd64 freebsd o amd64/125873 amd64 [smbd] [panic] Repeated kernel panics, trap 12 page fa o amd64/125002 amd64 [install] amd64, SATA hard disks not detected o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o amd64/123562 amd64 [install] FreeBSD amd64 not installs o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o amd64/122468 amd64 Compile problems after upgrading to 7.0 o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails o amd64/121590 amd64 [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/119936 amd64 [install] FreeBSD 7.0-RC1 amd64 and i386 installer dis o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A a amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 s amd64/116689 amd64 [request] support for MSI K9MM-V f amd64/116670 amd64 [ata] onboard SATA RAID1 controllers not supported for o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on f amd64/116457 amd64 [install] can't install freebsd on dv9420us o amd64/116322 amd64 [panic] At start fsck on current, the system panics o amd64/116159 amd64 [panic] Panic while debugging on CURRENT s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number f amd64/111992 amd64 [boot] BTX failed - HP Laptop dv2315nr o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv f amd64/103259 amd64 [ar] Cannot use ataraid on nvidia nForce4+amd64 o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP f amd64/94989 amd64 [boot] BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff f amd64/91492 amd64 [boot] BTX halted o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/89501 amd64 [install] System crashes on install using ftp on local o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 s amd64/85273 amd64 [install] FreeBSD (NetBSD or OpenBSD) not install on l o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/76136 amd64 [hang] system halts before reboot o amd64/74747 amd64 [panic] System panic on shutdown when process will not o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up 85 problems total. From avg at icyb.net.ua Tue Nov 25 06:58:52 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Tue Nov 25 07:19:11 2008 Subject: building java in i386 jail on amd64 Message-ID: <492C0F64.9060800@icyb.net.ua> OS: FreeBSD 7.1-PRERELEASE amd64 Jail system: FreeBSD 7.1-PRERELEASE i386 Java boot strap: diablo-jdk-1.5.0.07.01_12 Trying to compile: java/jdk15 Build proceeds for some time and then fails with: >>>Recursively making pack all @ Tue 25 Nov 2008 14:05:25 UTC ... gmake[2]: Entering directory `/usr/obj/ports/usr/ports/java/jdk15/work/install/make/pack' i586 Installer Build started: 1.5.0_14-p8-avg_25_nov_2008_14_05 gmake PACK_OUTPUTDIR=/usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/pack/pack-jre-jars \ VAR_IMAGE_DIR=/usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/j2re-image \ JARS_TO_PACK="lib/rt.jar lib/jsse.jar lib/charsets.jar lib/ext/localedata.jar lib/plugin.jar lib/javaws.jar lib/deploy.jar" \ EXTRA_PACKOPTS="--strip-debug" \ pack-jars gmake[3]: Entering directory `/usr/obj/ports/usr/ports/java/jdk15/work/install/make/pack' /bin/mkdir -p /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/pack/pack-jre-jars for i in lib/rt.jar lib/jsse.jar lib/charsets.jar lib/ext/localedata.jar lib/plugin.jar lib/javaws.jar lib/deploy.jar ; do \ /bin/ls -l /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/j2re-image/$i | /usr/bin/awk '{printf("Packing %s %s bytes\n",$9, $5)}' ; \ /bin/mkdir -p /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/pack/pack-jre-jars/`/usr/bin/dirname $i` ; \ /bin/mkdir -p /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/j2re-image/`/usr/bin/dirname $i` ; \ /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/bin/pack200 -J-Xmx256m -J-esa -J-ea "--no-gzip" "--config-file=pack.all.properties" --strip-debug /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/pack/pack-jre-jars/`/usr/bin/dirname $i`/`/usr/bin/basename $i .jar`.pack /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/j2re-image/$i || exit 1 ; \ rm -f /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/j2re-image/$i ; \ /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/bin/unpack200 /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/pack/pack-jre-jars/`/usr/bin/dirname $i`/`/usr/bin/basename $i .jar`.pack /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/j2re-image/$i || exit 1 ; \ done Packing /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/j2re-image/lib/rt.jar 40297358 bytes # # An unexpected error has been detected by HotSpot Virtual Machine: # # Internal Error (4E4D4554484F440E4350500529), pid=34669, tid=0x28201100 # # Java VM: Java HotSpot(TM) Server VM (1.5.0_14-p8-avg_24_nov_2008_20_36 mixed mode) # An error report file with more information is saved as hs_err_pid34669.log # # If you would like to submit a bug report, please write # a letter to freebsd-java@FreeBSD.org mailing list # Abort trap (core dumped) gmake[3]: *** [pack-jars] Error 1 gmake[3]: Leaving directory `/usr/obj/ports/usr/ports/java/jdk15/work/install/make/pack' Here's hs_err*.log file: # # An unexpected error has been detected by HotSpot Virtual Machine: # # Internal Error (4E4D4554484F440E4350500529), pid=34669, tid=0x28201100 # # Java VM: Java HotSpot(TM) Server VM (1.5.0_14-p8-avg_24_nov_2008_20_36 mixed mode) --------------- T H R E A D --------------- Current thread (0x28242180): JavaThread "main" [_thread_in_Java, id=673190144] Stack: [0xffdff000,0xfffff000), sp=0xffffacd0, free space=2031k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x525c2c] V [libjvm.so+0x1de7eb] V [libjvm.so+0x429edf] V [libjvm.so+0x4b32fa] V [libjvm.so+0x443d30] V [libjvm.so+0x43ec76] C 0xffffefd4 j java.util.Arrays.mergeSort([Ljava/lang/Object;[Ljava/lang/Object;III)V+194 j java.util.Arrays.mergeSort([Ljava/lang/Object;[Ljava/lang/Object;III)V+106 j java.util.Arrays.sort([Ljava/lang/Object;)V+17 j com.sun.java.util.jar.pack.ConstantPool.sort(Lcom/sun/java/util/jar/pack/ConstantPool$Index;)V+8 j com.sun.java.util.jar.pack.Package.buildGlobalConstantPool(Ljava/util/Set;)V+103 j com.sun.java.util.jar.pack.PackageWriter.setup()V+31 j com.sun.java.util.jar.pack.PackageWriter.write()V+18 j com.sun.java.util.jar.pack.PackerImpl$DoPack.flushPackage(Ljava/io/OutputStream;I)V+312 j com.sun.java.util.jar.pack.PackerImpl$DoPack.flushAll(Ljava/io/OutputStream;)V+18 j com.sun.java.util.jar.pack.PackerImpl$DoPack.run(Ljava/util/jar/JarFile;Ljava/io/OutputStream;)V+353 j com.sun.java.util.jar.pack.PackerImpl.pack(Ljava/util/jar/JarFile;Ljava/io/OutputStream;)V+98 j com.sun.java.util.jar.pack.Driver.main([Ljava/lang/String;)V+1623 v ~StubRoutines::call_stub V [libjvm.so+0x28b864] V [libjvm.so+0x43df79] V [libjvm.so+0x28a91f] V [libjvm.so+0x294755] V [libjvm.so+0x2acaac] C [pack200+0x422d] _init+0x3301 C [pack200+0x13cc] _init+0x4a0 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x28242780 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=673193984] 0x2823c560 JavaThread "CompilerThread1" daemon [_thread_blocked, id=673193728] 0x2823c3d0 JavaThread "CompilerThread0" daemon [_thread_in_native, id=673193472] 0x2823c240 JavaThread "AdapterThread" daemon [_thread_blocked, id=673193216] 0x28242600 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=673192960] 0x28242480 JavaThread "Finalizer" daemon [_thread_blocked, id=673192704] 0x28242300 JavaThread "Reference Handler" daemon [_thread_blocked, id=673192448] =>0x28242180 JavaThread "main" [_thread_in_Java, id=673190144] Other Threads: 0x2820fe80 VMThread [id=673191936] 0x28210380 WatcherThread [id=673194240] VM state:synchronizing (normal execution) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) [0x282052b0/0x2823aa00] Safepoint_lock - owner thread: 0x2820fe80 [0x282052e0/0x2823aac0] Threads_lock - owner thread: 0x2820fe80 Heap PSYoungGen total 17920K, used 844K [0x3e230000, 0x3fea0000, 0x3fea0000) eden space 9792K, 8% used [0x3e230000,0x3e303118,0x3ebc0000) from space 8128K, 0% used [0x3f6b0000,0x3f6b0000,0x3fea0000) to space 9664K, 0% used [0x3ebc0000,0x3ebc0000,0x3f530000) PSOldGen total 233024K, used 135730K [0x2fea0000, 0x3e230000, 0x3e230000) object space 233024K, 58% used [0x2fea0000,0x3832cac8,0x3e230000) PSPermGen total 30976K, used 19557K [0x2bea0000, 0x2dce0000, 0x2fea0000) object space 30976K, 63% used [0x2bea0000,0x2d1b9760,0x2dce0000) Dynamic libraries: 0x08048000 /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/bin/pack200 0x28085000 /lib/libz.so.4 0x28097000 /lib/libthr.so.3 0x280aa000 /lib/libc.so.7 0x28300000 /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/server/libjvm.so 0x281b3000 /lib/libm.so.5 0x281c9000 /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/native_threads/libhpi.so 0x281db000 /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/libverify.so 0x288ee000 /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/libjava.so 0x281e8000 /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/libzip.so 0x28051000 /libexec/ld-elf.so.1 VM Arguments: jvm_args: -Denv.class.path= -Dapplication.home=/usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586 -Xms64m -Xmx256m -esa -ea java_command: com.sun.java.util.jar.pack.Driver --pack --no-gzip --config-file=pack.all.properties --strip-debug /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/pack/pack-jre-jars/lib/rt.pack /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/j2re-image/lib/rt.jar Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME= CLASSPATH= PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/avg/bin LD_LIBRARY_PATH=/usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/server:/usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386:/usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/../lib/i386: SHELL=/bin/sh DISPLAY=:0 HOSTTYPE=FreeBSD OSTYPE=FreeBSD ARCH=i586 MACHTYPE=unknown Signal Handlers: SIGSEGV: [libjvm.so+0x526540], sa_mask[0]=0xfffefeff, sa_flags=0x00000002 SIGBUS: [libjvm.so+0x526540], sa_mask[0]=0xfffefeff, sa_flags=0x00000002 SIGFPE: [libjvm.so+0x43ec50], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGPIPE: [libjvm.so+0x43ec50], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGILL: [libjvm.so+0x43ec50], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGUSR1: SIG_DFL, sa_mask[0]=0x20000000, sa_flags=0x00000002 SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGHUP: [libjvm.so+0x440dc0], sa_mask[0]=0xfffefeff, sa_flags=0x00000002 SIGINT: [libjvm.so+0x440dc0], sa_mask[0]=0xfffefeff, sa_flags=0x00000002 SIGQUIT: [libjvm.so+0x440dc0], sa_mask[0]=0xfffefeff, sa_flags=0x00000002 SIGTERM: [libjvm.so+0x440dc0], sa_mask[0]=0xfffefeff, sa_flags=0x00000002 --------------- S Y S T E M --------------- OS:FreeBSD uname:FreeBSD 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #5 : Fri Nov 7 20:50:06 EET 2008 root@:/usr/obj/usr/src/sys/ODYSSEYgpart i386 rlimit: STACK 65536k, CORE infinity, NOFILE 11095 CPU:total 2 (cores per cpu 2, threads per core 1) family 6 model 7 stepping 6, cmov, cx8, fxsr, mmx Memory: 4k page, physical 2337904k vm_info: Java HotSpot(TM) Server VM (1.5.0_14-p8-avg_24_nov_2008_20_36) for freebsd-x86, built on Nov 24 2008 20:48:57 by root with gcc 4.2.1 20070719 [FreeBSD] GDB gives this information: #0 0x280eef07 in thr_kill () from /lib/libc.so.7 #1 0x280a24e6 in pthread_kill () from /lib/libthr.so.3 #2 0x280a00b3 in raise () from /lib/libthr.so.3 #3 0x2817f249 in abort () from /lib/libc.so.7 #4 0x2873f9d4 in os::abort () from /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/server/libjvm.so #5 0x28825cde in VMError::report_and_die () from /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/server/libjvm.so #6 0x284de7eb in report_fatal () from /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/server/libjvm.so #7 0x28729edf in nmethod::continuation_for_implicit_exception () from /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/server/libjvm.so #8 0x287b32fa in SharedRuntime::continuation_for_implicit_exception () from /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/server/libjvm.so #9 0x28743d30 in JVM_handle_bsd_signal () from /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/server/libjvm.so #10 0x2873ec76 in signalHandler () from /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/lib/i386/server/libjvm.so #11 #12 0x28efd9c1 in ?? () ... Here's a snippet from ktrace that I was able to obtain: 34746 100439 pack200 CALL nanosleep(0xff8f3e94,0xff8f3e8c) 34746 100377 pack200 RET _umtx_op -1 errno 60 Operation timed out 34746 100377 pack200 CALL clock_gettime(0,0xffcfbe80) 34746 100377 pack200 RET clock_gettime 0 34746 100377 pack200 CALL clock_gettime(0,0xffcfbe80) 34746 100377 pack200 RET clock_gettime 0 34746 100377 pack200 CALL mprotect(0x281c8000,0x1000,PROT_NONE) 34746 100377 pack200 RET mprotect 0 34746 100400 pack200 PSIG SIGSEGV caught handler=0x2873ec50 mask=0x4 code=0x2 34746 100377 pack200 CALL nanosleep(0xffcfbe24,0xffcfbe1c) 34746 100400 pack200 CALL sigaction(SIGSEGV,0xffffb9d8,0xffffb9c0) 34746 100400 pack200 RET sigaction 0 34746 100400 pack200 CALL sigaction(SIGBUS,0xffffb9d8,0xffffb9c0) 34746 100400 pack200 RET sigaction 0 34746 100400 pack200 CALL write(0x1,0xffffb0c8,0x2) 34746 100400 pack200 GIO fd 1 wrote 2 bytes "# " 34746 100400 pack200 RET write 2 34746 100400 pack200 CALL write(0x1,0xffffb0c8,0x44) 34746 100400 pack200 GIO fd 1 wrote 68 bytes "# An unexpected error has been detected by HotSpot Virtual Machine: Also, I ran the command several times from command line and it looks like a chance of the crash is 50%. BTW, the command was: /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/bin/pack200 -J-Xmx256m -J-esa -J-ea "--no-gzip" "--config-file=pack.all.properties" --strip-debug /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/pack/pack-jre-jars/lib/rt.pack /usr/obj/ports/usr/ports/java/jdk15/work/control/build/bsd-i586/j2re-image/lib/rt.jar Working directory was: /usr/obj/ports/usr/ports/java/jdk15/work/install/make/pack Just in case: the machine has 4GB of RAM. -- Andriy Gapon From alias at jurrie.net Thu Nov 27 09:20:01 2008 From: alias at jurrie.net (Jurriaan Nijkamp) Date: Thu Nov 27 11:55:28 2008 Subject: amd64/129238: System randomly panics Message-ID: <200811271719.mARHJ9Fb069661@www.freebsd.org> >Number: 129238 >Category: amd64 >Synopsis: System randomly panics >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 27 17:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jurriaan Nijkamp >Release: 7.0-RELEASE-p5 >Organization: >Environment: FreeBSD merry.grandline 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #0: Wed Nov 26 19:51:27 CET 2008 jurrie@merry.grandline:/usr/obj/usr/src/sys/GENERIC amd64 >Description: My home server seems to undergo random kernel panics. The panic string always says "Page fault". I have started a thread on the FreeBSD forums in hope of getting any answers, but did not. Even a seemlingly very knowledgeable forum member was unable to determine the cause, let alone a solution. The forum thread can be read here: http://forums.freebsd.org/showthread.php?p=3201 It contains a dmesg of my system, backtraces of the vmcore.* files and all the things we tried in our quest to solve this mystery. In the end, it was suggested I should submit a problem report in the hopes of finding a solution to this. If any further information is needed, I would be happy to oblige. >How-To-Repeat: Just leaving the server running and it will panic at some time. Panics seem to be random. At first they occurred frequently when loading a torrent into my torrent daemon, but this ceased after I reformatted my ext3 disks to UFS. The most recent occurrence was when I was streaming a video to my playstation, using mediatomb. Besides the broad concept of disk and network IO, there is nothing I can pinpoint. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From gavin at FreeBSD.org Sat Nov 29 09:45:57 2008 From: gavin at FreeBSD.org (gavin@FreeBSD.org) Date: Sat Nov 29 09:46:04 2008 Subject: amd64/103259: [ar] Cannot use ataraid on nvidia nForce4+amd64 Message-ID: <200811291745.mATHjvIv037814@freefall.freebsd.org> Synopsis: [ar] Cannot use ataraid on nvidia nForce4+amd64 State-Changed-From-To: feedback->closed State-Changed-By: gavin State-Changed-When: Sat Nov 29 17:43:11 UTC 2008 State-Changed-Why: Feedback timeout (6 months). To submitter: if you are able to retest this with a newer version of FreeBSD (ideally 7.0 or 7.1 when it is releases) and find it still doesn't work, we can reopen this report. Note that we will need at least a copy of your dmesg and the output of "pciconf -lv" before there's any hope of diagnsing this problem. Responsible-Changed-From-To: freebsd-amd64->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Sat Nov 29 17:43:11 UTC 2008 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=103259 From mav at FreeBSD.org Sun Nov 30 12:10:57 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Sun Nov 30 12:11:08 2008 Subject: Semi-working patch for amd64 suspend/resume In-Reply-To: <1224728582.00028075.1224715806@10.7.7.3> References: <1224616985.00027652.1224606603@10.7.7.3> <1224728582.00028075.1224715806@10.7.7.3> Message-ID: <4932F34C.1040804@FreeBSD.org> Hi. Alexander Motin wrote: > Jung-uk Kim wrote: >> I was working on suspend/resume support for amd64 and this is the >> result. It works with a modified QEMU (QEMU does not support S3) but >> real boxes that I have don't seem to like it (e.g., broken BIOSes). >> If there is someone interested in finishing it off or giving it a try, >> the patch is here: >> >> http://people.freebsd.org/~jkim/amd64_suspend.diff > > I have tried it on my Acer TM6292. S1/S2 are unsupported. On S3 system > successfully got down, but on wakeup button, two seconds after power up, > even without video initialization, it shut down, reset and then started > usual boot. I have tried both original and updated BIOS, without any > difference. > > Can I give you any other help? I have spent a day investigating the problem. I was inserting empty infinite loop into the different points of wakeup process trying to find the place where system reboots. I just haven't found any other feedback channel as video is not initialized and beeper is not working for some reason. As result, I have found, that if I am inserting: qqq: jmp qqq lines before line 98 of acpi_switch.S: movl $MSR_MTRRdefType, %ecx movl WAKEUP_CTX(mtrr), %eax wrmsr system hangs, but if I insert it just after them - system reboots. With just commenting this three lines I was able to get successful suspend/resume with UP amd64 kernel!!! Here is problems I still have now: - SMP kernel resume is not working, system reboots while doing acpi_wakeup_cpus(); - SATA controller does not resumes correctly, it dies for some reason, reporting timeouts on any request; - text mode video does not restores on resume, while Xorg graphic one does. hw.acpi.reset_video=1 does not help, it just hanging resume process. -- Alexander Motin From rjb at robertjbrown.com Sun Nov 30 15:00:07 2008 From: rjb at robertjbrown.com (Robert Brown) Date: Sun Nov 30 16:20:14 2008 Subject: amd64/129315: amd64 motherboard: Intel DG965WH motherboard compatibility with AMD64 Message-ID: <200811302256.mAUMuMog040038@www.freebsd.org> >Number: 129315 >Category: amd64 >Synopsis: amd64 motherboard: Intel DG965WH motherboard compatibility with AMD64 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 30 23:00:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Robert Brown >Release: 8.0-CURRENT >Organization: None >Environment: N/A - Kernel will not boot >Description: On the Intel DG965WH motherboard, FreeBSD will not boot. I am using the Intel DG965WH motherboard as described here: http://download.intel.com/support/motherboards/desktop/dg965wh/sb/d5600801us.pdf http://www.intel.com/products/desktop/motherboards/dg965wh/dg965wh-overview.htm The kernel does not panic; the system simply gets to the same point during an initial bootup and then reboots as if the 'reset' button on the front of the machine was pressed. Generally this happens after the 'em0' device is initialized but before any disks are detected or mounted. This behavior is consistent with 6.3-RELEASE, 6.4-RELEASE, 7.0-RELEASE, and 7.1-BETA2 using the bootonly installation ISOs. There is an interesting difference using the 200811 snapshot ISO for FreeBSD 8. On this kernel bootup, it does not just reset the computer but hangs/freezes during the boot. The good news is that I am able to capture the output at the point that it freezes: -- BEGIN CAPTURED OUTPUT -- pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: domain=0, physical bus=0 found -> vendor=0x8086, dev=0x29a0, revid=0x02 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords) lattimer=0x00 (0ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found -> vendor=0x8086, dev=0x29a2, revid=0x02 domain=0, bus=0, slot=2, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message map[10]: type Memory, range 32, base 0xd0200000, size 20, enabled -- END CAPTURED OUTPUT -- At that point it just stops booting and sits there. The machine must be physically reset. OK, so this tells me that it could have something to do with the PCI bus and/or disk controller. To troubleshoot, I first made sure I was on the latest BIOS release 1754, which is the latest release as of 11/08. Next, I went into the BIOS configuration and configured it as follows. The idea was to disable everything possible to narrow down the cause. Advanced -> Boot Configuration: -- Numlock: On -- Max CPUID Value Limit: Disable -- Display Setup Prompt: On Advanced -> Peripheral Configuration: -- Serial Port: Disable -- Parallel Port: Disable -- Audio: Disable -- On-board LAN: Disable -- Onboard 1394: Disable Advanced -> Drive Configuration: -- ATA/IDE Mode: Legacy (Other option is 'Native') -- S.M.A.R.T.: Enable -- Hard Disk Pre-Delay: No NOTE: Changing ATA/IDE mode to "Native" allows another option, which is "Configure SATA As" with three choices - IDE, RAID, and AHCI. I have tried with every combination as follows: 1) Legacy - Produces errors as described above 2) Native, IDE - Hangs after pcib0 and pci0 lines, no 'found' lines 3) Native, RAID - Produces errors as described above 4) Native, AHCI - Produces errors as described above Advanced -> Floppy Configuration: Advanced -> Video Configuration: -- DVMT Mode: DVMT -- IGD DVMT Memory: 128mb -- IGD Aperture Size: 256mb -- Primary Video Adaptor: auto Advanced -> Chipset Configuration -> Memory Configuration -- SDRAM Control: Automatic (800Mhz, 5.0-5-5-18) Advanced -> Chipset Configuration -- PCI Latency Timer: 32 -- HPET: Enable Advanced -> USB Configuration -- USB Ports: Disable That's it for the relevant BIOS settings. Note that there are no USB or Firewire devices connected and there are no PCI or other cards of any sort plugged in to this system. It is the motherboard, CPU, RAM, a single ATA100 hard drive of type ST3160812A, and a DVD-ROM of type HL-DT-STDVD-ROM. This same system can and does run Fedora Linux. There are a few special boot options that are required to boot Linux properly, as described in this link: http://www.gvenkat.com/archives/2007/08/09/gentoo-linux-20070-intel-dg965wh-and-ide-cddvd-drives/ Specifically, the Linux kernel wants the options "all-generic-ide pci=nommconf" which I am not very familiar with. The same problems of rebooting on kernel boot happened with Linux until those options were passed to the kernel. Under Linux, it appears that the pci=nommconf boot option tells the kernel not to probe the PCI hardware. I am wondering if there is something similar for FreeBSD. >How-To-Repeat: Boot the install media for any FreeBSD release, 6.3, 6.4, 7.0, 7.1-BETA2, or the 200811 snapshot of FreeBSD 8. >Fix: None at this time. I expect that there may be some special kernel boot option similar to what is required on Linux. I can capture any and all debugging information requested for this issue as well. Let me know what is needed and I'm happy to help. Suggestions, comments, or questions are welcome. Thanks! >Release-Note: >Audit-Trail: >Unformatted: From mav at FreeBSD.org Sun Nov 30 17:42:45 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Sun Nov 30 17:42:57 2008 Subject: Semi-working patch for amd64 suspend/resume In-Reply-To: <4932F34C.1040804@FreeBSD.org> References: <1224616985.00027652.1224606603@10.7.7.3> <1224728582.00028075.1224715806@10.7.7.3> <4932F34C.1040804@FreeBSD.org> Message-ID: <49334110.4010308@FreeBSD.org> Alexander Motin wrote: > As result, I have found, that if I am inserting: > qqq: > jmp qqq > lines before line 98 of acpi_switch.S: > movl $MSR_MTRRdefType, %ecx > movl WAKEUP_CTX(mtrr), %eax > wrmsr > system hangs, but if I insert it just after them - system reboots. > > With just commenting this three lines I was able to get successful > suspend/resume with UP amd64 kernel!!! > > Here is problems I still have now: > - SMP kernel resume is not working, system reboots while doing > acpi_wakeup_cpus(); > - SATA controller does not resumes correctly, it dies for some reason, > reporting timeouts on any request; This one is not a problem anymore. Seems to be fixed. > - text mode video does not restores on resume, while Xorg graphic one > does. hw.acpi.reset_video=1 does not help, it just hanging resume process. -- Alexander Motin From bruce at zuhause.org Sun Nov 30 20:50:04 2008 From: bruce at zuhause.org (Bruce Albrecht) Date: Sun Nov 30 20:50:11 2008 Subject: amd64/129315: amd64 motherboard: Intel DG965WH motherboard compatibility with AMD64 Message-ID: <200812010450.mB14o3qO027192@freefall.freebsd.org> The following reply was made to PR amd64/129315; it has been noted by GNATS. From: Bruce Albrecht To: Robert Brown Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/129315: amd64 motherboard: Intel DG965WH motherboard compatibility with AMD64 Date: Sun, 30 Nov 2008 22:28:09 -0600 Robert Brown wrote: >> Number: 129315 >> Category: amd64 >> Synopsis: amd64 motherboard: Intel DG965WH motherboard compatibility with AMD64 >> Confidential: no >> Severity: serious >> Priority: medium >> Responsible: freebsd-amd64 >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: sw-bug >> Submitter-Id: current-users >> Arrival-Date: Sun Nov 30 23:00:05 UTC 2008 >> Closed-Date: >> Last-Modified: >> Originator: Robert Brown >> Release: 8.0-CURRENT >> Organization: > None >> Environment: > N/A - Kernel will not boot >> Description: > On the Intel DG965WH motherboard, FreeBSD will not boot. I am using the Intel DG965WH motherboard as described here: > http://download.intel.com/support/motherboards/desktop/dg965wh/sb/d5600801us.pdf > http://www.intel.com/products/desktop/motherboards/dg965wh/dg965wh-overview.htm > > The kernel does not panic; the system simply gets to the same point during an initial bootup and then reboots as if the 'reset' button on the front of the machine was pressed. Generally this happens after the 'em0' device is initialized but before any disks are detected or mounted. This behavior is consistent with 6.3-RELEASE, 6.4-RELEASE, 7.0-RELEASE, and 7.1-BETA2 using the bootonly installation ISOs. > > There is an interesting difference using the 200811 snapshot ISO for FreeBSD 8. On this kernel bootup, it does not just reset the computer but hangs/freezes during the boot. The good news is that I am able to capture the output at the point that it freezes: > > -- BEGIN CAPTURED OUTPUT -- > > pcib0: port 0xcf8-0xcff on acpi0 > pci0: on pcib0 > pci0: domain=0, physical bus=0 > found -> vendor=0x8086, dev=0x29a0, revid=0x02 > domain=0, bus=0, slot=0, func=0 > class=06-00-00, hdrtype=0x00, mfdev=0 > cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords) > lattimer=0x00 (0ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found -> vendor=0x8086, dev=0x29a2, revid=0x02 > domain=0, bus=0, slot=2, func=0 > class=03-00-00, hdrtype=0x00, mfdev=0 > cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > intpin=a, irq=11 > powerspec 2 supports D0 D3 current D0 > MSI supports 1 message > map[10]: type Memory, range 32, base 0xd0200000, size 20, enabled > > -- END CAPTURED OUTPUT -- > > At that point it just stops booting and sits there. The machine must be physically reset. > > OK, so this tells me that it could have something to do with the PCI bus and/or disk controller. To troubleshoot, I first made sure I was on the latest BIOS release 1754, which is the latest release as of 11/08. Next, I went into the BIOS configuration and configured it as follows. The idea was to disable everything possible to narrow down the cause. > > Advanced -> Boot Configuration: > -- Numlock: On > -- Max CPUID Value Limit: Disable > -- Display Setup Prompt: On > > Advanced -> Peripheral Configuration: > -- Serial Port: Disable > -- Parallel Port: Disable > -- Audio: Disable > -- On-board LAN: Disable > -- Onboard 1394: Disable > > Advanced -> Drive Configuration: > -- ATA/IDE Mode: Legacy (Other option is 'Native') > -- S.M.A.R.T.: Enable > -- Hard Disk Pre-Delay: No > > NOTE: Changing ATA/IDE mode to "Native" allows another option, which is "Configure SATA As" with three choices - IDE, RAID, and AHCI. I have tried with every combination as follows: > > 1) Legacy - Produces errors as described above > 2) Native, IDE - Hangs after pcib0 and pci0 lines, no 'found' lines > 3) Native, RAID - Produces errors as described above > 4) Native, AHCI - Produces errors as described above > > Advanced -> Floppy Configuration: > > > Advanced -> Video Configuration: > -- DVMT Mode: DVMT > -- IGD DVMT Memory: 128mb > -- IGD Aperture Size: 256mb > -- Primary Video Adaptor: auto > > Advanced -> Chipset Configuration -> Memory Configuration > -- SDRAM Control: Automatic (800Mhz, 5.0-5-5-18) > > Advanced -> Chipset Configuration > -- PCI Latency Timer: 32 > -- HPET: Enable > > Advanced -> USB Configuration > -- USB Ports: Disable > > > That's it for the relevant BIOS settings. Note that there are no USB or Firewire devices connected and there are no PCI or other cards of any sort plugged in to this system. It is the motherboard, CPU, RAM, a single ATA100 hard drive of type ST3160812A, and a DVD-ROM of type HL-DT-STDVD-ROM. > > This same system can and does run Fedora Linux. There are a few special boot options that are required to boot Linux properly, as described in this link: > http://www.gvenkat.com/archives/2007/08/09/gentoo-linux-20070-intel-dg965wh-and-ide-cddvd-drives/ > > Specifically, the Linux kernel wants the options "all-generic-ide pci=nommconf" which I am not very familiar with. The same problems of rebooting on kernel boot happened with Linux until those options were passed to the kernel. > > Under Linux, it appears that the pci=nommconf boot option tells the kernel not to probe the PCI hardware. I am wondering if there is something similar for FreeBSD. > >> How-To-Repeat: > Boot the install media for any FreeBSD release, 6.3, 6.4, 7.0, 7.1-BETA2, or the 200811 snapshot of FreeBSD 8. >> Fix: > None at this time. I expect that there may be some special kernel boot option similar to what is required on Linux. > > I can capture any and all debugging information requested for this issue as well. Let me know what is needed and I'm happy to help. > > Suggestions, comments, or questions are welcome. Thanks! How much memory is installed on this machine? I have one of these motherboards, with a Core 2 Quad Q6600 and 4 GB memory. Mine has an older BIOS (I think from about a year ago), but at the time there was a bug in the BIOS that caused it to return bad values so that the memory over 4GB was misclassified. Linux users were able to manually reclassify the memory, but I never got it working on FreeBSD. If you are running with more than 4GB memory, what happens if you remove memory, or add hw.physmem="4G" to /boot/loader.conf? Here's a link to a message thread to my problem with this board: http://groups.google.com/group/lucky.freebsd.current/browse_thread/thread/92fd4e9ef6f2b5bb From smithi at nimnet.asn.au Sun Nov 30 20:51:51 2008 From: smithi at nimnet.asn.au (Ian Smith) Date: Sun Nov 30 21:17:38 2008 Subject: Semi-working patch for amd64 suspend/resume In-Reply-To: <49334110.4010308@FreeBSD.org> References: <1224616985.00027652.1224606603@10.7.7.3> <1224728582.00028075.1224715806@10.7.7.3> <4932F34C.1040804@FreeBSD.org> <49334110.4010308@FreeBSD.org> Message-ID: <20081201150743.V34249@sola.nimnet.asn.au> On Mon, 1 Dec 2008, Alexander Motin wrote: > Alexander Motin wrote: > > As result, I have found, that if I am inserting: > > qqq: > > jmp qqq > > lines before line 98 of acpi_switch.S: > > movl $MSR_MTRRdefType, %ecx > > movl WAKEUP_CTX(mtrr), %eax > > wrmsr > > system hangs, but if I insert it just after them - system reboots. > > > > With just commenting this three lines I was able to get successful > > suspend/resume with UP amd64 kernel!!! > > > > Here is problems I still have now: > > - SMP kernel resume is not working, system reboots while doing > > acpi_wakeup_cpus(); > > - SATA controller does not resumes correctly, it dies for some reason, > > reporting timeouts on any request; > > This one is not a problem anymore. Seems to be fixed. Progress! > > - text mode video does not restores on resume, while Xorg graphic one > > does. hw.acpi.reset_video=1 does not help, it just hanging resume process. Longshot: hw.syscons.sc_no_suspend_vtswitch=1 fixes similar symptoms on two (older, i386 and UP) laptops here. Some folks have reported needing to have VESA loaded to get text mode video back up. Maybe worth a try? cheers, Ian From rjb at robertjbrown.com Sun Nov 30 21:30:05 2008 From: rjb at robertjbrown.com (Robert J. Brown) Date: Mon Dec 1 04:18:26 2008 Subject: amd64/129315: amd64 motherboard: Intel DG965WH motherboard compatibility with AMD64 Message-ID: <200812010530.mB15U5lr062319@freefall.freebsd.org> The following reply was made to PR amd64/129315; it has been noted by GNATS. From: "Robert J. Brown" To: bug-followup@FreeBSD.org, rjb@robertjbrown.com Cc: Subject: Re: amd64/129315: amd64 motherboard: Intel DG965WH motherboard compatibility with AMD64 Date: Sun, 30 Nov 2008 20:58:14 -0800 --Apple-Mail-2-692191080 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable I have another weird problem as part of this. If I boot the 7.1-BETA2 =20= or 8.0 snapshot 200811 bootonly iso images and hit 6 to escape to the =20= prompt, I can type for about 1-3 seconds and the system freezes. No =20 more characters can be input and this is consistent across all boots =20 of the ISOs. When I move back to the 7.0-RELEASE ISO, both bootonly =20 and disc1, they allow me to hit 6 to escape to the prompt and I can =20 type as long as I like with no lockups whatsoever. On a 7.0-RELEASE CD, I hit 6 to get to the boot prompt and asked it =20 for my settings. Here's what it has, manually typed by me. For this =20 capture I had re-enabled serial, parallel, network, firewire, and USB =20= ports. LINES=3D24 acpi_load=3DYES autoboot_delay=3DNO bootfile=3Dkernel comconsole_speed=3D9600 console=3Dvidconsole currdev=3Dcd0: hint.acpi.0.oem=3DINTEL hint.acpi.0.revision=3D1 hint.acpi.0.rsdp=3D0xfe020 hint.acpi.0.rsdt=3D0xbe6fd038 hint.atkbd.0.at=3Datkbdc hint.atkbd.0.irq=3D1 hint.atkbdc.0.at=3Disa hint.atkbdc.0.port=3D0x060 hint.fd.0.at=3Dfdc0 hint.fc.0.drive=3D0 hint.fd.1.at=3Dfdc0 hint.fd.1.drive=3D1 hint.fdc.0.at=3Disa hint.fdc.0.drq=3D2 hint.fdc.0.irq=3D6 hint.fdc.0.port=3D0x3F0 hint.ppc.0.at=3Disa hint.ppc.0.irq=3D7 hint.psm.0.at=3Datkbdc hint.psm.0.irq=3D12 hint.sc.0.at=3Disa hint.sc.0.flags=3D0x100 hint.sio.0.at=3Disa hint.sio.0.flags=3D0x10 hint.sio.0.irq=3D4 hint.sio.0.port=3D0x3F8 hint.sio.1.at=3Disa hint.sio.1.irq=3D3 hint.sio.1.port=3D0x2F8 hint.sio.2.at=3Disa hint.sio.2.disabled=3D1 hint.sio.2.irq=3D5 hint.sio.2.port=3D0x3E8 hint.sio.3.at=3Disa hint.sio.3.disabled=3D1 hint.sio.3.irq=3D9 hint.sio.3.port=3D0x2E8 hint.vga.0.at=3Disa interpret=3DOK kernel=3Dkernel kernel_options=3D kernelname=3D/boot/kernel/kernel loaddev=3Dcd0: mac_ifoff=3DNO module_path=3D/boot/kernel;/boot/modules prompt=3D${interpret} smbios.bios.reldate=3D11/17/2008 smbios.bios.vendor=3DIntel Corp. smbios.bios.version=3DMQ96510J.86A.1754.2008.1117.0002 smbios.chassis.maker=3D smbios.chassis.serial=3D smbios.chassis.tag=3D smbios.chassis.version=3D smbios.planar.maker=3DIntel Corporation smbios.planar.product=3DDG965WH smbios.planar.serial=3DBQWH6380064A smbios.planar.version=3DAAD41692-304 smbios.socket.enabled=3D1 smbios.socket.populated=3D1 smbios.system.maker=3D smbios.system.product=3D smbios.system.serial=3D smbios.system.uuid=3Daafeeac0-4d35-11db-9304-00e01888972e smbios.system.version=3D More information from the Intel technical spec for this board: 1.5.3.1 Serial ATA Support The ICH8=92s Serial ATA controller offers six independent Serial ATA =20 ports with a theoretical maximum transfer rate of 3 Gbits/sec per port. One device =20= can be installed on each port for a maximum of six Serial ATA devices. A point-to-=20 point interface is used for host to device connections, unlike Parallel ATA IDE which =20 supports a master/slave configuration and two devices per channel. For compatibility, the underlying Serial ATA functionality is =20 transparent to the operating system. The Serial ATA controller can operate in both =20 legacy and native modes. In legacy mode, standard IDE I/O and IRQ resources are =20 assigned (IRQ 14 and 15). In Native mode, standard PCI Conventional bus resource =20 steering is used. Native mode is the preferred mode for configurations using the =20 Windows* XP and Windows 2000 operating systems. --Apple-Mail-2-692191080 Content-Type: text/html; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable
I have another weird = problem as part of this. If I boot the 7.1-BETA2 or 8.0 snapshot 200811 = bootonly iso images and hit 6 to escape to the prompt, I can type for = about 1-3 seconds and the system freezes. No more characters can be = input and this is consistent across all boots of the ISOs. When I move = back to the 7.0-RELEASE ISO, both bootonly and disc1, they allow me to = hit 6 to escape to the prompt and I can type as long as I like with no = lockups whatsoever. 

On a 7.0-RELEASE CD, = I hit 6 to get to the boot prompt and asked it for my settings. Here's = what it has, manually typed by me. For this capture I had re-enabled = serial, parallel, network, firewire, and USB = ports. 

LINES=3D24
autoboot_delay=3DNO
comconsole_speed=3D9600
currdev=3Dcd0:
hint.acpi.0.revision=3D1
hint.atkbd.0.at=3Datkbdc
hint.atkbdc.0.at=3Disa
hint.fd.0.at=3Dfdc0
hint.fd.1.at=3Dfdc0
hint.fdc.0.at=3Disa
hint.fdc.0.irq=3D6
hint.ppc.0.at=3Disa
hint.psm.0.at=3Datkbdc
hint.sc.0.at=3Disa
hint.sio.0.at=3Disa
hint.sio.0.irq=3D4
hint.sio.1.at=3Disa
hint.sio.1.port=3D0x2F8
hint.sio.2.disabled=3D1
hint.sio.2.port=3D0x3E8
hint.sio.3.disabled=3D1
hint.sio.3.port=3D0x2E8
interpret=3DOK
kernel=3Dkernel
kernelname=3D/boot/kernel/kernel
mac_ifoff=3DNO
smbios.bios.vendor=3DIntel = Corp.
smbios.chassis.serial=3D
smbios.chassis.version=3D
smbios.system.maker=3D
smbios.system.serial=3D
= Serial ATA Support 
The ICH8=92s Serial ATA = controller offers six independent Serial ATA ports with = a 
theoretical maximum transfer rate of 3 Gbits/sec = per port.  One device can be installed 
on = each port for a maximum of six Serial ATA devices.  A = point-to-point interface is 
used for host to device = connections, unlike Parallel ATA IDE which supports a 
For compatibility, the underlying Serial ATA = functionality is transparent to the 
operating system.  The = Serial ATA controller can operate in both legacy and = native 
modes.  In legacy mode, standard IDE I/O and = IRQ resources are assigned (IRQ 14 
and 15).  In Native = mode, standard PCI Conventional bus resource steering is used. =  
Native mode is the preferred mode for = configurations using the Windows* XP and 



= = --Apple-Mail-2-692191080-- From rjb at robertjbrown.com Sun Nov 30 22:40:04 2008 From: rjb at robertjbrown.com (Robert J. Brown) Date: Mon Dec 1 04:24:28 2008 Subject: amd64/129315: amd64 motherboard: Intel DG965WH motherboard compatibility with AMD64 Message-ID: <200812010640.mB16e34S019429@freefall.freebsd.org> The following reply was made to PR amd64/129315; it has been noted by GNATS. From: "Robert J. Brown" To: Bruce Albrecht Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/129315: amd64 motherboard: Intel DG965WH motherboard compatibility with AMD64 Date: Sun, 30 Nov 2008 22:05:13 -0800 On Nov 30, 2008, at 8:28 PM, Bruce Albrecht wrote: >> > > How much memory is installed on this machine? I have one of these > motherboards, with a Core 2 Quad Q6600 and 4 GB memory. Mine has an > older BIOS (I think from about a year ago), but at the time there > was a bug in the BIOS that caused it to return bad values so that > the memory over 4GB was misclassified. Linux users were able to > manually reclassify the memory, but I never got it working on > FreeBSD. If you are running with more than 4GB memory, what happens > if you remove memory, or add > > hw.physmem="4G" > > to /boot/loader.conf? > > Here's a link to a message thread to my problem with this board: > http://groups.google.com/group/lucky.freebsd.current/browse_thread/thread/92fd4e9ef6f2b5bb > Bruce, Thanks for the reply. This system has 3GB of memory, 2 banks of matched 512MB and 2 banks of matched 1GB. I saw the BIOS weirdness about the 4GB issue but since I have less than that amount I didn't pay much attention to it. Thanks for the link - I will check that out as well. For now I am trying various combinations of BIOS settings for the disk controller combined with set hint.apic.0.disabled="1", unset acpi_load, and set hint.acpi.0.disabled="1". Disabling ACPI causes a freeze instead of a complete reboot, which is progress. There are lots of messages about not properly allocating IRQs which I find strange. The system on 7.0-RELEASE with ACPI/APIC disabled hangs when trying to mount the image to continue the installation. Do you have FreeBSD 7.X / amd64 running on this board? If yes, can you provide your exact BIOS release? I'll downgrade to that and see if it helps. Thanks, -Robert -- Robert J. Brown rjb@robertjbrown.com