<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-6559</id>
	<title>Nabble - freebsd-amd64</title>
	<updated>2009-11-21T03:10:16Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/freebsd-amd64-f6559.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/freebsd-amd64-f6559.html" />
	<subtitle type="html">Porting FreeBSD to the AMD64 platform</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26456116</id>
	<title>amd64/140751: BIOS resource allocation and FreeBSD ACPI in TOSHIBA laptop</title>
	<published>2009-11-21T03:10:16Z</published>
	<updated>2009-11-21T03:10:16Z</updated>
	<author>
		<name>Chen Neko</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Number: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 140751
&lt;br&gt;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; BIOS resource allocation and FreeBSD ACPI in TOSHIBA laptop
&lt;br&gt;&amp;gt;Confidential: &amp;nbsp; no
&lt;br&gt;&amp;gt;Severity: &amp;nbsp; &amp;nbsp; &amp;nbsp; serious
&lt;br&gt;&amp;gt;Priority: &amp;nbsp; &amp;nbsp; &amp;nbsp; medium
&lt;br&gt;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;gt;State: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;open
&lt;br&gt;&amp;gt;Quarter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;Date-Required:
&lt;br&gt;&amp;gt;Class: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sw-bug
&lt;br&gt;&amp;gt;Submitter-Id: &amp;nbsp; current-users
&lt;br&gt;&amp;gt;Arrival-Date: &amp;nbsp; Sat Nov 21 11:20:01 UTC 2009
&lt;br&gt;&amp;gt;Closed-Date:
&lt;br&gt;&amp;gt;Last-Modified:
&lt;br&gt;&amp;gt;Originator: &amp;nbsp; &amp;nbsp; Chen Neko
&lt;br&gt;&amp;gt;Release: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8.0 Current RC-3 amd64
&lt;br&gt;&amp;gt;Organization:
&lt;br&gt;&amp;gt;Environment:
&lt;/div&gt;FreeBSD 8.0-RC3 #2: Sat Nov 21 17:43:43 JST 2009
&lt;br&gt;&amp;nbsp; &amp;nbsp; root@:/usr/obj/usr/src/sys/EpopenKernel
&lt;br&gt;&amp;gt;Description:
&lt;br&gt;Hello... FreeBSD team.
&lt;br&gt;&lt;br&gt;The problem is on my laptop (TOSHIBA M800 with least newest BIOS).
&lt;br&gt;After Google search, The problem look like BIOS?ACPI? to allocated resources for hardware problem.
&lt;br&gt;I think ACPI for TOSHIBA kernel code have problem (bug?)....
&lt;br&gt;&lt;br&gt;Probably FreeBSD would have to be able to allocate resources on its own.
&lt;br&gt;This is a piece of verbose output on my TOSHIBA M800:
&lt;br&gt;&lt;br&gt;PS1: GENERIC and my own kernel configure have same problem.
&lt;br&gt;PS2: My own kernel configure add &amp;quot;device acpi_toshiba&amp;quot;, But have it or not, Always get same problem
&lt;br&gt;&lt;br&gt;==================================================================================
&lt;br&gt;mskc0: &amp;lt;Marvell Yukon 88E8040T Fast Ethernet&amp;gt; irq 16 at device 0.0 on pci7
&lt;br&gt;mskc0: 0x4000 bytes of rid 0x10 res 3 failed (0, 0xffffffffffffffff).
&lt;br&gt;mskc0: unknown device: id=0xff, rev=0x0f
&lt;br&gt;device_attach: mskc0 attach returned 6
&lt;br&gt;==================================================================================
&lt;br&gt;&lt;br&gt;Note: The laptop have Intel 5100 agn wifi adapter, But RC-3 can't recognize and drive it(Add &amp;quot;device iwn&amp;quot; in kernel configure).
&lt;br&gt;&amp;nbsp;I had been try under two:
&lt;br&gt;&amp;nbsp; 1.Use third party driver code(&lt;a href=&quot;http://techwires.net/~bschmidt/patches/freebsd/iwn/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://techwires.net/~bschmidt/patches/freebsd/iwn/&lt;/a&gt;) in 8.0 RC-2
&lt;br&gt;&amp;nbsp; 2.Use Marvell official binary driver package in 7-Stable amd64
&lt;br&gt;But either get same problem under...
&lt;br&gt;==================================================================================
&lt;br&gt;iwn0: &amp;lt;Intel(R) PRO/Wireless 5100&amp;gt; irq 17 at device 0.0 on pci8
&lt;br&gt;iwn0: 0x2000 bytes of rid 0x10 res 3 failed (0, 0xffffffffffffffff).
&lt;br&gt;iwn0: could not allocate memory resources
&lt;br&gt;device_attach: iwn0 attach returned 12
&lt;br&gt;==================================================================================
&lt;br&gt;&lt;br&gt;Two error message look like same, I think all of same problem cause...
&lt;br&gt;more verbose and complete output and complete &amp;nbsp;&amp;quot;dmesg -a&amp;quot; output can be found here: &lt;a href=&quot;http://forums.freebsd.org/showpost.php?p=46261&amp;postcount=41&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.freebsd.org/showpost.php?p=46261&amp;postcount=41&lt;/a&gt;&lt;br&gt;&lt;br&gt;I had tried disable ACPI... But it is impossible, Because....
&lt;br&gt;&amp;nbsp; 1.TOSHIBA BIOS cmos option haven't any about ACPI option.
&lt;br&gt;&amp;nbsp; 2.Remove &amp;quot;device acpi&amp;quot; in kernel configure, But kernel panic because can't recognize hard disk drive.
&lt;br&gt;&lt;br&gt;It would be absolutely fantastic if someone could take a look at this issue!
&lt;br&gt;I'm always available for testing and providing more information
&lt;br&gt;&lt;br&gt;I gauss other(ALL?) TOSHIBA laptop have same problem.
&lt;br&gt;If need more and more test or information, Please tell me.
&lt;br&gt;Thanks FreeBSD team :D
&lt;br&gt;&amp;gt;How-To-Repeat:
&lt;br&gt;The problem can be easily reproduced..
&lt;br&gt;&amp;nbsp;1.First boot after installion.
&lt;br&gt;&amp;nbsp;2.Boot after kernel complier.
&lt;br&gt;&amp;gt;Fix:
&lt;br&gt;none
&lt;br&gt;&lt;br&gt;&amp;gt;Release-Note:
&lt;br&gt;&amp;gt;Audit-Trail:
&lt;br&gt;&amp;gt;Unformatted:
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26456116&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26456116&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140751%3A-BIOS-resource-allocation-and-FreeBSD-ACPI-in-TOSHIBA-laptop-tp26456116p26456116.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26442533</id>
	<title>amd64/140715: Dell M600 Blade fails to boot 7.2+ 64 bit</title>
	<published>2009-11-20T00:04:31Z</published>
	<updated>2009-11-20T00:04:31Z</updated>
	<author>
		<name>Cliff Spradlin</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Number: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 140715
&lt;br&gt;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; Dell M600 Blade fails to boot 7.2+ 64 bit
&lt;br&gt;&amp;gt;Confidential: &amp;nbsp; no
&lt;br&gt;&amp;gt;Severity: &amp;nbsp; &amp;nbsp; &amp;nbsp; critical
&lt;br&gt;&amp;gt;Priority: &amp;nbsp; &amp;nbsp; &amp;nbsp; medium
&lt;br&gt;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;gt;State: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;open
&lt;br&gt;&amp;gt;Quarter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;Date-Required:
&lt;br&gt;&amp;gt;Class: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sw-bug
&lt;br&gt;&amp;gt;Submitter-Id: &amp;nbsp; current-users
&lt;br&gt;&amp;gt;Arrival-Date: &amp;nbsp; Fri Nov 20 08:10:01 UTC 2009
&lt;br&gt;&amp;gt;Closed-Date:
&lt;br&gt;&amp;gt;Last-Modified:
&lt;br&gt;&amp;gt;Originator: &amp;nbsp; &amp;nbsp; Cliff Spradlin
&lt;br&gt;&amp;gt;Release: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;7.2, 8.0 RC3
&lt;br&gt;&amp;gt;Organization:
&lt;br&gt;&amp;gt;Environment:
&lt;/div&gt;fails to boot -- Dell M600 Blade
&lt;br&gt;&amp;gt;Description:
&lt;br&gt;When the kernel is loading, it hangs with the last message showing:
&lt;br&gt;&lt;br&gt;atrtc0: &amp;lt;AT realtime clock&amp;gt; port 0x70-0x7f irq 8 on acpi0
&lt;br&gt;&lt;br&gt;See screenshot at &lt;a href=&quot;http://twitpic.com/q7gqj&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitpic.com/q7gqj&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Seems to have started in 7, still present in 8.0 RC3. &amp;nbsp;i386 works, it's just amd64 that fails.
&lt;br&gt;&amp;gt;How-To-Repeat:
&lt;br&gt;Boot up the installer for M600
&lt;br&gt;&amp;gt;Fix:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;Release-Note:
&lt;br&gt;&amp;gt;Audit-Trail:
&lt;br&gt;&amp;gt;Unformatted:
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26442533&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26442533&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140715%3A-Dell-M600-Blade-fails-to-boot-7.2%2B-64-bit-tp26442533p26442533.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26413588</id>
	<title>Re: kern/140661: [zfs] /boot/loader fails to work on a GPT/ZFS-only system on both 8.0-RC2 and RC3</title>
	<published>2009-11-18T10:54:09Z</published>
	<updated>2009-11-18T10:54:09Z</updated>
	<author>
		<name>linimon</name>
	</author>
	<content type="html">Old Synopsis: /boot/loader fails to work on a GPT/ZFS-only system on both 8.0-RC2 and RC3
&lt;br&gt;New Synopsis: [zfs] /boot/loader fails to work on a GPT/ZFS-only system on both 8.0-RC2 and RC3
&lt;br&gt;&lt;br&gt;Responsible-Changed-From-To: freebsd-amd64-&amp;gt;freebsd-fs
&lt;br&gt;Responsible-Changed-By: linimon
&lt;br&gt;Responsible-Changed-When: Wed Nov 18 18:53:38 UTC 2009
&lt;br&gt;Responsible-Changed-Why: 
&lt;br&gt;This may not be amd64-specific.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=140661&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=140661&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26413588&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26413588&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-kern-140661%3A--zfs---boot-loader-fails-to-work-on-a-GPT-ZFS-only-system-on-both-8.0-RC2-and-RC3-tp26413588p26413588.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26407338</id>
	<title>amd64/140661: /boot/loader fails to work on a GPT/ZFS-only system on both 8.0-RC2 and RC3</title>
	<published>2009-11-18T04:55:09Z</published>
	<updated>2009-11-18T04:55:09Z</updated>
	<author>
		<name>Kenneth Vestergaard Schmidt-2</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Number: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 140661
&lt;br&gt;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; /boot/loader fails to work on a GPT/ZFS-only system on both 8.0-RC2 and RC3
&lt;br&gt;&amp;gt;Confidential: &amp;nbsp; no
&lt;br&gt;&amp;gt;Severity: &amp;nbsp; &amp;nbsp; &amp;nbsp; serious
&lt;br&gt;&amp;gt;Priority: &amp;nbsp; &amp;nbsp; &amp;nbsp; low
&lt;br&gt;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;gt;State: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;open
&lt;br&gt;&amp;gt;Quarter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;Date-Required:
&lt;br&gt;&amp;gt;Class: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sw-bug
&lt;br&gt;&amp;gt;Submitter-Id: &amp;nbsp; current-users
&lt;br&gt;&amp;gt;Arrival-Date: &amp;nbsp; Wed Nov 18 13:00:07 UTC 2009
&lt;br&gt;&amp;gt;Closed-Date:
&lt;br&gt;&amp;gt;Last-Modified:
&lt;br&gt;&amp;gt;Originator: &amp;nbsp; &amp;nbsp; Kenneth Vestergaard Schmidt
&lt;br&gt;&amp;gt;Release: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8.0-RC2
&lt;br&gt;&amp;gt;Organization:
&lt;/div&gt;pil.dk
&lt;br&gt;&amp;gt;Environment:
&lt;br&gt;FreeBSD mckusick.pil.dk 8.0-RC2 FreeBSD 8.0-RC2 #0: Fri Oct 30 17:04:18 CET 2009 &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26407338&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;root@...&lt;/a&gt;:/usr/obj/dana/src/freebsd8/src/sys/MCKUSICK &amp;nbsp;amd64
&lt;br&gt;&amp;gt;Description:
&lt;br&gt;Two machines tested, and both fail. Both installed according to &lt;a href=&quot;http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot&lt;/a&gt;&amp;nbsp;but one of them with an added disk in a mirror.
&lt;br&gt;&lt;br&gt;Both installed and working as 8.0-RC1. Both fail after upgrading to 8.0-RC2, and ditto when trying 8.0-RC3.
&lt;br&gt;&lt;br&gt;Upon booting, the following messages are visible just prior to an automatic reboot:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Can't work out which disk we are booting from.
&lt;br&gt;&amp;nbsp; Guessed BIOS device 0xffffffff not found by probes, defaulting to disk0:
&lt;br&gt;&amp;nbsp; ficl-s not found
&lt;br&gt;&amp;nbsp; Assertion failed: (FALSE), function ficlCompileSoftCore, file softcore.c, line 428.
&lt;br&gt;&lt;br&gt;/boot/loader.conf contains:
&lt;br&gt;&amp;nbsp; zfs_load=&amp;quot;YES&amp;quot;
&lt;br&gt;&amp;nbsp; vfs.root.mountfrom=&amp;quot;zfs:pil&amp;quot;
&lt;br&gt;&lt;br&gt;mckusick# zpool get bootfs pil
&lt;br&gt;NAME &amp;nbsp;PROPERTY &amp;nbsp;VALUE &amp;nbsp; SOURCE
&lt;br&gt;pil &amp;nbsp; bootfs &amp;nbsp; &amp;nbsp;pil &amp;nbsp; &amp;nbsp; local
&lt;br&gt;&lt;br&gt;&amp;gt;How-To-Repeat:
&lt;br&gt;Upgrade to something newer than 8.0-RC1. Reboot.
&lt;br&gt;&lt;br&gt;&amp;gt;Fix:
&lt;br&gt;Downgrade /boot/loader to the one from 8.0-RC1.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;Release-Note:
&lt;br&gt;&amp;gt;Audit-Trail:
&lt;br&gt;&amp;gt;Unformatted:
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26407338&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26407338&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140661%3A--boot-loader-fails-to-work-on-a-GPT-ZFS-only-system-on-both-8.0-RC2-and-RC3-tp26407338p26407338.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26402809</id>
	<title>Tutorial: How to Build and Install Partclone on Fedora 11 x86_64</title>
	<published>2009-11-17T21:37:45Z</published>
	<updated>2009-11-17T21:37:45Z</updated>
	<author>
		<name>Mr. Teo En Ming (Zhang Enming)-2</name>
	</author>
	<content type="html">Partclone is an open source filesystem backup/cloning utility which
&lt;br&gt;supports the following filesystems:
&lt;br&gt;&lt;br&gt;   * Ext2, Ext3, and Ext4
&lt;br&gt;   * Reiserfs
&lt;br&gt;   * Reiser4
&lt;br&gt;   * Xfs
&lt;br&gt;   * NTFS
&lt;br&gt;   * FAT
&lt;br&gt;   * HFS plus
&lt;br&gt;   * UFS/UFS2
&lt;br&gt;&lt;br&gt;It is a complement to the popular partimage tool which does not
&lt;br&gt;support ext4 filesystems.
&lt;br&gt;&lt;br&gt;The project's official website is at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://partclone.org/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://partclone.org/index.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Question: Why do I want to write this tutorial for building and
&lt;br&gt;installing partclone?
&lt;br&gt;Answer: The authors of partclone only provide Debian .deb binary
&lt;br&gt;packages in addition to source tarballs. There are no RPM binary
&lt;br&gt;packages for partclone at all.
&lt;br&gt;&lt;br&gt;Pre-requisites:
&lt;br&gt;&lt;br&gt;1. Install the following development packages.
&lt;br&gt;&lt;br&gt;# yum install glibc-devel e2fsprogs-devel
&lt;br&gt;&lt;br&gt;2. Install the libufs2 port to Linux. Read the tutorial here:
&lt;br&gt;&lt;a href=&quot;http://www.redhat.com/archives/fedora-list/2009-November/msg01253.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.redhat.com/archives/fedora-list/2009-November/msg01253.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Download the latest partclone source release from
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/projects/partclone/files/0.1.9/partclone_0.1.9-4.tar.gz/download&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/projects/partclone/files/0.1.9/partclone_0.1.9-4.tar.gz/download&lt;/a&gt;&lt;br&gt;&lt;br&gt;Extract the partclone source tarball after completing the download.
&lt;br&gt;&lt;br&gt;$ tar xfvz partclone_0.1.9-4.tar.gz
&lt;br&gt;&lt;br&gt;Change directory into the partclone source directory tree.
&lt;br&gt;&lt;br&gt;$ cd partclone-0.1.9
&lt;br&gt;&lt;br&gt;Apply the following patch to the configure script.
&lt;br&gt;&lt;br&gt;$ patch &amp;lt; configure-fc11.patch
&lt;br&gt;&lt;br&gt;File configure-fc11.patch:
&lt;br&gt;&lt;br&gt;&amp;lt;CODE&amp;gt;
&lt;br&gt;Patch by Mr. Teo En Ming (Zhang Enming) to allow partclone to compile
&lt;br&gt;and install on Fedora 11 x86_64
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402809&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;space.time.universe@...&lt;/a&gt;
&lt;br&gt;MSN: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402809&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;teoenming@...&lt;/a&gt;
&lt;br&gt;Mobile Phone: +65-8369-2618
&lt;br&gt;Location: Bedok Reservoir Road, Singapore
&lt;br&gt;Date: 18 November 2009 Wednesday SGT
&lt;br&gt;&lt;br&gt;--- configure   2009-11-16 13:59:33.000000000 +0800
&lt;br&gt;+++ configure   2009-11-17 13:30:57.825923347 +0800
&lt;br&gt;@@ -7729,7 +7729,7 @@
&lt;br&gt;&lt;br&gt; { $as_echo &amp;quot;$as_me:$LINENO: checking version of libextfs&amp;quot; &amp;gt;&amp;5
&lt;br&gt; $as_echo_n &amp;quot;checking version of libextfs... &amp;quot; &amp;gt;&amp;6; }
&lt;br&gt;-extfs_version=`gcc -static  $srcdir/src/deplib_version.c -o
&lt;br&gt;$srcdir/get_lib_version -lext2fs -DEXTFS`
&lt;br&gt;+extfs_version=`gcc $srcdir/src/deplib_version.c -o
&lt;br&gt;$srcdir/get_lib_version -lext2fs -DEXTFS`
&lt;br&gt; extfs_version=`$srcdir/get_lib_version extfs | cut -d'.' -f1`
&lt;br&gt; extfs_version_major=`$srcdir/get_lib_version extfs | cut -d'.' -f2`
&lt;br&gt; extfs_version_minor=`$srcdir/get_lib_version extfs | cut -d'.' -f3`
&lt;br&gt;@@ -8365,7 +8365,7 @@
&lt;br&gt;&lt;br&gt; { $as_echo &amp;quot;$as_me:$LINENO: checking version of libreiserfs&amp;quot; &amp;gt;&amp;5
&lt;br&gt; $as_echo_n &amp;quot;checking version of libreiserfs... &amp;quot; &amp;gt;&amp;6; }
&lt;br&gt;-reiserfs_version=`gcc -static  $srcdir/src/deplib_version.c -o
&lt;br&gt;$srcdir/get_lib_version -lreiserfs -DREISERFS`
&lt;br&gt;+reiserfs_version=`gcc $srcdir/src/deplib_version.c -o
&lt;br&gt;$srcdir/get_lib_version -lreiserfs -DREISERFS`
&lt;br&gt; reiserfs_version=`$srcdir/get_lib_version reiserfs | cut -d'.' -f1`
&lt;br&gt; reiserfs_version_major=`$srcdir/get_lib_version reiserfs | cut -d'.' -f2`
&lt;br&gt; reiserfs_version_minor=`$srcdir/get_lib_version reiserfs | cut -d'.' -f3`
&lt;br&gt;@@ -8746,7 +8746,7 @@
&lt;br&gt;&lt;br&gt; { $as_echo &amp;quot;$as_me:$LINENO: checking version of libreiser4&amp;quot; &amp;gt;&amp;5
&lt;br&gt; $as_echo_n &amp;quot;checking version of libreiser4... &amp;quot; &amp;gt;&amp;6; }
&lt;br&gt;-reiser4_version=`gcc -static  $srcdir/src/deplib_version.c -o
&lt;br&gt;$srcdir/get_lib_version -lreiser4 -laal -DREISER4`
&lt;br&gt;+reiser4_version=`gcc $srcdir/src/deplib_version.c -o
&lt;br&gt;$srcdir/get_lib_version -lreiser4 -laal -DREISER4`
&lt;br&gt; reiser4_version=`$srcdir/get_lib_version reiser4 | cut -d'.' -f1`
&lt;br&gt; reiser4_version_major=`$srcdir/get_lib_version reiser4 | cut -d'.' -f2`
&lt;br&gt; reiser4_version_minor=`$srcdir/get_lib_version reiser4 | cut -d'.' -f3`
&lt;br&gt;@@ -9084,7 +9084,7 @@
&lt;br&gt;&lt;br&gt; { $as_echo &amp;quot;$as_me:$LINENO: checking version of libntfs&amp;quot; &amp;gt;&amp;5
&lt;br&gt; $as_echo_n &amp;quot;checking version of libntfs... &amp;quot; &amp;gt;&amp;6; }
&lt;br&gt;-ntfs_version=`gcc -static  $srcdir/src/deplib_version.c -o
&lt;br&gt;$srcdir/get_lib_version -lntfs -DNTFS`
&lt;br&gt;+ntfs_version=`gcc $srcdir/src/deplib_version.c -o
&lt;br&gt;$srcdir/get_lib_version -lntfs -DNTFS`
&lt;br&gt; ntfs_version=`$srcdir/get_lib_version ntfs | cut -d':' -f1`
&lt;br&gt; ntfs_version_major=`$srcdir/get_lib_version ntfs | cut -d':' -f2`
&lt;br&gt; ntfs_version_minor=`$srcdir/get_lib_version ntfs | cut -d':' -f3`
&lt;br&gt;&amp;lt;/CODE&amp;gt;
&lt;br&gt;&lt;br&gt;Configure partclone with the following options.
&lt;br&gt;&lt;br&gt;$ ./configure --prefix=/usr/local --enable-dependency-tracking
&lt;br&gt;--enable-extfs --enable-ufs --enable-ncursesw --with-gnu-ld
&lt;br&gt;&lt;br&gt;Build partclone.
&lt;br&gt;&lt;br&gt;$ make
&lt;br&gt;&lt;br&gt;Install partclone
&lt;br&gt;&lt;br&gt;$ sudo make install
&lt;br&gt;&lt;br&gt;Congratulations! You are now able to backup ext2/3/4, FAT, NTFS and
&lt;br&gt;UFS/UFS2 filesystems on your Fedora 11 desktop.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402809&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402809&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tutorial%3A-How-to-Build-and-Install-Partclone-on-Fedora-11-x86_64-tp26402809p26402809.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26402800</id>
	<title>Tutorial: How to Build and Install UFS-LINUX on Fedora 11 x86_64</title>
	<published>2009-11-17T21:36:37Z</published>
	<updated>2009-11-17T21:36:37Z</updated>
	<author>
		<name>Mr. Teo En Ming (Zhang Enming)-2</name>
	</author>
	<content type="html">The project's official webpage is at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/projects/ufs-linux/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/projects/ufs-linux/&lt;/a&gt;&lt;br&gt;&lt;br&gt;ufs-tools is an userspace tool to support FreeBSD's UFS/UFS2
&lt;br&gt;filesystems on Linux. It is a port of libufs2 from FreeBSD.
&lt;br&gt;&lt;br&gt;Download the latest source tarball as at 2004-01-13 10:34:33 GMT.
&lt;br&gt;&lt;br&gt;Download link: &lt;a href=&quot;http://sourceforge.net/projects/ufs-linux/files/ufs-tools/0.1/ufs-tools-0.1.tar.bz2/download&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/projects/ufs-linux/files/ufs-tools/0.1/ufs-tools-0.1.tar.bz2/download&lt;/a&gt;&lt;br&gt;&lt;br&gt;After completing the download, extract the source tarball.
&lt;br&gt;&lt;br&gt;$ tar xfvj ufs-tools-0.1.tar.bz2
&lt;br&gt;&lt;br&gt;Change directory into the ufs-tools source tree.
&lt;br&gt;&lt;br&gt;$ cd ufs-tools-0.1
&lt;br&gt;&lt;br&gt;$ cd libufs
&lt;br&gt;&lt;br&gt;Apply the following patch to Makefile.
&lt;br&gt;&lt;br&gt;$ patch &amp;lt; Makefile-fc11.patch
&lt;br&gt;&lt;br&gt;File Makefile-fc11.patch:
&lt;br&gt;&lt;br&gt;&amp;lt;CODE&amp;gt;
&lt;br&gt;Patch by Mr. Teo En Ming (Zhang Enming) to allow ufs-linux to compile
&lt;br&gt;and install on Fedora 11 x86_64
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402800&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;space.time.universe@...&lt;/a&gt;
&lt;br&gt;MSN: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402800&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;teoenming@...&lt;/a&gt;
&lt;br&gt;Mobile Phone: +65-8369-2618
&lt;br&gt;Location: Bedok Reservoir Road, Singapore
&lt;br&gt;Date: 18 November 2009 Wednesday SGT
&lt;br&gt;&lt;br&gt;--- Makefile    2004-01-12 20:30:15.000000000 +0800
&lt;br&gt;+++ Makefile.new        2009-11-17 22:08:55.533049112 +0800
&lt;br&gt;@@ -4,16 +4,16 @@
&lt;br&gt; LIBUFS=&amp;quot;_LIBUFS&amp;quot;
&lt;br&gt;&lt;br&gt; all : block cgroup inode type sblock
&lt;br&gt;-       cc  -shared -o libufs.so  block.o cgroup.o inode.o type.o sblock.o
&lt;br&gt;+       cc -fPIC -shared -o libufs.so  block.o cgroup.o inode.o type.o sblock.o
&lt;br&gt; block : block.c
&lt;br&gt;-       cc -c block.c  -I${INCLUDE} -D${LIBUFS}
&lt;br&gt;+       cc -fPIC -c block.c  -I${INCLUDE} -D${LIBUFS}
&lt;br&gt; cgroup : cgroup.c
&lt;br&gt;-       cc -c cgroup.c  -I${INCLUDE} -D${LIBUFS}
&lt;br&gt;+       cc -fPIC -c cgroup.c  -I${INCLUDE} -D${LIBUFS}
&lt;br&gt; inode : inode.c
&lt;br&gt;-       cc -c inode.c  -I${INCLUDE} -D${LIBUFS}
&lt;br&gt;+       cc -fPIC -c inode.c  -I${INCLUDE} -D${LIBUFS}
&lt;br&gt; type : type.c
&lt;br&gt;-       cc -c type.c  -I${INCLUDE} -D${LIBUFS}
&lt;br&gt;+       cc -fPIC -c type.c  -I${INCLUDE} -D${LIBUFS}
&lt;br&gt; sblock : sblock.c
&lt;br&gt;-       cc -c sblock.c  -I${INCLUDE} -D${LIBUFS}
&lt;br&gt;+       cc -fPIC -c sblock.c  -I${INCLUDE} -D${LIBUFS}
&lt;br&gt; clean :
&lt;br&gt;       rm *.o *.so
&lt;br&gt;&amp;lt;/CODE&amp;gt;
&lt;br&gt;&lt;br&gt;Compile the libufs2 library.
&lt;br&gt;&lt;br&gt;$ make
&lt;br&gt;&lt;br&gt;$ cd ../include/ufs/
&lt;br&gt;&lt;br&gt;Apply the following patch to types.h C header file.
&lt;br&gt;&lt;br&gt;$ patch &amp;lt; types-fc11.h.patch
&lt;br&gt;&lt;br&gt;File types-fc11.h.patch:
&lt;br&gt;&lt;br&gt;&amp;lt;CODE&amp;gt;
&lt;br&gt;Patch by Mr. Teo En Ming (Zhang Enming) to allow ufs-linux to compile
&lt;br&gt;and install on Fedora 11 x86_64
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402800&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;space.time.universe@...&lt;/a&gt;
&lt;br&gt;MSN: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402800&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;teoenming@...&lt;/a&gt;
&lt;br&gt;Mobile Phone: +65-8369-2618
&lt;br&gt;Location: Bedok Reservoir Road, Singapore
&lt;br&gt;Date: 18 November 2009 Wednesday SGT
&lt;br&gt;&lt;br&gt;--- types.h     2004-01-12 17:45:13.000000000 +0800
&lt;br&gt;+++ types.h.new 2009-11-17 22:17:45.248047379 +0800
&lt;br&gt;@@ -5,9 +5,6 @@
&lt;br&gt; typedef unsigned __int8 __u8;
&lt;br&gt; typedef signed __int8 __s8;
&lt;br&gt;&lt;br&gt;-typedef signed   __int64 __s64;
&lt;br&gt;-typedef unsigned __int64 __u64;
&lt;br&gt;-
&lt;br&gt; typedef        signed   __int16        __s16;
&lt;br&gt; typedef        unsigned __int16        __u16;
&lt;br&gt;&lt;br&gt;@@ -32,8 +29,10 @@
&lt;br&gt; typedef        int32_t __s32;
&lt;br&gt; typedef        uint32_t __u32;
&lt;br&gt;&lt;br&gt;-typedef uint64_t  __s64;
&lt;br&gt;-typedef int64_t   __u64;
&lt;br&gt;+#if defined TYPESH &amp;gt;= 1
&lt;br&gt;+typedef uint64_t  __u64;
&lt;br&gt;+typedef int64_t   __s64;
&lt;br&gt;+#endif
&lt;br&gt;&lt;br&gt; /*
&lt;br&gt; typedef int32_t ufs1_daddr_t;
&lt;br&gt;&amp;lt;/CODE&amp;gt;
&lt;br&gt;&lt;br&gt;Go back to the top level ufs-linux source directory.
&lt;br&gt;&lt;br&gt;$ cd ../..
&lt;br&gt;&lt;br&gt;Apply the following set of 3 patches.
&lt;br&gt;&lt;br&gt;$ patch &amp;lt; Makefile-fc11.patch
&lt;br&gt;&lt;br&gt;File Makefile-fc11.patch:
&lt;br&gt;&lt;br&gt;&amp;lt;CODE&amp;gt;
&lt;br&gt;Patch by Mr. Teo En Ming (Zhang Enming) to allow ufs-linux to compile
&lt;br&gt;and install on Fedora 11 x86_64
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402800&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;space.time.universe@...&lt;/a&gt;
&lt;br&gt;MSN: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402800&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;teoenming@...&lt;/a&gt;
&lt;br&gt;Mobile Phone: +65-8369-2618
&lt;br&gt;Location: Bedok Reservoir Road, Singapore
&lt;br&gt;Date: 18 November 2009 Wednesday SGT
&lt;br&gt;&lt;br&gt;--- Makefile    2004-01-12 17:45:13.000000000 +0800
&lt;br&gt;+++ Makefile.new        2009-11-17 22:22:35.798046895 +0800
&lt;br&gt;@@ -6,8 +6,8 @@
&lt;br&gt; all : mkufs mkfs
&lt;br&gt;       cc  -o mkufs  mkufs.o mkfs.o  libufs/libufs.so
&lt;br&gt; mkufs : mkufs.c
&lt;br&gt;-       cc -c mkufs.c  -I${INCLUDE} ${CFLGS}
&lt;br&gt;+       cc -fno-builtin-exit -c mkufs.c  -I${INCLUDE} ${CFLGS}
&lt;br&gt; mkfs : mkfs.c
&lt;br&gt;-       cc -c mkfs.c  -I${INCLUDE} ${CFLGS}
&lt;br&gt;+       cc -fno-builtin-exit -c mkfs.c  -I${INCLUDE} ${CFLGS}
&lt;br&gt; clean:
&lt;br&gt;       rm *.o mkufs
&lt;br&gt;&amp;lt;/CODE&amp;gt;
&lt;br&gt;&lt;br&gt;$ patch &amp;lt; mkfs-fc11.c.patch
&lt;br&gt;&lt;br&gt;File mkfs-fc11.c.patch:
&lt;br&gt;&lt;br&gt;&amp;lt;CODE&amp;gt;
&lt;br&gt;Patch by Mr. Teo En Ming (Zhang Enming) to allow ufs-linux to compile
&lt;br&gt;and install on Fedora 11 x86_64
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402800&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;space.time.universe@...&lt;/a&gt;
&lt;br&gt;MSN: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402800&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;teoenming@...&lt;/a&gt;
&lt;br&gt;Mobile Phone: +65-8369-2618
&lt;br&gt;Location: Bedok Reservoir Road, Singapore
&lt;br&gt;Date: 18 November 2009 Wednesday SGT
&lt;br&gt;&lt;br&gt;--- mkfs.c      2004-01-12 17:45:13.000000000 +0800
&lt;br&gt;+++ mkfs.c.new  2009-11-17 22:14:57.970921921 +0800
&lt;br&gt;@@ -57,6 +57,7 @@
&lt;br&gt; #include &amp;lt;sys/ioctl.h&amp;gt;
&lt;br&gt; #include &amp;lt;grp.h&amp;gt;
&lt;br&gt;&lt;br&gt;+#define        TYPESH  1
&lt;br&gt; #include&amp;quot;ufs/types.h&amp;quot;
&lt;br&gt; #include&amp;quot;ufs/misc.h&amp;quot;
&lt;br&gt; #include&amp;quot;ufs/dinode.h&amp;quot;    /* Taken from FreeBSD */
&lt;br&gt;@@ -1043,6 +1044,7 @@
&lt;br&gt; * For the regression test, return predictable random values.
&lt;br&gt; * Otherwise use a true random number generator.
&lt;br&gt; */
&lt;br&gt;+u_int32_t arc4random();
&lt;br&gt; static u_int32_t
&lt;br&gt; newfs_random(void)
&lt;br&gt; {
&lt;br&gt;&amp;lt;/CODE&amp;gt;
&lt;br&gt;&lt;br&gt;$ patch &amp;lt; mkufs-fc11.c.patch
&lt;br&gt;&lt;br&gt;File mkufs-fc11.c.patch:
&lt;br&gt;&lt;br&gt;&amp;lt;CODE&amp;gt;
&lt;br&gt;Patch by Mr. Teo En Ming (Zhang Enming) to allow ufs-linux to compile
&lt;br&gt;and install on Fedora 11 x86_64
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402800&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;space.time.universe@...&lt;/a&gt;
&lt;br&gt;MSN: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402800&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;teoenming@...&lt;/a&gt;
&lt;br&gt;Mobile Phone: +65-8369-2618
&lt;br&gt;Location: Bedok Reservoir Road, Singapore
&lt;br&gt;Date: 18 November 2009 Wednesday SGT
&lt;br&gt;&lt;br&gt;--- mkufs.c     2004-01-13 13:36:35.000000000 +0800
&lt;br&gt;+++ mkufs.c.new 2009-11-17 22:10:11.942046997 +0800
&lt;br&gt;@@ -103,6 +103,7 @@
&lt;br&gt; static void rewritelabel(char *s, struct disklabel *lp);
&lt;br&gt; static void usage(void);
&lt;br&gt; static void errx(int n,char *fmt, ...);
&lt;br&gt;+static void err(int n,char *fmt, ...);
&lt;br&gt;&lt;br&gt;&lt;br&gt; /*---------------------------------------------------------*/
&lt;br&gt;&amp;lt;/CODE&amp;gt;
&lt;br&gt;&lt;br&gt;Compile the mkufs binary utility.
&lt;br&gt;&lt;br&gt;$ make
&lt;br&gt;&lt;br&gt;Install the library and binary.
&lt;br&gt;&lt;br&gt;$ sudo cp libufs/libufs.so /lib64
&lt;br&gt;&lt;br&gt;$ sudo cp mkufs /sbin
&lt;br&gt;&lt;br&gt;Now you have UFS2 support on Linux.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402800&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402800&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tutorial%3A-How-to-Build-and-Install-UFS-LINUX-on-Fedora-11-x86_64-tp26402800p26402800.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26399194</id>
	<title>[releng_8 tinderbox] failure on amd64/amd64</title>
	<published>2009-11-17T14:46:15Z</published>
	<updated>2009-11-17T14:46:15Z</updated>
	<author>
		<name>FreeBSD Tinderbox</name>
	</author>
	<content type="html">TB --- 2009-11-17 21:15:27 - tinderbox 2.6 running on freebsd-current.sentex.ca
&lt;br&gt;TB --- 2009-11-17 21:15:27 - starting RELENG_8 tinderbox run for amd64/amd64
&lt;br&gt;TB --- 2009-11-17 21:15:27 - cleaning the object tree
&lt;br&gt;TB --- 2009-11-17 21:15:48 - cvsupping the source tree
&lt;br&gt;TB --- 2009-11-17 21:15:48 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8/amd64/amd64/supfile
&lt;br&gt;TB --- 2009-11-17 21:16:17 - building world
&lt;br&gt;TB --- 2009-11-17 21:16:17 - MAKEOBJDIRPREFIX=/obj
&lt;br&gt;TB --- 2009-11-17 21:16:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
&lt;br&gt;TB --- 2009-11-17 21:16:17 - TARGET=amd64
&lt;br&gt;TB --- 2009-11-17 21:16:17 - TARGET_ARCH=amd64
&lt;br&gt;TB --- 2009-11-17 21:16:17 - TZ=UTC
&lt;br&gt;TB --- 2009-11-17 21:16:17 - __MAKE_CONF=/dev/null
&lt;br&gt;TB --- 2009-11-17 21:16:17 - cd /src
&lt;br&gt;TB --- 2009-11-17 21:16:17 - /usr/bin/make -B buildworld
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; World build started on Tue Nov 17 21:16:18 UTC 2009
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Rebuilding the temporary build tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 1.1: legacy release compatibility shims
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 1.2: bootstrap tools
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.1: cleaning up the object tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.2: rebuilding the object tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.3: build tools
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 3: cross tools
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 4.1: building includes
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 4.2: building libraries
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 4.3: make dependencies
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 4.4: building everything
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 5.1: building 32 bit shim libraries
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; World build completed on Tue Nov 17 22:43:03 UTC 2009
&lt;/div&gt;TB --- 2009-11-17 22:43:03 - generating LINT kernel config
&lt;br&gt;TB --- 2009-11-17 22:43:03 - cd /src/sys/amd64/conf
&lt;br&gt;TB --- 2009-11-17 22:43:03 - /usr/bin/make -B LINT
&lt;br&gt;TB --- 2009-11-17 22:43:03 - building LINT kernel
&lt;br&gt;TB --- 2009-11-17 22:43:03 - MAKEOBJDIRPREFIX=/obj
&lt;br&gt;TB --- 2009-11-17 22:43:03 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
&lt;br&gt;TB --- 2009-11-17 22:43:03 - TARGET=amd64
&lt;br&gt;TB --- 2009-11-17 22:43:03 - TARGET_ARCH=amd64
&lt;br&gt;TB --- 2009-11-17 22:43:03 - TZ=UTC
&lt;br&gt;TB --- 2009-11-17 22:43:03 - __MAKE_CONF=/dev/null
&lt;br&gt;TB --- 2009-11-17 22:43:03 - cd /src
&lt;br&gt;TB --- 2009-11-17 22:43:03 - /usr/bin/make -B buildkernel KERNCONF=LINT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Kernel build for LINT started on Tue Nov 17 22:43:03 UTC 2009
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 1: configuring the kernel
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.1: cleaning up the object tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.2: rebuilding the object tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.3: build tools
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 3.1: making dependencies
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 3.2: building everything
&lt;br&gt;[...]
&lt;br&gt;/src/sys/cam/ata/ata_xpt.c: In function 'ata_scan_lun':
&lt;br&gt;/src/sys/cam/ata/ata_xpt.c:1042: error: 'CAM_PRIORITY_NORMAL' undeclared (first use in this function)
&lt;br&gt;/src/sys/cam/ata/ata_xpt.c: In function 'ata_device_transport':
&lt;br&gt;/src/sys/cam/ata/ata_xpt.c:1179: error: 'CAM_PRIORITY_NORMAL' undeclared (first use in this function)
&lt;br&gt;/src/sys/cam/ata/ata_xpt.c: In function 'scsi_set_transfer_settings':
&lt;br&gt;/src/sys/cam/ata/ata_xpt.c:1327: error: 'CAM_PRIORITY_NORMAL' undeclared (first use in this function)
&lt;br&gt;/src/sys/cam/ata/ata_xpt.c: In function 'scsi_toggle_tags':
&lt;br&gt;/src/sys/cam/ata/ata_xpt.c:1441: error: 'CAM_PRIORITY_NORMAL' undeclared (first use in this function)
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /obj/src/sys/LINT.
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /src.
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /src.
&lt;br&gt;TB --- 2009-11-17 22:46:14 - WARNING: /usr/bin/make returned exit code &amp;nbsp;1 
&lt;br&gt;TB --- 2009-11-17 22:46:14 - ERROR: failed to build lint kernel
&lt;br&gt;TB --- 2009-11-17 22:46:14 - 3928.28 user 881.40 system 5447.07 real
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-amd64-amd64.full&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-amd64-amd64.full&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26399194&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26399194&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-releng_8-tinderbox--failure-on-amd64-amd64-tp26399194p26399194.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26390949</id>
	<title>building logcheck problem</title>
	<published>2009-11-17T06:11:43Z</published>
	<updated>2009-11-17T06:11:43Z</updated>
	<author>
		<name>Zhu Sha Zang</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;I'm trying to install logcheck in my FreeBSD 8.0 prereleas system.
&lt;br&gt;&lt;br&gt;mana# cd /usr/ports/security/logcheck
&lt;br&gt;mana# make clean
&lt;br&gt;===&amp;gt; &amp;nbsp;Cleaning for logcheck-1.2.54_3
&lt;br&gt;mana# make install clean
&lt;br&gt;===&amp;gt; &amp;nbsp;Extracting for logcheck-1.2.54_3
&lt;br&gt;=&amp;gt; MD5 Checksum OK for logcheck_1.2.54.tar.gz.
&lt;br&gt;=&amp;gt; SHA256 Checksum OK for logcheck_1.2.54.tar.gz.
&lt;br&gt;===&amp;gt; &amp;nbsp; logcheck-1.2.54_3 depends on file: /usr/local/bin/perl5.8.9 - found
&lt;br&gt;===&amp;gt; &amp;nbsp;Patching for logcheck-1.2.54_3
&lt;br&gt;===&amp;gt; &amp;nbsp; logcheck-1.2.54_3 depends on file: /usr/local/bin/perl5.8.9 - found
&lt;br&gt;===&amp;gt; &amp;nbsp;Applying FreeBSD patches for logcheck-1.2.54_3
&lt;br&gt;===&amp;gt; &amp;nbsp; logcheck-1.2.54_3 depends on executable: docbook2man - found
&lt;br&gt;===&amp;gt; &amp;nbsp; logcheck-1.2.54_3 depends on file: /usr/local/bin/perl5.8.9 - found
&lt;br&gt;===&amp;gt; &amp;nbsp;Configuring for logcheck-1.2.54_3
&lt;br&gt;===&amp;gt; &amp;nbsp;Building for logcheck-1.2.54_3
&lt;br&gt;*** Error code 255
&lt;br&gt;&lt;br&gt;Stop in /usr/ports/security/logcheck.
&lt;br&gt;&lt;br&gt;- ------------
&lt;br&gt;FreeBSD mana.liec.ufscar.br 8.0-PRERELEASE FreeBSD 8.0-PRERELEASE #2:
&lt;br&gt;Mon Nov 16 15:11:44 BRST 2009 &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26390949&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rudha@...&lt;/a&gt;:/usr/src/sys/amd64/compile/mana &amp;nbsp;amd64
&lt;br&gt;&lt;br&gt;- ------------
&lt;br&gt;&lt;br&gt;With this clean error i don't know what gonna do.
&lt;br&gt;Has some another software with the same function?
&lt;br&gt;&lt;br&gt;thanks!
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v2.0.11 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAksCrx4ACgkQ35zeJy7JhCgM7wCggQH0kFt09TQoWjoLx+8Yhrpb
&lt;br&gt;m7UAnjLRAOSUJfT4LKixrQLdVaEvZxOF
&lt;br&gt;=IBpf
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26390949&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26390949&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/building-logcheck-problem-tp26390949p26390949.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26370970</id>
	<title>Current problem reports assigned to freebsd-amd64@FreeBSD.org</title>
	<published>2009-11-16T03:06:47Z</published>
	<updated>2009-11-16T03:06:47Z</updated>
	<author>
		<name>FreeBSD bugmaster</name>
	</author>
	<content type="html">Note: to view an individual PR, use:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;The following is a listing of current problems submitted by FreeBSD users.
&lt;br&gt;These represent problem reports covering all versions including
&lt;br&gt;experimental development code and obsolete releases.
&lt;br&gt;&lt;br&gt;&lt;br&gt;S Tracker &amp;nbsp; &amp;nbsp; &amp;nbsp;Resp. &amp;nbsp; &amp;nbsp; &amp;nbsp;Description
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;o amd64/140596 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;Kernel panic/crash
&lt;br&gt;o amd64/140391 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] powerd(8) freezes computer on Phenom II compute
&lt;br&gt;o amd64/140145 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] Installation boot sequence freezes
&lt;br&gt;o amd64/139998 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 7.2 amd64 panic in kern_mutex.c:339
&lt;br&gt;o amd64/139924 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] cd or dvd not load
&lt;br&gt;o amd64/139614 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[minidump] minidumps fail when many interrupts fire
&lt;br&gt;f amd64/138661 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] Kernel Panic after typing &amp;quot;reboot&amp;quot;
&lt;br&gt;o amd64/138626 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;telepites
&lt;br&gt;o amd64/138029 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] periodically kernel panic and reboot
&lt;br&gt;o amd64/137942 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[pci] 8.0-BETA2 having problems with Asus M2N-SLI-delu
&lt;br&gt;o amd64/136814 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[mxge] mxge driver error
&lt;br&gt;s i386/135447 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[i386] [request] Intel Core i7 and Nehalem-EP new feat
&lt;br&gt;o amd64/135265 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] Boot from install cd hangs on HP DL160 G5 wi
&lt;br&gt;o amd64/135040 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] FreeBSD/amd64 does not (always) detect disk on S
&lt;br&gt;o amd64/134978 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] g_up pmap amd64 panic
&lt;br&gt;o amd64/134757 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;32 bit processes on 64 bit platforms occasionally drop
&lt;br&gt;o amd64/133977 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] [ffs] &amp;quot;panic: ffs_blkfree: freeing free block&amp;quot;
&lt;br&gt;o amd64/133701 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;Recompiling the kernel with k8temp or smbios break GEO
&lt;br&gt;o amd64/132574 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] [hang] Freeze on bootstrap loader (CD) using AT
&lt;br&gt;f amd64/132019 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] kernel trap 12 while installation
&lt;br&gt;o amd64/131906 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] SATA data corruption with Promise PDC20378 (amd6
&lt;br&gt;o amd64/131456 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;ACPI &amp; ATA problems
&lt;br&gt;o amd64/131314 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[modules] [panic] large modules fail to load on amd64
&lt;br&gt;o amd64/131209 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] [bce] 7.1-STABLE amd64 crash - m0 NULL
&lt;br&gt;f amd64/130885 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;sockstat(1) on amd64 does not work
&lt;br&gt;o amd64/130864 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] Problem with copying files to a large partition
&lt;br&gt;o amd64/130817 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;FreeBSD does not support HP DL160G5 [regression]
&lt;br&gt;o amd64/130494 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] netbooting BTX fails on amd64
&lt;br&gt;o amd64/130483 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[mxge] MSI must be disabled when Myricom 10Gbps Card i
&lt;br&gt;o amd64/130368 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] Switching from xorg to console locks up compute
&lt;br&gt;o amd64/129889 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] [hang] The booting process stops at the line mo
&lt;br&gt;o amd64/129721 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] Motherboard K9N2G Neo-FD hangs on boot of 7.0-R
&lt;br&gt;o amd64/129667 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] Elitegroup A780GM-A IDE controller not recognize
&lt;br&gt;o amd64/129426 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] FreeBSD 7.0 crash after subdiskXX: detached
&lt;br&gt;o amd64/129315 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] [reboot] amd64 motherboard: Intel DG965WH mothe
&lt;br&gt;o amd64/128978 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] FreeBSD 6.3 64-bit &amp;nbsp;panics at boot time duri
&lt;br&gt;o amd64/128810 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;AMD 64 port installation
&lt;br&gt;o amd64/128765 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] Install CD loads to Install choices but stop
&lt;br&gt;o amd64/128263 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a
&lt;br&gt;o amd64/128259 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;csh(1): &amp;quot;`&amp;quot; crashes csh
&lt;br&gt;o amd64/127640 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;gcc(1) will not build shared libraries with -fprofile-
&lt;br&gt;o amd64/127484 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[timecounters] Drift problem with FreeBSD 7.0 and 7.1 
&lt;br&gt;o amd64/127451 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[scheduler] incorrect load on quad core
&lt;br&gt;o amd64/127397 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[amd64] 32bit application on FreeBSD-6.3 amd64 gets SI
&lt;br&gt;s amd64/127276 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;ldd(1) invokes linux yes
&lt;br&gt;o amd64/127129 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;mdconfig(8) is core dumping with Segmentation Fault 11
&lt;br&gt;o amd64/125873 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[smbd] [panic] Repeated kernel panics, trap 12 page fa
&lt;br&gt;o amd64/125002 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] amd64, SATA hard disks not detected
&lt;br&gt;o amd64/124432 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 7.0-STABLE panic: invalbuf: dirty bufs
&lt;br&gt;o amd64/124134 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[kernel] The kernel doesn't follow the calling convent
&lt;br&gt;o amd64/123562 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] FreeBSD amd64 not installs
&lt;br&gt;o amd64/123520 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ahd] unable to boot from net while using ahd
&lt;br&gt;o amd64/123456 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;fstat(1): /usr/bin/fstat shows error messages and hang
&lt;br&gt;f amd64/123275 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re
&lt;br&gt;o kern/122782 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[modules] accf_http.ko kernel module is not loadable
&lt;br&gt;o amd64/122695 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[cpufreq] Lack of cpufreq control using amd64 eith cor
&lt;br&gt;o amd64/122624 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;unusable minimal installation of FreeBSD-7.0
&lt;br&gt;o amd64/122549 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial 
&lt;br&gt;o amd64/122468 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;Compile problems after upgrading to 7.0
&lt;br&gt;o amd64/122174 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 7.0 no longer includes &amp;quot;device atpic&amp;quot; so fails
&lt;br&gt;f amd64/121590 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet
&lt;br&gt;o amd64/120202 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[amd64] [patch] [panic] kernel panic at start_all_aps,
&lt;br&gt;o amd64/119591 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[amd64] [patch] time_t on 64-bit architecture
&lt;br&gt;o amd64/117418 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] FreeBSD 6.2 crash on amd64 4400+ with ssh
&lt;br&gt;o amd64/117316 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[acpi] ACPI lockups on SuperMicro motherboard
&lt;br&gt;o amd64/117296 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] I don`t see second SATA IDE on VIA VT8237A
&lt;br&gt;a amd64/117186 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[modules] kldload Unsupported file type on STABLE amd6
&lt;br&gt;s amd64/116689 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[request] support for MSI K9MM-V
&lt;br&gt;o amd64/116620 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] ifconfig spins when creating carp(4) device on 
&lt;br&gt;o amd64/116322 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] At start fsck on current, the system panics
&lt;br&gt;o amd64/116159 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] Panic while debugging on CURRENT
&lt;br&gt;s amd64/115815 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp
&lt;br&gt;o amd64/115581 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[Makefile] [patch] -mfancy-math-387 has no effect
&lt;br&gt;o amd64/115194 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;LCD screen remains blank after Dell XPS M1210 lid is c
&lt;br&gt;o amd64/114270 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[cpufreq] cpufreq doesnt work when compiled in to kern
&lt;br&gt;o amd64/112222 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[libc] 32-bit libc incorrectly converts some FP number
&lt;br&gt;o amd64/110599 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[geli] geli attach to gmirror device hangs and cannot 
&lt;br&gt;s amd64/108861 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work
&lt;br&gt;o amd64/106186 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] panic in swap_pager_swap_init (amd64/smp/6.2-p
&lt;br&gt;f amd64/105531 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does
&lt;br&gt;f amd64/105514 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv
&lt;br&gt;o amd64/102716 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;ex with no argument in an xterm gets SIGSEGV
&lt;br&gt;o amd64/97337 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[dri] xorg reboots system if dri module is enabled
&lt;br&gt;o amd64/95888 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP 
&lt;br&gt;o amd64/94677 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] panic in amd64 install at non-root user creati
&lt;br&gt;o amd64/93961 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[busdma] Problem in bounce buffer handling in sys/amd6
&lt;br&gt;o amd64/92337 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff
&lt;br&gt;o amd64/91405 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[asr] [panic] Kernel panic caused by asr on 6.0-amd64 
&lt;br&gt;o amd64/89501 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] System crashes on install using ftp on local
&lt;br&gt;o amd64/88790 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] kernel panic on first boot (after the FreeBSD 
&lt;br&gt;o amd64/88568 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 6.0-RELEASE install cd does not boot with usb 
&lt;br&gt;o amd64/87689 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE
&lt;br&gt;o amd64/87316 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[vge] &amp;quot;vge0 attach returned 6&amp;quot; on FreeBSD 6.0-RC1 amd6
&lt;br&gt;o amd64/87305 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[smp] Dual Opteron / FreeBSD 5 &amp; 6 / powerd results in
&lt;br&gt;s amd64/85273 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] FreeBSD (NetBSD or OpenBSD) not install on l
&lt;br&gt;o amd64/78406 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys
&lt;br&gt;o amd64/76136 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] system halts before reboot
&lt;br&gt;o amd64/74747 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] System panic on shutdown when process will not
&lt;br&gt;&lt;br&gt;98 problems total.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370970&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370970&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Current-problem-reports-assigned-to-freebsd-amd64%40FreeBSD.org-tp26370970p26370970.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26370848</id>
	<title>amd64/140596: Kernel panic/crash</title>
	<published>2009-11-15T22:43:23Z</published>
	<updated>2009-11-15T22:43:23Z</updated>
	<author>
		<name>Pieter-18</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Number: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 140596
&lt;br&gt;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; Kernel panic/crash
&lt;br&gt;&amp;gt;Confidential: &amp;nbsp; no
&lt;br&gt;&amp;gt;Severity: &amp;nbsp; &amp;nbsp; &amp;nbsp; critical
&lt;br&gt;&amp;gt;Priority: &amp;nbsp; &amp;nbsp; &amp;nbsp; high
&lt;br&gt;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;gt;State: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;open
&lt;br&gt;&amp;gt;Quarter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;Date-Required:
&lt;br&gt;&amp;gt;Class: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sw-bug
&lt;br&gt;&amp;gt;Submitter-Id: &amp;nbsp; current-users
&lt;br&gt;&amp;gt;Arrival-Date: &amp;nbsp; Mon Nov 16 06:50:01 UTC 2009
&lt;br&gt;&amp;gt;Closed-Date:
&lt;br&gt;&amp;gt;Last-Modified:
&lt;br&gt;&amp;gt;Originator: &amp;nbsp; &amp;nbsp; Pieter
&lt;br&gt;&amp;gt;Release: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8.0-RC3
&lt;br&gt;&amp;gt;Organization:
&lt;/div&gt;GINO
&lt;br&gt;&amp;gt;Environment:
&lt;br&gt;FreeBSD Nemesis.local 8.0-RC3 FreeBSD 8.0-RC3 #0: Tue Nov 10 06:35:19 UTC 2009 &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370848&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;root@...&lt;/a&gt;:/usr/obj/usr/src/sys/GENERIC &amp;nbsp;amd64
&lt;br&gt;&lt;br&gt;&amp;gt;Description:
&lt;br&gt;The FreeBSD server was serving raidz zfs pool over NFS. This night i copied 200GB of data from my old server to the FreeBSD server. This morning the FreeBSD server did not respond to anything over the network so i connected the monitor and keyboard. The server had some sort of kernel panic and was unable to continue. I rebooted the server and copied the /var/log directory, but i do not know what files to attach to this report. If someone could point that out to me, i would be glad to attach them later on.
&lt;br&gt;&amp;gt;How-To-Repeat:
&lt;br&gt;Don't know, but i still need to move 400GB to the FreeBSD server. If the problem repeats is certanly going to report this.
&lt;br&gt;&amp;gt;Fix:
&lt;br&gt;Don't know.
&lt;br&gt;&lt;br&gt;&amp;gt;Release-Note:
&lt;br&gt;&amp;gt;Audit-Trail:
&lt;br&gt;&amp;gt;Unformatted:
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370848&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370848&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140596%3A-Kernel-panic-crash-tp26370848p26370848.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26351863</id>
	<title>Re: amd64/121590: [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq sometimes gives &quot;Invalid argument&quot;</title>
	<published>2009-11-14T09:04:58Z</published>
	<updated>2009-11-14T09:04:58Z</updated>
	<author>
		<name>Alexander Motin-3</name>
	</author>
	<content type="html">Synopsis: [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq sometimes gives &amp;quot;Invalid argument&amp;quot;
&lt;br&gt;&lt;br&gt;State-Changed-From-To: open-&amp;gt;feedback
&lt;br&gt;State-Changed-By: mav
&lt;br&gt;State-Changed-When: Sat Nov 14 17:03:03 UTC 2009
&lt;br&gt;State-Changed-Why: 
&lt;br&gt;Try to check it on newer OS. I think it could be fixed by
&lt;br&gt;r186154, merged to 7.2-STABLE.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=121590&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=121590&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26351863&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26351863&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-amd64-121590%3A--est---p4tcc---acpi_perf--setting-dev.cpu.0.freq-sometimes-gives-%22Invalid-argument%22-tp26351863p26351863.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26351706</id>
	<title>Re: amd64/140506: [est] Invalid freq for Enhanced Speedstep on Intel(R) Xeon(R) CPU E5506</title>
	<published>2009-11-14T08:49:32Z</published>
	<updated>2009-11-14T08:49:32Z</updated>
	<author>
		<name>Alexander Motin-3</name>
	</author>
	<content type="html">Synopsis: [est] Invalid freq for Enhanced Speedstep on Intel(R) Xeon(R) CPU E5506
&lt;br&gt;&lt;br&gt;State-Changed-From-To: open-&amp;gt;patched
&lt;br&gt;State-Changed-By: mav
&lt;br&gt;State-Changed-When: Sat Nov 14 16:48:16 UTC 2009
&lt;br&gt;State-Changed-Why: 
&lt;br&gt;I've just committed patch to HEAD to address this issue.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Responsible-Changed-From-To: freebsd-amd64-&amp;gt;mav
&lt;br&gt;Responsible-Changed-By: mav
&lt;br&gt;Responsible-Changed-When: Sat Nov 14 16:48:16 UTC 2009
&lt;br&gt;Responsible-Changed-Why: 
&lt;br&gt;I've just committed patch to HEAD to address this issue.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=140506&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=140506&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26351706&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26351706&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-amd64-140506%3A--est--Invalid-freq-for-Enhanced-Speedstep-on-Intel%28R%29-Xeon%28R%29-CPU-E5506-tp26351706p26351706.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26322165</id>
	<title>amd64/140506: Invalid freq for Enhanced Speedstep on Intel(R) Xeon(R) CPU E5506</title>
	<published>2009-11-12T07:47:17Z</published>
	<updated>2009-11-12T07:47:17Z</updated>
	<author>
		<name>Steve Polyack-2</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Number: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 140506
&lt;br&gt;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; Invalid freq for Enhanced Speedstep on Intel(R) Xeon(R) CPU E5506
&lt;br&gt;&amp;gt;Confidential: &amp;nbsp; no
&lt;br&gt;&amp;gt;Severity: &amp;nbsp; &amp;nbsp; &amp;nbsp; non-critical
&lt;br&gt;&amp;gt;Priority: &amp;nbsp; &amp;nbsp; &amp;nbsp; low
&lt;br&gt;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;gt;State: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;open
&lt;br&gt;&amp;gt;Quarter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;Date-Required:
&lt;br&gt;&amp;gt;Class: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sw-bug
&lt;br&gt;&amp;gt;Submitter-Id: &amp;nbsp; current-users
&lt;br&gt;&amp;gt;Arrival-Date: &amp;nbsp; Thu Nov 12 15:50:01 UTC 2009
&lt;br&gt;&amp;gt;Closed-Date:
&lt;br&gt;&amp;gt;Last-Modified:
&lt;br&gt;&amp;gt;Originator: &amp;nbsp; &amp;nbsp; Steve Polyack
&lt;br&gt;&amp;gt;Release: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;9-CURRENT (11/11/2009)
&lt;br&gt;&amp;gt;Organization:
&lt;/div&gt;Collaborative Fusion, Inc.
&lt;br&gt;&amp;gt;Environment:
&lt;br&gt;FreeBSD #### 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Wed Nov 11 14:52:42 EST 2009 &amp;nbsp; &amp;nbsp; root@####:/usr/obj/zstore/src/sys/#### &amp;nbsp;amd64
&lt;br&gt;&lt;br&gt;&amp;gt;Description:
&lt;br&gt;Various enhanced speedstep states reported by the processor are marked as invalid by FreeBSD during boot:
&lt;br&gt;# dmesg | egrep ^est 
&lt;br&gt;est0: &amp;lt;Enhanced SpeedStep Frequency Control&amp;gt; on cpu0
&lt;br&gt;est0: Invalid id16 (set, cur) = (15, 16)
&lt;br&gt;est0: Invalid freq 2000, ignored.
&lt;br&gt;est0: Invalid id16 (set, cur) = (14, 16)
&lt;br&gt;est0: Invalid freq 1867, ignored.
&lt;br&gt;est0: Invalid id16 (set, cur) = (13, 16)
&lt;br&gt;est0: Invalid freq 1733, ignored.
&lt;br&gt;est0: Invalid id16 (set, cur) = (12, 16)
&lt;br&gt;est0: Invalid freq 1600, ignored.
&lt;br&gt;est1: &amp;lt;Enhanced SpeedStep Frequency Control&amp;gt; on cpu1
&lt;br&gt;est1: Invalid id16 (set, cur) = (15, 16)
&lt;br&gt;est1: Invalid freq 2000, ignored.
&lt;br&gt;est1: Invalid id16 (set, cur) = (14, 16)
&lt;br&gt;est1: Invalid freq 1867, ignored.
&lt;br&gt;est1: Invalid id16 (set, cur) = (13, 16)
&lt;br&gt;est1: Invalid freq 1733, ignored.
&lt;br&gt;est1: Invalid id16 (set, cur) = (12, 16)
&lt;br&gt;est1: Invalid freq 1600, ignored.
&lt;br&gt;est2: &amp;lt;Enhanced SpeedStep Frequency Control&amp;gt; on cpu2
&lt;br&gt;est2: Invalid id16 (set, cur) = (15, 16)
&lt;br&gt;est2: Invalid freq 2000, ignored.
&lt;br&gt;est2: Invalid id16 (set, cur) = (14, 16)
&lt;br&gt;est2: Invalid freq 1867, ignored.
&lt;br&gt;est2: Invalid id16 (set, cur) = (13, 16)
&lt;br&gt;est2: Invalid freq 1733, ignored.
&lt;br&gt;est2: Invalid id16 (set, cur) = (12, 16)
&lt;br&gt;est2: Invalid freq 1600, ignored.
&lt;br&gt;est3: &amp;lt;Enhanced SpeedStep Frequency Control&amp;gt; on cpu3
&lt;br&gt;est3: Invalid id16 (set, cur) = (15, 16)
&lt;br&gt;est3: Invalid freq 2000, ignored.
&lt;br&gt;est3: Invalid id16 (set, cur) = (14, 16)
&lt;br&gt;est3: Invalid freq 1867, ignored.
&lt;br&gt;est3: Invalid id16 (set, cur) = (13, 16)
&lt;br&gt;est3: Invalid freq 1733, ignored.
&lt;br&gt;est3: Invalid id16 (set, cur) = (12, 16)
&lt;br&gt;est3: Invalid freq 1600, ignored.
&lt;br&gt;&lt;br&gt;# sysctl dev.est
&lt;br&gt;dev.est.0.%desc: Enhanced SpeedStep Frequency Control
&lt;br&gt;dev.est.0.%driver: est
&lt;br&gt;dev.est.0.%parent: cpu0
&lt;br&gt;dev.est.0.freq_settings: 2133/80000
&lt;br&gt;dev.est.1.%desc: Enhanced SpeedStep Frequency Control
&lt;br&gt;dev.est.1.%driver: est
&lt;br&gt;dev.est.1.%parent: cpu1
&lt;br&gt;dev.est.1.freq_settings: 2133/80000
&lt;br&gt;dev.est.2.%desc: Enhanced SpeedStep Frequency Control
&lt;br&gt;dev.est.2.%driver: est
&lt;br&gt;dev.est.2.%parent: cpu2
&lt;br&gt;dev.est.2.freq_settings: 2133/80000
&lt;br&gt;dev.est.3.%desc: Enhanced SpeedStep Frequency Control
&lt;br&gt;dev.est.3.%driver: est
&lt;br&gt;dev.est.3.%parent: cpu3
&lt;br&gt;dev.est.3.freq_settings: 2133/80000
&lt;br&gt;&lt;br&gt;# sysctl dev.cpu
&lt;br&gt;dev.cpu.0.%desc: ACPI CPU
&lt;br&gt;dev.cpu.0.%driver: cpu
&lt;br&gt;dev.cpu.0.%location: handle=\_PR_.P001
&lt;br&gt;dev.cpu.0.%pnpinfo: _HID=none _UID=0
&lt;br&gt;dev.cpu.0.%parent: acpi0
&lt;br&gt;dev.cpu.0.freq: 2133
&lt;br&gt;dev.cpu.0.freq_levels: 2133/80000 1866/70000 1599/60000 1333/50000 1066/40000 799/30000 533/20000 266/10000
&lt;br&gt;dev.cpu.0.cx_supported: C1/3 C2/205 C3/245
&lt;br&gt;dev.cpu.0.cx_lowest: C1
&lt;br&gt;dev.cpu.0.cx_usage: 100.00% 0.00% 0.00% last 500us
&lt;br&gt;dev.cpu.1.%desc: ACPI CPU
&lt;br&gt;dev.cpu.1.%driver: cpu
&lt;br&gt;dev.cpu.1.%location: handle=\_PR_.P002
&lt;br&gt;dev.cpu.1.%pnpinfo: _HID=none _UID=0
&lt;br&gt;dev.cpu.1.%parent: acpi0
&lt;br&gt;dev.cpu.1.cx_supported: C1/3 C2/205 C3/245
&lt;br&gt;dev.cpu.1.cx_lowest: C1
&lt;br&gt;dev.cpu.1.cx_usage: 100.00% 0.00% 0.00% last 500us
&lt;br&gt;dev.cpu.2.%desc: ACPI CPU
&lt;br&gt;dev.cpu.2.%driver: cpu
&lt;br&gt;dev.cpu.2.%location: handle=\_PR_.P003
&lt;br&gt;dev.cpu.2.%pnpinfo: _HID=none _UID=0
&lt;br&gt;dev.cpu.2.%parent: acpi0
&lt;br&gt;dev.cpu.2.cx_supported: C1/3 C2/205 C3/245
&lt;br&gt;dev.cpu.2.cx_lowest: C1
&lt;br&gt;dev.cpu.2.cx_usage: 100.00% 0.00% 0.00% last 500us
&lt;br&gt;dev.cpu.3.%desc: ACPI CPU
&lt;br&gt;dev.cpu.3.%driver: cpu
&lt;br&gt;dev.cpu.3.%location: handle=\_PR_.P004
&lt;br&gt;dev.cpu.3.%pnpinfo: _HID=none _UID=0
&lt;br&gt;dev.cpu.3.%parent: acpi0
&lt;br&gt;dev.cpu.3.cx_supported: C1/3 C2/205 C3/245
&lt;br&gt;dev.cpu.3.cx_lowest: C1
&lt;br&gt;dev.cpu.3.cx_usage: 100.00% 0.00% 0.00% last 500us
&lt;br&gt;&lt;br&gt;dmesg:
&lt;br&gt;CPU: Intel(R) Xeon(R) CPU &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; E5506 &amp;nbsp;@ 2.13GHz (2133.42-MHz K8-class CPU)
&lt;br&gt;&amp;nbsp; Origin = &amp;quot;GenuineIntel&amp;quot; &amp;nbsp;Id = 0x106a5 &amp;nbsp;Stepping = 5
&lt;br&gt;Features=0xbfebfbff&amp;lt;FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE&amp;gt; &amp;nbsp;Features2=0x9ce3bd&amp;lt;SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA,SSE4.1,SSE4.2,POPCNT&amp;gt;
&lt;br&gt;&amp;nbsp; AMD Features=0x28100800&amp;lt;SYSCALL,NX,RDTSCP,LM&amp;gt;
&lt;br&gt;&amp;nbsp; AMD Features2=0x1&amp;lt;LAHF&amp;gt;
&lt;br&gt;&amp;nbsp; TSC: P-state invariant
&lt;br&gt;&lt;br&gt;The motherboard is a SuperMicro MBD-X8DTL-iF-O Dual LGA 1366 Intel 5500.
&lt;br&gt;&lt;br&gt;&amp;gt;How-To-Repeat:
&lt;br&gt;Get a LGA 1366 motherboard, an Intel Xeon E5506 CPU, and install 9-CURRENT! &amp;nbsp;I'm unsure if 8.0-RC2 or 7-STABLE report the same thing.
&lt;br&gt;&amp;gt;Fix:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;Release-Note:
&lt;br&gt;&amp;gt;Audit-Trail:
&lt;br&gt;&amp;gt;Unformatted:
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26322165&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26322165&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140506%3A-Invalid-freq-for-Enhanced-Speedstep-on-Intel%28R%29-Xeon%28R%29-CPU-E5506-tp26322165p26322165.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26317129</id>
	<title>[head tinderbox] failure on amd64/amd64</title>
	<published>2009-11-12T02:33:05Z</published>
	<updated>2009-11-12T02:33:05Z</updated>
	<author>
		<name>FreeBSD Tinderbox</name>
	</author>
	<content type="html">TB --- 2009-11-12 08:10:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
&lt;br&gt;TB --- 2009-11-12 08:10:00 - starting HEAD tinderbox run for amd64/amd64
&lt;br&gt;TB --- 2009-11-12 08:10:00 - cleaning the object tree
&lt;br&gt;TB --- 2009-11-12 08:10:30 - cvsupping the source tree
&lt;br&gt;TB --- 2009-11-12 08:10:30 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile
&lt;br&gt;TB --- 2009-11-12 08:48:26 - building world
&lt;br&gt;TB --- 2009-11-12 08:48:26 - MAKEOBJDIRPREFIX=/obj
&lt;br&gt;TB --- 2009-11-12 08:48:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
&lt;br&gt;TB --- 2009-11-12 08:48:26 - TARGET=amd64
&lt;br&gt;TB --- 2009-11-12 08:48:26 - TARGET_ARCH=amd64
&lt;br&gt;TB --- 2009-11-12 08:48:26 - TZ=UTC
&lt;br&gt;TB --- 2009-11-12 08:48:26 - __MAKE_CONF=/dev/null
&lt;br&gt;TB --- 2009-11-12 08:48:26 - cd /src
&lt;br&gt;TB --- 2009-11-12 08:48:26 - /usr/bin/make -B buildworld
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; World build started on Thu Nov 12 08:48:27 UTC 2009
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Rebuilding the temporary build tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 1.1: legacy release compatibility shims
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 1.2: bootstrap tools
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.1: cleaning up the object tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.2: rebuilding the object tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.3: build tools
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 3: cross tools
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 4.1: building includes
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 4.2: building libraries
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 4.3: make dependencies
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 4.4: building everything
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 5.1: building 32 bit shim libraries
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; World build completed on Thu Nov 12 10:13:40 UTC 2009
&lt;/div&gt;TB --- 2009-11-12 10:13:40 - generating LINT kernel config
&lt;br&gt;TB --- 2009-11-12 10:13:40 - cd /src/sys/amd64/conf
&lt;br&gt;TB --- 2009-11-12 10:13:40 - /usr/bin/make -B LINT
&lt;br&gt;TB --- 2009-11-12 10:13:40 - building LINT kernel
&lt;br&gt;TB --- 2009-11-12 10:13:40 - MAKEOBJDIRPREFIX=/obj
&lt;br&gt;TB --- 2009-11-12 10:13:40 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
&lt;br&gt;TB --- 2009-11-12 10:13:40 - TARGET=amd64
&lt;br&gt;TB --- 2009-11-12 10:13:40 - TARGET_ARCH=amd64
&lt;br&gt;TB --- 2009-11-12 10:13:40 - TZ=UTC
&lt;br&gt;TB --- 2009-11-12 10:13:40 - __MAKE_CONF=/dev/null
&lt;br&gt;TB --- 2009-11-12 10:13:40 - cd /src
&lt;br&gt;TB --- 2009-11-12 10:13:40 - /usr/bin/make -B buildkernel KERNCONF=LINT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Kernel build for LINT started on Thu Nov 12 10:13:40 UTC 2009
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 1: configuring the kernel
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.1: cleaning up the object tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.2: rebuilding the object tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.3: build tools
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 3.1: making dependencies
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 3.2: building everything
&lt;br&gt;[...]
&lt;br&gt;ld &amp;nbsp;-d -warn-common -r -d -o rdma_core.ko rdma_device.o rdma_cache.o rdma_verbs.o
&lt;br&gt;:&amp;gt; export_syms
&lt;br&gt;awk -f /src/sys/conf/kmod_syms.awk rdma_core.ko &amp;nbsp;export_syms | xargs -J% objcopy % rdma_core.ko
&lt;br&gt;objcopy --strip-debug rdma_core.ko
&lt;br&gt;===&amp;gt; rdma/krping (all)
&lt;br&gt;cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc &amp;nbsp; -DHAVE_KERNEL_OPTION_HEADERS -include /obj/src/sys/LINT/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common &amp;nbsp;-fno-omit-frame-pointer -I/obj/src/sys/LINT -mcmodel=kernel -mno-red-zone &amp;nbsp;-mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow &amp;nbsp;-msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes &amp;nbsp;-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual &amp;nbsp;-Wundef -Wno-pointer-sign -fformat-extensions -c /src/sys/modules/rdma/krping/../../../contrib/rdma/krping/krping.c
&lt;br&gt;/src/sys/modules/rdma/krping/../../../contrib/rdma/krping/krping.c:117: error: static declaration of 'inet_aton' follows non-static declaration
&lt;br&gt;@/netinet/in.h:716: error: previous declaration of 'inet_aton' was here
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /src/sys/modules/rdma/krping.
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /src/sys/modules/rdma.
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /src/sys/modules.
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /obj/src/sys/LINT.
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /src.
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /src.
&lt;br&gt;TB --- 2009-11-12 10:33:05 - WARNING: /usr/bin/make returned exit code &amp;nbsp;1 
&lt;br&gt;TB --- 2009-11-12 10:33:05 - ERROR: failed to build lint kernel
&lt;br&gt;TB --- 2009-11-12 10:33:05 - 4764.99 user 981.59 system 8584.72 real
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26317129&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26317129&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-head-tinderbox--failure-on-amd64-amd64-tp26317129p26317129.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26302139</id>
	<title>[head tinderbox] failure on amd64/amd64</title>
	<published>2009-11-11T05:29:48Z</published>
	<updated>2009-11-11T05:29:48Z</updated>
	<author>
		<name>FreeBSD Tinderbox</name>
	</author>
	<content type="html">TB --- 2009-11-11 11:55:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
&lt;br&gt;TB --- 2009-11-11 11:55:00 - starting HEAD tinderbox run for amd64/amd64
&lt;br&gt;TB --- 2009-11-11 11:55:00 - cleaning the object tree
&lt;br&gt;TB --- 2009-11-11 11:55:32 - cvsupping the source tree
&lt;br&gt;TB --- 2009-11-11 11:55:32 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile
&lt;br&gt;TB --- 2009-11-11 12:01:04 - building world
&lt;br&gt;TB --- 2009-11-11 12:01:04 - MAKEOBJDIRPREFIX=/obj
&lt;br&gt;TB --- 2009-11-11 12:01:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
&lt;br&gt;TB --- 2009-11-11 12:01:04 - TARGET=amd64
&lt;br&gt;TB --- 2009-11-11 12:01:04 - TARGET_ARCH=amd64
&lt;br&gt;TB --- 2009-11-11 12:01:04 - TZ=UTC
&lt;br&gt;TB --- 2009-11-11 12:01:04 - __MAKE_CONF=/dev/null
&lt;br&gt;TB --- 2009-11-11 12:01:04 - cd /src
&lt;br&gt;TB --- 2009-11-11 12:01:04 - /usr/bin/make -B buildworld
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; World build started on Wed Nov 11 12:01:05 UTC 2009
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Rebuilding the temporary build tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 1.1: legacy release compatibility shims
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 1.2: bootstrap tools
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.1: cleaning up the object tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.2: rebuilding the object tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.3: build tools
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 3: cross tools
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 4.1: building includes
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 4.2: building libraries
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 4.3: make dependencies
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 4.4: building everything
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 5.1: building 32 bit shim libraries
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; World build completed on Wed Nov 11 13:26:30 UTC 2009
&lt;/div&gt;TB --- 2009-11-11 13:26:30 - generating LINT kernel config
&lt;br&gt;TB --- 2009-11-11 13:26:30 - cd /src/sys/amd64/conf
&lt;br&gt;TB --- 2009-11-11 13:26:30 - /usr/bin/make -B LINT
&lt;br&gt;TB --- 2009-11-11 13:26:30 - building LINT kernel
&lt;br&gt;TB --- 2009-11-11 13:26:30 - MAKEOBJDIRPREFIX=/obj
&lt;br&gt;TB --- 2009-11-11 13:26:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
&lt;br&gt;TB --- 2009-11-11 13:26:30 - TARGET=amd64
&lt;br&gt;TB --- 2009-11-11 13:26:30 - TARGET_ARCH=amd64
&lt;br&gt;TB --- 2009-11-11 13:26:30 - TZ=UTC
&lt;br&gt;TB --- 2009-11-11 13:26:30 - __MAKE_CONF=/dev/null
&lt;br&gt;TB --- 2009-11-11 13:26:30 - cd /src
&lt;br&gt;TB --- 2009-11-11 13:26:30 - /usr/bin/make -B buildkernel KERNCONF=LINT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Kernel build for LINT started on Wed Nov 11 13:26:30 UTC 2009
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 1: configuring the kernel
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.1: cleaning up the object tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.2: rebuilding the object tree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 2.3: build tools
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 3.1: making dependencies
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; stage 3.2: building everything
&lt;br&gt;[...]
&lt;br&gt;cc -c -O2 -frename-registers -pipe -fno-strict-aliasing &amp;nbsp;-std=c99 &amp;nbsp;-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes &amp;nbsp;-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual &amp;nbsp;-Wundef -Wno-pointer-sign -fformat-extensions -nostdinc &amp;nbsp;-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 &amp;nbsp;-mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow &amp;nbsp;-msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/cam/cam_sim.c
&lt;br&gt;cc -c -O2 -frename-registers -pipe -fno-strict-aliasing &amp;nbsp;-std=c99 &amp;nbsp;-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes &amp;nbsp;-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual &amp;nbsp;-Wundef -Wno-pointer-sign -fformat-extensions -nostdinc &amp;nbsp;-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 &amp;nbsp;-mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow &amp;nbsp;-msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/cam/cam_xpt.c
&lt;br&gt;/src/sys/cam/cam_xpt.c:288: error: static declaration of 'xpt_start_tags' follows non-static declaration
&lt;br&gt;/src/sys/cam/cam_xpt_internal.h:179: error: previous declaration of 'xpt_start_tags' was here
&lt;br&gt;cc1: warnings being treated as errors
&lt;br&gt;/src/sys/cam/cam_xpt.c: In function 'xpt_action_default':
&lt;br&gt;/src/sys/cam/cam_xpt.c:2525: warning: implicit declaration of function 'xpt_schedule_dev_sendq'
&lt;br&gt;/src/sys/cam/cam_xpt.c:2525: warning: nested extern declaration of 'xpt_schedule_dev_sendq'
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /obj/src/sys/LINT.
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /src.
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /src.
&lt;br&gt;TB --- 2009-11-11 13:29:48 - WARNING: /usr/bin/make returned exit code &amp;nbsp;1 
&lt;br&gt;TB --- 2009-11-11 13:29:48 - ERROR: failed to build lint kernel
&lt;br&gt;TB --- 2009-11-11 13:29:48 - 3935.70 user 916.02 system 5688.78 real
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26302139&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26302139&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-head-tinderbox--failure-on-amd64-amd64-tp26302139p26302139.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26291502</id>
	<title>Picture Tutorial: Installing FreeBSD 8.0-RC2 UNIX (amd64) as a HVM  domU (Xen 3.5-unstable Pv-Ops Dom0 Kernel 2.6.30-rc3-tip)</title>
	<published>2009-11-10T13:25:16Z</published>
	<updated>2009-11-10T13:25:16Z</updated>
	<author>
		<name>Mr. Teo En Ming (Zhang Enming)-2</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;This is an extremely detailed screenshot tutorial that will guide you, step
&lt;br&gt;by step, through the installation of FreeBSD 8.0-RC2 UNIX (amd64) as a HVM
&lt;br&gt;guest. My setup is Xen 3.5-unstable pv-ops dom0 kernel 2.6.30-rc3.
&lt;br&gt;&lt;br&gt;There are 6 photo galleries with a total of 293 PNG image screenshots.
&lt;br&gt;&lt;br&gt;Picture Tutorial 1 of 6: Installing FreeBSD 8.0-RC2 UNIX (amd64) as a HVM
&lt;br&gt;domU (Xen 3.5-unstable Pv-Ops Dom0 Kernel 2.6.30-rc3-tip)Link:
&lt;br&gt;&lt;a href=&quot;http://enmingteo.wordpress.com/2009/11/10/picture-tutorial-1-of-6-installing-freebsd-8-0-rc2-unix-amd64-as-a-hvm-domu-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-30-rc3-tip/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enmingteo.wordpress.com/2009/11/10/picture-tutorial-1-of-6-installing-freebsd-8-0-rc2-unix-amd64-as-a-hvm-domu-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-30-rc3-tip/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Picture Tutorial 2 of 6: Installing FreeBSD 8.0-RC2 UNIX (amd64) as a HVM
&lt;br&gt;domU (Xen 3.5-unstable Pv-Ops Dom0 Kernel 2.6.30-rc3-tip)Link:
&lt;br&gt;&lt;a href=&quot;http://enmingteo.wordpress.com/2009/11/10/picture-tutorial-2-of-6-installing-freebsd-8-0-rc2-unix-amd64-as-a-hvm-domu-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-30-rc3-tip/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enmingteo.wordpress.com/2009/11/10/picture-tutorial-2-of-6-installing-freebsd-8-0-rc2-unix-amd64-as-a-hvm-domu-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-30-rc3-tip/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Picture Tutorial 3 of 6: Installing FreeBSD 8.0-RC2 UNIX (amd64) as a HVM
&lt;br&gt;domU (Xen 3.5-unstable Pv-Ops Dom0 Kernel 2.6.30-rc3-tip)Link:
&lt;br&gt;&lt;a href=&quot;http://enmingteo.wordpress.com/2009/11/10/picture-tutorial-3-of-6-installing-freebsd-8-0-rc2-unix-amd64-as-a-hvm-domu-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-30-rc3-tip/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enmingteo.wordpress.com/2009/11/10/picture-tutorial-3-of-6-installing-freebsd-8-0-rc2-unix-amd64-as-a-hvm-domu-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-30-rc3-tip/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Picture Tutorial 4 of 6: Installing FreeBSD 8.0-RC2 UNIX (amd64) as a HVM
&lt;br&gt;domU (Xen 3.5-unstable Pv-Ops Dom0 Kernel 2.6.30-rc3-tip)Link:
&lt;br&gt;&lt;a href=&quot;http://enmingteo.wordpress.com/2009/11/10/picture-tutorial-4-of-6-installing-freebsd-8-0-rc2-unix-amd64-as-a-hvm-domu-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-30-rc3-tip/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enmingteo.wordpress.com/2009/11/10/picture-tutorial-4-of-6-installing-freebsd-8-0-rc2-unix-amd64-as-a-hvm-domu-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-30-rc3-tip/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Picture Tutorial 5 of 6: Installing FreeBSD 8.0-RC2 UNIX (amd64) as a HVM
&lt;br&gt;domU (Xen 3.5-unstable Pv-Ops Dom0 Kernel 2.6.30-rc3-tip)Link:
&lt;br&gt;&lt;a href=&quot;http://enmingteo.wordpress.com/2009/11/10/picture-tutorial-5-of-6-installing-freebsd-8-0-rc2-unix-amd64-as-a-hvm-domu-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-30-rc3-tip/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enmingteo.wordpress.com/2009/11/10/picture-tutorial-5-of-6-installing-freebsd-8-0-rc2-unix-amd64-as-a-hvm-domu-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-30-rc3-tip/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Picture Tutorial 6 of 6: Installing FreeBSD 8.0-RC2 UNIX (amd64) as a HVM
&lt;br&gt;domU (Xen 3.5-unstable Pv-Ops Dom0 Kernel 2.6.30-rc3-tip)Link:
&lt;br&gt;&lt;a href=&quot;http://enmingteo.wordpress.com/2009/11/10/picture-tutorial-6-of-6-installing-freebsd-8-0-rc2-unix-amd64-as-a-hvm-domu-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-30-rc3-tip/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enmingteo.wordpress.com/2009/11/10/picture-tutorial-6-of-6-installing-freebsd-8-0-rc2-unix-amd64-as-a-hvm-domu-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-30-rc3-tip/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical
&lt;br&gt;Engineering)
&lt;br&gt;Alma Maters:
&lt;br&gt;(1) Singapore Polytechnic
&lt;br&gt;(2) National University of Singapore
&lt;br&gt;My Primary Blog: &lt;a href=&quot;http://teo-en-ming-aka-zhang-enming.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://teo-en-ming-aka-zhang-enming.blogspot.com&lt;/a&gt;&lt;br&gt;My Secondary Blog: &lt;a href=&quot;http://enmingteo.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enmingteo.wordpress.com&lt;/a&gt;&lt;br&gt;My Youtube videos: &lt;a href=&quot;http://www.youtube.com/user/enmingteo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.youtube.com/user/enmingteo&lt;/a&gt;&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26291502&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;space.time.universe@...&lt;/a&gt;
&lt;br&gt;Mobile Phone (Starhub Prepaid): +65-8369-2618
&lt;br&gt;Street: Bedok Reservoir Road
&lt;br&gt;Country: Singapore
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26291502&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26291502&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Picture-Tutorial%3A-Installing-FreeBSD-8.0-RC2-UNIX-%28amd64%29-as-a-HVM--domU-%28Xen-3.5-unstable-Pv-Ops-Dom0-Kernel-2.6.30-rc3-tip%29-tp26291502p26291502.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26265784</id>
	<title>Current problem reports assigned to freebsd-amd64@FreeBSD.org</title>
	<published>2009-11-09T03:06:46Z</published>
	<updated>2009-11-09T03:06:46Z</updated>
	<author>
		<name>FreeBSD bugmaster</name>
	</author>
	<content type="html">Note: to view an individual PR, use:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;The following is a listing of current problems submitted by FreeBSD users.
&lt;br&gt;These represent problem reports covering all versions including
&lt;br&gt;experimental development code and obsolete releases.
&lt;br&gt;&lt;br&gt;&lt;br&gt;S Tracker &amp;nbsp; &amp;nbsp; &amp;nbsp;Resp. &amp;nbsp; &amp;nbsp; &amp;nbsp;Description
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;o amd64/140391 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] powerd(8) freezes computer on Phenom II compute
&lt;br&gt;o amd64/140145 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] Installation boot sequence freezes
&lt;br&gt;o amd64/139998 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 7.2 amd64 panic in kern_mutex.c:339
&lt;br&gt;o amd64/139924 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] cd or dvd not load
&lt;br&gt;o amd64/139614 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[minidump] minidumps fail when many interrupts fire
&lt;br&gt;f amd64/138661 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] Kernel Panic after typing &amp;quot;reboot&amp;quot;
&lt;br&gt;o amd64/138626 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;telepites
&lt;br&gt;o amd64/138029 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] periodically kernel panic and reboot
&lt;br&gt;o amd64/137942 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[pci] 8.0-BETA2 having problems with Asus M2N-SLI-delu
&lt;br&gt;o amd64/136814 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[mxge] mxge driver error
&lt;br&gt;s i386/135447 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[i386] [request] Intel Core i7 and Nehalem-EP new feat
&lt;br&gt;o amd64/135265 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] Boot from install cd hangs on HP DL160 G5 wi
&lt;br&gt;o amd64/135040 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] FreeBSD/amd64 does not (always) detect disk on S
&lt;br&gt;o amd64/134978 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] g_up pmap amd64 panic
&lt;br&gt;o amd64/134757 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;32 bit processes on 64 bit platforms occasionally drop
&lt;br&gt;o amd64/133977 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] [ffs] &amp;quot;panic: ffs_blkfree: freeing free block&amp;quot;
&lt;br&gt;o amd64/133701 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;Recompiling the kernel with k8temp or smbios break GEO
&lt;br&gt;o amd64/132574 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] [hang] Freeze on bootstrap loader (CD) using AT
&lt;br&gt;f amd64/132019 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] kernel trap 12 while installation
&lt;br&gt;o amd64/131906 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] SATA data corruption with Promise PDC20378 (amd6
&lt;br&gt;o amd64/131456 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;ACPI &amp; ATA problems
&lt;br&gt;o amd64/131314 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[modules] [panic] large modules fail to load on amd64
&lt;br&gt;o amd64/131209 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] [bce] 7.1-STABLE amd64 crash - m0 NULL
&lt;br&gt;f amd64/130885 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;sockstat(1) on amd64 does not work
&lt;br&gt;o amd64/130864 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] Problem with copying files to a large partition
&lt;br&gt;o amd64/130817 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;FreeBSD does not support HP DL160G5 [regression]
&lt;br&gt;o amd64/130494 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] netbooting BTX fails on amd64
&lt;br&gt;o amd64/130483 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[mxge] MSI must be disabled when Myricom 10Gbps Card i
&lt;br&gt;o amd64/130368 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] Switching from xorg to console locks up compute
&lt;br&gt;o amd64/129889 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] [hang] The booting process stops at the line mo
&lt;br&gt;o amd64/129721 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] Motherboard K9N2G Neo-FD hangs on boot of 7.0-R
&lt;br&gt;o amd64/129667 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] Elitegroup A780GM-A IDE controller not recognize
&lt;br&gt;o amd64/129426 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] FreeBSD 7.0 crash after subdiskXX: detached
&lt;br&gt;o amd64/129315 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] [reboot] amd64 motherboard: Intel DG965WH mothe
&lt;br&gt;o amd64/128978 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] FreeBSD 6.3 64-bit &amp;nbsp;panics at boot time duri
&lt;br&gt;o amd64/128810 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;AMD 64 port installation
&lt;br&gt;o amd64/128765 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] Install CD loads to Install choices but stop
&lt;br&gt;o amd64/128263 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a
&lt;br&gt;o amd64/128259 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;csh(1): &amp;quot;`&amp;quot; crashes csh
&lt;br&gt;o amd64/127640 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;gcc(1) will not build shared libraries with -fprofile-
&lt;br&gt;o amd64/127484 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[timecounters] Drift problem with FreeBSD 7.0 and 7.1 
&lt;br&gt;o amd64/127451 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[scheduler] incorrect load on quad core
&lt;br&gt;o amd64/127397 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[amd64] 32bit application on FreeBSD-6.3 amd64 gets SI
&lt;br&gt;s amd64/127276 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;ldd(1) invokes linux yes
&lt;br&gt;o amd64/127129 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;mdconfig(8) is core dumping with Segmentation Fault 11
&lt;br&gt;o amd64/125873 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[smbd] [panic] Repeated kernel panics, trap 12 page fa
&lt;br&gt;o amd64/125002 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] amd64, SATA hard disks not detected
&lt;br&gt;o amd64/124432 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 7.0-STABLE panic: invalbuf: dirty bufs
&lt;br&gt;o amd64/124134 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[kernel] The kernel doesn't follow the calling convent
&lt;br&gt;o amd64/123562 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] FreeBSD amd64 not installs
&lt;br&gt;o amd64/123520 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ahd] unable to boot from net while using ahd
&lt;br&gt;o amd64/123456 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;fstat(1): /usr/bin/fstat shows error messages and hang
&lt;br&gt;f amd64/123275 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re
&lt;br&gt;o kern/122782 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[modules] accf_http.ko kernel module is not loadable
&lt;br&gt;o amd64/122695 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[cpufreq] Lack of cpufreq control using amd64 eith cor
&lt;br&gt;o amd64/122624 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;unusable minimal installation of FreeBSD-7.0
&lt;br&gt;o amd64/122549 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial 
&lt;br&gt;o amd64/122468 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;Compile problems after upgrading to 7.0
&lt;br&gt;o amd64/122174 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 7.0 no longer includes &amp;quot;device atpic&amp;quot; so fails
&lt;br&gt;o amd64/121590 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet
&lt;br&gt;o amd64/120202 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[amd64] [patch] [panic] kernel panic at start_all_aps,
&lt;br&gt;o amd64/119591 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[amd64] [patch] time_t on 64-bit architecture
&lt;br&gt;o amd64/117418 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] FreeBSD 6.2 crash on amd64 4400+ with ssh
&lt;br&gt;o amd64/117316 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[acpi] ACPI lockups on SuperMicro motherboard
&lt;br&gt;o amd64/117296 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] I don`t see second SATA IDE on VIA VT8237A
&lt;br&gt;a amd64/117186 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[modules] kldload Unsupported file type on STABLE amd6
&lt;br&gt;s amd64/116689 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[request] support for MSI K9MM-V
&lt;br&gt;o amd64/116620 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] ifconfig spins when creating carp(4) device on 
&lt;br&gt;o amd64/116322 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] At start fsck on current, the system panics
&lt;br&gt;o amd64/116159 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] Panic while debugging on CURRENT
&lt;br&gt;s amd64/115815 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp
&lt;br&gt;o amd64/115581 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[Makefile] [patch] -mfancy-math-387 has no effect
&lt;br&gt;o amd64/115194 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;LCD screen remains blank after Dell XPS M1210 lid is c
&lt;br&gt;o amd64/114270 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[cpufreq] cpufreq doesnt work when compiled in to kern
&lt;br&gt;o amd64/112222 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[libc] 32-bit libc incorrectly converts some FP number
&lt;br&gt;o amd64/110599 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[geli] geli attach to gmirror device hangs and cannot 
&lt;br&gt;s amd64/108861 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work
&lt;br&gt;o amd64/106186 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] panic in swap_pager_swap_init (amd64/smp/6.2-p
&lt;br&gt;f amd64/105531 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does
&lt;br&gt;f amd64/105514 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv
&lt;br&gt;o amd64/102716 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;ex with no argument in an xterm gets SIGSEGV
&lt;br&gt;o amd64/97337 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[dri] xorg reboots system if dri module is enabled
&lt;br&gt;o amd64/95888 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP 
&lt;br&gt;o amd64/94677 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] panic in amd64 install at non-root user creati
&lt;br&gt;o amd64/93961 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[busdma] Problem in bounce buffer handling in sys/amd6
&lt;br&gt;o amd64/92337 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff
&lt;br&gt;o amd64/91405 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[asr] [panic] Kernel panic caused by asr on 6.0-amd64 
&lt;br&gt;o amd64/89501 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] System crashes on install using ftp on local
&lt;br&gt;o amd64/88790 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] kernel panic on first boot (after the FreeBSD 
&lt;br&gt;o amd64/88568 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 6.0-RELEASE install cd does not boot with usb 
&lt;br&gt;o amd64/87689 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE
&lt;br&gt;o amd64/87316 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[vge] &amp;quot;vge0 attach returned 6&amp;quot; on FreeBSD 6.0-RC1 amd6
&lt;br&gt;o amd64/87305 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[smp] Dual Opteron / FreeBSD 5 &amp; 6 / powerd results in
&lt;br&gt;s amd64/85273 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] FreeBSD (NetBSD or OpenBSD) not install on l
&lt;br&gt;o amd64/78406 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys
&lt;br&gt;o amd64/76136 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] system halts before reboot
&lt;br&gt;o amd64/74747 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] System panic on shutdown when process will not
&lt;br&gt;&lt;br&gt;97 problems total.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26265784&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26265784&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Current-problem-reports-assigned-to-freebsd-amd64%40FreeBSD.org-tp26265784p26265784.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26256084</id>
	<title>amd64/140391: Powerd freezes computer on Phenom II computer</title>
	<published>2009-11-08T08:40:30Z</published>
	<updated>2009-11-08T08:40:30Z</updated>
	<author>
		<name>Taner Ta&amp;#351;</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Number: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 140391
&lt;br&gt;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; Powerd freezes computer on Phenom II computer
&lt;br&gt;&amp;gt;Confidential: &amp;nbsp; no
&lt;br&gt;&amp;gt;Severity: &amp;nbsp; &amp;nbsp; &amp;nbsp; non-critical
&lt;br&gt;&amp;gt;Priority: &amp;nbsp; &amp;nbsp; &amp;nbsp; medium
&lt;br&gt;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;gt;State: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;open
&lt;br&gt;&amp;gt;Quarter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;Date-Required:
&lt;br&gt;&amp;gt;Class: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sw-bug
&lt;br&gt;&amp;gt;Submitter-Id: &amp;nbsp; current-users
&lt;br&gt;&amp;gt;Arrival-Date: &amp;nbsp; Sun Nov 08 16:50:00 UTC 2009
&lt;br&gt;&amp;gt;Closed-Date:
&lt;br&gt;&amp;gt;Last-Modified:
&lt;br&gt;&amp;gt;Originator: &amp;nbsp; &amp;nbsp; Taner Ta&amp;#351;
&lt;br&gt;&amp;gt;Release: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8.0-RC2
&lt;br&gt;&amp;gt;Organization:
&lt;br&gt;&amp;gt;Environment:
&lt;/div&gt;FreeBSD pulsar 8.0-RC2 FreeBSD 8.0-RC2 #0: Sat Nov &amp;nbsp;7 23:42:53 EET 2009 &amp;nbsp; &amp;nbsp; root@pulsar:/usr/obj/usr/src/sys/PULSAR &amp;nbsp;amd64
&lt;br&gt;&amp;gt;Description:
&lt;br&gt;When I try to run powerd on amd64 machine, machine hangs after 10 seconds. Hard resetting can't enough to reboot computer, I have to switch off the electric cable for proper reboot.
&lt;br&gt;&lt;br&gt;Computer Specs:
&lt;br&gt;AMD Phenom II 940 cpu
&lt;br&gt;AMD 790GX chipset
&lt;br&gt;&lt;br&gt;# sysctl -a |grep cpu
&lt;br&gt;&lt;br&gt;kern.ccpu: 0
&lt;br&gt;&amp;nbsp; &amp;lt;cpu count=&amp;quot;4&amp;quot; mask=&amp;quot;0xf&amp;quot;&amp;gt;0, 1, 2, 3&amp;lt;/cpu&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;cpu count=&amp;quot;4&amp;quot; mask=&amp;quot;0xf&amp;quot;&amp;gt;0, 1, 2, 3&amp;lt;/cpu&amp;gt;
&lt;br&gt;kern.smp.cpus: 4
&lt;br&gt;kern.smp.maxcpus: 32
&lt;br&gt;debug.cpufreq.verbose: 0
&lt;br&gt;debug.cpufreq.lowest: 0
&lt;br&gt;debug.kdb.stop_cpus: 1
&lt;br&gt;hw.ncpu: 4
&lt;br&gt;hw.acpi.cpu.cx_lowest: C1
&lt;br&gt;machdep.hlt_cpus: 0
&lt;br&gt;security.jail.param.cpuset.id: 0
&lt;br&gt;dev.cpu.0.%desc: ACPI CPU
&lt;br&gt;dev.cpu.0.%driver: cpu
&lt;br&gt;dev.cpu.0.%location: handle=\_PR_.P001
&lt;br&gt;dev.cpu.0.%pnpinfo: _HID=none _UID=0
&lt;br&gt;dev.cpu.0.%parent: acpi0
&lt;br&gt;dev.cpu.0.freq: 3000
&lt;br&gt;dev.cpu.0.freq_levels: 3000/35100 2625/30712 2300/24375 2012/21328 1800/20930 1575/18313 1350/15697 1125/13081 900/10465 800/11400 700/9975 600/8550 500/7125 400/5700 300/4275 200/2850 100/1425
&lt;br&gt;dev.cpu.0.cx_supported: C1/0
&lt;br&gt;dev.cpu.0.cx_lowest: C1
&lt;br&gt;dev.cpu.0.cx_usage: 100.00% last 500us
&lt;br&gt;dev.cpu.1.%desc: ACPI CPU
&lt;br&gt;dev.cpu.1.%driver: cpu
&lt;br&gt;dev.cpu.1.%location: handle=\_PR_.P002
&lt;br&gt;dev.cpu.1.%pnpinfo: _HID=none _UID=0
&lt;br&gt;dev.cpu.1.%parent: acpi0
&lt;br&gt;dev.cpu.1.cx_supported: C1/0
&lt;br&gt;dev.cpu.1.cx_lowest: C1
&lt;br&gt;dev.cpu.1.cx_usage: 100.00% last 500us
&lt;br&gt;dev.cpu.2.%desc: ACPI CPU
&lt;br&gt;dev.cpu.2.%driver: cpu
&lt;br&gt;dev.cpu.2.%location: handle=\_PR_.P003
&lt;br&gt;dev.cpu.2.%pnpinfo: _HID=none _UID=0
&lt;br&gt;dev.cpu.2.%parent: acpi0
&lt;br&gt;dev.cpu.2.cx_supported: C1/0
&lt;br&gt;dev.cpu.2.cx_lowest: C1
&lt;br&gt;dev.cpu.2.cx_usage: 100.00% last 500us
&lt;br&gt;dev.cpu.3.%desc: ACPI CPU
&lt;br&gt;dev.cpu.3.%driver: cpu
&lt;br&gt;dev.cpu.3.%location: handle=\_PR_.P004
&lt;br&gt;dev.cpu.3.%pnpinfo: _HID=none _UID=0
&lt;br&gt;dev.cpu.3.%parent: acpi0
&lt;br&gt;dev.cpu.3.cx_supported: C1/0
&lt;br&gt;dev.cpu.3.cx_lowest: C1
&lt;br&gt;dev.cpu.3.cx_usage: 100.00% last 500us
&lt;br&gt;dev.acpi_perf.0.%parent: cpu0
&lt;br&gt;dev.acpi_perf.1.%parent: cpu1
&lt;br&gt;dev.acpi_perf.2.%parent: cpu2
&lt;br&gt;dev.acpi_perf.3.%parent: cpu3
&lt;br&gt;dev.acpi_throttle.0.%parent: cpu0
&lt;br&gt;dev.cpufreq.0.%driver: cpufreq
&lt;br&gt;dev.cpufreq.0.%parent: cpu0
&lt;br&gt;dev.hwpstate.0.%parent: cpu
&lt;br&gt;&amp;gt;How-To-Repeat:
&lt;br&gt;/etc/rc.d/powerd onestart
&lt;br&gt;&amp;gt;Fix:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;Release-Note:
&lt;br&gt;&amp;gt;Audit-Trail:
&lt;br&gt;&amp;gt;Unformatted:
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26256084&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26256084&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140391%3A-Powerd-freezes-computer-on-Phenom-II-computer-tp26256084p26256084.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26163102</id>
	<title>Current problem reports assigned to freebsd-amd64@FreeBSD.org</title>
	<published>2009-11-02T03:06:48Z</published>
	<updated>2009-11-02T03:06:48Z</updated>
	<author>
		<name>FreeBSD bugmaster</name>
	</author>
	<content type="html">Note: to view an individual PR, use:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;The following is a listing of current problems submitted by FreeBSD users.
&lt;br&gt;These represent problem reports covering all versions including
&lt;br&gt;experimental development code and obsolete releases.
&lt;br&gt;&lt;br&gt;&lt;br&gt;S Tracker &amp;nbsp; &amp;nbsp; &amp;nbsp;Resp. &amp;nbsp; &amp;nbsp; &amp;nbsp;Description
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;o amd64/140145 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] Installation boot sequence freezes
&lt;br&gt;o amd64/139998 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 7.2 amd64 panic in kern_mutex.c:339
&lt;br&gt;o amd64/139924 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] cd or dvd not load
&lt;br&gt;o amd64/139614 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[minidump] minidumps fail when many interrupts fire
&lt;br&gt;f amd64/138661 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] Kernel Panic after typing &amp;quot;reboot&amp;quot;
&lt;br&gt;o amd64/138626 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;telepites
&lt;br&gt;o amd64/138029 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] periodically kernel panic and reboot
&lt;br&gt;o amd64/137942 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[pci] 8.0-BETA2 having problems with Asus M2N-SLI-delu
&lt;br&gt;o amd64/136814 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[mxge] mxge driver error
&lt;br&gt;s i386/135447 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[i386] [request] Intel Core i7 and Nehalem-EP new feat
&lt;br&gt;o amd64/135265 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] Boot from install cd hangs on HP DL160 G5 wi
&lt;br&gt;o amd64/135040 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] FreeBSD/amd64 does not (always) detect disk on S
&lt;br&gt;o amd64/134978 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] g_up pmap amd64 panic
&lt;br&gt;o amd64/134757 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;32 bit processes on 64 bit platforms occasionally drop
&lt;br&gt;o amd64/133977 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] [ffs] &amp;quot;panic: ffs_blkfree: freeing free block&amp;quot;
&lt;br&gt;o amd64/133701 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;Recompiling the kernel with k8temp or smbios break GEO
&lt;br&gt;o amd64/132574 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] [hang] Freeze on bootstrap loader (CD) using AT
&lt;br&gt;f amd64/132019 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] kernel trap 12 while installation
&lt;br&gt;o amd64/131906 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] SATA data corruption with Promise PDC20378 (amd6
&lt;br&gt;o amd64/131456 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;ACPI &amp; ATA problems
&lt;br&gt;o amd64/131314 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[modules] [panic] large modules fail to load on amd64
&lt;br&gt;o amd64/131209 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] [bce] 7.1-STABLE amd64 crash - m0 NULL
&lt;br&gt;f amd64/130885 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;sockstat(1) on amd64 does not work
&lt;br&gt;o amd64/130864 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] Problem with copying files to a large partition
&lt;br&gt;o amd64/130817 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;FreeBSD does not support HP DL160G5 [regression]
&lt;br&gt;o amd64/130494 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] netbooting BTX fails on amd64
&lt;br&gt;o amd64/130483 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[mxge] MSI must be disabled when Myricom 10Gbps Card i
&lt;br&gt;o amd64/130368 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] Switching from xorg to console locks up compute
&lt;br&gt;o amd64/129889 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] [hang] The booting process stops at the line mo
&lt;br&gt;o amd64/129721 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] Motherboard K9N2G Neo-FD hangs on boot of 7.0-R
&lt;br&gt;o amd64/129667 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] Elitegroup A780GM-A IDE controller not recognize
&lt;br&gt;o amd64/129426 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] FreeBSD 7.0 crash after subdiskXX: detached
&lt;br&gt;o amd64/129315 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] [reboot] amd64 motherboard: Intel DG965WH mothe
&lt;br&gt;o amd64/128978 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] FreeBSD 6.3 64-bit &amp;nbsp;panics at boot time duri
&lt;br&gt;o amd64/128810 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;AMD 64 port installation
&lt;br&gt;o amd64/128765 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] Install CD loads to Install choices but stop
&lt;br&gt;o amd64/128263 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a
&lt;br&gt;o amd64/128259 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;csh(1): &amp;quot;`&amp;quot; crashes csh
&lt;br&gt;o amd64/127640 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;gcc(1) will not build shared libraries with -fprofile-
&lt;br&gt;o amd64/127484 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[timecounters] Drift problem with FreeBSD 7.0 and 7.1 
&lt;br&gt;o amd64/127451 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[scheduler] incorrect load on quad core
&lt;br&gt;o amd64/127397 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[amd64] 32bit application on FreeBSD-6.3 amd64 gets SI
&lt;br&gt;s amd64/127276 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;ldd(1) invokes linux yes
&lt;br&gt;o amd64/127129 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;mdconfig(8) is core dumping with Segmentation Fault 11
&lt;br&gt;o amd64/125873 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[smbd] [panic] Repeated kernel panics, trap 12 page fa
&lt;br&gt;o amd64/125002 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] amd64, SATA hard disks not detected
&lt;br&gt;o amd64/124432 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 7.0-STABLE panic: invalbuf: dirty bufs
&lt;br&gt;o amd64/124134 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[kernel] The kernel doesn't follow the calling convent
&lt;br&gt;o amd64/123562 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] FreeBSD amd64 not installs
&lt;br&gt;o amd64/123520 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ahd] unable to boot from net while using ahd
&lt;br&gt;o amd64/123456 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;fstat(1): /usr/bin/fstat shows error messages and hang
&lt;br&gt;f amd64/123275 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re
&lt;br&gt;o kern/122782 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[modules] accf_http.ko kernel module is not loadable
&lt;br&gt;o amd64/122695 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[cpufreq] Lack of cpufreq control using amd64 eith cor
&lt;br&gt;o amd64/122624 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;unusable minimal installation of FreeBSD-7.0
&lt;br&gt;o amd64/122549 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial 
&lt;br&gt;o amd64/122468 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;Compile problems after upgrading to 7.0
&lt;br&gt;o amd64/122174 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 7.0 no longer includes &amp;quot;device atpic&amp;quot; so fails
&lt;br&gt;o amd64/121590 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet
&lt;br&gt;o amd64/120202 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[amd64] [patch] [panic] kernel panic at start_all_aps,
&lt;br&gt;o amd64/119591 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[amd64] [patch] time_t on 64-bit architecture
&lt;br&gt;o amd64/117418 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] FreeBSD 6.2 crash on amd64 4400+ with ssh
&lt;br&gt;o amd64/117316 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[acpi] ACPI lockups on SuperMicro motherboard
&lt;br&gt;o amd64/117296 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] I don`t see second SATA IDE on VIA VT8237A
&lt;br&gt;a amd64/117186 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[modules] kldload Unsupported file type on STABLE amd6
&lt;br&gt;s amd64/116689 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[request] support for MSI K9MM-V
&lt;br&gt;o amd64/116620 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] ifconfig spins when creating carp(4) device on 
&lt;br&gt;o amd64/116322 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] At start fsck on current, the system panics
&lt;br&gt;o amd64/116159 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] Panic while debugging on CURRENT
&lt;br&gt;s amd64/115815 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp
&lt;br&gt;o amd64/115581 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[Makefile] [patch] -mfancy-math-387 has no effect
&lt;br&gt;o amd64/115194 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;LCD screen remains blank after Dell XPS M1210 lid is c
&lt;br&gt;o amd64/114270 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[cpufreq] cpufreq doesnt work when compiled in to kern
&lt;br&gt;o amd64/112222 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[libc] 32-bit libc incorrectly converts some FP number
&lt;br&gt;o amd64/110599 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[geli] geli attach to gmirror device hangs and cannot 
&lt;br&gt;s amd64/108861 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work
&lt;br&gt;o amd64/106186 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] panic in swap_pager_swap_init (amd64/smp/6.2-p
&lt;br&gt;f amd64/105531 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does
&lt;br&gt;f amd64/105514 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv
&lt;br&gt;o amd64/102716 amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;ex with no argument in an xterm gets SIGSEGV
&lt;br&gt;o amd64/97337 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[dri] xorg reboots system if dri module is enabled
&lt;br&gt;o amd64/95888 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP 
&lt;br&gt;o amd64/94677 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] panic in amd64 install at non-root user creati
&lt;br&gt;o amd64/93961 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[busdma] Problem in bounce buffer handling in sys/amd6
&lt;br&gt;o amd64/92337 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff
&lt;br&gt;o amd64/91405 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[asr] [panic] Kernel panic caused by asr on 6.0-amd64 
&lt;br&gt;o amd64/89501 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] System crashes on install using ftp on local
&lt;br&gt;o amd64/88790 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] kernel panic on first boot (after the FreeBSD 
&lt;br&gt;o amd64/88568 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] 6.0-RELEASE install cd does not boot with usb 
&lt;br&gt;o amd64/87689 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE
&lt;br&gt;o amd64/87316 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[vge] &amp;quot;vge0 attach returned 6&amp;quot; on FreeBSD 6.0-RC1 amd6
&lt;br&gt;o amd64/87305 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[smp] Dual Opteron / FreeBSD 5 &amp; 6 / powerd results in
&lt;br&gt;s amd64/85273 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[install] FreeBSD (NetBSD or OpenBSD) not install on l
&lt;br&gt;o amd64/78406 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys
&lt;br&gt;o amd64/76136 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[hang] system halts before reboot
&lt;br&gt;o amd64/74747 &amp;nbsp;amd64 &amp;nbsp; &amp;nbsp; &amp;nbsp;[panic] System panic on shutdown when process will not
&lt;br&gt;&lt;br&gt;96 problems total.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26163102&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26163102&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Current-problem-reports-assigned-to-freebsd-amd64%40FreeBSD.org-tp26163102p26163102.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26158173</id>
	<title>FreeBSD 7.2-amd64 and 8.0RC2-amd64 data coruption on RAID volume connected to Intel SRCS16 controller with more 2G RAM installed</title>
	<published>2009-11-01T19:19:56Z</published>
	<updated>2009-11-01T19:19:56Z</updated>
	<author>
		<name>ZOleg-3</name>
	</author>
	<content type="html">The amr driver contains a bug which can lead to data corruption on x64 with &amp;gt;2GB RAM in case of high I/O load with the Intel SRCS16 RAID controller.
&lt;br&gt;On system console and in /var/log/messages i see:
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=1410197177638684672, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=-6789833140853884928, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=-6340316514251257856, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=-1604222101744628736, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=1512330144284542976, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=6938750517802503168, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=1355641023730907136, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=1410197177638684672, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=-6789833140853884928, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=-6340316514251257856, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=-1604222101744628736, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=1512330144284542976, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=6938750517802503168, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=1355641023730907136, length=8192)]error = 5
&lt;br&gt;Oct 31 19:01:54 ns kernel: g_vfs_done():amrd0s1d[READ(offset=-4443450940333174784, length=8192)]error = 5
&lt;br&gt;&lt;br&gt;With 2G RAM or on x86 version no data corruption and no error occured.
&lt;br&gt;&lt;br&gt;Kernel config:
&lt;br&gt;cpu &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HAMMER
&lt;br&gt;ident &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MK_MAIN
&lt;br&gt;&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCHED_ULE
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SCHED_4BSD &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# 4BSD scheduler
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PREEMPTION &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Enable kernel thread preemption
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; INET &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# InterNETworking
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INET6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # IPv6 communications protocols
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCTP &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Stream Control Transmission Protocol
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FFS &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Berkeley Fast Filesystem
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SOFTUPDATES &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Enable FFS soft updates support
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UFS_ACL &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Support for access control lists
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UFS_DIRHASH &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Improve performance on big directories
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UFS_GJOURNAL &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Enable gjournal-based UFS journaling
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MD_ROOT &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # MD is a potential root device
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NFSCLIENT &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Network Filesystem Client
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NFSSERVER &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Network Filesystem Server
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NFSLOCKD &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Network Lock Manager
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NFS_ROOT &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# NFS usable as /, requires NFSCLIENT
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MSDOSFS &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # MSDOS Filesystem
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CD9660 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# ISO 9660 Filesystem
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PROCFS &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Process filesystem (requires PSEUDOFS)
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PSEUDOFS &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Pseudo-filesystem framework
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GEOM_PART_GPT &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # GUID Partition Tables.
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GEOM_LABEL &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Provides labelization
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COMPAT_43TTY &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# BSD 4.3 TTY compat [KEEP THIS!]
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COMPAT_IA32 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Compatible with i386 binaries
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COMPAT_FREEBSD4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Compatible with FreeBSD4
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COMPAT_FREEBSD5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Compatible with FreeBSD5
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COMPAT_FREEBSD6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Compatible with FreeBSD6
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COMPAT_FREEBSD7 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Compatible with FreeBSD7
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCSI_DELAY=5000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Delay (in ms) before probing SCSI
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;KTRACE &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# ktrace(1) support
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;STACK &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # stack(9) support
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SYSVSHM &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # SYSV-style shared memory
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SYSVMSG &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # SYSV-style message queues
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SYSVSEM &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # SYSV-style semaphores
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; P1003_1B_SEMAPHORES &amp;nbsp; &amp;nbsp; # POSIX-style semaphores
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PRINTF_BUFR_SIZE=128 &amp;nbsp; &amp;nbsp;# Prevent printf output being interspersed.
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; KBD_INSTALL_CDEV &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# install a CDEV entry in /dev
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HWPMC_HOOKS &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Necessary kernel hooks for hwpmc(4)
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AUDIT &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Security event auditing
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MAC &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # TrustedBSD MAC Framework
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FLOWTABLE &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # per-cpu routing cache
&lt;br&gt;&lt;br&gt;# Enable 32-bit Linux ABI emulation (requires COMPAT_43 and COMPAT_IA32)
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COMPAT_LINUX32
&lt;br&gt;&lt;br&gt;# Enable the linux-like proc filesystem support (requires COMPAT_LINUX32
&lt;br&gt;# and PSEUDOFS)
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LINPROCFS
&lt;br&gt;&lt;br&gt;#Enable the linux-like sys filesystem support (requires COMPAT_LINUX32
&lt;br&gt;# and PSEUDOFS)
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LINSYSFS
&lt;br&gt;&lt;br&gt;# To make an SMP kernel, the next two lines are needed
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SMP &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Symmetric MultiProcessor Kernel
&lt;br&gt;&lt;br&gt;# CPU frequency control
&lt;br&gt;#device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cpufreq
&lt;br&gt;&lt;br&gt;# Bus support.
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;acpi
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pci
&lt;br&gt;&lt;br&gt;# Floppy drives
&lt;br&gt;#device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fdc
&lt;br&gt;&lt;br&gt;# ATA and ATAPI devices
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ata
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;atadisk &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # ATA disk drives
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ataraid &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # ATA RAID drives
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;atapicd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # ATAPI CDROM drives
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ATA_STATIC_ID &amp;nbsp; # Static device numbering
&lt;br&gt;&lt;br&gt;# SCSI peripherals
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;scbus &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # SCSI bus (required for SCSI)
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ch &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# SCSI media changers
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;da &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Direct Access (disks)
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sa &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Sequential Access (tape etc)
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# CD
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pass &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Passthrough device (direct SCSI access)
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ses &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # SCSI Environmental Services (and SAF-TE)
&lt;br&gt;&lt;br&gt;# RAID controllers interfaced to the SCSI subsystem
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;amr &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # AMI MegaRAID
&lt;br&gt;&lt;br&gt;# atkbdc0 controls both the keyboard and the PS/2 mouse
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;atkbdc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# AT keyboard controller
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;atkbd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # AT keyboard
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;psm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # PS/2 mouse
&lt;br&gt;&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;kbdmux &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# keyboard multiplexer
&lt;br&gt;&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;vga &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # VGA video card driver
&lt;br&gt;&lt;br&gt;#device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; splash &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Splash screen and screen saver support
&lt;br&gt;&lt;br&gt;# syscons is the default console driver, resembling an SCO console
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sc
&lt;br&gt;&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;agp &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # support several AGP chipsets
&lt;br&gt;&lt;br&gt;# Power management support (see NOTES for more options)
&lt;br&gt;#device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; apm
&lt;br&gt;&lt;br&gt;# Serial (COM) ports
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;uart &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Generic UART driver
&lt;br&gt;&lt;br&gt;# PCI Ethernet NICs.
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;em &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Intel PRO/1000 adapter Gigabit Ethernet Card
&lt;br&gt;&lt;br&gt;# PCI Ethernet NICs that use the common MII bus controller code.
&lt;br&gt;# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;miibus &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# MII bus support
&lt;br&gt;&lt;br&gt;# Pseudo devices.
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;loop &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Network loopback
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;random &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Entropy device
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ether &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Ethernet support
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tun &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Packet tunnel.
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pty &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Pseudo-ttys (telnet etc)
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;md &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Memory &amp;quot;disks&amp;quot;
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;gif &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # IPv6 and IPv4 tunneling
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;faith &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # IPv6-to-IPv4 relaying (translation)
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;firmware &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# firmware assist module
&lt;br&gt;&lt;br&gt;# The `bpf' device enables the Berkeley Packet Filter.
&lt;br&gt;# Be aware of the administrative consequences of enabling this!
&lt;br&gt;# Note that 'bpf' is required for DHCP.
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bpf &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Berkeley packet filter
&lt;br&gt;&lt;br&gt;# USB support
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;uhci &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# UHCI PCI-&amp;gt;USB interface
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ohci &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# OHCI PCI-&amp;gt;USB interface
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ehci &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# EHCI PCI-&amp;gt;USB interface (USB 2.0)
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;usb &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # USB Bus (required)
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;uhid &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# &amp;quot;Human Interface Devices&amp;quot;
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ukbd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Keyboard
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ulpt &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Printer
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;umass &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Disks/Mass storage - Requires scbus and da
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ums &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Mouse
&lt;br&gt;# USB Ethernet, requires miibus
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cdce &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Generic USB over Ethernet
&lt;br&gt;&lt;br&gt;#
&lt;br&gt;# SMB bus
&lt;br&gt;#
&lt;br&gt;# System Management Bus support is provided by the 'smbus' device.
&lt;br&gt;# Access to the SMBus device is via the 'smb' device (/dev/smb*),
&lt;br&gt;# which is a child of the 'smbus' device.
&lt;br&gt;#
&lt;br&gt;# Supported devices:
&lt;br&gt;# smb &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; standard I/O through /dev/smb*
&lt;br&gt;#
&lt;br&gt;# Supported SMB interfaces:
&lt;br&gt;# iicsmb &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I2C to SMB bridge with any iicbus interface
&lt;br&gt;# bktr &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;brooktree848 I2C hardware interface
&lt;br&gt;# intpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Intel PIIX4 (82371AB, 82443MX) Power Management Unit
&lt;br&gt;# alpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Acer Aladdin-IV/V/Pro2 Power Management Unit
&lt;br&gt;# ichsmb &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Intel ICH SMBus controller chips (82801AA, 82801AB, 82801BA)
&lt;br&gt;# viapm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VIA VT82C586B/596B/686A and VT8233 Power Management Unit
&lt;br&gt;# amdpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AMD 756 Power Management Unit
&lt;br&gt;# amdsmb &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AMD 8111 SMBus 2.0 Controller
&lt;br&gt;# nfpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NVIDIA nForce Power Management Unit
&lt;br&gt;# nfsmb &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NVIDIA nForce2/3/4 MCP SMBus 2.0 Controller
&lt;br&gt;#
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;smb
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;smbus &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Bus support, required for smb below.
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ipmi
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ichsmb
&lt;br&gt;&lt;br&gt;&lt;br&gt;#
&lt;br&gt;# I2C Bus
&lt;br&gt;#
&lt;br&gt;# Philips i2c bus support is provided by the `iicbus' device.
&lt;br&gt;#
&lt;br&gt;# Supported devices:
&lt;br&gt;# ic &amp;nbsp; &amp;nbsp;i2c network interface
&lt;br&gt;# iic &amp;nbsp; i2c standard io
&lt;br&gt;# iicsmb i2c to smb bridge. Allow i2c i/o with smb commands.
&lt;br&gt;#
&lt;br&gt;# Supported interfaces:
&lt;br&gt;# bktr &amp;nbsp;brooktree848 I2C software interface
&lt;br&gt;#
&lt;br&gt;# Other:
&lt;br&gt;# iicbb generic I2C bit-banging code (needed by lpbb, bktr)
&lt;br&gt;#
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;iicbus &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Bus support, required for ic/iic/iicsmb below.
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;iicbb
&lt;br&gt;&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ic
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;iic
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;iicsmb &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# smb over i2c bridge
&lt;br&gt;&lt;br&gt;#
&lt;br&gt;# Temperature sensors:
&lt;br&gt;#
&lt;br&gt;# coretemp: on-die sensor on Intel Core and newer CPUs
&lt;br&gt;# k8temp: on-die sensor on AMD K8 CPUs
&lt;br&gt;#
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;coretemp
&lt;br&gt;&lt;br&gt;# mchain library. It can be either loaded as KLD or compiled into kernel
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LIBMCHAIN
&lt;br&gt;&lt;br&gt;# libalias library, performing NAT
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LIBALIAS
&lt;br&gt;&lt;br&gt;#
&lt;br&gt;# Internet family options:
&lt;br&gt;#
&lt;br&gt;# MROUTING enables the kernel multicast packet forwarder, which works
&lt;br&gt;# with mrouted and XORP.
&lt;br&gt;#
&lt;br&gt;# IPFIREWALL enables support for IP firewall construction, in
&lt;br&gt;# conjunction with the `ipfw' program. &amp;nbsp;IPFIREWALL_VERBOSE sends
&lt;br&gt;# logged packets to the system logger. &amp;nbsp;IPFIREWALL_VERBOSE_LIMIT
&lt;br&gt;# limits the number of times a matching entry can be logged.
&lt;br&gt;#
&lt;br&gt;# WARNING: &amp;nbsp;IPFIREWALL defaults to a policy of &amp;quot;deny ip from any to any&amp;quot;
&lt;br&gt;# and if you do not add other rules during startup to allow access,
&lt;br&gt;# YOU WILL LOCK YOURSELF OUT. &amp;nbsp;It is suggested that you set firewall_type=open
&lt;br&gt;# in /etc/rc.conf when first enabling this feature, then refining the
&lt;br&gt;# firewall rules in /etc/rc.firewall after you've tested that the new kernel
&lt;br&gt;# feature works properly.
&lt;br&gt;#
&lt;br&gt;# IPFIREWALL_DEFAULT_TO_ACCEPT causes the default rule (at boot) to
&lt;br&gt;# allow everything. &amp;nbsp;Use with care, if a cracker can crash your
&lt;br&gt;# firewall machine, they can get to your protected machines. &amp;nbsp;However,
&lt;br&gt;# if you are using it as an as-needed filter for specific problems as
&lt;br&gt;# they arise, then this may be for you. &amp;nbsp;Changing the default to 'allow'
&lt;br&gt;# means that you won't get stuck if the kernel and /sbin/ipfw binary get
&lt;br&gt;# out of sync.
&lt;br&gt;#
&lt;br&gt;# IPDIVERT enables the divert IP sockets, used by ``ipfw divert''. &amp;nbsp;It
&lt;br&gt;# depends on IPFIREWALL if compiled into the kernel.
&lt;br&gt;#
&lt;br&gt;# IPFIREWALL_FORWARD enables changing of the packet destination either
&lt;br&gt;# to do some sort of policy routing or transparent proxying. &amp;nbsp;Used by
&lt;br&gt;# ``ipfw forward''. All &amp;nbsp;redirections apply to locally generated
&lt;br&gt;# packets too. &amp;nbsp;Because of this great care is required when
&lt;br&gt;# crafting the ruleset.
&lt;br&gt;#
&lt;br&gt;# IPFIREWALL_NAT adds support for in kernel nat in ipfw, and it requires
&lt;br&gt;# LIBALIAS. To build an ipfw kld with nat support enabled, add 
&lt;br&gt;# &amp;quot;CFLAGS+= -DIPFIREWALL_NAT&amp;quot; to your make.conf.
&lt;br&gt;#
&lt;br&gt;# IPSTEALTH enables code to support stealth forwarding (i.e., forwarding
&lt;br&gt;# packets without touching the TTL). &amp;nbsp;This can be useful to hide firewalls
&lt;br&gt;# from traceroute and similar tools.
&lt;br&gt;#
&lt;br&gt;# TCPDEBUG enables code which keeps traces of the TCP state machine
&lt;br&gt;# for sockets with the SO_DEBUG option set, which can then be examined
&lt;br&gt;# using the trpt(8) utility.
&lt;br&gt;#
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MROUTING &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Multicast routing
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IPFIREWALL &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#firewall
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IPFIREWALL_VERBOSE &amp;nbsp; &amp;nbsp; &amp;nbsp;#enable logging to syslogd(8)
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IPFIREWALL_VERBOSE_LIMIT=100 &amp;nbsp; &amp;nbsp;#limit verbosity
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IPFIREWALL_DEFAULT_TO_ACCEPT &amp;nbsp; &amp;nbsp;#allow everything by default
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IPFIREWALL_FORWARD &amp;nbsp; &amp;nbsp; &amp;nbsp;#packet destination changes
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IPFIREWALL_NAT &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#ipfw kernel nat support
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IPDIVERT &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#divert sockets
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IPFILTER &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#ipfilter support
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IPFILTER_LOG &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#ipfilter logging
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IPFILTER_LOOKUP &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #ipfilter pools
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IPFILTER_DEFAULT_BLOCK &amp;nbsp;#block all packets by default
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IPSTEALTH &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #support for stealth forwarding
&lt;br&gt;&lt;br&gt;# The MBUF_STRESS_TEST option enables options which create
&lt;br&gt;# various random failures / extreme cases related to mbuf
&lt;br&gt;# functions. &amp;nbsp;See mbuf(9) for a list of available test cases.
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MBUF_STRESS_TEST
&lt;br&gt;&lt;br&gt;# Statically Link in accept filters
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ACCEPT_FILTER_DATA
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ACCEPT_FILTER_HTTP
&lt;br&gt;&lt;br&gt;# TCP_SIGNATURE adds support for RFC 2385 (TCP-MD5) digests. These are
&lt;br&gt;# carried in TCP option 19. This option is commonly used to protect
&lt;br&gt;# TCP sessions (e.g. BGP) where IPSEC is not available nor desirable.
&lt;br&gt;# This is enabled on a per-socket basis using the TCP_MD5SIG socket option.
&lt;br&gt;# This requires the use of 'device crypto', 'options IPSEC'
&lt;br&gt;# or 'device cryptodev'.
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TCP_SIGNATURE &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #include support for RFC 2385
&lt;br&gt;&lt;br&gt;# DUMMYNET enables the &amp;quot;dummynet&amp;quot; bandwidth limiter. &amp;nbsp;You need IPFIREWALL
&lt;br&gt;# as well. &amp;nbsp;See dummynet(4) and ipfw(8) for more info. &amp;nbsp;When you run
&lt;br&gt;# DUMMYNET it is advisable to also have &amp;quot;options HZ=1000&amp;quot; to achieve a
&lt;br&gt;# smoother scheduling of the traffic.
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DUMMYNET
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HZ=1000
&lt;br&gt;&lt;br&gt;# Zero copy sockets support. &amp;nbsp;This enables &amp;quot;zero copy&amp;quot; for sending and
&lt;br&gt;# receiving data via a socket. &amp;nbsp;The send side works for any type of NIC,
&lt;br&gt;# the receive side only works for NICs that support MTUs greater than the
&lt;br&gt;# page size of your architecture and that support header splitting. &amp;nbsp;See
&lt;br&gt;# zero_copy(9) for more details.
&lt;br&gt;#options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ZERO_COPY_SOCKETS
&lt;br&gt;&lt;br&gt;# netgraph(4). Enable the base netgraph code with the NETGRAPH option.
&lt;br&gt;# Individual node types can be enabled with the corresponding option
&lt;br&gt;# listed below; however, this is not strictly necessary as netgraph
&lt;br&gt;# will automatically load the corresponding KLD module if the node type
&lt;br&gt;# is not already compiled into the kernel. Each type below has a
&lt;br&gt;# corresponding man page, e.g., ng_async(8).
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NETGRAPH &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# netgraph(4) system
&lt;br&gt;&lt;br&gt;# In order to enable IPSEC you MUST also add device crypto to 
&lt;br&gt;# your kernel configuration
&lt;br&gt;options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IPSEC &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #IP security (requires device crypto)
&lt;br&gt;device &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;crypto
&lt;br&gt;&lt;br&gt;dmesg.boot:
&lt;br&gt;Copyright (c) 1992-2009 The FreeBSD Project.
&lt;br&gt;Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The Regents of the University of California. All rights reserved.
&lt;br&gt;FreeBSD is a registered trademark of The FreeBSD Foundation.
&lt;br&gt;FreeBSD 8.0-RC2 #0: Sat Oct 31 20:01:37 IRKT 2009
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26158173&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;root@...&lt;/a&gt;:/usr/obj/usr/src/sys/mk64-8
&lt;br&gt;Timecounter &amp;quot;i8254&amp;quot; frequency 1193182 Hz quality 0
&lt;br&gt;CPU: Intel(R) Xeon(R) CPU &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; E5345 &amp;nbsp;@ 2.33GHz (2339.14-MHz K8-class CPU)
&lt;br&gt;&amp;nbsp; Origin = &amp;quot;GenuineIntel&amp;quot; &amp;nbsp;Id = 0x6f7 &amp;nbsp;Stepping = 7
&lt;br&gt;&amp;nbsp; Features=0xbfebfbff&amp;lt;FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE&amp;gt;
&lt;br&gt;&amp;nbsp; Features2=0x4e3bd&amp;lt;SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA&amp;gt;
&lt;br&gt;&amp;nbsp; AMD Features=0x20100800&amp;lt;SYSCALL,NX,LM&amp;gt;
&lt;br&gt;&amp;nbsp; AMD Features2=0x1&amp;lt;LAHF&amp;gt;
&lt;br&gt;&amp;nbsp; TSC: P-state invariant
&lt;br&gt;real memory &amp;nbsp;= 2147483648 (2048 MB)
&lt;br&gt;avail memory = 2055802880 (1960 MB)
&lt;br&gt;ACPI APIC Table: &amp;lt;INTEL &amp;nbsp;S5000VSA&amp;gt;
&lt;br&gt;FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
&lt;br&gt;FreeBSD/SMP: 1 package(s) x 4 core(s)
&lt;br&gt;&amp;nbsp;cpu0 (BSP): APIC ID: &amp;nbsp;0
&lt;br&gt;&amp;nbsp;cpu1 (AP): APIC ID: &amp;nbsp;1
&lt;br&gt;&amp;nbsp;cpu2 (AP): APIC ID: &amp;nbsp;2
&lt;br&gt;&amp;nbsp;cpu3 (AP): APIC ID: &amp;nbsp;3
&lt;br&gt;ioapic0 &amp;lt;Version 2.0&amp;gt; irqs 0-23 on motherboard
&lt;br&gt;ioapic1 &amp;lt;Version 2.0&amp;gt; irqs 24-47 on motherboard
&lt;br&gt;lapic0: Forcing LINT1 to edge trigger
&lt;br&gt;kbd1 at kbdmux0
&lt;br&gt;cryptosoft0: &amp;lt;software crypto&amp;gt; on motherboard
&lt;br&gt;acpi0: &amp;lt;INTEL S5000VSA&amp;gt; on motherboard
&lt;br&gt;acpi0: [ITHREAD]
&lt;br&gt;acpi0: Power Button (fixed)
&lt;br&gt;acpi0: reservation of 0, a0000 (3) failed
&lt;br&gt;Timecounter &amp;quot;ACPI-fast&amp;quot; frequency 3579545 Hz quality 1000
&lt;br&gt;acpi_timer0: &amp;lt;24-bit timer at 3.579545MHz&amp;gt; port 0x408-0x40b on acpi0
&lt;br&gt;acpi_hpet0: &amp;lt;High Precision Event Timer&amp;gt; iomem 0xfed00000-0xfed003ff on acpi0
&lt;br&gt;Timecounter &amp;quot;HPET&amp;quot; frequency 14318180 Hz quality 900
&lt;br&gt;ipmi0: &amp;lt;IPMI System Interface&amp;gt; port 0xca2,0xca3 on acpi0
&lt;br&gt;ipmi0: KCS mode found at io 0xca2 on acpi
&lt;br&gt;acpi_button0: &amp;lt;Sleep Button&amp;gt; on acpi0
&lt;br&gt;pcib0: &amp;lt;ACPI Host-PCI bridge&amp;gt; port 0xca2,0xca3,0xcf8-0xcff on acpi0
&lt;br&gt;pci0: &amp;lt;ACPI PCI bus&amp;gt; on pcib0
&lt;br&gt;pcib1: &amp;lt;ACPI PCI-PCI bridge&amp;gt; at device 2.0 on pci0
&lt;br&gt;pci1: &amp;lt;ACPI PCI bus&amp;gt; on pcib1
&lt;br&gt;pcib2: &amp;lt;ACPI PCI-PCI bridge&amp;gt; irq 16 at device 0.0 on pci1
&lt;br&gt;pci2: &amp;lt;ACPI PCI bus&amp;gt; on pcib2
&lt;br&gt;pcib3: &amp;lt;ACPI PCI-PCI bridge&amp;gt; irq 16 at device 0.0 on pci2
&lt;br&gt;pci3: &amp;lt;ACPI PCI bus&amp;gt; on pcib3
&lt;br&gt;pcib4: &amp;lt;ACPI PCI-PCI bridge&amp;gt; irq 17 at device 1.0 on pci2
&lt;br&gt;pci4: &amp;lt;ACPI PCI bus&amp;gt; on pcib4
&lt;br&gt;pcib5: &amp;lt;ACPI PCI-PCI bridge&amp;gt; irq 18 at device 2.0 on pci2
&lt;br&gt;pci5: &amp;lt;ACPI PCI bus&amp;gt; on pcib5
&lt;br&gt;em0: &amp;lt;Intel(R) PRO/1000 Network Connection 6.9.14&amp;gt; port 0x2020-0x203f mem 0xb8820000-0xb883ffff,0xb8400000-0xb87fffff irq 18 at device 0.0 on pci5
&lt;br&gt;em0: Using MSI interrupt
&lt;br&gt;em0: [FILTER]
&lt;br&gt;em0: Ethernet address: 00:15:17:53:6c:a8
&lt;br&gt;em1: &amp;lt;Intel(R) PRO/1000 Network Connection 6.9.14&amp;gt; port 0x2000-0x201f mem 0xb8800000-0xb881ffff,0xb8000000-0xb83fffff irq 19 at device 0.1 on pci5
&lt;br&gt;em1: Using MSI interrupt
&lt;br&gt;em1: [FILTER]
&lt;br&gt;em1: Ethernet address: 00:15:17:53:6c:a9
&lt;br&gt;pcib6: &amp;lt;ACPI PCI-PCI bridge&amp;gt; at device 0.3 on pci1
&lt;br&gt;pci6: &amp;lt;ACPI PCI bus&amp;gt; on pcib6
&lt;br&gt;amr0: &amp;lt;LSILogic MegaRAID 1.53&amp;gt; mem 0xb8a00000-0xb8a0ffff irq 24 at device 1.0 on pci6
&lt;br&gt;amr0: Using 64-bit DMA
&lt;br&gt;amr0: [ITHREAD]
&lt;br&gt;amr0: &amp;lt;LSILogic Intel(R) RAID Controller SRCS16&amp;gt; Firmware 713S, BIOS G401, 64MB RAM
&lt;br&gt;pcib7: &amp;lt;PCI-PCI bridge&amp;gt; at device 3.0 on pci0
&lt;br&gt;pci7: &amp;lt;PCI bus&amp;gt; on pcib7
&lt;br&gt;pci0: &amp;lt;base peripheral&amp;gt; at device 8.0 (no driver attached)
&lt;br&gt;pcib8: &amp;lt;ACPI PCI-PCI bridge&amp;gt; irq 16 at device 28.0 on pci0
&lt;br&gt;pci8: &amp;lt;ACPI PCI bus&amp;gt; on pcib8
&lt;br&gt;uhci0: &amp;lt;Intel 631XESB/632XESB/3100 USB controller USB-1&amp;gt; port 0x30a0-0x30bf irq 23 at device 29.0 on pci0
&lt;br&gt;uhci0: [ITHREAD]
&lt;br&gt;uhci0: LegSup = 0x2f00
&lt;br&gt;usbus0: &amp;lt;Intel 631XESB/632XESB/3100 USB controller USB-1&amp;gt; on uhci0
&lt;br&gt;uhci1: &amp;lt;Intel 631XESB/632XESB/3100 USB controller USB-2&amp;gt; port 0x3080-0x309f irq 22 at device 29.1 on pci0
&lt;br&gt;uhci1: [ITHREAD]
&lt;br&gt;uhci1: LegSup = 0x2f00
&lt;br&gt;usbus1: &amp;lt;Intel 631XESB/632XESB/3100 USB controller USB-2&amp;gt; on uhci1
&lt;br&gt;uhci2: &amp;lt;Intel 631XESB/632XESB/3100 USB controller USB-3&amp;gt; port 0x3060-0x307f irq 23 at device 29.2 on pci0
&lt;br&gt;uhci2: [ITHREAD]
&lt;br&gt;uhci2: LegSup = 0x2f00
&lt;br&gt;usbus2: &amp;lt;Intel 631XESB/632XESB/3100 USB controller USB-3&amp;gt; on uhci2
&lt;br&gt;uhci3: &amp;lt;Intel 631XESB/632XESB/3100 USB controller USB-4&amp;gt; port 0x3040-0x305f irq 22 at device 29.3 on pci0
&lt;br&gt;uhci3: [ITHREAD]
&lt;br&gt;uhci3: LegSup = 0x2f00
&lt;br&gt;usbus3: &amp;lt;Intel 631XESB/632XESB/3100 USB controller USB-4&amp;gt; on uhci3
&lt;br&gt;ehci0: &amp;lt;Intel 63XXESB USB 2.0 controller&amp;gt; mem 0xb8c00400-0xb8c007ff irq 23 at device 29.7 on pci0
&lt;br&gt;ehci0: [ITHREAD]
&lt;br&gt;usbus4: EHCI version 1.0
&lt;br&gt;usbus4: &amp;lt;Intel 63XXESB USB 2.0 controller&amp;gt; on ehci0
&lt;br&gt;pcib9: &amp;lt;ACPI PCI-PCI bridge&amp;gt; at device 30.0 on pci0
&lt;br&gt;pci9: &amp;lt;ACPI PCI bus&amp;gt; on pcib9
&lt;br&gt;vgapci0: &amp;lt;VGA-compatible display&amp;gt; port 0x1000-0x10ff mem 0xb0000000-0xb7ffffff,0xb8b00000-0xb8b0ffff irq 17 at device 12.0 on pci9
&lt;br&gt;isab0: &amp;lt;PCI-ISA bridge&amp;gt; at device 31.0 on pci0
&lt;br&gt;isa0: &amp;lt;ISA bus&amp;gt; on isab0
&lt;br&gt;atapci0: &amp;lt;Intel 63XXESB2 UDMA100 controller&amp;gt; port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x30c0-0x30cf irq 20 at device 31.1 on pci0
&lt;br&gt;ata0: &amp;lt;ATA channel 0&amp;gt; on atapci0
&lt;br&gt;ata0: [ITHREAD]
&lt;br&gt;atapci1: &amp;lt;Intel 63XXESB2 SATA300 controller&amp;gt; port 0x30d8-0x30df,0x30f4-0x30f7,0x30d0-0x30d7,0x30f0-0x30f3,0x3020-0x303f mem 0xb8c00000-0xb8c003ff irq 20 at device 31.2 on pci0
&lt;br&gt;atapci1: [ITHREAD]
&lt;br&gt;atapci1: AHCI called from vendor specific driver
&lt;br&gt;atapci1: AHCI v1.10 controller with 6 3Gbps ports, PM supported
&lt;br&gt;ata2: &amp;lt;ATA channel 0&amp;gt; on atapci1
&lt;br&gt;ata2: [ITHREAD]
&lt;br&gt;ata3: &amp;lt;ATA channel 1&amp;gt; on atapci1
&lt;br&gt;ata3: [ITHREAD]
&lt;br&gt;ata4: &amp;lt;ATA channel 2&amp;gt; on atapci1
&lt;br&gt;ata4: [ITHREAD]
&lt;br&gt;ata5: &amp;lt;ATA channel 3&amp;gt; on atapci1
&lt;br&gt;ata5: [ITHREAD]
&lt;br&gt;ata6: &amp;lt;ATA channel 4&amp;gt; on atapci1
&lt;br&gt;ata6: [ITHREAD]
&lt;br&gt;ata7: &amp;lt;ATA channel 5&amp;gt; on atapci1
&lt;br&gt;ata7: [ITHREAD]
&lt;br&gt;ichsmb0: &amp;lt;Intel 631xESB/6321ESB (ESB2) SMBus controller&amp;gt; port 0x3000-0x301f irq 20 at device 31.3 on pci0
&lt;br&gt;ichsmb0: [ITHREAD]
&lt;br&gt;smbus0: &amp;lt;System Management Bus&amp;gt; on ichsmb0
&lt;br&gt;smb0: &amp;lt;SMBus generic I/O&amp;gt; on smbus0
&lt;br&gt;atrtc0: &amp;lt;AT realtime clock&amp;gt; port 0x70-0x71,0x74-0x77 irq 8 on acpi0
&lt;br&gt;atkbdc0: &amp;lt;Keyboard controller (i8042)&amp;gt; port 0x60,0x64 irq 1 on acpi0
&lt;br&gt;atkbd0: &amp;lt;AT Keyboard&amp;gt; irq 1 on atkbdc0
&lt;br&gt;kbd0 at atkbd0
&lt;br&gt;atkbd0: [GIANT-LOCKED]
&lt;br&gt;atkbd0: [ITHREAD]
&lt;br&gt;psm0: &amp;lt;PS/2 Mouse&amp;gt; irq 12 on atkbdc0
&lt;br&gt;psm0: [GIANT-LOCKED]
&lt;br&gt;psm0: [ITHREAD]
&lt;br&gt;psm0: model IntelliMouse, device ID 3
&lt;br&gt;uart0: &amp;lt;16550 or compatible&amp;gt; port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
&lt;br&gt;uart0: [FILTER]
&lt;br&gt;uart1: &amp;lt;16550 or compatible&amp;gt; port 0x2f8-0x2ff irq 3 on acpi0
&lt;br&gt;uart1: [FILTER]
&lt;br&gt;cpu0: &amp;lt;ACPI CPU&amp;gt; on acpi0
&lt;br&gt;device_attach: acpi_perf0 attach returned 6
&lt;br&gt;acpi_throttle0: &amp;lt;ACPI CPU Throttling&amp;gt; on cpu0
&lt;br&gt;device_attach: acpi_perf0 attach returned 6
&lt;br&gt;coretemp0: &amp;lt;CPU On-Die Thermal Sensors&amp;gt; on cpu0
&lt;br&gt;cpu1: &amp;lt;ACPI CPU&amp;gt; on acpi0
&lt;br&gt;device_attach: acpi_perf1 attach returned 6
&lt;br&gt;acpi_throttle1: &amp;lt;ACPI CPU Throttling&amp;gt; on cpu1
&lt;br&gt;acpi_throttle1: failed to attach P_CNT
&lt;br&gt;device_attach: acpi_throttle1 attach returned 6
&lt;br&gt;device_attach: acpi_perf1 attach returned 6
&lt;br&gt;coretemp1: &amp;lt;CPU On-Die Thermal Sensors&amp;gt; on cpu1
&lt;br&gt;cpu2: &amp;lt;ACPI CPU&amp;gt; on acpi0
&lt;br&gt;device_attach: acpi_perf2 attach returned 6
&lt;br&gt;acpi_throttle2: &amp;lt;ACPI CPU Throttling&amp;gt; on cpu2
&lt;br&gt;acpi_throttle2: failed to attach P_CNT
&lt;br&gt;device_attach: acpi_throttle2 attach returned 6
&lt;br&gt;device_attach: acpi_perf2 attach returned 6
&lt;br&gt;coretemp2: &amp;lt;CPU On-Die Thermal Sensors&amp;gt; on cpu2
&lt;br&gt;cpu3: &amp;lt;ACPI CPU&amp;gt; on acpi0
&lt;br&gt;device_attach: acpi_perf3 attach returned 6
&lt;br&gt;acpi_throttle3: &amp;lt;ACPI CPU Throttling&amp;gt; on cpu3
&lt;br&gt;acpi_throttle3: failed to attach P_CNT
&lt;br&gt;device_attach: acpi_throttle3 attach returned 6
&lt;br&gt;device_attach: acpi_perf3 attach returned 6
&lt;br&gt;coretemp3: &amp;lt;CPU On-Die Thermal Sensors&amp;gt; on cpu3
&lt;br&gt;ipmi1: &amp;lt;IPMI System Interface&amp;gt; on isa0
&lt;br&gt;device_attach: ipmi1 attach returned 16
&lt;br&gt;ipmi1: &amp;lt;IPMI System Interface&amp;gt; on isa0
&lt;br&gt;device_attach: ipmi1 attach returned 16
&lt;br&gt;orm0: &amp;lt;ISA Option ROM&amp;gt; at iomem 0xc0000-0xc8fff on isa0
&lt;br&gt;sc0: &amp;lt;System console&amp;gt; at flags 0x100 on isa0
&lt;br&gt;sc0: VGA &amp;lt;16 virtual consoles, flags=0x300&amp;gt;
&lt;br&gt;vga0: &amp;lt;Generic ISA VGA&amp;gt; at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
&lt;br&gt;Timecounters tick every 1.000 msec
&lt;br&gt;IPsec: Initialized Security Association Processing.
&lt;br&gt;IP Filter: v4.1.28 initialized. &amp;nbsp;Default = pass all, Logging = enabled
&lt;br&gt;ipfw2 initialized, divert enabled, nat enabled, rule-based forwarding enabled, default to accept, logging disabled
&lt;br&gt;usbus0: 12Mbps Full Speed USB v1.0
&lt;br&gt;usbus1: 12Mbps Full Speed USB v1.0
&lt;br&gt;usbus2: 12Mbps Full Speed USB v1.0
&lt;br&gt;usbus3: 12Mbps Full Speed USB v1.0
&lt;br&gt;usbus4: 480Mbps High Speed USB v2.0
&lt;br&gt;ad4: 305245MB &amp;lt;WDC WD3201ABYS-01B9A0 13.01C02&amp;gt; at ata2-master SATA300
&lt;br&gt;ugen0.1: &amp;lt;Intel&amp;gt; at usbus0
&lt;br&gt;uhub0: &amp;lt;Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1&amp;gt; on usbus0
&lt;br&gt;ugen1.1: &amp;lt;Intel&amp;gt; at usbus1
&lt;br&gt;uhub1: &amp;lt;Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1&amp;gt; on usbus1
&lt;br&gt;ugen2.1: &amp;lt;Intel&amp;gt; at usbus2
&lt;br&gt;uhub2: &amp;lt;Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1&amp;gt; on usbus2
&lt;br&gt;ugen3.1: &amp;lt;Intel&amp;gt; at usbus3
&lt;br&gt;uhub3: &amp;lt;Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1&amp;gt; on usbus3
&lt;br&gt;ugen4.1: &amp;lt;Intel&amp;gt; at usbus4
&lt;br&gt;uhub4: &amp;lt;Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1&amp;gt; on usbus4
&lt;br&gt;ipmi0: IPMI device rev. 1, firmware rev. 0.2, version 2.0
&lt;br&gt;ipmi0: Number of channels 5
&lt;br&gt;ipmi0: Attached watchdog
&lt;br&gt;amrd0: &amp;lt;LSILogic MegaRAID logical drive&amp;gt; on amr0
&lt;br&gt;amrd0: 953674MB (1953124352 sectors) RAID 1 (optimal)
&lt;br&gt;lapic1: Forcing LINT1 to edge trigger
&lt;br&gt;SMP: AP CPU #1 Launched!
&lt;br&gt;lapic2: Forcing LINT1 to edge trigger
&lt;br&gt;SMP: AP CPU #2 Launched!
&lt;br&gt;lapic3: Forcing LINT1 to edge trigger
&lt;br&gt;SMP: AP CPU #3 Launched!
&lt;br&gt;Root mount waiting for: usbus4 usbus3 usbus2 usbus1 usbus0
&lt;br&gt;uhub0: 2 ports with 2 removable, self powered
&lt;br&gt;uhub1: 2 ports with 2 removable, self powered
&lt;br&gt;uhub2: 2 ports with 2 removable, self powered
&lt;br&gt;uhub3: 2 ports with 2 removable, self powered
&lt;br&gt;Root mount waiting for: usbus4
&lt;br&gt;Root mount waiting for: usbus4
&lt;br&gt;Root mount waiting for: usbus4
&lt;br&gt;uhub4: 8 ports with 8 removable, self powered
&lt;br&gt;Trying to mount root from ufs:/dev/ad4s1a
&lt;br&gt;&lt;br&gt;Please help resolve this trouble.
&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26158173&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26158173&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FreeBSD-7.2-amd64-and-8.0RC2-amd64-data-coruption-on-RAID-volume-connected-to-Intel-SRCS16-controller-with-more-2G-RAM-installed-tp26158173p26158173.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26152883</id>
	<title>Re: kern/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader</title>
	<published>2009-11-01T08:42:10Z</published>
	<updated>2009-11-01T08:42:10Z</updated>
	<author>
		<name>linimon</name>
	</author>
	<content type="html">Synopsis: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader
&lt;br&gt;&lt;br&gt;Responsible-Changed-From-To: freebsd-amd64-&amp;gt;freebsd-bugs
&lt;br&gt;Responsible-Changed-By: linimon
&lt;br&gt;Responsible-Changed-When: Sun Nov 1 16:41:28 UTC 2009
&lt;br&gt;Responsible-Changed-Why: 
&lt;br&gt;Reclassified at submitter's request.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=140067&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=140067&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152883&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152883&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-kern-140067%3A--boot--8.0-RC2-from-ISO%2C-after-install%2C-hangs-on-boot-right-before-loader-tp26152883p26152883.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26152625</id>
	<title>RE: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader</title>
	<published>2009-11-01T08:40:03Z</published>
	<updated>2009-11-01T08:40:03Z</updated>
	<author>
		<name>Weldon Godfrey</name>
	</author>
	<content type="html">The following reply was made to PR amd64/140067; it has been noted by GNATS.
&lt;br&gt;&lt;br&gt;From: &amp;quot;Weldon Godfrey&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152625&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wgodfrey@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152625&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeBSD-gnats-submit@...&lt;/a&gt;&amp;gt;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152625&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt;&amp;gt;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152625&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Cc: &amp;nbsp;
&lt;br&gt;Subject: RE: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader
&lt;br&gt;Date: Sun, 1 Nov 2009 10:30:29 -0600
&lt;br&gt;&lt;br&gt;&amp;nbsp;I went ahead and tested booting 8.0-RC2 in the Dell with the Perc5/I and
&lt;br&gt;&amp;nbsp;a spare 3ware card, it booted
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Ok, I swapped the computers around, this would mean I would try to boot
&lt;br&gt;&amp;nbsp;with our 3ware controller and with our drive chasis attached and using
&lt;br&gt;&amp;nbsp;the Perc5/I, it hung at &amp;quot;-&amp;quot; after boot manager again.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;I disconnected the drive chasis (we have two SAS chasis with a total of
&lt;br&gt;&amp;nbsp;24 drive). &amp;nbsp;It booted. &amp;nbsp;I had thought I tried this before bit this time
&lt;br&gt;&amp;nbsp;it worked. &amp;nbsp;I tried just attaching 1 chasis and 12 drives. &amp;nbsp;It locked up
&lt;br&gt;&amp;nbsp;at the &amp;quot;-&amp;quot; again
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;I went into the 3ware controller and disabled the ability to boot from
&lt;br&gt;&amp;nbsp;the 3ware card (we don't need to boot from it anyway), and with both
&lt;br&gt;&amp;nbsp;chasis attached, it worked.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;We went ahead and went back to the computer with a PERC6/I controller
&lt;br&gt;&amp;nbsp;and it worked with the 3ware BIOS set not able to boot.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;So it appears, that something has happened during the boot/loader
&lt;br&gt;&amp;nbsp;process in 8.0-RC2 that doesn't like the 3ware controller advertising
&lt;br&gt;&amp;nbsp;its drives as bootable.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;This ticket is attached to amd64 but that was my mistake. &amp;nbsp;This problem
&lt;br&gt;&amp;nbsp;happens pre-kernel. &amp;nbsp; Let me know if someone can change the category of
&lt;br&gt;&amp;nbsp;if you prefer for me to submit a new PR.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Thanks!!!
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Weldon =20
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;-----Original Message-----
&lt;br&gt;&amp;nbsp;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152625&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeBSD-gnats-submit@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152625&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeBSD-gnats-submit@...&lt;/a&gt;]=20
&lt;br&gt;&amp;nbsp;Sent: Wednesday, October 28, 2009 10:30 PM
&lt;br&gt;&amp;nbsp;To: Weldon Godfrey
&lt;br&gt;&amp;nbsp;Subject: Re: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs
&lt;br&gt;&amp;nbsp;on boot right before loader
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Thank you very much for your problem report.
&lt;br&gt;&amp;nbsp;It has the internal identification `amd64/140067'.
&lt;br&gt;&amp;nbsp;The individual assigned to look at your
&lt;br&gt;&amp;nbsp;report is: freebsd-amd64.=20
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;You can access the state of your problem report at any time
&lt;br&gt;&amp;nbsp;via this link:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=3D140067&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=3D140067&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;nbsp;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;nbsp;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; [boot] 8.0-RC2 from ISO, after install, hangs on boot
&lt;br&gt;&amp;nbsp;right before loader
&lt;br&gt;&amp;nbsp;&amp;gt;Arrival-Date: &amp;nbsp; Thu Oct 29 03:30:01 UTC 2009
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152625&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152625&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140067%3A--boot--8.0-RC2-from-ISO%2C-after-install%2C-hangs-on-boot-right-before-loader-tp26106307p26152625.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26152539</id>
	<title>RE: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader</title>
	<published>2009-11-01T08:30:29Z</published>
	<updated>2009-11-01T08:30:29Z</updated>
	<author>
		<name>Weldon Godfrey</name>
	</author>
	<content type="html">&lt;br&gt;I went ahead and tested booting 8.0-RC2 in the Dell with the Perc5/I and
&lt;br&gt;a spare 3ware card, it booted
&lt;br&gt;&lt;br&gt;Ok, I swapped the computers around, this would mean I would try to boot
&lt;br&gt;with our 3ware controller and with our drive chasis attached and using
&lt;br&gt;the Perc5/I, it hung at &amp;quot;-&amp;quot; after boot manager again.
&lt;br&gt;&lt;br&gt;I disconnected the drive chasis (we have two SAS chasis with a total of
&lt;br&gt;24 drive). &amp;nbsp;It booted. &amp;nbsp;I had thought I tried this before bit this time
&lt;br&gt;it worked. &amp;nbsp;I tried just attaching 1 chasis and 12 drives. &amp;nbsp;It locked up
&lt;br&gt;at the &amp;quot;-&amp;quot; again
&lt;br&gt;&lt;br&gt;I went into the 3ware controller and disabled the ability to boot from
&lt;br&gt;the 3ware card (we don't need to boot from it anyway), and with both
&lt;br&gt;chasis attached, it worked.
&lt;br&gt;&lt;br&gt;We went ahead and went back to the computer with a PERC6/I controller
&lt;br&gt;and it worked with the 3ware BIOS set not able to boot.
&lt;br&gt;&lt;br&gt;&lt;br&gt;So it appears, that something has happened during the boot/loader
&lt;br&gt;process in 8.0-RC2 that doesn't like the 3ware controller advertising
&lt;br&gt;its drives as bootable.
&lt;br&gt;&lt;br&gt;This ticket is attached to amd64 but that was my mistake. &amp;nbsp;This problem
&lt;br&gt;happens pre-kernel. &amp;nbsp; Let me know if someone can change the category of
&lt;br&gt;if you prefer for me to submit a new PR.
&lt;br&gt;&lt;br&gt;Thanks!!!
&lt;br&gt;&lt;br&gt;Weldon &amp;nbsp;
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152539&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeBSD-gnats-submit@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152539&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeBSD-gnats-submit@...&lt;/a&gt;] 
&lt;br&gt;Sent: Wednesday, October 28, 2009 10:30 PM
&lt;br&gt;To: Weldon Godfrey
&lt;br&gt;Subject: Re: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs
&lt;br&gt;on boot right before loader
&lt;br&gt;&lt;br&gt;Thank you very much for your problem report.
&lt;br&gt;It has the internal identification `amd64/140067'.
&lt;br&gt;The individual assigned to look at your
&lt;br&gt;report is: freebsd-amd64. 
&lt;br&gt;&lt;br&gt;You can access the state of your problem report at any time
&lt;br&gt;via this link:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=140067&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=140067&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; [boot] 8.0-RC2 from ISO, after install, hangs on boot
&lt;br&gt;right before loader
&lt;br&gt;&amp;gt;Arrival-Date: &amp;nbsp; Thu Oct 29 03:30:01 UTC 2009
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152539&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26152539&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140067%3A--boot--8.0-RC2-from-ISO%2C-after-install%2C-hangs-on-boot-right-before-loader-tp26106307p26152539.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26150357</id>
	<title>Re: kern/140142: [ip6] [panic] FreeBSD 7.2-amd64 panic w/IPv6</title>
	<published>2009-11-01T01:34:23Z</published>
	<updated>2009-11-01T01:34:23Z</updated>
	<author>
		<name>linimon</name>
	</author>
	<content type="html">Old Synopsis: FreeBSD 7.2-amd64 panic w/IPv6
&lt;br&gt;New Synopsis: [ip6] [panic] FreeBSD 7.2-amd64 panic w/IPv6
&lt;br&gt;&lt;br&gt;Responsible-Changed-From-To: freebsd-amd64-&amp;gt;freebsd-net
&lt;br&gt;Responsible-Changed-By: linimon
&lt;br&gt;Responsible-Changed-When: Sun Nov 1 08:33:55 UTC 2009
&lt;br&gt;Responsible-Changed-Why: 
&lt;br&gt;reclassify.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=140142&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=140142&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26150357&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26150357&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-kern-140142%3A--ip6---panic--FreeBSD-7.2-amd64-panic-w-IPv6-tp26150357p26150357.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26143833</id>
	<title>amd64/140145: Installation boot sequence freezes</title>
	<published>2009-10-31T09:18:04Z</published>
	<updated>2009-10-31T09:18:04Z</updated>
	<author>
		<name>Rui Costa-5</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Number: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 140145
&lt;br&gt;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; Installation boot sequence freezes
&lt;br&gt;&amp;gt;Confidential: &amp;nbsp; no
&lt;br&gt;&amp;gt;Severity: &amp;nbsp; &amp;nbsp; &amp;nbsp; critical
&lt;br&gt;&amp;gt;Priority: &amp;nbsp; &amp;nbsp; &amp;nbsp; high
&lt;br&gt;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;gt;State: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;open
&lt;br&gt;&amp;gt;Quarter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;Date-Required:
&lt;br&gt;&amp;gt;Class: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sw-bug
&lt;br&gt;&amp;gt;Submitter-Id: &amp;nbsp; current-users
&lt;br&gt;&amp;gt;Arrival-Date: &amp;nbsp; Sat Oct 31 16:20:04 UTC 2009
&lt;br&gt;&amp;gt;Closed-Date:
&lt;br&gt;&amp;gt;Last-Modified:
&lt;br&gt;&amp;gt;Originator: &amp;nbsp; &amp;nbsp; Rui Costa
&lt;br&gt;&amp;gt;Release: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;7.0 7.2 8.0 BETAS, RC1, RC2
&lt;br&gt;&amp;gt;Organization:
&lt;br&gt;&amp;gt;Environment:
&lt;br&gt;&amp;gt;Description:
&lt;/div&gt;When installing freebsd, after menu option selection, the boot process freezes at &amp;quot;Trying to mount root from ufs:/dev/md0&amp;quot;. On verbose booting it freezes giving some mode information:
&lt;br&gt;&lt;br&gt;md0: Preloaded image 4194304 bytes at 0xffffffff80c4be40
&lt;br&gt;ATA PseudoRAID loaded
&lt;br&gt;flowtable cleaner started
&lt;br&gt;warning: no time-of-day clock registered, system time will not be set accurately
&lt;br&gt;Trying to mount root from ufs:/dev/md0
&lt;br&gt;&lt;br&gt;Start_init: trying /sbin/init
&lt;br&gt;Start_init: trying /sbin/oinit
&lt;br&gt;Start_init: trying /sbin/init.bak
&lt;br&gt;Start_init: trying /rescue/init
&lt;br&gt;Start_init: trying /stand/sysinstall
&lt;br&gt;&amp;gt;How-To-Repeat:
&lt;br&gt;Just try to boot install cd/dvd
&lt;br&gt;&amp;gt;Fix:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;Release-Note:
&lt;br&gt;&amp;gt;Audit-Trail:
&lt;br&gt;&amp;gt;Unformatted:
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26143833&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26143833&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140145%3A-Installation-boot-sequence-freezes-tp26143833p26143833.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26143332</id>
	<title>amd64/140142: FreeBSD 7.2-amd64 panic w/IPv6</title>
	<published>2009-10-31T08:29:48Z</published>
	<updated>2009-10-31T08:29:48Z</updated>
	<author>
		<name>prolixium</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Number: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 140142
&lt;br&gt;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; FreeBSD 7.2-amd64 panic w/IPv6
&lt;br&gt;&amp;gt;Confidential: &amp;nbsp; no
&lt;br&gt;&amp;gt;Severity: &amp;nbsp; &amp;nbsp; &amp;nbsp; serious
&lt;br&gt;&amp;gt;Priority: &amp;nbsp; &amp;nbsp; &amp;nbsp; medium
&lt;br&gt;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;gt;State: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;open
&lt;br&gt;&amp;gt;Quarter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;Date-Required:
&lt;br&gt;&amp;gt;Class: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sw-bug
&lt;br&gt;&amp;gt;Submitter-Id: &amp;nbsp; current-users
&lt;br&gt;&amp;gt;Arrival-Date: &amp;nbsp; Sat Oct 31 15:30:05 UTC 2009
&lt;br&gt;&amp;gt;Closed-Date:
&lt;br&gt;&amp;gt;Last-Modified:
&lt;br&gt;&amp;gt;Originator: &amp;nbsp; &amp;nbsp; Mark Kamichoff
&lt;br&gt;&amp;gt;Release: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FreeBSD 7.2-RELEASE-p3 amd64
&lt;br&gt;&amp;gt;Organization:
&lt;br&gt;&amp;gt;Environment:
&lt;/div&gt;FreeBSD dax.prolixium.com 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #2: Thu Aug 20 01:48:40 EDT 2009 &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26143332&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;root@...&lt;/a&gt;:/usr/obj/usr/src/sys/DAX &amp;nbsp;amd64
&lt;br&gt;&amp;gt;Description:
&lt;br&gt;Hi - 
&lt;br&gt;&lt;br&gt;My machine received a kernel panic yesterday that appears to be related to IPv6 forwarding. &amp;nbsp;The machine in question runs a few 6in4 IPv6 tunnels, uses Quagga's bgpd for dynamic routing and pf for firewalling.
&lt;br&gt;&lt;br&gt;During the time of panic IPv6 usage was not very high.
&lt;br&gt;&lt;br&gt;Below is some info. &amp; the kernel backtrace. &amp;nbsp;Please let me know what else to provide in order to assist:
&lt;br&gt;&lt;br&gt;Console message:
&lt;br&gt;&lt;br&gt;Fatal trap 12: page fault while in kernel mode
&lt;br&gt;cpuid = 0; apic id = 00
&lt;br&gt;fault virtual address &amp;nbsp; &amp;nbsp;= 0x400
&lt;br&gt;fault code &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= supervisor write data, page not present
&lt;br&gt;instruction pointer = 0x8:0xffffffff803ffa16
&lt;br&gt;stack pointer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= 0x10:0xfffffffe8002c970
&lt;br&gt;frame pointer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= 0x10:0x0
&lt;br&gt;code segment &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= base 0x0, limit 0xfffff, type 0x1b
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= DPL 0, pres 1, long 1, def32 0, gran 1
&lt;br&gt;processor eflags &amp;nbsp; &amp;nbsp;= interrupt enabled, resume, IOPL = 0 
&lt;br&gt;current process &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= 15 (swi1: net)
&lt;br&gt;trap number &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 12
&lt;br&gt;panic: page fault
&lt;br&gt;cpuid = 0
&lt;br&gt;Uptime: 71d20h7m6s
&lt;br&gt;Physical memory: 999 MB
&lt;br&gt;Dumping 298 MB: 283 267 251 235 219 203 187 171 155 139 123 107 91 75 59 43 27 11
&lt;br&gt;Dump complete
&lt;br&gt;Automatic reboot in 15 seconds - press a key on the console to abort
&lt;br&gt;Rebooting...
&lt;br&gt;&lt;br&gt;Info:
&lt;br&gt;&lt;br&gt;(dax:11:08)# kldstat
&lt;br&gt;Id Refs Address &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Size &amp;nbsp; &amp;nbsp; Name
&lt;br&gt;&amp;nbsp;1 &amp;nbsp; &amp;nbsp;6 0xffffffff80100000 6ef168 &amp;nbsp; kernel
&lt;br&gt;&amp;nbsp;2 &amp;nbsp; &amp;nbsp;1 0xffffffff807f0000 14d8 &amp;nbsp; &amp;nbsp; accf_http.ko
&lt;br&gt;&amp;nbsp;3 &amp;nbsp; &amp;nbsp;1 0xffffffff807f2000 1bf0 &amp;nbsp; &amp;nbsp; coretemp.ko
&lt;br&gt;&amp;nbsp;4 &amp;nbsp; &amp;nbsp;1 0xffffffff80a22000 978 &amp;nbsp; &amp;nbsp; &amp;nbsp;pflog.ko
&lt;br&gt;&amp;nbsp;5 &amp;nbsp; &amp;nbsp;1 0xffffffff80a23000 2ae8c &amp;nbsp; &amp;nbsp;pf.ko
&lt;br&gt;&amp;nbsp;6 &amp;nbsp; &amp;nbsp;1 0xffffffff80a4e000 1b15 &amp;nbsp; &amp;nbsp; if_gre.ko
&lt;br&gt;(dax:11:08)# kgdb kernel.debug /var/crash/vmcore.2
&lt;br&gt;GNU gdb 6.1.1 [FreeBSD]
&lt;br&gt;Copyright 2004 Free Software Foundation, Inc.
&lt;br&gt;GDB is free software, covered by the GNU General Public License, and you are
&lt;br&gt;welcome to change it and/or distribute copies of it under certain conditions.
&lt;br&gt;Type &amp;quot;show copying&amp;quot; to see the conditions.
&lt;br&gt;There is absolutely no warranty for GDB. &amp;nbsp;Type &amp;quot;show warranty&amp;quot; for details.
&lt;br&gt;This GDB was configured as &amp;quot;amd64-marcel-freebsd&amp;quot;...
&lt;br&gt;&lt;br&gt;Unread portion of the kernel message buffer:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Fatal trap 12: page fault while in kernel mode
&lt;br&gt;cpuid = 0; apic id = 00
&lt;br&gt;fault virtual address &amp;nbsp; = 0x400
&lt;br&gt;fault code &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= supervisor write data, page not present
&lt;br&gt;instruction pointer &amp;nbsp; &amp;nbsp; = 0x8:0xffffffff803ffa16
&lt;br&gt;stack pointer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 0x10:0xfffffffe8002c970
&lt;br&gt;frame pointer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 0x10:0x0
&lt;br&gt;code segment &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= base 0x0, limit 0xfffff, type 0x1b
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = DPL 0, pres 1, long 1, def32 0, gran 1
&lt;br&gt;processor eflags &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= interrupt enabled, resume, IOPL = 0
&lt;br&gt;current process &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 15 (swi1: net)
&lt;br&gt;trap number &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 12
&lt;br&gt;panic: page fault
&lt;br&gt;cpuid = 0
&lt;br&gt;Uptime: 71d20h7m6s
&lt;br&gt;Physical memory: 999 MB
&lt;br&gt;Dumping 298 MB: 283 267 251 235 219 203 187 171 155 139 123 107 91 75 59 43 27 11
&lt;br&gt;&lt;br&gt;Reading symbols from /boot/kernel/accf_http.ko...Reading symbols from /boot/kernel/accf_http.ko.symbols...done.
&lt;br&gt;done. 
&lt;br&gt;Loaded symbols for /boot/kernel/accf_http.ko
&lt;br&gt;Reading symbols from /boot/kernel/coretemp.ko...Reading symbols from /boot/kernel/coretemp.ko.symbols...done.
&lt;br&gt;done. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Loaded symbols for /boot/kernel/coretemp.ko
&lt;br&gt;Reading symbols from /boot/kernel/pflog.ko...Reading symbols from /boot/kernel/pflog.ko.symbols...done.
&lt;br&gt;done.
&lt;br&gt;Loaded symbols for /boot/kernel/pflog.ko
&lt;br&gt;Reading symbols from /boot/kernel/pf.ko...Reading symbols from /boot/kernel/pf.ko.symbols...done.
&lt;br&gt;done.
&lt;br&gt;Loaded symbols for /boot/kernel/pf.ko
&lt;br&gt;Reading symbols from /boot/kernel/if_gre.ko...Reading symbols from /boot/kernel/if_gre.ko.symbols...done.
&lt;br&gt;done.
&lt;br&gt;Loaded symbols for /boot/kernel/if_gre.ko
&lt;br&gt;Reading symbols from /boot/kernel/linux.ko...Reading symbols from /boot/kernel/linux.ko.symbols...done.
&lt;br&gt;done.
&lt;br&gt;Loaded symbols for /boot/kernel/linux.ko
&lt;br&gt;#0 &amp;nbsp;doadump () at pcpu.h:195
&lt;br&gt;195 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; __asm __volatile(&amp;quot;movq %%gs:0,%0&amp;quot; : &amp;quot;=r&amp;quot; (td));
&lt;br&gt;(kgdb) 
&lt;br&gt;(kgdb) bt
&lt;br&gt;(kgdb) bt
&lt;br&gt;#0 &amp;nbsp;doadump () at pcpu.h:195
&lt;br&gt;#1 &amp;nbsp;0x8888888888888889 in ?? ()
&lt;br&gt;#2 &amp;nbsp;0xffffffff802a859b in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418
&lt;br&gt;#3 &amp;nbsp;0xffffffff802a8a42 in panic (fmt=0x104 &amp;lt;Address 0x104 out of bounds&amp;gt;) at /usr/src/sys/kern/kern_shutdown.c:574
&lt;br&gt;#4 &amp;nbsp;0xffffffff804d5273 in trap_fatal (frame=0xffffff0001182370, eva=Variable &amp;quot;eva&amp;quot; is not available.) at /usr/src/sys/amd64/amd64/trap.c:757
&lt;br&gt;#5 &amp;nbsp;0xffffffff804d5645 in trap_pfault (frame=0xfffffffe8002c8c0, usermode=0) at /usr/src/sys/amd64/amd64/trap.c:673
&lt;br&gt;#6 &amp;nbsp;0xffffffff804d5f84 in trap (frame=0xfffffffe8002c8c0) at /usr/src/sys/amd64/amd64/trap.c:444
&lt;br&gt;#7 &amp;nbsp;0xffffffff804ba0ee in calltrap () at /usr/src/sys/amd64/amd64/exception.S:209
&lt;br&gt;#8 &amp;nbsp;0xffffffff803ffa16 in in6_setscope (in6=0xfffffffe8002ca40, ifp=0x0, ret_id=0xfffffffe8002ca5c) at atomic.h:143
&lt;br&gt;#9 &amp;nbsp;0xffffffff803ed38c in ip6_forward (m=0xffffff0024843000, srcrt=0) at /usr/src/sys/netinet6/ip6_forward.c:424
&lt;br&gt;#10 0xffffffff803ef448 in ip6_input (m=0xffffff0024843000) at /usr/src/sys/netinet6/ip6_input.c:719
&lt;br&gt;#11 0xffffffff80351179 in netisr_processqueue (ni=0xffffffff806f0488) at /usr/src/sys/net/netisr.c:143
&lt;br&gt;#12 0xffffffff8035140b in swi_net (dummy=Variable &amp;quot;dummy&amp;quot; is not available.) at /usr/src/sys/net/netisr.c:250
&lt;br&gt;#13 0xffffffff80288120 in ithread_loop (arg=0xffffff000116dba0) at /usr/src/sys/kern/kern_intr.c:1088
&lt;br&gt;#14 0xffffffff80284f93 in fork_exit (callout=0xffffffff80287fb0 &amp;lt;ithread_loop&amp;gt;, arg=0xffffff000116dba0, frame=0xfffffffe8002cc80) at /usr/src/sys/kern/kern_fork.c:810
&lt;br&gt;#15 0xffffffff804ba4ae in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:455
&lt;br&gt;#16 0x0000000000000000 in ?? ()
&lt;br&gt;#17 0x0000000000000000 in ?? ()
&lt;br&gt;#18 0x0000000000000001 in ?? ()
&lt;br&gt;#19 0x0000000000000000 in ?? ()
&lt;br&gt;#20 0x0000000000000000 in ?? ()
&lt;br&gt;#21 0x0000000000000000 in ?? ()
&lt;br&gt;#22 0x0000000000000000 in ?? ()
&lt;br&gt;#23 0x0000000000000000 in ?? ()
&lt;br&gt;#24 0x0000000000000000 in ?? ()
&lt;br&gt;#25 0x0000000000000000 in ?? ()
&lt;br&gt;#26 0x0000000000000000 in ?? ()
&lt;br&gt;#27 0x0000000000000000 in ?? ()
&lt;br&gt;#28 0x0000000000000000 in ?? ()
&lt;br&gt;#29 0x0000000000000000 in ?? ()
&lt;br&gt;#30 0x0000000000000000 in ?? ()
&lt;br&gt;#31 0x0000000000000000 in ?? ()
&lt;br&gt;#32 0x0000000000000000 in ?? ()
&lt;br&gt;#33 0x0000000000000000 in ?? ()
&lt;br&gt;#34 0x0000000000000000 in ?? ()
&lt;br&gt;#35 0x0000000000000000 in ?? ()
&lt;br&gt;#36 0x0000000000000000 in ?? ()
&lt;br&gt;#37 0x0000000000000000 in ?? ()
&lt;br&gt;#38 0x0000000000000000 in ?? ()
&lt;br&gt;#39 0x0000000000000000 in ?? ()
&lt;br&gt;#40 0x000000000081a000 in ?? ()
&lt;br&gt;#41 0xffffffff806dc100 in tdg_maxid ()
&lt;br&gt;#42 0xffffffff806e8900 in tdq_cpu ()
&lt;br&gt;#43 0xffffffff806e8900 in tdq_cpu ()
&lt;br&gt;#44 0xffffff0001182370 in ?? ()
&lt;br&gt;#45 0xffffff00011826a0 in ?? ()
&lt;br&gt;#46 0xfffffffe8002cb28 in ?? ()
&lt;br&gt;#47 0xffffff0001182370 in ?? ()
&lt;br&gt;#48 0xffffffff802cbbb8 in sched_switch (td=0xffffffff80287fb0, newtd=0x80052d350, flags=Variable &amp;quot;flags&amp;quot; is not available.) at /usr/src/sys/kern/sched_ule.c:1938
&lt;br&gt;#49 0x0000000000000000 in ?? ()
&lt;br&gt;#50 0x0000000000000000 in ?? ()
&lt;br&gt;#51 0x0000000000000000 in ?? ()
&lt;br&gt;#52 0x0000000000000000 in ?? ()
&lt;br&gt;#53 0x0000000000000000 in ?? ()
&lt;br&gt;#54 0x0000000000000000 in ?? ()
&lt;br&gt;#55 0x0000000000000000 in ?? ()
&lt;br&gt;#56 0x0000000000000000 in ?? ()
&lt;br&gt;#57 0x0000000000000000 in ?? ()
&lt;br&gt;#58 0x0000000000000000 in ?? ()
&lt;br&gt;#59 0x0000000000000000 in ?? ()
&lt;br&gt;#60 0x0000000000000000 in ?? ()
&lt;br&gt;#61 0x0000000000000000 in ?? ()
&lt;br&gt;---Type &amp;lt;return&amp;gt; to continue, or q &amp;lt;return&amp;gt; to quit---
&lt;br&gt;#62 0x0000000000000000 in ?? ()
&lt;br&gt;#63 0x0000000000000000 in ?? ()
&lt;br&gt;#64 0x0000000000000000 in ?? ()
&lt;br&gt;#65 0x0000000000000000 in ?? ()
&lt;br&gt;#66 0x0000000000000000 in ?? ()
&lt;br&gt;#67 0x0000000000000000 in ?? ()
&lt;br&gt;#68 0x0000000000000000 in ?? ()
&lt;br&gt;#69 0x0000000000000000 in ?? ()
&lt;br&gt;#70 0x0000000000000000 in ?? ()
&lt;br&gt;#71 0x0000000000000000 in ?? ()
&lt;br&gt;#72 0x0000000000000000 in ?? ()
&lt;br&gt;#73 0x0000000000000000 in ?? ()
&lt;br&gt;#74 0x0000000000000000 in ?? ()
&lt;br&gt;#75 0x0000000000000000 in ?? ()
&lt;br&gt;#76 0x0000000000000000 in ?? ()
&lt;br&gt;#77 0x0000000000000000 in ?? ()
&lt;br&gt;#78 0x0000000000000000 in ?? ()
&lt;br&gt;#79 0x0000000000000000 in ?? ()
&lt;br&gt;#80 0x0000000000000000 in ?? ()
&lt;br&gt;#81 0x0000000000000000 in ?? ()
&lt;br&gt;#82 0x0000000000000000 in ?? ()
&lt;br&gt;#83 0x0000000000000000 in ?? ()
&lt;br&gt;#84 0x0000000000000000 in ?? ()
&lt;br&gt;#85 0x0000000000000000 in ?? ()
&lt;br&gt;#86 0x0000000000000000 in ?? ()
&lt;br&gt;#87 0x0000000000000000 in ?? ()
&lt;br&gt;#88 0x0000000000000000 in ?? ()
&lt;br&gt;#89 0x0000000000000000 in ?? ()
&lt;br&gt;#90 0x0000000000000000 in ?? ()
&lt;br&gt;#91 0x0000000000000000 in ?? ()
&lt;br&gt;#92 0x0000000000000000 in ?? ()
&lt;br&gt;#93 0x0000000000000000 in ?? ()
&lt;br&gt;#94 0x0000000000000000 in ?? ()
&lt;br&gt;#95 0x0000000000000000 in ?? ()
&lt;br&gt;#96 0x0000000000000000 in ?? ()
&lt;br&gt;#97 0x0000000000000000 in ?? ()
&lt;br&gt;#98 0x0000000000000000 in ?? ()
&lt;br&gt;#99 0x0000000000000000 in ?? ()
&lt;br&gt;#100 0x0000000000000000 in ?? ()
&lt;br&gt;#101 0x0000000000000000 in ?? ()
&lt;br&gt;#102 0x0000000000000000 in ?? ()
&lt;br&gt;#103 0x0000000000000000 in ?? ()
&lt;br&gt;#104 0x0000000000000000 in ?? ()
&lt;br&gt;#105 0x0000000000000000 in ?? ()
&lt;br&gt;#106 0x0000000000000000 in ?? ()
&lt;br&gt;#107 0x0000000000000000 in ?? ()
&lt;br&gt;#108 0x0000000000000000 in ?? ()
&lt;br&gt;#109 0x0000000000000000 in ?? ()
&lt;br&gt;#110 0x0000000000000000 in ?? ()
&lt;br&gt;#111 0x0000000000000000 in ?? ()
&lt;br&gt;#112 0x0000000000000000 in ?? ()
&lt;br&gt;#113 0x0000000000000000 in ?? ()
&lt;br&gt;#114 0x0000000000000000 in ?? ()
&lt;br&gt;#115 0x0000000000000000 in ?? ()
&lt;br&gt;#116 0x0000000000000000 in ?? ()
&lt;br&gt;Cannot access memory at address 0xfffffffe8002d000
&lt;br&gt;(kgdb)
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;- Mark
&lt;br&gt;&amp;gt;How-To-Repeat:
&lt;br&gt;Unknown (IPv6 usage assumed)
&lt;br&gt;&amp;gt;Fix:
&lt;br&gt;Unknown
&lt;br&gt;&lt;br&gt;&amp;gt;Release-Note:
&lt;br&gt;&amp;gt;Audit-Trail:
&lt;br&gt;&amp;gt;Unformatted:
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26143332&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26143332&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140142%3A-FreeBSD-7.2-amd64-panic-w-IPv6-tp26143332p26143332.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26142137</id>
	<title>Re: kern/140134: [msdosfs] write and fsck destroy filesystem integrity</title>
	<published>2009-10-31T05:59:23Z</published>
	<updated>2009-10-31T05:59:23Z</updated>
	<author>
		<name>Gavin Atkinson-4</name>
	</author>
	<content type="html">Old Synopsis: msdosfs write and fsck destroy filesystem integrity
&lt;br&gt;New Synopsis: [msdosfs] write and fsck destroy filesystem integrity
&lt;br&gt;&lt;br&gt;Responsible-Changed-From-To: freebsd-amd64-&amp;gt;freebsd-fs
&lt;br&gt;Responsible-Changed-By: gavin
&lt;br&gt;Responsible-Changed-When: Sat Oct 31 12:57:34 UTC 2009
&lt;br&gt;Responsible-Changed-Why: 
&lt;br&gt;Over to maintainer(s).
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=140134&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=140134&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26142137&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26142137&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-kern-140134%3A--msdosfs--write-and-fsck-destroy-filesystem-integrity-tp26142137p26142137.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26142344</id>
	<title>amd64/140134: msdosfs write and fsck destroy filesystem integrity</title>
	<published>2009-10-31T02:01:47Z</published>
	<updated>2009-10-31T02:01:47Z</updated>
	<author>
		<name>Dominic Fandrey-2</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Number: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 140134
&lt;br&gt;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; msdosfs write and fsck destroy filesystem integrity
&lt;br&gt;&amp;gt;Confidential: &amp;nbsp; no
&lt;br&gt;&amp;gt;Severity: &amp;nbsp; &amp;nbsp; &amp;nbsp; critical
&lt;br&gt;&amp;gt;Priority: &amp;nbsp; &amp;nbsp; &amp;nbsp; medium
&lt;br&gt;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;gt;State: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;open
&lt;br&gt;&amp;gt;Quarter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;Date-Required:
&lt;br&gt;&amp;gt;Class: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sw-bug
&lt;br&gt;&amp;gt;Submitter-Id: &amp;nbsp; current-users
&lt;br&gt;&amp;gt;Arrival-Date: &amp;nbsp; Sat Oct 31 09:10:01 UTC 2009
&lt;br&gt;&amp;gt;Closed-Date:
&lt;br&gt;&amp;gt;Last-Modified:
&lt;br&gt;&amp;gt;Originator: &amp;nbsp; &amp;nbsp; Dominic Fandrey
&lt;br&gt;&amp;gt;Release: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RELENG_8
&lt;br&gt;&amp;gt;Organization:
&lt;/div&gt;private
&lt;br&gt;&amp;gt;Environment:
&lt;br&gt;FreeBSD mobileKamikaze.norad 8.0-RC2 FreeBSD 8.0-RC2 #0: Sat Oct 31 02:49:30 CET 2009 &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26142344&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;root@...&lt;/a&gt;:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8 &amp;nbsp;amd64
&lt;br&gt;&amp;gt;Description:
&lt;br&gt;Write operations on msdosfs causes all kinds of brokenness (e.g.: &lt;a href=&quot;http://docs.freebsd.org/cgi/mid.cgi?4AE95C94.4040000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.freebsd.org/cgi/mid.cgi?4AE95C94.4040000&lt;/a&gt;&amp;nbsp;). Lost clusters and the like.
&lt;br&gt;&lt;br&gt;fsck_msdosfs causes cross-linked files (at least according to Windows Vista chkdsk).
&lt;br&gt;&lt;br&gt;I can provide you with a broken image that was created as described in the following section.
&lt;br&gt;&lt;br&gt;Note that even a freshly created msdosfs file system is already broken.
&lt;br&gt;&amp;gt;How-To-Repeat:
&lt;br&gt;kamikaze@mobileKamikaze&amp;gt; dd bs=1m count=1024 &amp;lt; /dev/zero &amp;gt; test.msdosfs
&lt;br&gt;1024+0 records in
&lt;br&gt;1024+0 records out
&lt;br&gt;1073741824 bytes transferred in 39.292063 secs (27327194 bytes/sec)
&lt;br&gt;kamikaze@mobileKamikaze&amp;gt; mdconfig -f test.msdosfs
&lt;br&gt;md0
&lt;br&gt;kamikaze@mobileKamikaze&amp;gt; newfs_msdos -F32 md0
&lt;br&gt;newfs_msdos: Cannot get number of sectors per track, Operation not supported
&lt;br&gt;newfs_msdos: Cannot get number of heads, Operation not supported
&lt;br&gt;newfs_msdos: trim 8 sectors to adjust to a multiple of 63
&lt;br&gt;/dev/md0: 2096064 sectors in 65502 FAT32 clusters (16384 bytes/cluster)
&lt;br&gt;bps=512 spc=32 res=32 nft=2 mid=0xf0 spt=63 hds=255 hid=0 bsec=2097144 bspf=512 rdcl=2 infs=1 bkbs=2
&lt;br&gt;kamikaze@mobileKamikaze&amp;gt; fsck_msdosfs -y /dev/md0
&lt;br&gt;** /dev/md0
&lt;br&gt;** Phase 1 - Read and Compare FATs
&lt;br&gt;** Phase 2 - Check Cluster Chains
&lt;br&gt;** Phase 3 - Checking Directories
&lt;br&gt;** Phase 4 - Checking for Lost Files
&lt;br&gt;Free space in FSInfo block (-1) not correct (65501)
&lt;br&gt;Fix? yes
&lt;br&gt;Next free cluster in FSInfo block (2) not free
&lt;br&gt;Fix? yes
&lt;br&gt;1 files, 1048016 free (65501 clusters)
&lt;br&gt;kamikaze@mobileKamikaze&amp;gt; mount_msdosfs /dev/md0 tmp/
&lt;br&gt;kamikaze@mobileKamikaze&amp;gt; cd tmp/
&lt;br&gt;kamikaze@mobileKamikaze&amp;gt; cp -rv ~/music/ogg/Kamikaze/Dio\ -\ 1983\ -\ Holy\ Diver ./
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver -&amp;gt; ./Dio - 1983 - Holy Diver
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/cover.jpg -&amp;gt; ./Dio - 1983 - Holy Diver/cover.jpg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/02 - Dio - Holy Diver.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/02 - Dio - Holy Diver.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/03 - Dio - Gypsy.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/03 - Dio - Gypsy.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/04 - Dio - Caught In The Middle.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/04 - Dio - Caught In The Middle.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/05 - Dio - Don't Talk To Strangers.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/05 - Dio - Don't Talk To Strangers.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/06 - Dio - Straight Through The Heart.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/06 - Dio - Straight Through The Heart.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/07 - Dio - Invisible.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/07 - Dio - Invisible.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/08 - Dio - Rainbow In The Dark.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/08 - Dio - Rainbow In The Dark.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/09 - Dio - Shame On The Night.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/09 - Dio - Shame On The Night.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/10 - Dio - Interview Forming Own Band (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/10 - Dio - Interview Forming Own Band (Bonus Track).ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/11 - Dio - Interview Vinnie Appice Leaving Sabbath (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/11 - Dio - Interview Vinnie Appice Leaving Sabbath (Bonus Track).ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/12 - Dio - Interview Seeking Out A Guitarist (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/12 - Dio - Interview Seeking Out A Guitarist (Bonus Track).ogg
&lt;br&gt;cp: ./Dio - 1983 - Holy Diver/13 - Dio - Interview Working In London (Bonus Track).ogg: Invalid argument
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/14 - Dio - Interview Release Timing Of Holy Diver (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/14 - Dio - Interview Release Timing Of Holy Diver (Bonus Track).ogg
&lt;br&gt;cp: ./Dio - 1983 - Holy Diver/15 - Dio - Interview Writing While With Sabbath (Bonus Track).ogg: No space left on device
&lt;br&gt;cp: ./Dio - 1983 - Holy Diver/16 - Dio - Interview Album Concept (Bonus Track).ogg: No space left on device
&lt;br&gt;cp: ./Dio - 1983 - Holy Diver/17 - Dio - Interview Producing The Album Himself (Bonus Track).ogg: No space left on device
&lt;br&gt;cp: ./Dio - 1983 - Holy Diver/18 - Dio - Interview Remembering The Tracks (Bonus Track).ogg: No space left on device
&lt;br&gt;cp: ./Dio - 1983 - Holy Diver/19 - Dio - Interview Artwork.ogg: No space left on device
&lt;br&gt;cp: ./Dio - 1983 - Holy Diver/01 - Dio - Stand Up And Shout.ogg: No space left on device
&lt;br&gt;kamikaze@mobileKamikaze&amp;gt; ls
&lt;br&gt;Dio - 1983 - Holy Diver
&lt;br&gt;kamikaze@mobileKamikaze&amp;gt; df -h &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 /home/kamikaze/tmp
&lt;br&gt;Filesystem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Size &amp;nbsp; &amp;nbsp;Used &amp;nbsp; Avail Capacity &amp;nbsp;Mounted on
&lt;br&gt;/dev/ufs/2root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 496M &amp;nbsp; &amp;nbsp;287M &amp;nbsp; &amp;nbsp;169M &amp;nbsp; &amp;nbsp;63% &amp;nbsp; &amp;nbsp;/
&lt;br&gt;devfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0K &amp;nbsp; &amp;nbsp;1.0K &amp;nbsp; &amp;nbsp; &amp;nbsp;0B &amp;nbsp; 100% &amp;nbsp; &amp;nbsp;/dev
&lt;br&gt;/dev/ufs/2tmp &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.9G &amp;nbsp; &amp;nbsp; 14K &amp;nbsp; &amp;nbsp;1.8G &amp;nbsp; &amp;nbsp; 0% &amp;nbsp; &amp;nbsp;/tmp
&lt;br&gt;/dev/ufs/2usr &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 38G &amp;nbsp; &amp;nbsp; 25G &amp;nbsp; &amp;nbsp; 10G &amp;nbsp; &amp;nbsp;71% &amp;nbsp; &amp;nbsp;/usr
&lt;br&gt;/dev/ufs/2var &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.9G &amp;nbsp; &amp;nbsp;2.4G &amp;nbsp; &amp;nbsp;1.2G &amp;nbsp; &amp;nbsp;67% &amp;nbsp; &amp;nbsp;/var
&lt;br&gt;/usr/home/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;38G &amp;nbsp; &amp;nbsp; 25G &amp;nbsp; &amp;nbsp; 10G &amp;nbsp; &amp;nbsp;71% &amp;nbsp; &amp;nbsp;/root
&lt;br&gt;/dev/fuse0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;49G &amp;nbsp; &amp;nbsp; 43G &amp;nbsp; &amp;nbsp;6.5G &amp;nbsp; &amp;nbsp;87% &amp;nbsp; &amp;nbsp;/var/run/automounter.mnt/ntfs/2vault
&lt;br&gt;/dev/md0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.0G &amp;nbsp; &amp;nbsp;1.0G &amp;nbsp; -160K &amp;nbsp; 100% &amp;nbsp; &amp;nbsp;/usr/home/kamikaze/tmp
&lt;br&gt;kamikaze@mobileKamikaze&amp;gt; du -hd 0 Dio\ -\ 1983\ -\ Holy\ Diver/*
&lt;br&gt;&amp;nbsp; 0B	Dio - 1983 - Holy Diver/01 - Dio - Stand Up And Shout.ogg
&lt;br&gt;6.8M	Dio - 1983 - Holy Diver/02 - Dio - Holy Diver.ogg
&lt;br&gt;4.5M	Dio - 1983 - Holy Diver/03 - Dio - Gypsy.ogg
&lt;br&gt;5.3M	Dio - 1983 - Holy Diver/04 - Dio - Caught In The Middle.ogg
&lt;br&gt;6.3M	Dio - 1983 - Holy Diver/05 - Dio - Don't Talk To Strangers.ogg
&lt;br&gt;5.6M	Dio - 1983 - Holy Diver/06 - Dio - Straight Through The Heart.ogg
&lt;br&gt;6.5M	Dio - 1983 - Holy Diver/07 - Dio - Invisible.ogg
&lt;br&gt;5.2M	Dio - 1983 - Holy Diver/08 - Dio - Rainbow In The Dark.ogg
&lt;br&gt;6.5M	Dio - 1983 - Holy Diver/09 - Dio - Shame On The Night.ogg
&lt;br&gt;4.8M	Dio - 1983 - Holy Diver/10 - Dio - Interview Forming Own Band (Bonus Track).ogg
&lt;br&gt;2.5M	Dio - 1983 - Holy Diver/11 - Dio - Interview Vinnie Appice Leaving Sabbath (Bonus Track).ogg
&lt;br&gt;3.5M	Dio - 1983 - Holy Diver/12 - Dio - Interview Seeking Out A Guitarist (Bonus Track).ogg
&lt;br&gt;965M	Dio - 1983 - Holy Diver/13 - Dio - Interview Working In London (Bonus Track).ogg
&lt;br&gt;864K	Dio - 1983 - Holy Diver/14 - Dio - Interview Release Timing Of Holy Diver (Bonus Track).ogg
&lt;br&gt;&amp;nbsp; 0B	Dio - 1983 - Holy Diver/15 - Dio - Interview Writing While With Sabbath (Bonus Track).ogg
&lt;br&gt;&amp;nbsp; 0B	Dio - 1983 - Holy Diver/16 - Dio - Interview Album Concept (Bonus Track).ogg
&lt;br&gt;&amp;nbsp; 0B	Dio - 1983 - Holy Diver/17 - Dio - Interview Producing The Album Himself (Bonus Track).ogg
&lt;br&gt;&amp;nbsp; 0B	Dio - 1983 - Holy Diver/18 - Dio - Interview Remembering The Tracks (Bonus Track).ogg
&lt;br&gt;&amp;nbsp; 0B	Dio - 1983 - Holy Diver/19 - Dio - Interview Artwork.ogg
&lt;br&gt;128K	Dio - 1983 - Holy Diver/cover.jpg
&lt;br&gt;&lt;br&gt;&lt;br&gt;Just for comparison on an ufs2 file system:
&lt;br&gt;kamikaze@mobileKamikaze&amp;gt; cp -rv ~/music/ogg/Kamikaze/Dio\ -\ 1983\ -\ Holy\ Diver ./
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver -&amp;gt; ./Dio - 1983 - Holy Diver
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/cover.jpg -&amp;gt; ./Dio - 1983 - Holy Diver/cover.jpg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/02 - Dio - Holy Diver.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/02 - Dio - Holy Diver.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/03 - Dio - Gypsy.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/03 - Dio - Gypsy.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/04 - Dio - Caught In The Middle.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/04 - Dio - Caught In The Middle.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/05 - Dio - Don't Talk To Strangers.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/05 - Dio - Don't Talk To Strangers.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/06 - Dio - Straight Through The Heart.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/06 - Dio - Straight Through The Heart.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/07 - Dio - Invisible.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/07 - Dio - Invisible.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/08 - Dio - Rainbow In The Dark.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/08 - Dio - Rainbow In The Dark.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/09 - Dio - Shame On The Night.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/09 - Dio - Shame On The Night.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/10 - Dio - Interview Forming Own Band (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/10 - Dio - Interview Forming Own Band (Bonus Track).ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/11 - Dio - Interview Vinnie Appice Leaving Sabbath (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/11 - Dio - Interview Vinnie Appice Leaving Sabbath (Bonus Track).ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/12 - Dio - Interview Seeking Out A Guitarist (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/12 - Dio - Interview Seeking Out A Guitarist (Bonus Track).ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/13 - Dio - Interview Working In London (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/13 - Dio - Interview Working In London (Bonus Track).ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/14 - Dio - Interview Release Timing Of Holy Diver (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/14 - Dio - Interview Release Timing Of Holy Diver (Bonus Track).ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/15 - Dio - Interview Writing While With Sabbath (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/15 - Dio - Interview Writing While With Sabbath (Bonus Track).ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/16 - Dio - Interview Album Concept (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/16 - Dio - Interview Album Concept (Bonus Track).ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/17 - Dio - Interview Producing The Album Himself (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/17 - Dio - Interview Producing The Album Himself (Bonus Track).ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/18 - Dio - Interview Remembering The Tracks (Bonus Track).ogg -&amp;gt; ./Dio - 1983 - Holy Diver/18 - Dio - Interview Remembering The Tracks (Bonus Track).ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/19 - Dio - Interview Artwork.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/19 - Dio - Interview Artwork.ogg
&lt;br&gt;/home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/01 - Dio - Stand Up And Shout.ogg -&amp;gt; ./Dio - 1983 - Holy Diver/01 - Dio - Stand Up And Shout.ogg
&lt;br&gt;kamikaze@mobileKamikaze&amp;gt; du -hd0 Dio\ -\ 1983\ -\ Holy\ Diver/*
&lt;br&gt;4.1M	Dio - 1983 - Holy Diver/01 - Dio - Stand Up And Shout.ogg
&lt;br&gt;6.8M	Dio - 1983 - Holy Diver/02 - Dio - Holy Diver.ogg
&lt;br&gt;4.5M	Dio - 1983 - Holy Diver/03 - Dio - Gypsy.ogg
&lt;br&gt;5.3M	Dio - 1983 - Holy Diver/04 - Dio - Caught In The Middle.ogg
&lt;br&gt;6.3M	Dio - 1983 - Holy Diver/05 - Dio - Don't Talk To Strangers.ogg
&lt;br&gt;5.6M	Dio - 1983 - Holy Diver/06 - Dio - Straight Through The Heart.ogg
&lt;br&gt;6.5M	Dio - 1983 - Holy Diver/07 - Dio - Invisible.ogg
&lt;br&gt;5.2M	Dio - 1983 - Holy Diver/08 - Dio - Rainbow In The Dark.ogg
&lt;br&gt;6.6M	Dio - 1983 - Holy Diver/09 - Dio - Shame On The Night.ogg
&lt;br&gt;4.8M	Dio - 1983 - Holy Diver/10 - Dio - Interview Forming Own Band (Bonus Track).ogg
&lt;br&gt;2.5M	Dio - 1983 - Holy Diver/11 - Dio - Interview Vinnie Appice Leaving Sabbath (Bonus Track).ogg
&lt;br&gt;3.5M	Dio - 1983 - Holy Diver/12 - Dio - Interview Seeking Out A Guitarist (Bonus Track).ogg
&lt;br&gt;528K	Dio - 1983 - Holy Diver/13 - Dio - Interview Working In London (Bonus Track).ogg
&lt;br&gt;880K	Dio - 1983 - Holy Diver/14 - Dio - Interview Release Timing Of Holy Diver (Bonus Track).ogg
&lt;br&gt;992K	Dio - 1983 - Holy Diver/15 - Dio - Interview Writing While With Sabbath (Bonus Track).ogg
&lt;br&gt;2.3M	Dio - 1983 - Holy Diver/16 - Dio - Interview Album Concept (Bonus Track).ogg
&lt;br&gt;2.9M	Dio - 1983 - Holy Diver/17 - Dio - Interview Producing The Album Himself (Bonus Track).ogg
&lt;br&gt;&amp;nbsp;17M	Dio - 1983 - Holy Diver/18 - Dio - Interview Remembering The Tracks (Bonus Track).ogg
&lt;br&gt;1.6M	Dio - 1983 - Holy Diver/19 - Dio - Interview Artwork.ogg
&lt;br&gt;124K	Dio - 1983 - Holy Diver/cover.jpg
&lt;br&gt;&lt;br&gt;&amp;gt;Fix:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;Release-Note:
&lt;br&gt;&amp;gt;Audit-Trail:
&lt;br&gt;&amp;gt;Unformatted:
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26142344&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26142344&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140134%3A-msdosfs-write-and-fsck-destroy-filesystem-integrity-tp26142344p26142344.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26125543</id>
	<title>Re: amd64/139859: commit references a PR</title>
	<published>2009-10-29T23:05:13Z</published>
	<updated>2009-10-29T23:05:13Z</updated>
	<author>
		<name>Bruce Cran</name>
	</author>
	<content type="html">On Fri, 30 Oct 2009 09:02:14 +1100
&lt;br&gt;Andrew Reilly &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26125543&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;areilly@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Oct 29, 2009 at 03:50:05PM +0000, dfilter service wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;Modified: releng/8.0/UPDATING
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;==============================================================================
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;--- releng/8.0/UPDATING	Thu Oct 29 15:39:30 2009
&lt;br&gt;&amp;gt; &amp;gt; (r198605) +++ releng/8.0/UPDATING	Thu Oct 29 15:42:50
&lt;br&gt;&amp;gt; &amp;gt; 2009	(r198606) @@ -566,6 +566,15 @@ NOTE TO PEOPLE WHO THINK
&lt;br&gt;&amp;gt; &amp;gt; THAT FreeBSD 8. userland (libpmc(3)) and the kernel module
&lt;br&gt;&amp;gt; &amp;gt; (hwpmc(4)) in sync.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;+20081009:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;+	atapci kernel module now includes only generic PCI ATA
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;+	driver. AHCI driver moved to ataahci kernel module.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That probably wants to say 20091029?
&lt;/div&gt;&lt;br&gt;The work was done in October last year (see
&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/chipsets/ata-acard.c&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/chipsets/ata-acard.c&lt;/a&gt;)
&lt;br&gt;but wasn't documented until now.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Bruce Cran
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26125543&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26125543&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-amd64-139859%3A-commit-references-a-PR-tp26057981p26125543.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26123278</id>
	<title>Re: amd64/139859: commit references a PR</title>
	<published>2009-10-29T15:02:14Z</published>
	<updated>2009-10-29T15:02:14Z</updated>
	<author>
		<name>Andrew Reilly-5</name>
	</author>
	<content type="html">On Thu, Oct 29, 2009 at 03:50:05PM +0000, dfilter service wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;Modified: releng/8.0/UPDATING
&lt;br&gt;&amp;gt; &amp;nbsp;==============================================================================
&lt;br&gt;&amp;gt; &amp;nbsp;--- releng/8.0/UPDATING	Thu Oct 29 15:39:30 2009	(r198605)
&lt;br&gt;&amp;gt; &amp;nbsp;+++ releng/8.0/UPDATING	Thu Oct 29 15:42:50 2009	(r198606)
&lt;br&gt;&amp;gt; &amp;nbsp;@@ -566,6 +566,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
&lt;br&gt;&amp;gt; &amp;nbsp; 	userland (libpmc(3)) and the kernel module (hwpmc(4)) in
&lt;br&gt;&amp;gt; &amp;nbsp; 	sync.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp;+20081009:
&lt;br&gt;&amp;gt; &amp;nbsp;+	atapci kernel module now includes only generic PCI ATA
&lt;br&gt;&amp;gt; &amp;nbsp;+	driver. AHCI driver moved to ataahci kernel module.
&lt;/div&gt;&lt;br&gt;That probably wants to say 20091029?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Andrew
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26123278&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26123278&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-amd64-139859%3A-commit-references-a-PR-tp26057981p26123278.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26120071</id>
	<title>Re: amd64/139859: commit references a PR</title>
	<published>2009-10-29T08:50:05Z</published>
	<updated>2009-10-29T08:50:05Z</updated>
	<author>
		<name>dfilter service</name>
	</author>
	<content type="html">The following reply was made to PR amd64/139859; it has been noted by GNATS.
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26120071&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dfilter@...&lt;/a&gt; (dfilter service)
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26120071&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-followup@...&lt;/a&gt;
&lt;br&gt;Cc: &amp;nbsp;
&lt;br&gt;Subject: Re: amd64/139859: commit references a PR
&lt;br&gt;Date: Thu, 29 Oct 2009 15:43:05 +0000 (UTC)
&lt;br&gt;&lt;br&gt;&amp;nbsp;Author: mav
&lt;br&gt;&amp;nbsp;Date: Thu Oct 29 15:42:50 2009
&lt;br&gt;&amp;nbsp;New Revision: 198606
&lt;br&gt;&amp;nbsp;URL: &lt;a href=&quot;http://svn.freebsd.org/changeset/base/198606&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.freebsd.org/changeset/base/198606&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Log:
&lt;br&gt;&amp;nbsp; &amp;nbsp;MFC rev. 198480, 198483:
&lt;br&gt;&amp;nbsp; &amp;nbsp;Document new modularised ATA kernel modules and options.
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;PR: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; kern/133162, amd64/139859
&lt;br&gt;&amp;nbsp; &amp;nbsp;Approved by: &amp;nbsp; &amp;nbsp;re (kib)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/ObsoleteFiles.inc &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/UPDATING &amp;nbsp; (contents, props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/bin/csh/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/bin/sh/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/cddl/compat/opensolaris/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/cddl/contrib/opensolaris/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/cddl/lib/libnvpair/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/bind9/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/bzip2/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/cpio/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/csup/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/ee/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/file/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/gdb/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/gdtoa/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/less/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/libpcap/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/ncurses/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/netcat/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/ntp/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/openbsm/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/openpam/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/pf/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/sendmail/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/tcpdump/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/tcsh/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/top/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/top/install-sh &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/traceroute/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/contrib/wpa/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/crypto/openssh/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/crypto/openssl/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/etc/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/gnu/usr.bin/patch/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/include/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/kerberos5/lib/libgssapi_krb5/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/kerberos5/lib/libgssapi_spnego/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libarchive/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libc/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libc/gen/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libc/stdio/asprintf.c &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libc/stdtime/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libc/string/ffsll.c &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libc/string/flsll.c &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libc/string/wcpcpy.c &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libc/string/wcpncpy.c &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libdevinfo/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libdisk/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libkvm/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libthr/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libusb/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libusb/usb.h &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/lib/libutil/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/libexec/rtld-elf/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/release/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/release/doc/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/release/doc/en_US.ISO8859-1/hardware/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sbin/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sbin/bsdlabel/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sbin/camcontrol/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sbin/dhclient/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sbin/geom/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sbin/ifconfig/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sbin/ipfw/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sbin/mksnap_ffs/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sbin/mount/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sbin/mount_nfs/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sbin/umount/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/share/man/man4/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/share/man/man5/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/share/man/man7/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/share/man/man9/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/share/timedef/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/share/zoneinfo/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/amd64/include/xen/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/cddl/contrib/opensolaris/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/conf/NOTES
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/contrib/dev/acpica/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/contrib/pf/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/dev/xen/xenpci/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/regression/bin/sh/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/regression/lib/msun/test-conj.t &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/regression/poll/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/regression/priv/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/regression/usr.bin/pkill/pgrep-_g.t &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/regression/usr.bin/pkill/pgrep-_s.t &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/regression/usr.bin/pkill/pkill-_g.t &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/tools/ath/common/dumpregs.h &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/tools/ath/common/dumpregs_5210.c &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/tools/ath/common/dumpregs_5211.c &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/tools/ath/common/dumpregs_5212.c &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/tools/ath/common/dumpregs_5416.c &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/tools/termcap/termcap.pl &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/tools/tools/vimage/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.bin/calendar/calendars/calendar.freebsd &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.bin/csup/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.bin/fstat/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.bin/look/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.bin/netstat/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.bin/procstat/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.bin/w/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.bin/whois/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/arp/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/dumpcis/cardinfo.h &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/dumpcis/cis.h &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/freebsd-update/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/iostat/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/jls/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/lpr/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/makefs/ffs/ffs_bswap.c &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/makefs/ffs/ffs_subr.c &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/makefs/ffs/ufs_bswap.h &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/makefs/getid.c &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/mfiutil/mfiutil.8 &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/ndp/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/ntp/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/ppp/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/pstat/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/sysinstall/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/traceroute6/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/wpa/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/usr.sbin/zic/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Modified: releng/8.0/UPDATING
&lt;br&gt;&amp;nbsp;==============================================================================
&lt;br&gt;&amp;nbsp;--- releng/8.0/UPDATING	Thu Oct 29 15:39:30 2009	(r198605)
&lt;br&gt;&amp;nbsp;+++ releng/8.0/UPDATING	Thu Oct 29 15:42:50 2009	(r198606)
&lt;br&gt;&amp;nbsp;@@ -566,6 +566,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
&lt;br&gt;&amp;nbsp; 	userland (libpmc(3)) and the kernel module (hwpmc(4)) in
&lt;br&gt;&amp;nbsp; 	sync.
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp;+20081009:
&lt;br&gt;&amp;nbsp;+	atapci kernel module now includes only generic PCI ATA
&lt;br&gt;&amp;nbsp;+	driver. AHCI driver moved to ataahci kernel module.
&lt;br&gt;&amp;nbsp;+	All vendor-specific code moved into separate kernel modules:
&lt;br&gt;&amp;nbsp;+	ataacard, ataacerlabs, ataadaptec, ataamd, ataati, atacenatek,
&lt;br&gt;&amp;nbsp;+	atacypress, atacyrix, atahighpoint, ataintel, ataite, atajmicron,
&lt;br&gt;&amp;nbsp;+	atamarvell, atamicron, atanational, atanetcell, atanvidia,
&lt;br&gt;&amp;nbsp;+	atapromise, ataserverworks, atasiliconimage, atasis, atavia
&lt;br&gt;&amp;nbsp;+
&lt;br&gt;&amp;nbsp; 20080820:
&lt;br&gt;&amp;nbsp; 	The TTY subsystem of the kernel has been replaced by a new
&lt;br&gt;&amp;nbsp; 	implementation, which provides better scalability and an
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Modified: releng/8.0/sys/conf/NOTES
&lt;br&gt;&amp;nbsp;==============================================================================
&lt;br&gt;&amp;nbsp;--- releng/8.0/sys/conf/NOTES	Thu Oct 29 15:39:30 2009	(r198605)
&lt;br&gt;&amp;nbsp;+++ releng/8.0/sys/conf/NOTES	Thu Oct 29 15:42:50 2009	(r198606)
&lt;br&gt;&amp;nbsp;@@ -1657,6 +1657,10 @@ device		siis
&lt;br&gt;&amp;nbsp; # The 'ATA' driver supports all ATA and ATAPI devices, including PC Card
&lt;br&gt;&amp;nbsp; # devices. You only need one &amp;quot;device ata&amp;quot; for it to find all
&lt;br&gt;&amp;nbsp; # PCI and PC Card ATA/ATAPI devices on modern machines.
&lt;br&gt;&amp;nbsp;+# Alternatively, individual bus and chipset drivers may be chosen by using
&lt;br&gt;&amp;nbsp;+# the 'atacore' driver then selecting the drivers on a per vendor basis.
&lt;br&gt;&amp;nbsp;+# For example to build a system which only supports a VIA chipset,
&lt;br&gt;&amp;nbsp;+# omit 'ata' and include the 'atacore', 'atapci' and 'atavia' drivers.
&lt;br&gt;&amp;nbsp; device		ata
&lt;br&gt;&amp;nbsp; device		atadisk		# ATA disk drives
&lt;br&gt;&amp;nbsp; device		ataraid		# ATA RAID drives
&lt;br&gt;&amp;nbsp;@@ -1665,6 +1669,39 @@ device		atapifd		# ATAPI floppy drives
&lt;br&gt;&amp;nbsp; device		atapist		# ATAPI tape drives
&lt;br&gt;&amp;nbsp; device		atapicam	# emulate ATAPI devices as SCSI ditto via CAM
&lt;br&gt;&amp;nbsp; 				# needs CAM to be present (scbus &amp; pass)
&lt;br&gt;&amp;nbsp;+
&lt;br&gt;&amp;nbsp;+# Modular ATA
&lt;br&gt;&amp;nbsp;+#device		atacore		# Core ATA functionality
&lt;br&gt;&amp;nbsp;+#device		atacard		# CARDBUS support
&lt;br&gt;&amp;nbsp;+#device		atabus		# PC98 cbus support
&lt;br&gt;&amp;nbsp;+#device		ataisa		# ISA bus support
&lt;br&gt;&amp;nbsp;+#device		atapci		# PCI bus support; only generic chipset support
&lt;br&gt;&amp;nbsp;+
&lt;br&gt;&amp;nbsp;+# PCI ATA chipsets
&lt;br&gt;&amp;nbsp;+#device		ataahci		# AHCI SATA
&lt;br&gt;&amp;nbsp;+#device		ataacard	# ACARD
&lt;br&gt;&amp;nbsp;+#device		ataacerlabs	# Acer Labs Inc. (ALI)
&lt;br&gt;&amp;nbsp;+#device		ataadaptec	# Adaptec
&lt;br&gt;&amp;nbsp;+#device		ataamd		# American Micro Devices (AMD)
&lt;br&gt;&amp;nbsp;+#device		ataati		# ATI
&lt;br&gt;&amp;nbsp;+#device		atacenatek	# Cenatek
&lt;br&gt;&amp;nbsp;+#device		atacypress	# Cypress
&lt;br&gt;&amp;nbsp;+#device		atacyrix	# Cyrix
&lt;br&gt;&amp;nbsp;+#device		atahighpoint	# HighPoint
&lt;br&gt;&amp;nbsp;+#device		ataintel	# Intel
&lt;br&gt;&amp;nbsp;+#device		ataite		# Integrated Technology Inc. (ITE)
&lt;br&gt;&amp;nbsp;+#device		atajmicron	# JMicron
&lt;br&gt;&amp;nbsp;+#device		atamarvell	# Marvell
&lt;br&gt;&amp;nbsp;+#device		atamicron	# Micron
&lt;br&gt;&amp;nbsp;+#device		atanational	# National
&lt;br&gt;&amp;nbsp;+#device		atanetcell	# NetCell
&lt;br&gt;&amp;nbsp;+#device		atanvidia	# nVidia
&lt;br&gt;&amp;nbsp;+#device		atapromise	# Promise
&lt;br&gt;&amp;nbsp;+#device		ataserverworks	# ServerWorks
&lt;br&gt;&amp;nbsp;+#device		atasiliconimage	# Silicon Image Inc. (SiI) (formerly CMD)
&lt;br&gt;&amp;nbsp;+#device		atasis		# Silicon Integrated Systems Corp.(SiS)
&lt;br&gt;&amp;nbsp;+#device		atavia		# VIA Technologies Inc.
&lt;br&gt;&amp;nbsp;+
&lt;br&gt;&amp;nbsp; #
&lt;br&gt;&amp;nbsp; # For older non-PCI, non-PnPBIOS systems, these are the hints lines to add:
&lt;br&gt;&amp;nbsp; hint.ata.0.at=&amp;quot;isa&amp;quot;
&lt;br&gt;&amp;nbsp;_______________________________________________
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26120071&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svn-src-all@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/svn-src-all&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/svn-src-all&lt;/a&gt;&lt;br&gt;&amp;nbsp;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26120071&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svn-src-all-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26120071&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26120071&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-amd64-139859%3A-commit-references-a-PR-tp26057981p26120071.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26115307</id>
	<title>Re: amd64/139859: [ata] Intel 82801 SATA Controller not recognized [regression]</title>
	<published>2009-10-29T08:31:27Z</published>
	<updated>2009-10-29T08:31:27Z</updated>
	<author>
		<name>Alexander Motin-3</name>
	</author>
	<content type="html">Synopsis: [ata] Intel 82801 SATA Controller not recognized [regression]
&lt;br&gt;&lt;br&gt;State-Changed-From-To: open-&amp;gt;closed
&lt;br&gt;State-Changed-By: mav
&lt;br&gt;State-Changed-When: Thu Oct 29 15:30:57 UTC 2009
&lt;br&gt;State-Changed-Why: 
&lt;br&gt;UPDATING patch committed.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=139859&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=139859&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26115307&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26115307&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-amd64-139859%3A--ata--Intel-82801-SATA-Controller-not-recognized--regression--tp26115307p26115307.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26112865</id>
	<title>RE: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader</title>
	<published>2009-10-29T06:00:12Z</published>
	<updated>2009-10-29T06:00:12Z</updated>
	<author>
		<name>Weldon Godfrey</name>
	</author>
	<content type="html">The following reply was made to PR amd64/140067; it has been noted by GNATS.
&lt;br&gt;&lt;br&gt;From: &amp;quot;Weldon Godfrey&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26112865&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wgodfrey@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26112865&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeBSD-gnats-submit@...&lt;/a&gt;&amp;gt;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26112865&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Cc: &amp;nbsp;
&lt;br&gt;Subject: RE: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader
&lt;br&gt;Date: Thu, 29 Oct 2009 07:58:43 -0500
&lt;br&gt;&lt;br&gt;&amp;nbsp;Ok, after coming in this morning I carefully checked the PERC controller
&lt;br&gt;&amp;nbsp;versions in the two Dells, the one that can book 8.0-RC2 is a PERC 5/I,
&lt;br&gt;&amp;nbsp;the one that cannot is a PERC 6/i. &amp;nbsp;Is there any known issues with
&lt;br&gt;&amp;nbsp;PERC6/I controllers?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Thanks!
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;-----Original Message-----
&lt;br&gt;&amp;nbsp;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26112865&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeBSD-gnats-submit@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26112865&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeBSD-gnats-submit@...&lt;/a&gt;]=20
&lt;br&gt;&amp;nbsp;Sent: Wednesday, October 28, 2009 10:30 PM
&lt;br&gt;&amp;nbsp;To: Weldon Godfrey
&lt;br&gt;&amp;nbsp;Subject: Re: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs
&lt;br&gt;&amp;nbsp;on boot right before loader
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Thank you very much for your problem report.
&lt;br&gt;&amp;nbsp;It has the internal identification `amd64/140067'.
&lt;br&gt;&amp;nbsp;The individual assigned to look at your
&lt;br&gt;&amp;nbsp;report is: freebsd-amd64.=20
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;You can access the state of your problem report at any time
&lt;br&gt;&amp;nbsp;via this link:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=3D140067&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=3D140067&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;nbsp;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;nbsp;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; [boot] 8.0-RC2 from ISO, after install, hangs on boot
&lt;br&gt;&amp;nbsp;right before loader
&lt;br&gt;&amp;nbsp;&amp;gt;Arrival-Date: &amp;nbsp; Thu Oct 29 03:30:01 UTC 2009
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26112865&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26112865&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140067%3A--boot--8.0-RC2-from-ISO%2C-after-install%2C-hangs-on-boot-right-before-loader-tp26106307p26112865.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26113111</id>
	<title>RE: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader</title>
	<published>2009-10-29T05:58:43Z</published>
	<updated>2009-10-29T05:58:43Z</updated>
	<author>
		<name>Weldon Godfrey</name>
	</author>
	<content type="html">Ok, after coming in this morning I carefully checked the PERC controller
&lt;br&gt;versions in the two Dells, the one that can book 8.0-RC2 is a PERC 5/I,
&lt;br&gt;the one that cannot is a PERC 6/i. &amp;nbsp;Is there any known issues with
&lt;br&gt;PERC6/I controllers?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26113111&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeBSD-gnats-submit@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26113111&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeBSD-gnats-submit@...&lt;/a&gt;] 
&lt;br&gt;Sent: Wednesday, October 28, 2009 10:30 PM
&lt;br&gt;To: Weldon Godfrey
&lt;br&gt;Subject: Re: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs
&lt;br&gt;on boot right before loader
&lt;br&gt;&lt;br&gt;Thank you very much for your problem report.
&lt;br&gt;It has the internal identification `amd64/140067'.
&lt;br&gt;The individual assigned to look at your
&lt;br&gt;report is: freebsd-amd64. 
&lt;br&gt;&lt;br&gt;You can access the state of your problem report at any time
&lt;br&gt;via this link:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=140067&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=140067&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt;Category: &amp;nbsp; &amp;nbsp; &amp;nbsp; amd64
&lt;br&gt;&amp;gt;Responsible: &amp;nbsp; &amp;nbsp;freebsd-amd64
&lt;br&gt;&amp;gt;Synopsis: &amp;nbsp; &amp;nbsp; &amp;nbsp; [boot] 8.0-RC2 from ISO, after install, hangs on boot
&lt;br&gt;right before loader
&lt;br&gt;&amp;gt;Arrival-Date: &amp;nbsp; Thu Oct 29 03:30:01 UTC 2009
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26113111&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26113111&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/amd64-140067%3A--boot--8.0-RC2-from-ISO%2C-after-install%2C-hangs-on-boot-right-before-loader-tp26106307p26113111.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26111799</id>
	<title>Re: amd64/139156: commit references a PR</title>
	<published>2009-10-29T05:00:18Z</published>
	<updated>2009-10-29T05:00:18Z</updated>
	<author>
		<name>dfilter service</name>
	</author>
	<content type="html">The following reply was made to PR amd64/139156; it has been noted by GNATS.
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26111799&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dfilter@...&lt;/a&gt; (dfilter service)
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26111799&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-followup@...&lt;/a&gt;
&lt;br&gt;Cc: &amp;nbsp;
&lt;br&gt;Subject: Re: amd64/139156: commit references a PR
&lt;br&gt;Date: Thu, 29 Oct 2009 11:52:40 +0000 (UTC)
&lt;br&gt;&lt;br&gt;&amp;nbsp;Author: mav
&lt;br&gt;&amp;nbsp;Date: Thu Oct 29 11:52:26 2009
&lt;br&gt;&amp;nbsp;New Revision: 198580
&lt;br&gt;&amp;nbsp;URL: &lt;a href=&quot;http://svn.freebsd.org/changeset/base/198580&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.freebsd.org/changeset/base/198580&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Log:
&lt;br&gt;&amp;nbsp; &amp;nbsp;MFC rev. 198479:
&lt;br&gt;&amp;nbsp; &amp;nbsp;Fix SATA on nVidia MCP55 chipset. It needs some short time to allow
&lt;br&gt;&amp;nbsp; &amp;nbsp;BAR(5) memory access.
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;PR:		amd64/128686, amd64/132372, amd64/139156
&lt;br&gt;&amp;nbsp; &amp;nbsp;Approved by:	re (kib)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/amd64/include/xen/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/cddl/contrib/opensolaris/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/contrib/dev/acpica/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/contrib/pf/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c
&lt;br&gt;&amp;nbsp; &amp;nbsp;releng/8.0/sys/dev/xen/xenpci/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Modified: releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c
&lt;br&gt;&amp;nbsp;==============================================================================
&lt;br&gt;&amp;nbsp;--- releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c	Thu Oct 29 11:00:39 2009	(r198579)
&lt;br&gt;&amp;nbsp;+++ releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c	Thu Oct 29 11:52:26 2009	(r198580)
&lt;br&gt;&amp;nbsp;@@ -165,7 +165,8 @@ ata_nvidia_chipinit(device_t dev)
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; 	 &amp;nbsp; &amp;nbsp;/* enable control access */
&lt;br&gt;&amp;nbsp; 	 &amp;nbsp; &amp;nbsp;pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) | 0x04,1);
&lt;br&gt;&amp;nbsp;-
&lt;br&gt;&amp;nbsp;+	 &amp;nbsp; &amp;nbsp;/* MCP55 seems to need some time to allow r_res2 read. */
&lt;br&gt;&amp;nbsp;+	 &amp;nbsp; &amp;nbsp;DELAY(10);
&lt;br&gt;&amp;nbsp; 	 &amp;nbsp; &amp;nbsp;if (ctlr-&amp;gt;chip-&amp;gt;cfg1 &amp; NVQ) {
&lt;br&gt;&amp;nbsp; 		/* clear interrupt status */
&lt;br&gt;&amp;nbsp; 		ATA_OUTL(ctlr-&amp;gt;r_res2, offset, 0x00ff00ff);
&lt;br&gt;&amp;nbsp;_______________________________________________
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26111799&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svn-src-all@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/svn-src-all&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/svn-src-all&lt;/a&gt;&lt;br&gt;&amp;nbsp;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26111799&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svn-src-all-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26111799&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-amd64&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26111799&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-amd64-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-amd64-139156%3A-commit-references-a-PR-tp26057978p26111799.html" />
</entry>

</feed>
