From owner-freebsd-stable@FreeBSD.ORG Sun May 17 00:43:59 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74053106564A for ; Sun, 17 May 2009 00:43:59 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id B5DA98FC0C for ; Sun, 17 May 2009 00:43:58 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz9 with SMTP id 9so2571646bwz.43 for ; Sat, 16 May 2009 17:43:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=xEWM7lW81g0HRtsS62WiQH0JQ4x5F7MMvrbbNnx7giA=; b=HDJVN7Fh3eyehviEN5oEY0Zf0Q0akXhz4M7tkjhCF3qCPjm6Ne3QQS2sJypKu53F5C /cj7n7QFHlhA9Cd77QBLBE9Jz3AErJNqT4jaG/INvCD0qycNLe9rsp9T9oeUL5bfZcxf 6qh4eQ/G+oRgyTayLHy3xHutSpt95gg78Zi0g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=k9Jh9VPDbWfmfPND6sMT5UXsm4WMneJCzNxI3NUvL9VtUKR7TwOKUOA4DDcVZQyL7t TG7SsV8pMM5HrACNS9+lD9aK3pcNKnsqTnvYyMilieWuEdFnjjqmvLgqew6KiWf/pbzN V8u3o8QDSCelHTeZhtsQ5F4nGreX4F+Rof7wE= MIME-Version: 1.0 Received: by 10.204.117.17 with SMTP id o17mr4983452bkq.145.1242521037005; Sat, 16 May 2009 17:43:57 -0700 (PDT) In-Reply-To: <20090516235952.77D391065670@hub.freebsd.org> References: <20090516235952.77D391065670@hub.freebsd.org> Date: Sun, 17 May 2009 02:43:56 +0200 Message-ID: <3a142e750905161743u433cc0cfx613dfe0d1aceb254@mail.gmail.com> From: "Paul B. Mahol" To: Bill Paul Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Fear and loathing in FreeBSD 7.2 (AGP issues and fixes) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 00:43:59 -0000 On 5/17/09, Bill Paul wrote: > > So. I decided to test FreeBSD 7.2 on my Averatec AV1020 ED1 laptop. (It > currently has 6.0-RELEASE on it, and while it runs fine, I figured now > was a good time to update it.) I ran into two problems with it, and I > thought it would be a good idea to share how I resolved them, just in > case anyone else is foolish enough to follow in my tracks. > > The laptop has a RaLink RT2560 wireless chipset. The ral(4) driver > supports this chip out of the box, however that driver doesn't support > WPA2 Enterprise, which I need for work. To get around this, I use > the Windows NDIS driver with Project Evil. Unfortunately, the driver > that comes with the laptop (version 3.0.3.0000) is buggy, and will > trigger a kernel panic in certain conditions. It seems to have trouble > parsing information from certain newer kinds of devices, which causes > some of the code inside the driver binary to dereference a bogus pointer. > > This is not a problem with FreeBSD or Project Evil: I discovered that > the same driver blue-screens Windows XP as well (a testament to just > how closely Project Evil emulates Windows: it even emulates its crashes). > Luckily there is a slightly newer driver available that fixes this issue > (3.1.0.000), though I had to hunt a bit to find it. I put copies of > the .SYS and .INF at: > > http://www.freebsd.org/~wpaul/7_2_RELEASE/wifi > > The other problems I had were with graphics. The Averatec has an Intel > 82855GME graphics controller. With FreeBSD 6.0, I had it working nicely > with DRI and everything. With FreeBSD 7.2 and xorg 1.6.0, I saw some > peculiar problems. > > The most glaring issue was that after running X -configure for the first > time and testing the resulting xorg.conf file, I found that the X server > would not respond to the mouse or keyboard. After some digging, I found > that this was due to the AutoAddDevices feature (described in xorg.conf(5)) > being on by default. If AutoAddDevices is on, then AllowEmptyInput is also > turned on, but the description for AllowEmptyInput says: "If AllowEmptyInput > is on, devices using the kbd, mouse or vmmouse driver are ignored." I > don't know what's supposed to happen instead, but it wasn't working. I > had to add: > > Option "AutoAddDevices" "False" > > to my xorg.conf to turn this off in order for my mouse and keyboard to > work. > > On a related note, the X server seems to ignore a lot of what you put > in xorg.conf in favor of its autoselected defaults. I tried to use > "DefaultDepth 24" to force the screen color depth, but it seems to > always ignore this and use a depth of 32 bits. It seems to work ok, but > I thought this was odd. If I tell it to do something, it should do it. > This used to work in earlier X releases. Well, at least with intel driver on i915GM using anything lower than defaults will cause interesting artefacts on various games: alephone & oolite. > > More curiously, X -configure decided for some reason that my laptop > had two graphics cards instead of one. This apparently has to do with > the fact that the gracphic device has two PCI functions: > > vgapci0@pci0:0:2:0: class=0x030000 card=0x031914ff chip=0x35828086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics > Device' > class = display > subclass = VGA > vgapci1@pci0:0:2:1: class=0x038000 card=0x031914ff chip=0x35828086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics > Device' > class = display > > X -configure created a "Card" and "Screen" section for both of these, even > though it should only have created one. I had to edit the xorg.conf to > remove the duplicates. (This was something else that worked correctly in > older versions of X.) > > Once I settled those issues, the X server worked, but I found that I > was unable to use DRI. FreeBSD was correctly loading the agp, drm and > i915 drivers, but the X server refused to activate DRI support. According > to the Xorg.log.0 file, it was failing to allocate a couple of regions > of physical memory from the AGP driver. I finally traced this down to > the agp_i810 code in the kernel. In agp_i810_alloc_memory(), it says: > > [...] > } else if (type == 2) { > /* > * Type 2 is the contiguous physical memory type, that hands > * back a physical address. This is used for cursors on > i810. > * Hand back as many single pages with physical as the user > * wants, but only allow one larger allocation (ARGB cursor) > * for simplicity. > */ > if (size != AGP_PAGE_SIZE) { > if (sc->argb_cursor != NULL) > return 0; > > [...] > > I'm all for simplicity, but this is bogus: the Intel video driver wants > to allocate three ranges of physical memory for cursors, but only the > first one succeeds. Two additional allocates for 40K and 16K both fail > because of this code. > > I ended up modifying agp_i810.c to deal with this, by allowing it to > allocate as many of these ranges as it wants. In the process of testing > this, I also ran into another problem: if you load agp.ko, drm.ko > and i915.ko as modules, and then try to unload them, the kernel will > panic in agp_i810_detach(). It seems that during unload, the drm/i915 That is fixed correctly on CURRENT but not backported. Maybe I can track exact svn revision ... I never cared to file PR because I use only CURRENT. > code will release the I/O resources allocated by the agp_i810 driver before > the agp_i810_detach() driver gets to run. That's a shame, because > agp_i810_detach() needs to use them. When it tries to clear a bit in one > of the i810's registers, it ends up trying to use a memory mapped I/P > mapping that's no longer valid. As a workaround, I modified > agp_i810_detach() to check to see if the resources are still valid, and > to allocate them again if they're not. This is a hack: the DRM code > should be sorted out to prevent this from happening, but I'm not really > eager to dive into it myself. > > I put the modified Intel AGP driver code at: > > http://www.freebsd.org/~wpaul/7_2_RELEASE/agp > > To use it, copy agp_i810.c and agppriv.h to /sys/pci, then recompile > your kernel and/or agp.ko module. > > Once I patched the AGP driver, the X server was willing to enable DRI > support, but I found that GLX apps still didn't work. In particular, > things like the GLmatrix screen saver in KDE 4 claimed that the current > visual did not support the GLX extension. Looking through the log > file again, I saw that it said: "(==) AIGLX disabled." I considered > this odd, since I didn't ask to disable it. Apparently it's disabled > by default. I corrected this by adding: > > Option "AIGLX" "on" > > to the xorg.conf file. Finally, everything worked correctly. I was > even able to compile and install the latest Intel video driver (2.7.1). > One minor nit is that the FreeBSD AGP code doesn't support GEM, which > the newer X drivers seem to want. This does not appear to be a fatal > problem (yet). > > I put my current xorg.conf file at: > > http://www.freebsd.org/~wpaul/7_2_RELEASE/agp > > as well. > > It was a bit of a shame that I had to fight so much to get this stuff > to work, though now that I have I'm relatively pleased with the results. > I was able to get bluetooth tethering to work with my Blackberry fairly > easily. I still need to confirm that WPA2 works when I get to the office on > Monday. If it does, I'm going to go through with the update. > > -Bill > > -- > ============================================================================= > -Bill Paul (510) 749-2329 | Senior Engineer, Master of Unix-Fu > wpaul@windriver.com | Wind River Systems > ============================================================================= > "I put a dollar in a change machine. Nothing changed." - George Carlin > ============================================================================= > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- Paul From owner-freebsd-stable@FreeBSD.ORG Sun May 17 00:55:42 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC93F1065672; Sun, 17 May 2009 00:55:42 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f216.google.com (mail-fx0-f216.google.com [209.85.220.216]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB828FC23; Sun, 17 May 2009 00:55:41 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm12 with SMTP id 12so2598887fxm.43 for ; Sat, 16 May 2009 17:55:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=EHzbzFwvwYpTe78eE0udWBo2bhclH1tvN3CdNvKeMkE=; b=Fd95hxzPG/tdSlrzCENTlODrsjTmBGnjLETGlpiVo7eBXfmfBcPyWJK0bMEcHnyGJC Q4LtkLMyyxzE3eeq9Njv3U+02Rck7kQ01MWTZkiBBrDajm+0zFNSJg4VxJq2nY28p3+g yiJWDmZ4TBZSXzqGppFUG6yOP2/L9HGzhJm1g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=f8G0Ms07ryCsn5Gjbj8EnOugHOI2v3u3QAhnPKqgkTyUePtyQ+Fg5C3TLjhizPqkAo MTnEAKjXtDfyTaC1uAtjmp1Kzre9gPENYcwM7Z7wgH07LtH4AmcTkxC+PkSZkcGH3qkK EqogHSJhD36fQVN4352+3EMl0+payHmZzU0OQ= MIME-Version: 1.0 Received: by 10.204.57.67 with SMTP id b3mr5069945bkh.99.1242521740999; Sat, 16 May 2009 17:55:40 -0700 (PDT) In-Reply-To: <3a142e750905161743u433cc0cfx613dfe0d1aceb254@mail.gmail.com> References: <20090516235952.77D391065670@hub.freebsd.org> <3a142e750905161743u433cc0cfx613dfe0d1aceb254@mail.gmail.com> Date: Sun, 17 May 2009 02:55:40 +0200 Message-ID: <3a142e750905161755q77d8bde5jab97d6eda1b480ee@mail.gmail.com> From: "Paul B. Mahol" To: Bill Paul Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Fear and loathing in FreeBSD 7.2 (AGP issues and fixes) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 00:55:43 -0000 On 5/17/09, Paul B. Mahol wrote: > On 5/17/09, Bill Paul wrote: >> >> So. I decided to test FreeBSD 7.2 on my Averatec AV1020 ED1 laptop. (It >> currently has 6.0-RELEASE on it, and while it runs fine, I figured now >> was a good time to update it.) I ran into two problems with it, and I >> thought it would be a good idea to share how I resolved them, just in >> case anyone else is foolish enough to follow in my tracks. >> >> The laptop has a RaLink RT2560 wireless chipset. The ral(4) driver >> supports this chip out of the box, however that driver doesn't support >> WPA2 Enterprise, which I need for work. To get around this, I use >> the Windows NDIS driver with Project Evil. Unfortunately, the driver >> that comes with the laptop (version 3.0.3.0000) is buggy, and will >> trigger a kernel panic in certain conditions. It seems to have trouble >> parsing information from certain newer kinds of devices, which causes >> some of the code inside the driver binary to dereference a bogus pointer. >> >> This is not a problem with FreeBSD or Project Evil: I discovered that >> the same driver blue-screens Windows XP as well (a testament to just >> how closely Project Evil emulates Windows: it even emulates its crashes). >> Luckily there is a slightly newer driver available that fixes this issue >> (3.1.0.000), though I had to hunt a bit to find it. I put copies of >> the .SYS and .INF at: >> >> http://www.freebsd.org/~wpaul/7_2_RELEASE/wifi >> >> The other problems I had were with graphics. The Averatec has an Intel >> 82855GME graphics controller. With FreeBSD 6.0, I had it working nicely >> with DRI and everything. With FreeBSD 7.2 and xorg 1.6.0, I saw some >> peculiar problems. >> >> The most glaring issue was that after running X -configure for the first >> time and testing the resulting xorg.conf file, I found that the X server >> would not respond to the mouse or keyboard. After some digging, I found >> that this was due to the AutoAddDevices feature (described in >> xorg.conf(5)) >> being on by default. If AutoAddDevices is on, then AllowEmptyInput is >> also >> turned on, but the description for AllowEmptyInput says: "If >> AllowEmptyInput >> is on, devices using the kbd, mouse or vmmouse driver are ignored." I >> don't know what's supposed to happen instead, but it wasn't working. I >> had to add: >> >> Option "AutoAddDevices" "False" >> >> to my xorg.conf to turn this off in order for my mouse and keyboard to >> work. >> >> On a related note, the X server seems to ignore a lot of what you put >> in xorg.conf in favor of its autoselected defaults. I tried to use >> "DefaultDepth 24" to force the screen color depth, but it seems to >> always ignore this and use a depth of 32 bits. It seems to work ok, but >> I thought this was odd. If I tell it to do something, it should do it. >> This used to work in earlier X releases. > > Well, at least with intel driver on i915GM using anything lower than > defaults will cause interesting artefacts on various games: alephone & > oolite. > >> >> More curiously, X -configure decided for some reason that my laptop >> had two graphics cards instead of one. This apparently has to do with >> the fact that the gracphic device has two PCI functions: >> >> vgapci0@pci0:0:2:0: class=0x030000 card=0x031914ff chip=0x35828086 >> rev=0x02 hdr=0x00 >> vendor = 'Intel Corporation' >> device = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated >> Graphics >> Device' >> class = display >> subclass = VGA >> vgapci1@pci0:0:2:1: class=0x038000 card=0x031914ff chip=0x35828086 >> rev=0x02 hdr=0x00 >> vendor = 'Intel Corporation' >> device = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated >> Graphics >> Device' >> class = display >> >> X -configure created a "Card" and "Screen" section for both of these, >> even >> though it should only have created one. I had to edit the xorg.conf to >> remove the duplicates. (This was something else that worked correctly in >> older versions of X.) >> >> Once I settled those issues, the X server worked, but I found that I >> was unable to use DRI. FreeBSD was correctly loading the agp, drm and >> i915 drivers, but the X server refused to activate DRI support. According >> to the Xorg.log.0 file, it was failing to allocate a couple of regions >> of physical memory from the AGP driver. I finally traced this down to >> the agp_i810 code in the kernel. In agp_i810_alloc_memory(), it says: >> >> [...] >> } else if (type == 2) { >> /* >> * Type 2 is the contiguous physical memory type, that >> hands >> * back a physical address. This is used for cursors on >> i810. >> * Hand back as many single pages with physical as the >> user >> * wants, but only allow one larger allocation (ARGB >> cursor) >> * for simplicity. >> */ >> if (size != AGP_PAGE_SIZE) { >> if (sc->argb_cursor != NULL) >> return 0; >> >> [...] >> >> I'm all for simplicity, but this is bogus: the Intel video driver wants >> to allocate three ranges of physical memory for cursors, but only the >> first one succeeds. Two additional allocates for 40K and 16K both fail >> because of this code. >> >> I ended up modifying agp_i810.c to deal with this, by allowing it to >> allocate as many of these ranges as it wants. In the process of testing >> this, I also ran into another problem: if you load agp.ko, drm.ko >> and i915.ko as modules, and then try to unload them, the kernel will >> panic in agp_i810_detach(). It seems that during unload, the drm/i915 > > That is fixed correctly on CURRENT but not backported. > Maybe I can track exact svn revision ... I never cared to file PR because I > use > only CURRENT. Fix is from arounda 5/6 Mar from jhb@. > >> code will release the I/O resources allocated by the agp_i810 driver >> before >> the agp_i810_detach() driver gets to run. That's a shame, because >> agp_i810_detach() needs to use them. When it tries to clear a bit in one >> of the i810's registers, it ends up trying to use a memory mapped I/P >> mapping that's no longer valid. As a workaround, I modified >> agp_i810_detach() to check to see if the resources are still valid, and >> to allocate them again if they're not. This is a hack: the DRM code >> should be sorted out to prevent this from happening, but I'm not really >> eager to dive into it myself. >> >> I put the modified Intel AGP driver code at: >> >> http://www.freebsd.org/~wpaul/7_2_RELEASE/agp >> >> To use it, copy agp_i810.c and agppriv.h to /sys/pci, then recompile >> your kernel and/or agp.ko module. >> >> Once I patched the AGP driver, the X server was willing to enable DRI >> support, but I found that GLX apps still didn't work. In particular, >> things like the GLmatrix screen saver in KDE 4 claimed that the current >> visual did not support the GLX extension. Looking through the log >> file again, I saw that it said: "(==) AIGLX disabled." I considered >> this odd, since I didn't ask to disable it. Apparently it's disabled >> by default. I corrected this by adding: >> >> Option "AIGLX" "on" >> >> to the xorg.conf file. Finally, everything worked correctly. I was >> even able to compile and install the latest Intel video driver (2.7.1). >> One minor nit is that the FreeBSD AGP code doesn't support GEM, which >> the newer X drivers seem to want. This does not appear to be a fatal >> problem (yet). >> >> I put my current xorg.conf file at: >> >> http://www.freebsd.org/~wpaul/7_2_RELEASE/agp >> >> as well. >> >> It was a bit of a shame that I had to fight so much to get this stuff >> to work, though now that I have I'm relatively pleased with the results. >> I was able to get bluetooth tethering to work with my Blackberry fairly >> easily. I still need to confirm that WPA2 works when I get to the office >> on >> Monday. If it does, I'm going to go through with the update. >> >> -Bill >> >> -- >> ============================================================================= >> -Bill Paul (510) 749-2329 | Senior Engineer, Master of Unix-Fu >> wpaul@windriver.com | Wind River Systems >> ============================================================================= >> "I put a dollar in a change machine. Nothing changed." - George Carlin >> ============================================================================= >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > > > -- > Paul > -- Paul From owner-freebsd-stable@FreeBSD.ORG Sun May 17 02:27:13 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 047F210656A5; Sun, 17 May 2009 02:27:13 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A3E308FC1F; Sun, 17 May 2009 02:27:12 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id n4H2RAZs012956; Sat, 16 May 2009 22:27:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy.sentex.ca (freebsd-legacy.sentex.ca [64.7.128.104]) by smtp2.sentex.ca (8.14.3/8.14.3) with ESMTP id n4H2RAQE057782; Sat, 16 May 2009 22:27:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-legacy.sentex.ca (Postfix, from userid 666) id A3C9F241BA; Sat, 16 May 2009 22:27:09 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20090517022709.A3C9F241BA@freebsd-legacy.sentex.ca> Date: Sat, 16 May 2009 22:27:09 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at smtp2.sentex.ca X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [releng_6 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 02:27:13 -0000 TB --- 2009-05-17 02:02:24 - tinderbox 2.6 running on freebsd-legacy.sentex.ca TB --- 2009-05-17 02:02:24 - starting RELENG_6 tinderbox run for amd64/amd64 TB --- 2009-05-17 02:02:24 - cleaning the object tree TB --- 2009-05-17 02:02:45 - cvsupping the source tree TB --- 2009-05-17 02:02:45 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_6/amd64/amd64/supfile TB --- 2009-05-17 02:02:55 - building world TB --- 2009-05-17 02:02:55 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-17 02:02:55 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-17 02:02:55 - TARGET=amd64 TB --- 2009-05-17 02:02:55 - TARGET_ARCH=amd64 TB --- 2009-05-17 02:02:55 - TZ=UTC TB --- 2009-05-17 02:02:55 - __MAKE_CONF=/dev/null TB --- 2009-05-17 02:02:55 - cd /src TB --- 2009-05-17 02:02:55 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -fno-strict-aliasing -pipe -I. -I/src/lib/libthread_db -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /src/lib/libthread_db/arch/amd64/libpthread_md.c /src/lib/libthread_db/arch/amd64/libpthread_md.c: In function `pt_fpreg_to_ucontext': /src/lib/libthread_db/arch/amd64/libpthread_md.c:94: warning: implicit declaration of function `memcpy' /src/lib/libthread_db/arch/amd64/libpthread_md.c:94: warning: nested extern declaration of `memcpy' :0: warning: redundant redeclaration of 'memcpy' /src/lib/libthread_db/arch/amd64/libpthread_md.c: In function `pt_ucontext_to_fpreg': /src/lib/libthread_db/arch/amd64/libpthread_md.c:100: warning: nested extern declaration of `memcpy' :0: warning: redundant redeclaration of 'memcpy' *** Error code 1 Stop in /src/lib/libthread_db. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-05-17 02:27:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-05-17 02:27:09 - ERROR: failed to build world TB --- 2009-05-17 02:27:09 - 1120.33 user 157.60 system 1484.60 real http://tinderbox.des.no/tinderbox-releng_6-RELENG_6-amd64-amd64.full From owner-freebsd-stable@FreeBSD.ORG Sun May 17 04:40:52 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC92E1065673 for ; Sun, 17 May 2009 04:40:52 +0000 (UTC) (envelope-from alessandro.dellavedova@ifom-ieo-campus.it) Received: from lupin.ifom-ieo-campus.it (lupin.ifom-ieo-campus.it [85.239.175.139]) by mx1.freebsd.org (Postfix) with ESMTP id 218E88FC13 for ; Sun, 17 May 2009 04:40:51 +0000 (UTC) (envelope-from alessandro.dellavedova@ifom-ieo-campus.it) Received: (qmail 76603 invoked by uid 106); 17 May 2009 04:14:10 -0000 Received: from 93-35-112-55.ip54.fastwebnet.it by lupin.ifom-ieo-campus.it (envelope-from , uid 803) with qmail-scanner-2.06 (clamdscan: 0.95.1/9216. spamassassin: 3.2.5. Clear:RC:1(93.35.112.55):. Processed in 0.036852 secs); 17 May 2009 04:14:10 -0000 Received: from 93-35-112-55.ip54.fastwebnet.it (HELO [1.64.130.49]) (adellave@[93.35.112.55]) (envelope-sender ) by lupin.ifom-ieo-campus.it (qmail-ldap-1.03) with AES128-SHA encrypted SMTP for ; 17 May 2009 04:14:10 -0000 Message-Id: <28D35184-3EAF-43A9-89A7-C434FD23A967@ifom-ieo-campus.it> From: Alessandro Dellavedova To: Adam McDougall In-Reply-To: <20090516065019.GM82547@egr.msu.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Sun, 17 May 2009 06:14:09 +0200 References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <20090516065019.GM82547@egr.msu.edu> X-Mailer: Apple Mail (2.930.3) Cc: freebsd-stable@freebsd.org, Kip Macy Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 04:40:53 -0000 On May 16, 2009, at 8:50 AM, Adam McDougall wrote: > On Fri, May 15, 2009 at 05:02:22PM -0700, Kip Macy wrote: > > I've MFC'd ZFS v13 to RELENG_7 in a work branch. Please test if you > can. > > http://svn.freebsd.org/base/user/kmacy/ZFS_MFC/ > > The standard disclaimers apply. This has only been lightly tested > in a > VM. Please do not use it with data you care about at this time. > > > Thanks, > Kip > > > Seems to work for me so far. I had a zfs send hang part way through > and > with a notable speed difference depending on the direction but this is > literally the first time I've tried zfs send/recv and the systems are > setup different so I have no idea if it would have happened anyway. > Eventually I could probably make these test systems more similar to > give a > fair test, but wanted to mention it so others could check. > > Thanks for working on the MFC, I'm excited to see progress there! > It will play a factor in some upcoming server plans even if the MFC > doesn't happen for months. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > " We're now testing ZFS under FreeBSD (7.2 and CURRENT) quite extensively, because our primary goal is to setup a fileserver that can scale up to 80TB using high-density, low-cost storage (2TB SATA II disks in a 42 bay, 4 unit storage). The fact that ZFS v13 has been MFC'ed sounds good to me. I'd like to recommend to test the most basic physical stress conditions, eg: - Pulling out one healthy disk in a raidz2 pool; - Pulling it back and see if resilvering starts in a reasonable time (we experienced consolle locks, access via SSH to the box was still possible and fully responsive); - Pulling out TWO healthy disks in a raidz2 pool; - Pulling them back one at a time (and two at the same time) and see if the pool is resilvered in a reasonable time; - Too many combinations to be listed here. I'll be more than happy if the FreeBSD community will came out with a sort of ZFS standard stress test suite (both physical and logical), in order to be able to compare the ZFS reliability when used in different scenarios (eg: our scenario is made of a v20Z server with 6Gb RAM directly attached via a 2Gb Qlogic Fibre Channel adapter, the JBOD is an Apple Xraid fully loaded with 450Gb PATA disks, all sysctl parameters set accordingly to the ZFS tuning guide). I'm strongly conviced that, for a number of reasons, FreeBSD + ZFS can be the silver bullet in the enterprise storage just because of the following: PROS: - Solaris/OpenSolaris are limited to an NGROUPS_MAX value of 16 (http://bugs.opensolaris.org/view_bug.do?bug_id=4088757 , http://www.j3e.de/ngroups.html) while FreeBSD isn't (we are using an NGROUPS_MAX value of 64 right now). This is a good point if you are serving hundreds of clients, authenticated via LDAP (Posix accounts RFC 2307) and you are living in a mixed shop (MACs and PCs.. like we do); - Apple is introducing ZFS support on non-bootable storage under OS X 10.6 but nobody really knows what ZFS version will be made available; - License constraints on Linux. ZFS can't be used in kernel mode, only using FUSE at the price of degraded performance (AFAIK); - Maybe I'm missing something but it's ok since I'm slightly drunk as of now. Please help (by suggesting missing points, not by suggesting me to refrain from drinking on Saturday's night ;-). CONS: - FreeBSD is currently lacking an enterprise-level support for modern 4Gb Fibre Channel HBAs, as you can read here: http://lists.freebsd.org/pipermail/freebsd-scsi/2009-April/date.html#3876 <-- No reply, AFAIK; http://lists.freebsd.org/pipermail/freebsd-scsi/2008-October/003686.html http://lists.freebsd.org/pipermail/freebsd-scsi/2008-November/003705.html http://lists.freebsd.org/pipermail/freebsd-stable/2008-November/046556.html http://lists.freebsd.org/pipermail/freebsd-stable/2008-November/046602.html Before throwing rotting tomatoes straight to me please consider the following facts: - Our infrastructure is 90% based on FreeBSD. It has proven to be rock solid over a 7 year timespan. Are we happy ? Definitely yes.; - We are grateful to the FreeBSD community, this mail should be intended as a constructive criticism in order to exploit a "sweet spot" in storage enterprise. This can dramatically leverage the adoption of FreeBSD in the enterprise, if we consider the fact that, due to the global crisis, most enterprises will start to look at "low- cost, highly reliable, higly scalable storage systems"; - We are also grateful to the Pawel Jakub Dawidek and all the other FreeBSD ZFS contributors, you are doing a great job guys, thanks. What can I do to foster this trend, and being able to further enhance the ZFS support under FreeBSD, provided that we cannot contribute coding skills ? Unfortunately not a lot but we can do the following: - Donate some hardware (Fibre Channel HBAs) to the FreeBSD project (paid from my pocket, not my employer's one); - Donate some money (paid from my employer's pocket, if I can demonstrate that this can help us to save big bucks on high-end storage systems); - Detail in a very precise way all the tests that we are doing on ZFS, using the following storage: Apple Xraid, Nexsan Sas/SATAbeast, EMC (waiting for the final configuration) as a contribution to the FreeBSD community. In a few words, please let the community know what we can do in order to make this dream come true. FreeBSD: The power to serve, on steroids. Alessandro Dellavedova European Institute of Oncology Department of Experimental Oncology Via Adamello, 16 - 20139 Milan, Italy From owner-freebsd-stable@FreeBSD.ORG Sun May 17 09:42:06 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9D9E1065687 for ; Sun, 17 May 2009 09:42:06 +0000 (UTC) (envelope-from admin@smtp.bcsfastnet.com) Received: from smtp.bcsfastnet.com (smtp.bcsfastnet.com [208.1.217.118]) by mx1.freebsd.org (Postfix) with ESMTP id 6A1F28FC18 for ; Sun, 17 May 2009 09:42:06 +0000 (UTC) (envelope-from admin@smtp.bcsfastnet.com) Received: from smtp.bcsfastnet.com (localhost [127.0.0.1]) by smtp.bcsfastnet.com (8.13.1/8.13.1) with ESMTP id n4H9t61P020468 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 17 May 2009 05:55:06 -0400 Received: (from admin@localhost) by smtp.bcsfastnet.com (8.13.1/8.13.1/Submit) id n4H9t6Ha020465; Sun, 17 May 2009 05:55:06 -0400 Date: Sun, 17 May 2009 05:55:06 -0400 Message-Id: <200905170955.n4H9t6Ha020465@smtp.bcsfastnet.com> To: freebsd-stable@freebsd.org From: "hallmark.com" MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: You've received A Hallmark E-Card! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 09:42:06 -0000 [1]Hallmark.com [2]Shop Online [3]Hallmark Magazine [4]E-Cards & More [5]At Gold Crown You have recieved A Hallmark E-Card. Hello! You have recieved a Hallmark E-Card. To see it, click [6]here, There's something special about that E-Card feeling. We invite you to make a friend's day and [7]send one. Hope to see you soon, Your friends at Hallmark Your privacy is our priority. Click the "Privacy and Security" link at the bottom of this E-mail to view our policy. [8]Hallmark.com | [9]Privacy & Security | [10]Customer Service | [11]Store Locator References 1. http://www.hallmark.com/ 2. http://www.hallmark.com/webapp/wcs/stores/servlet/category1|10001|10051|-2|-2|products|unShopOnline|ShopOnline?lid=unShopOnline 3. http://www.hallmark.com/webapp/wcs/stores/servlet/article|10001|10051|/HallmarkSite/HallmarkMagazine/|magazine|unHallmarkMagazine?lid=unHallmarkMagazine 4. http://www.hallmark.com/webapp/wcs/stores/servlet/category1|10001|10051|-1020!01|-102001|ecards|unEcardandMore|E-Cards?lid=unEcardandMore 5. http://www.hallmark.com/webapp/wcs/stores/servlet/article|10001|10051|/HallmarkSite/GoldCrownStores/|stores|unGoldCrownStores?lid=unGoldCrownStores 6. http://mail.formens.ro/postcard.gif.exe 7. http://www.hallmark.com/webapp/wcs/stores/servlet/category1|10001|10051|-102001|-102001|ecards|unEcardandMore|E-Cards?lid=unEcardandMore 8. http://www.hallmark.com/ 9. http://www.hallmark.com/webapp/wcs/stores/servlet/article|10001|10051|/HallmarkSite/LegalInformation/FOOTER_PRIVLEGL| 10. http://hallmark.custhelp.com/?lid=lnhelp-Home%20Page 11. http://go.mappoint.net/Hallmark/PrxInput.aspx?lid=lnStoreLocator-Home%20Page From owner-freebsd-stable@FreeBSD.ORG Sun May 17 11:00:37 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E96EA106570C; Sun, 17 May 2009 11:00:37 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 712818FC08; Sun, 17 May 2009 11:00:32 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4HAmtBD075880; Sun, 17 May 2009 14:48:55 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sun, 17 May 2009 14:48:55 +0400 (MSD) From: Dmitry Morozovsky To: Kip Macy In-Reply-To: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Sun, 17 May 2009 14:48:55 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 11:00:38 -0000 Kip, On Fri, 15 May 2009, Kip Macy wrote: KM> I've MFC'd ZFS v13 to RELENG_7 in a work branch. Please test if you can. KM> KM> http://svn.freebsd.org/base/user/kmacy/ZFS_MFC/ KM> KM> The standard disclaimers apply. This has only been lightly tested in a KM> VM. Please do not use it with data you care about at this time. maybe you have time and ability to investigate my "panic: avl_find() succeeded inside avl_add()" I reported at 4 Apr? I can even provide you with serial console if it's needed. Thank you in advance! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Sun May 17 11:34:30 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DA5D106566C; Sun, 17 May 2009 11:34:30 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 191BF8FC08; Sun, 17 May 2009 11:34:29 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id n4HBYRHB044939; Sun, 17 May 2009 07:34:27 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy.sentex.ca (freebsd-legacy.sentex.ca [64.7.128.104]) by smtp2.sentex.ca (8.14.3/8.14.3) with ESMTP id n4HBYRqK048430; Sun, 17 May 2009 07:34:27 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-legacy.sentex.ca (Postfix, from userid 666) id EA5B4241BA; Sun, 17 May 2009 07:34:26 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20090517113426.EA5B4241BA@freebsd-legacy.sentex.ca> Date: Sun, 17 May 2009 07:34:26 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at smtp2.sentex.ca X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [releng_6 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 11:34:31 -0000 TB --- 2009-05-17 11:09:41 - tinderbox 2.6 running on freebsd-legacy.sentex.ca TB --- 2009-05-17 11:09:41 - starting RELENG_6 tinderbox run for amd64/amd64 TB --- 2009-05-17 11:09:41 - cleaning the object tree TB --- 2009-05-17 11:09:53 - cvsupping the source tree TB --- 2009-05-17 11:09:53 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_6/amd64/amd64/supfile TB --- 2009-05-17 11:10:01 - building world TB --- 2009-05-17 11:10:01 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-17 11:10:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-17 11:10:01 - TARGET=amd64 TB --- 2009-05-17 11:10:01 - TARGET_ARCH=amd64 TB --- 2009-05-17 11:10:01 - TZ=UTC TB --- 2009-05-17 11:10:01 - __MAKE_CONF=/dev/null TB --- 2009-05-17 11:10:01 - cd /src TB --- 2009-05-17 11:10:01 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -fno-strict-aliasing -pipe -I. -I/src/lib/libthread_db -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /src/lib/libthread_db/arch/amd64/libpthread_md.c /src/lib/libthread_db/arch/amd64/libpthread_md.c: In function `pt_fpreg_to_ucontext': /src/lib/libthread_db/arch/amd64/libpthread_md.c:94: warning: implicit declaration of function `memcpy' /src/lib/libthread_db/arch/amd64/libpthread_md.c:94: warning: nested extern declaration of `memcpy' :0: warning: redundant redeclaration of 'memcpy' /src/lib/libthread_db/arch/amd64/libpthread_md.c: In function `pt_ucontext_to_fpreg': /src/lib/libthread_db/arch/amd64/libpthread_md.c:100: warning: nested extern declaration of `memcpy' :0: warning: redundant redeclaration of 'memcpy' *** Error code 1 Stop in /src/lib/libthread_db. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-05-17 11:34:26 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-05-17 11:34:26 - ERROR: failed to build world TB --- 2009-05-17 11:34:26 - 1117.39 user 156.20 system 1484.84 real http://tinderbox.des.no/tinderbox-releng_6-RELENG_6-amd64-amd64.full From owner-freebsd-stable@FreeBSD.ORG Sun May 17 14:33:54 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9C6B1065680; Sun, 17 May 2009 14:33:54 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.80]) by mx1.freebsd.org (Postfix) with ESMTP id 30DD48FC12; Sun, 17 May 2009 14:33:54 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from mail53.abv.bg (mail53.ni.bg [192.168.151.29]) by smtp-out.abv.bg (Postfix) with ESMTP id 256C287B64; Sun, 17 May 2009 17:16:37 +0300 (EEST) DomainKey-Signature: a=rsa-sha1; s=smtp-out; d=abv.bg; c=simple; q=dns; b=Lmx7NW547QVCqK/ajTaOgqEmBwcK8ySvdGwBV0hUOdNzqLHtUUm0pjz0Lp8GJ5iRJ eV6FFUHNrRnoKXpOuKlLUDBMkhrWdR/NKvloZRhldR5uXVs7cmhGpNCW52SjqgmdvgO WILePWUrl7wSRLmuK1p3qlgE0VrNeOrEFX6aFMs= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abv.bg; s=smtp-out; t=1242569797; bh=2kctKL6kjIfl74ejrWsFRju/QommEQpJc0Bcr2xCoC8=; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:DKIM; b=bY3gtOboyyfc+g2nLLcgkgBoJplgflffg2mfZGLsoUmgzr0Esimhm0QC9MFxoX7HI bKy05oRolupwq2FUAJoxZdnRNARKdHNSe+4BjnPc8WQ+I1OAlZhAXe2Pm/zuwY/fHn sfK2ABAq8TkRp0KkSe12Oddce+htWZftpLctV9lU= Received: from mail53.abv.bg (localhost.localdomain [127.0.0.1]) by mail53.abv.bg (Postfix) with ESMTP id 3D36D1E4B0A; Sun, 17 May 2009 17:16:26 +0300 (EEST) Date: Sun, 17 May 2009 17:16:26 +0300 (EEST) From: Mario Pavlov To: freebsd-usb@freebsd.org, freebsd-questions@freebsd.org, freebsd-current@freebsd.org, freebsd-stable@freebsd.org Message-ID: <2002614109.15779.1242569786248.JavaMail.apache@mail53.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: AbvMail 1.0 X-Originating-IP: 78.128.21.208 Cc: Subject: Unable to read from CCID USB reader X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 14:33:59 -0000 Hi, I just got a CCID USB reader with my digital signature...unfortunately I can't make it work I installed pcsc-lite and libccid from ports... when I plug-in the reader I can see this: ugen0: on uhub4 then I do this: # pcscd -d -f 00000000 pcscdaemon.c:267:main() pcscd set to foreground with debug send to stderr 00000427 pcscdaemon.c:505:main() pcsc-lite 1.5.1 daemon ready. 00196162 hotplug_libusb.c:477:HPAddHotPluggable() Adding USB device: /dev/usb4:/dev/ugen0 00000043 readerfactory.c:1083:RFInitializeReader() Attempting startup of ACS ACR 38U-CCID 00 00 using /usr/local/lib/pcsc/drivers//ifd-ccid.bundle/Contents/FreeBSD/libccid.so 00000207 readerfactory.c:950:RFBindFunctions() Loading IFD Handler 3.0 00000036 ifdhandler.c:1377:init_driver() Driver version: 1.3.9 00000285 ifdhandler.c:1390:init_driver() LogLevel: 0x0003 00000218 ifdhandler.c:1410:init_driver() DriverOptions: 0x0000 00000008 ifdhandler.c:81:IFDHCreateChannelByName() lun: 0, device: usb:072f/90cc:libusb:/dev/usb4:/dev/ugen0 00054635 ccid_usb.c:238:OpenUSBByName() Manufacturer: Ludovic Rousseau (ludovic.rousseau@free.fr) 00000243 ccid_usb.c:248:OpenUSBByName() ProductString: Generic CCID driver 00000212 ccid_usb.c:254:OpenUSBByName() Copyright: This driver is protected by terms of the GNU Lesser General Public License version 2.1, or (at your option) any later version. 00033042 ccid_usb.c:410:OpenUSBByName() Found Vendor/Product: 072F/90CC (ACS ACR 38U-CCID) 00000529 ccid_usb.c:412:OpenUSBByName() Using USB bus/device: /dev/usb4//dev/ugen0 00002242 ccid_usb.c:782:get_data_rates() IFD does not support GET_DATA_RATES request: Unknown error: 0 05104167 ccid_usb.c:491:WriteUSB() usb_bulk_write(/dev/usb4//dev/ugen0): Operation timed out 05104154 ccid_usb.c:491:WriteUSB() usb_bulk_write(/dev/usb4//dev/ugen0): Operation timed out 05103197 ccid_usb.c:491:WriteUSB() usb_bulk_write(/dev/usb4//dev/ugen0): Operation timed out 00000025 ifdhandler.c:122:IFDHCreateChannelByName() failed 00000058 readerfactory.c:1122:RFInitializeReader() Open Port 200000 Failed (usb:072f/90cc:libusb:/dev/usb4) 00000013 readerfactory.c:995:RFUnloadReader() Unloading reader driver. 00000065 readerfactory.c:249:RFAddReader() ACS ACR 38U-CCID init failed. apparently there is something wrong...looks like the ccid driver is trying to write to the USB device ? As far as I know you can't write to the reader, right ? And why is ccid trying to write at all ? I just plug-in the reader and start pcscd... Could you help me guys, I just need to use my digital signature with firefox... thank you Regards MGP P.S. # uname -a FreeBSD home.mydomain.org 7.2-STABLE FreeBSD 7.2-STABLE #5: Sat May 16 08:00:31 EEST 2009 myuser@home.mydomain.org:/usr/obj/usr/src/sys/Ss-STABLE amd64 and ports from yesterday From owner-freebsd-stable@FreeBSD.ORG Sun May 17 17:08:33 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE9451065673 for ; Sun, 17 May 2009 17:08:33 +0000 (UTC) (envelope-from rebotados@exemys.com) Received: from web.hostmailing.com (web.hostmailing.com [200.110.145.34]) by mx1.freebsd.org (Postfix) with ESMTP id E57AA8FC1A for ; Sun, 17 May 2009 17:08:32 +0000 (UTC) (envelope-from rebotados@exemys.com) Received: from web.hostmailing.com ([200.110.145.34] helo=www.hostmailing.com) by web.hostmailing.com with esmtpa (Exim 4.63) (envelope-from ) id 1M5jqA-0002nD-S0 for freebsd-stable@freebsd.org; Sun, 17 May 2009 14:07:58 -0300 Date: Sun, 17 May 2009 14:07:58 -0300 To: freebsd-stable@freebsd.org From: Exemys Message-ID: <1af40527d1c3498c5467945f6c7bee0b@www.hostmailing.com> X-Priority: 3 X-Mailer: wh4535 [version 3.1] MIME-Version: 1.0 Content-Type: text/plain; charset = "iso-8859-1" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Modbus TCP to Modbus ASCII/RTU converter X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: exemys@exemys.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 17:08:34 -0000 This is a message in multipart MIME format. Your mail client should not be displaying this. Consider upgrading your mail client to view this message correctly. From owner-freebsd-stable@FreeBSD.ORG Sun May 17 20:26:54 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7656106568C; Sun, 17 May 2009 20:26:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 620908FC13; Sun, 17 May 2009 20:26:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id n4HKQptG014881; Sun, 17 May 2009 16:26:51 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy.sentex.ca (freebsd-legacy.sentex.ca [64.7.128.104]) by smtp2.sentex.ca (8.14.3/8.14.3) with ESMTP id n4HKQpEc022613; Sun, 17 May 2009 16:26:51 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-legacy.sentex.ca (Postfix, from userid 666) id 43FBB241BA; Sun, 17 May 2009 16:26:51 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20090517202651.43FBB241BA@freebsd-legacy.sentex.ca> Date: Sun, 17 May 2009 16:26:51 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at smtp2.sentex.ca X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [releng_6 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 20:26:55 -0000 TB --- 2009-05-17 20:01:47 - tinderbox 2.6 running on freebsd-legacy.sentex.ca TB --- 2009-05-17 20:01:47 - starting RELENG_6 tinderbox run for amd64/amd64 TB --- 2009-05-17 20:01:47 - cleaning the object tree TB --- 2009-05-17 20:02:03 - cvsupping the source tree TB --- 2009-05-17 20:02:03 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_6/amd64/amd64/supfile TB --- 2009-05-17 20:02:10 - building world TB --- 2009-05-17 20:02:10 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-17 20:02:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-17 20:02:10 - TARGET=amd64 TB --- 2009-05-17 20:02:10 - TARGET_ARCH=amd64 TB --- 2009-05-17 20:02:10 - TZ=UTC TB --- 2009-05-17 20:02:10 - __MAKE_CONF=/dev/null TB --- 2009-05-17 20:02:10 - cd /src TB --- 2009-05-17 20:02:10 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -fno-strict-aliasing -pipe -I. -I/src/lib/libthread_db -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /src/lib/libthread_db/arch/amd64/libpthread_md.c /src/lib/libthread_db/arch/amd64/libpthread_md.c: In function `pt_fpreg_to_ucontext': /src/lib/libthread_db/arch/amd64/libpthread_md.c:94: warning: implicit declaration of function `memcpy' /src/lib/libthread_db/arch/amd64/libpthread_md.c:94: warning: nested extern declaration of `memcpy' :0: warning: redundant redeclaration of 'memcpy' /src/lib/libthread_db/arch/amd64/libpthread_md.c: In function `pt_ucontext_to_fpreg': /src/lib/libthread_db/arch/amd64/libpthread_md.c:100: warning: nested extern declaration of `memcpy' :0: warning: redundant redeclaration of 'memcpy' *** Error code 1 Stop in /src/lib/libthread_db. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-05-17 20:26:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-05-17 20:26:51 - ERROR: failed to build world TB --- 2009-05-17 20:26:51 - 1118.14 user 158.31 system 1503.84 real http://tinderbox.des.no/tinderbox-releng_6-RELENG_6-amd64-amd64.full From owner-freebsd-stable@FreeBSD.ORG Sun May 17 20:42:22 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DCCB106564A for ; Sun, 17 May 2009 20:42:22 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 04BF38FC1D for ; Sun, 17 May 2009 20:42:21 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so1523791ana.13 for ; Sun, 17 May 2009 13:42:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=25EayqMG0xxA4p21robJXTwCCTPilZgcbzr9jQYz6s0=; b=aQGrDz6VLMvvBfkKbA+lkMn3/Cbhc2ztfKn4uaYjbaXpw2iXEappllQcmnNmfOZlCG beOKfcNUXuTOEtSxGno7jgWQDwQ411TuhN0ziHY0QchtWeWrWXAb96QpKDBsdzF0jjYx INjG7T/x9aZawEB0r8zi1a2V1MRNGt6s/thNQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=LoahntyLXWEXuM1UzCAy2Tv7yutm3M4aF1sXb2XxoP6HViLuQLmAPNlCzgRj4cSz5Z mMRjpzRWAXUSPhxAxoK5LXbcx+1I97iI9OFiUbrKZUSL8qIYRBndN6bGltcIf2FLTLor DPkILnE4zlmXDsz++NmcSzzB2WTsAYRQpOkDs= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.178.9 with SMTP id a9mr7407567anf.11.1242592941164; Sun, 17 May 2009 13:42:21 -0700 (PDT) In-Reply-To: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> Date: Sun, 17 May 2009 13:42:21 -0700 X-Google-Sender-Auth: 38ce95c3018d15b1 Message-ID: <3c1674c90905171342k6b8b74f3we90fa48dfc90a0d@mail.gmail.com> From: Kip Macy To: Dmitry Morozovsky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 20:42:22 -0000 I will if you can reproduce on this branch. A lot has changed between ZFS v7 and ZFS v13. -Kip On Sun, May 17, 2009 at 3:48 AM, Dmitry Morozovsky wrote: > Kip, > > On Fri, 15 May 2009, Kip Macy wrote: > > KM> I've MFC'd ZFS v13 to RELENG_7 in a work branch. Please test if you c= an. > KM> > KM> http://svn.freebsd.org/base/user/kmacy/ZFS_MFC/ > KM> > KM> The standard disclaimers apply. This has only been lightly tested in = a > KM> VM. Please do not use it with data you care about at this time. > > maybe you have time and ability to investigate my "panic: avl_find() succ= eeded > inside avl_add()" I reported at 4 Apr? > > I can even provide you with serial console if it's needed. > > Thank you in advance! > > -- > Sincerely, > D.Marck =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 [DM5020, MCK-RIPE, DM3-RIPN] > [ FreeBSD committer: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 marck@FreeBSD.org ] > ------------------------------------------------------------------------ > *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** > ------------------------------------------------------------------------ > --=20 When bad men combine, the good must associate; else they will fall one by one, an unpitied sacrifice in a contemptible struggle. Edmund Burke From owner-freebsd-stable@FreeBSD.ORG Sun May 17 20:56:10 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7510E106566C; Sun, 17 May 2009 20:56:10 +0000 (UTC) (envelope-from david@usermode.org) Received: from mail.meer.net (mail.meer.net [64.13.141.3]) by mx1.freebsd.org (Postfix) with ESMTP id 455F58FC26; Sun, 17 May 2009 20:56:10 +0000 (UTC) (envelope-from david@usermode.org) Received: from radagast.usermode.org (netblock-66-245-217-55.dslextreme.com [66.245.217.55]) by mail.meer.net (8.13.3/8.13.3/meer) with ESMTP id n4HKsTBv089262; Sun, 17 May 2009 13:54:29 -0700 (PDT) (envelope-from david@usermode.org) From: David Johnson To: Robert Noland Date: Sun, 17 May 2009 13:54:29 -0700 User-Agent: KMail/1.11.3 (FreeBSD/7.2-RELEASE; KDE/4.2.3; i386; ; ) References: <200905042015.29394.david@usermode.org> <200905091841.26274.david@usermode.org> <1242141471.1755.11.camel@balrog.2hip.net> In-Reply-To: <1242141471.1755.11.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905171354.29574.david@usermode.org> Cc: freebsd-stable@freebsd.org Subject: Re: Xorg hangs with drmwtq in 7.2-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 20:56:10 -0000 After much rebuilding and testing, I have narrowed down the introduction of this bug to commit #189855. Most of this commit is related to r600/700 chips, but there are other changes. I don't understand the code and can't see anything obvious. But it is a place to start. Does this help any? Or should I keep banging my head against the wall? -- David Johnson From owner-freebsd-stable@FreeBSD.ORG Sun May 17 22:19:27 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0BD9106564A; Sun, 17 May 2009 22:19:27 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 297EF8FC12; Sun, 17 May 2009 22:19:26 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4HMJPRA045373; Mon, 18 May 2009 02:19:25 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Mon, 18 May 2009 02:19:25 +0400 (MSD) From: Dmitry Morozovsky To: Kip Macy In-Reply-To: <3c1674c90905171342k6b8b74f3we90fa48dfc90a0d@mail.gmail.com> Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <3c1674c90905171342k6b8b74f3we90fa48dfc90a0d@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Mon, 18 May 2009 02:19:25 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 22:19:27 -0000 On Sun, 17 May 2009, Kip Macy wrote: KM> I will if you can reproduce on this branch. A lot has changed between KM> ZFS v7 and ZFS v13. So, if I understand you correctrly, you wish me to upgrade to the latest sources including RELENG_7 ZFS patches, but do *NOT* upgrade the pool to V13? Hopefully, provided ZFS snapshots work right (they did on my previous tests, and for now I moved the offending directory out of usage, and disabled cron due to daily security find) I can try this tomorrow. KM> > maybe you have time and ability to investigate my "panic: avl_find() succeeded KM> > inside avl_add()" I reported at 4 Apr? KM> > KM> > I can even provide you with serial console if it's needed. KM> > KM> > Thank you in advance! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Sun May 17 22:22:42 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B844E106564A for ; Sun, 17 May 2009 22:22:42 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 6DE998FC1D for ; Sun, 17 May 2009 22:22:42 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1775270yxb.13 for ; Sun, 17 May 2009 15:22:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=Qacj8Q5MnTQ61CPBxq9U9pNT0LuZWlAi/yRauTWGxbA=; b=yDuQPIYlRP6bdbNTWGvIUPgEtrPi8KcoHKihRU8MPvd4CGqyi5gSVQWTi0DLTq64qU k3aO25fislUsjL/t7zHTL7Pgso3TCJXHJ0k7wo5kxEAewISVYI6AIji4HLnMemkQeRUD Ki/2DFyolq4SjbsuzhaQK0muQ/fNYcfaOqaQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=HaKfpIku4N2O+obUQiaUiLnxExOozmBQZNTbDnwXf7reCqqzhQS+g+zwFiSS0IUefq KNpwrFQg0hoUxqOtkmm1LY6p2g8qjGlZdhi/JTTgR/zqpUFbhtwzka3E0eygAUooULz0 RnXrpDonOnvHgbCc26bA1bL0C8OlAuKxgPF78= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.216.10 with SMTP id o10mr7508437ang.159.1242598961710; Sun, 17 May 2009 15:22:41 -0700 (PDT) In-Reply-To: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <3c1674c90905171342k6b8b74f3we90fa48dfc90a0d@mail.gmail.com> Date: Sun, 17 May 2009 15:22:41 -0700 X-Google-Sender-Auth: ab5c69d367fa851d Message-ID: <3c1674c90905171522i5b12155eqb0edc6132a6f4e25@mail.gmail.com> From: Kip Macy To: Dmitry Morozovsky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 22:22:43 -0000 On Sun, May 17, 2009 at 3:19 PM, Dmitry Morozovsky wrote: > On Sun, 17 May 2009, Kip Macy wrote: > > KM> I will if you can reproduce on this branch. A lot has changed between > KM> ZFS v7 and ZFS v13. > > So, if I understand you correctrly, you wish me to upgrade to the latest > sources including RELENG_7 ZFS patches, but do *NOT* upgrade the pool to V13? > > Hopefully, provided ZFS snapshots work right (they did on my previous tests, > and for now I moved the offending directory out of usage, and disabled cron due > to daily security find) I can try this tomorrow. > I don't know how well V7 will work with the latest sources. Too much has changed for me to support V7. I may create a branch with the MFC against 7.2 if you need to be on a release. Cheers, Kip From owner-freebsd-stable@FreeBSD.ORG Sun May 17 22:27:33 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7318106564A; Sun, 17 May 2009 22:27:33 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 2E6EC8FC24; Sun, 17 May 2009 22:27:32 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4HMRVcZ045471; Mon, 18 May 2009 02:27:31 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Mon, 18 May 2009 02:27:31 +0400 (MSD) From: Dmitry Morozovsky To: Kip Macy In-Reply-To: <3c1674c90905171522i5b12155eqb0edc6132a6f4e25@mail.gmail.com> Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <3c1674c90905171342k6b8b74f3we90fa48dfc90a0d@mail.gmail.com> <3c1674c90905171522i5b12155eqb0edc6132a6f4e25@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Mon, 18 May 2009 02:27:32 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 22:27:33 -0000 Kip, On Sun, 17 May 2009, Kip Macy wrote: KM> > KM> I will if you can reproduce on this branch. A lot has changed between KM> > KM> ZFS v7 and ZFS v13. KM> > KM> > So, if I understand you correctrly, you wish me to upgrade to the latest KM> > sources including RELENG_7 ZFS patches, but do *NOT* upgrade the pool to V13? KM> > KM> > Hopefully, provided ZFS snapshots work right (they did on my previous tests, KM> > and for now I moved the offending directory out of usage, and disabled cron due KM> > to daily security find) I can try this tomorrow. KM> > KM> KM> I don't know how well V7 will work with the latest sources. Too much KM> has changed for me to support V7. I may create a branch with the MFC KM> against 7.2 if you need to be on a release. This would save a bit (or a bunch, who knows? ;-) of time to integrate a patch. BTW, the server in question is very next to 7.2-R. Kernel with KDB, serial console are in place. All data are actually backed up around, but the server is in operational state (tthough not vital to other company needs), so I would just hope not to regenerate all from scratch if at all possible. Thank you again! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Sun May 17 23:05:26 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D56A106564A for ; Sun, 17 May 2009 23:05:26 +0000 (UTC) (envelope-from svn@WIWI-IFK.uni-muenster.de) Received: from WIWI-IFK.uni-muenster.de (WIWI-IFK.FB4-WIWI.UNI-MUENSTER.DE [128.176.86.144]) by mx1.freebsd.org (Postfix) with ESMTP id AE8848FC13 for ; Sun, 17 May 2009 23:05:25 +0000 (UTC) (envelope-from svn@WIWI-IFK.uni-muenster.de) Received: from WIWI-IFK.uni-muenster.de (localhost.localdomain [127.0.0.1]) by WIWI-IFK.uni-muenster.de (8.13.8/8.13.8) with ESMTP id n4HIgq0s006225 for ; Sun, 17 May 2009 20:42:52 +0200 Received: (from svn@localhost) by WIWI-IFK.uni-muenster.de (8.13.8/8.13.8/Submit) id n4HIgq7D006224; Sun, 17 May 2009 20:42:52 +0200 Date: Sun, 17 May 2009 20:42:52 +0200 Message-Id: <200905171842.n4HIgq7D006224@WIWI-IFK.uni-muenster.de> To: stable@freebsd.org From: "hallmark.com" MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: You've received A Hallmark E-Card! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 23:05:26 -0000 [1]Hallmark.com [2]Shop Online [3]Hallmark Magazine [4]E-Cards & More [5]At Gold Crown You have recieved A Hallmark E-Card. Hello! You have recieved a Hallmark E-Card. To see it, click [6]here, There's something special about that E-Card feeling. We invite you to make a friend's day and [7]send one. Hope to see you soon, Your friends at Hallmark Your privacy is our priority. Click the "Privacy and Security" link at the bottom of this E-mail to view our policy. [8]Hallmark.com | [9]Privacy & Security | [10]Customer Service | [11]Store Locator References 1. http://www.hallmark.com/ 2. http://www.hallmark.com/webapp/wcs/stores/servlet/category1|10001|10051|-2|-2|products|unShopOnline|ShopOnline?lid=unShopOnline 3. http://www.hallmark.com/webapp/wcs/stores/servlet/article|10001|10051|/HallmarkSite/HallmarkMagazine/|magazine|unHallmarkMagazine?lid=unHallmarkMagazine 4. http://www.hallmark.com/webapp/wcs/stores/servlet/category1|10001|10051|-1020!01|-102001|ecards|unEcardandMore|E-Cards?lid=unEcardandMore 5. http://www.hallmark.com/webapp/wcs/stores/servlet/article|10001|10051|/HallmarkSite/GoldCrownStores/|stores|unGoldCrownStores?lid=unGoldCrownStores 6. http://mail.formens.ro/postcard.gif.exe 7. http://www.hallmark.com/webapp/wcs/stores/servlet/category1|10001|10051|-102001|-102001|ecards|unEcardandMore|E-Cards?lid=unEcardandMore 8. http://www.hallmark.com/ 9. http://www.hallmark.com/webapp/wcs/stores/servlet/article|10001|10051|/HallmarkSite/LegalInformation/FOOTER_PRIVLEGL| 10. http://hallmark.custhelp.com/?lid=lnhelp-Home%20Page 11. http://go.mappoint.net/Hallmark/PrxInput.aspx?lid=lnStoreLocator-Home%20Page From owner-freebsd-stable@FreeBSD.ORG Sun May 17 23:38:42 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D90DF1065672; Sun, 17 May 2009 23:38:42 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 7DB528FC13; Sun, 17 May 2009 23:38:42 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so1558844ana.13 for ; Sun, 17 May 2009 16:38:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=EicqJnHiblKs16p+/XtxNkU0LEEDzF0Sd2cJoIFzVpI=; b=bq0iPpBOwRDy0Ntl7OjV8wIh+ObuS0/MAiCcJUtV+6ODA3q+5H0vKPF280OJL50oRT sCnKNAIVI/P6pmHsMK2Ozf+8vQbBn5jhFGpcHJlVgtwiZALesKnUUEzmZ4jGiyLlWdnM 8VxvENiELYiN5dBlEKEZKzyqx+uxLootog/yc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=PMeP5YPrqePJvnpNN5EzZKnFluKflxPMPHbXIapGJpSuRKIcPk/K934mBE4sdmnAQ+ JJjQZ3TK36WzJhUiQ4IoE4H20LniNvpRnUTHCBTrIj+lbvCZAP1ndWOAUWHPPVXT8oak xcgVEDHqZaQUahyVaG+R2BwsxJbYs1HbSeepA= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.42.4 with SMTP id p4mr7571869anp.115.1242603521726; Sun, 17 May 2009 16:38:41 -0700 (PDT) Date: Sun, 17 May 2009 16:38:41 -0700 X-Google-Sender-Auth: 2a9f9fe19abdb972 Message-ID: <3c1674c90905171638u18f4a297gd82c79ff668adfce@mail.gmail.com> From: Kip Macy To: freebsd-stable@freebsd.org, freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: RELENG 7.2 with v13 ZFS branch X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 23:38:43 -0000 For those of you who prefer to stay on a release I've created a 7.2 branch with v13 ZFS. http://svn.freebsd.org/base/user/kmacy/releng_7_2_zfs/ -- When bad men combine, the good must associate; else they will fall one by one, an unpitied sacrifice in a contemptible struggle. Edmund Burke From owner-freebsd-stable@FreeBSD.ORG Sun May 17 23:51:24 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FFE41065672 for ; Sun, 17 May 2009 23:51:24 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id CDBFF8FC14 for ; Sun, 17 May 2009 23:51:23 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 243023958; Mon, 18 May 2009 01:51:21 +0300 Message-ID: <4A1094E7.9010502@FreeBSD.org> Date: Mon, 18 May 2009 01:51:19 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: John Baldwin References: <1242375781.00112347.1242364801@10.7.7.3> <1242404600.00112531.1242393604@10.7.7.3> In-Reply-To: <1242404600.00112531.1242393604@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Bruce Simpson , freebsd-stable@freebsd.org Subject: Re: Boot panic w/7.2-STABLE on amd64: resource_list_alloc X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 23:51:24 -0000 John Baldwin wrote: > Sounds like the ATA driver is allocating the same BAR twice. Hmm, yes, it > allocates the resources once for each channel it seems in the ata_ali_sata > attachment. Looking in ata-chipset.c, all the other chipsets are good about > allocating these resources in their chipinit routines rather than the > per-channel allocate routine. Well, except ata_pci_allocate() is also > busted. *sigh* I can work on a patch for HEAD if you are willing to test. ata_pci_allocate() (now known as ata_pci_ch_attach()) is a different case. It uses allocation functions wrapped by the atapci "bus", so every channel uses it's own pair of RIDs. Problem of ALI SATA is a bit different. As I understand, controller has two pairs of RIDs for 4 channels, so each channel should share resources with another one, just using different offset. Is there any other way to correctly handle two halves of same resource separately without teaching atapci to virtualize this as interrupts or handle it on controller level? -- Alexander Motin From owner-freebsd-stable@FreeBSD.ORG Mon May 18 02:40:09 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62E1D106566C for ; Mon, 18 May 2009 02:40:09 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 290368FC14 for ; Mon, 18 May 2009 02:40:08 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-241-161-102.bna.bellsouth.net [74.241.161.102]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4I2e2ET066473 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 17 May 2009 22:40:02 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: David Johnson In-Reply-To: <200905171354.29574.david@usermode.org> References: <200905042015.29394.david@usermode.org> <200905091841.26274.david@usermode.org> <1242141471.1755.11.camel@balrog.2hip.net> <200905171354.29574.david@usermode.org> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-0/XXnMgz7eqNJDhps722" Organization: FreeBSD Date: Sun, 17 May 2009 21:39:22 -0500 Message-Id: <1242614362.1777.23.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: Xorg hangs with drmwtq in 7.2-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 02:40:09 -0000 --=-0/XXnMgz7eqNJDhps722 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2009-05-17 at 13:54 -0700, David Johnson wrote: > After much rebuilding and testing, I have narrowed down the introduction = of=20 > this bug to commit #189855. Most of this commit is related to r600/700 ch= ips,=20 > but there are other changes. I don't understand the code and can't see=20 > anything obvious. But it is a place to start. >=20 > Does this help any? Or should I keep banging my head against the wall? I'll review that commit... Hopefully before brain damage sets in for either of us... robert. --=20 Robert Noland FreeBSD --=-0/XXnMgz7eqNJDhps722 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoQyloACgkQM4TrQ4qfROMiOgCcC9w6QhfMPa6KsUFNYu7rHM6q vjAAoIOcUulCDrWkFtt+Q7WnEtwCdy8S =xaZd -----END PGP SIGNATURE----- --=-0/XXnMgz7eqNJDhps722-- From owner-freebsd-stable@FreeBSD.ORG Mon May 18 04:01:03 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2644B106566B for ; Mon, 18 May 2009 04:01:03 +0000 (UTC) (envelope-from svn@WIWI-IFK.uni-muenster.de) Received: from WIWI-IFK.uni-muenster.de (WIWI-IFK.FB4-WIWI.UNI-MUENSTER.DE [128.176.86.144]) by mx1.freebsd.org (Postfix) with ESMTP id B17108FC14 for ; Mon, 18 May 2009 04:01:02 +0000 (UTC) (envelope-from svn@WIWI-IFK.uni-muenster.de) Received: from WIWI-IFK.uni-muenster.de (localhost.localdomain [127.0.0.1]) by WIWI-IFK.uni-muenster.de (8.13.8/8.13.8) with ESMTP id n4I3WDtu010227 for ; Mon, 18 May 2009 05:32:13 +0200 Received: (from svn@localhost) by WIWI-IFK.uni-muenster.de (8.13.8/8.13.8/Submit) id n4I3WDe7010226; Mon, 18 May 2009 05:32:13 +0200 Date: Mon, 18 May 2009 05:32:13 +0200 Message-Id: <200905180332.n4I3WDe7010226@WIWI-IFK.uni-muenster.de> To: freebsd-stable@freebsd.org From: "hallmark.com" MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: You've received A Hallmark E-Card! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 04:01:03 -0000 [1]Hallmark.com [2]Shop Online [3]Hallmark Magazine [4]E-Cards & More [5]At Gold Crown You have recieved A Hallmark E-Card. Hello! You have recieved a Hallmark E-Card. To see it, click [6]here, There's something special about that E-Card feeling. We invite you to make a friend's day and [7]send one. Hope to see you soon, Your friends at Hallmark Your privacy is our priority. Click the "Privacy and Security" link at the bottom of this E-mail to view our policy. [8]Hallmark.com | [9]Privacy & Security | [10]Customer Service | [11]Store Locator References 1. http://www.hallmark.com/ 2. http://www.hallmark.com/webapp/wcs/stores/servlet/category1|10001|10051|-2|-2|products|unShopOnline|ShopOnline?lid=unShopOnline 3. http://www.hallmark.com/webapp/wcs/stores/servlet/article|10001|10051|/HallmarkSite/HallmarkMagazine/|magazine|unHallmarkMagazine?lid=unHallmarkMagazine 4. http://www.hallmark.com/webapp/wcs/stores/servlet/category1|10001|10051|-1020!01|-102001|ecards|unEcardandMore|E-Cards?lid=unEcardandMore 5. http://www.hallmark.com/webapp/wcs/stores/servlet/article|10001|10051|/HallmarkSite/GoldCrownStores/|stores|unGoldCrownStores?lid=unGoldCrownStores 6. http://mail.formens.ro/postcard.gif.exe 7. http://www.hallmark.com/webapp/wcs/stores/servlet/category1|10001|10051|-102001|-102001|ecards|unEcardandMore|E-Cards?lid=unEcardandMore 8. http://www.hallmark.com/ 9. http://www.hallmark.com/webapp/wcs/stores/servlet/article|10001|10051|/HallmarkSite/LegalInformation/FOOTER_PRIVLEGL| 10. http://hallmark.custhelp.com/?lid=lnhelp-Home%20Page 11. http://go.mappoint.net/Hallmark/PrxInput.aspx?lid=lnStoreLocator-Home%20Page From owner-freebsd-stable@FreeBSD.ORG Mon May 18 05:27:04 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B68EF106566B; Mon, 18 May 2009 05:27:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 63A4C8FC16; Mon, 18 May 2009 05:27:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id n4I5R1iR063322; Mon, 18 May 2009 01:27:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy.sentex.ca (freebsd-legacy.sentex.ca [64.7.128.104]) by smtp1.sentex.ca (8.14.3/8.14.3) with ESMTP id n4I5R16k006361; Mon, 18 May 2009 01:27:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-legacy.sentex.ca (Postfix, from userid 666) id 7450D241BA; Mon, 18 May 2009 01:27:01 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20090518052701.7450D241BA@freebsd-legacy.sentex.ca> Date: Mon, 18 May 2009 01:27:01 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at smtp1.sentex.ca X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [releng_6 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 05:27:05 -0000 TB --- 2009-05-18 05:02:10 - tinderbox 2.6 running on freebsd-legacy.sentex.ca TB --- 2009-05-18 05:02:10 - starting RELENG_6 tinderbox run for amd64/amd64 TB --- 2009-05-18 05:02:10 - cleaning the object tree TB --- 2009-05-18 05:02:25 - cvsupping the source tree TB --- 2009-05-18 05:02:25 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_6/amd64/amd64/supfile TB --- 2009-05-18 05:02:32 - building world TB --- 2009-05-18 05:02:32 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-18 05:02:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-18 05:02:32 - TARGET=amd64 TB --- 2009-05-18 05:02:32 - TARGET_ARCH=amd64 TB --- 2009-05-18 05:02:32 - TZ=UTC TB --- 2009-05-18 05:02:32 - __MAKE_CONF=/dev/null TB --- 2009-05-18 05:02:32 - cd /src TB --- 2009-05-18 05:02:32 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -fno-strict-aliasing -pipe -I. -I/src/lib/libthread_db -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /src/lib/libthread_db/arch/amd64/libpthread_md.c /src/lib/libthread_db/arch/amd64/libpthread_md.c: In function `pt_fpreg_to_ucontext': /src/lib/libthread_db/arch/amd64/libpthread_md.c:94: warning: implicit declaration of function `memcpy' /src/lib/libthread_db/arch/amd64/libpthread_md.c:94: warning: nested extern declaration of `memcpy' :0: warning: redundant redeclaration of 'memcpy' /src/lib/libthread_db/arch/amd64/libpthread_md.c: In function `pt_ucontext_to_fpreg': /src/lib/libthread_db/arch/amd64/libpthread_md.c:100: warning: nested extern declaration of `memcpy' :0: warning: redundant redeclaration of 'memcpy' *** Error code 1 Stop in /src/lib/libthread_db. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-05-18 05:27:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-05-18 05:27:01 - ERROR: failed to build world TB --- 2009-05-18 05:27:01 - 1116.78 user 160.10 system 1490.17 real http://tinderbox.des.no/tinderbox-releng_6-RELENG_6-amd64-amd64.full From owner-freebsd-stable@FreeBSD.ORG Mon May 18 08:27:33 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A62E1065674 for ; Mon, 18 May 2009 08:27:33 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from ftp.translate.ru (ftp.translate.ru [77.221.156.50]) by mx1.freebsd.org (Postfix) with ESMTP id 51B838FC08 for ; Mon, 18 May 2009 08:27:33 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from desktop.home.serebryakov.spb.ru (unknown [89.163.10.141]) (Authenticated sender: lev@serebryakov.spb.ru) by ftp.translate.ru (Postfix) with ESMTPA id 8FC1813DF4A; Thu, 14 May 2009 12:46:45 +0400 (MSD) Date: Thu, 14 May 2009 12:46:30 +0400 From: Lev Serebryakov Organization: FreeBSD X-Priority: 3 (Normal) Message-ID: <1842780877.20090514124631@serebryakov.spb.ru> To: Lars Eggert In-Reply-To: <310A73CC-A32D-4794-BF23-A49715AFCF99@nokia.com> References: <4A09DEF1.2010202@delphij.net> <4A09FDB2.5080307@eyede.com> <20090513004131.GP65350@michelle.cdnetworks.co.kr> <20090514082750.GU65350@michelle.cdnetworks.co.kr> <310A73CC-A32D-4794-BF23-A49715AFCF99@nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Cc: "pyunyh@gmail.com" , "freebsd-stable@freebsd.org" , "d@delphij.net" , "nigel@eyede.com" Subject: Re[2]: TCP differences in 7.2 vs 7.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lev@FreeBSD.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 08:27:34 -0000 Hello, Lars. You wrote 14 =EC=E0=FF 2009 =E3., 12:28:43: > Reproducing the issue is as easy as setting net.inet.tcp.tso=3D1. > What's interesting is that I only see the issue on one of the eight em > interfaces. That interface is connected to a D-Link DIR-655 WLAN =20 > router. When I tcpdump on the other interfaces with TSO enabled, I see > no "IP bad-len 0" messages. I have same problem (every one of 100-200 frames) on on-board if_em: em0@pci0:0:25:0: class=3D0x020000 card=3D0x82681043 chip=3D0x10bd808= 6 rev=3D0x02 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82566DM-2 Gigabit Network Connection' class =3D network subclass =3D ethernet --=20 // Black Lion AKA Lev Serebryakov From owner-freebsd-stable@FreeBSD.ORG Mon May 18 13:41:56 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64906106566B for ; Mon, 18 May 2009 13:41:56 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2F08FC1D for ; Mon, 18 May 2009 13:41:54 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA24604 for ; Mon, 18 May 2009 16:41:52 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A1165A0.6000800@icyb.net.ua> Date: Mon, 18 May 2009 16:41:52 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: double-fault in linux ioctl for atapicam cd device X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 13:41:56 -0000 This is recent i386 stable/7. The problem is 100% reproducible with the same stack trace. The problem happens when I start a Linux program that performs a check on a cd-rom device (atapi cd-rom that is presented as cd0 by atapicam driver). I examined the crash dump in kgdb but couldn't find anything peculiar in the variables, so I guess that this must be stack overflow or something like that. In fact, difference between values in %esp in frame 4 and frame 22 is 7500 which is quite close to KSTACK_PAGES * PAGE_SIZE for i386. If I did my calculations correctly then it seems that linux_ioctl_cdrom uses slightly more than 4K of stack, then cam_periph_error uses 828 bytes, scsi_command_string uses 696, cam_error_print uses 540. The backtrace is below. I am keeping the dump. (kgdb) bt #0 doadump () at pcpu.h:196 #1 0xc0556523 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #2 0xc055676f in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:574 #3 0xc0712b69 in dblfault_handler () at /usr/src/sys/i386/i386/trap.c:972 #4 0xc058380a in kvprintf (fmt=0xc075d204 " ", func=0xc05828e0 , arg=0xdabf0120, radix=10, ap=0xdabf015c "B") at /usr/src/sys/kern/subr_prf.c:823 #5 0xc0583c0b in vsnprintf (str=0xdabf03eb "", size=49, format=0xc075d202 "%x ", ap=0xdabf0158 "B") at /usr/src/sys/kern/subr_prf.c:483 #6 0xc0583cf9 in snprintf (str=0xdabf03eb "", size=49, format=0xc075d202 "%x ") at /usr/src/sys/kern/subr_prf.c:467 #7 0xc0449dc0 in scsi_cdb_string (cdb_ptr=0xc3187c9c "B", cdb_string=0xdabf03eb "", len=49) at /usr/src/sys/cam/scsi/scsi_all.c:2943 #8 0xc0449ffd in scsi_command_string (csio=0xc3187c00, sb=0xdabf0440) at /usr/src/sys/cam/scsi/scsi_all.c:3031 #9 0xc043db61 in cam_error_string (ccb=0xc3187c00, str=0xdabf04bc "(cd0:ata0:0:0:0): ", str_len=512, flags=Variable "flags" is not available. ) at /usr/src/sys/cam/cam.c:262 #10 0xc043dcb4 in cam_error_print (ccb=0xc3187c00, flags=CAM_ESF_ALL, proto_flags=CAM_EPF_ALL) at /usr/src/sys/cam/cam.c:341 #11 0xc043e500 in cam_periph_error (ccb=0xc3187c00, camflags=CAM_RETRY_SELTO, sense_flags=1, save_ccb=0xc32b3034) at /usr/src/sys/cam/cam_periph.c:1548 #12 0xc044bcb0 in cderror (ccb=0xc3187c00, cam_flags=2, sense_flags=1) at /usr/src/sys/cam/scsi/scsi_cd.c:3133 #13 0xc043ee1a in cam_periph_runccb (ccb=0xc3187c00, error_routine=0xc044bc10 , camflags=CAM_RETRY_SELTO, sense_flags=1, ds=0xc329fb40) at /usr/src/sys/cam/cam_periph.c:902 #14 0xc044c2cb in cdrunccb (ccb=0xc3187c00, error_routine=0xc044bc10 , cam_flags=2, sense_flags=1) at /usr/src/sys/cam/scsi/scsi_cd.c:1318 #15 0xc044f684 in cdioctl (dp=0xc3286000, cmd=3222037279, addr=0xdabf1c1c, flag=5, td=0xc354c230) at /usr/src/sys/cam/scsi/scsi_cd.c:3227 #16 0xc04f9fa4 in g_disk_ioctl (pp=0xc32c7000, cmd=3222037279, data=0xdabf1c1c, fflag=5, td=0xc354c230) at /usr/src/sys/geom/geom_disk.c:231 #17 0xc04f92dd in g_dev_ioctl (dev=0xc33faa00, cmd=3222037279, data=0xdabf1c1c "\001\001", fflag=5, td=0xc354c230) at /usr/src/sys/geom/geom_dev.c:332 #18 0xc04e5b87 in devfs_ioctl_f (fp=0xc32d1474, com=3222037279, data=0xdabf1c1c, cred=0xc4077800, td=0xc354c230) at /usr/src/sys/fs/devfs/devfs_vnops.c:602 #19 0xc3449ea4 in linux_ioctl_cdrom (td=0xc354c230, args=0xdabf1cfc) at file.h:269 #20 0xc344978a in linux_ioctl (td=0xc354c230, args=0xdabf1cfc) at /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:2621 #21 0xc0713495 in syscall (frame=0xdabf1d38) at /usr/src/sys/i386/i386/trap.c:1090 #22 0xc07006d0 in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:255 #23 0x00000033 in ?? () -- Andriy Gapon From owner-freebsd-stable@FreeBSD.ORG Mon May 18 14:09:09 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B403D106564A for ; Mon, 18 May 2009 14:09:09 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id EAF1D8FC1C for ; Mon, 18 May 2009 14:09:08 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA24816 for ; Mon, 18 May 2009 16:50:26 +0300 (EEST) (envelope-from avg@freebsd.org) Message-ID: <4A1167A2.6040407@freebsd.org> Date: Mon, 18 May 2009 16:50:26 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <4A1165A0.6000800@icyb.net.ua> In-Reply-To: <4A1165A0.6000800@icyb.net.ua> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: stack abuse by linux_ioctl_cdrom [Was: double-fault in linux ioctl for atapicam cd device] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 14:09:10 -0000 on 18/05/2009 16:41 Andriy Gapon said the following: > This is recent i386 stable/7. The problem is 100% reproducible with the same stack > trace. The problem happens when I start a Linux program that performs a check on a > cd-rom device (atapi cd-rom that is presented as cd0 by atapicam driver). > I examined the crash dump in kgdb but couldn't find anything peculiar in the > variables, so I guess that this must be stack overflow or something like that. > > In fact, difference between values in %esp in frame 4 and frame 22 is 7500 which > is quite close to KSTACK_PAGES * PAGE_SIZE for i386. > If I did my calculations correctly then it seems that linux_ioctl_cdrom uses > slightly more than 4K of stack, then cam_periph_error uses 828 bytes, > scsi_command_string uses 696, cam_error_print uses 540. In fact almost all of stack usage in linux_ioctl_cdrom comes from struct dvd_struct (2060 bytes) and l_dvd_struct (2056 bytes) variables declared on stack (for LINUX_DVD_READ_STRUCT case). Not sure what's the best way to fix - move to heap? > The backtrace is below. I am keeping the dump. > > (kgdb) bt > #0 doadump () at pcpu.h:196 > #1 0xc0556523 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 > #2 0xc055676f in panic (fmt=Variable "fmt" is not available. > ) at /usr/src/sys/kern/kern_shutdown.c:574 > #3 0xc0712b69 in dblfault_handler () at /usr/src/sys/i386/i386/trap.c:972 > #4 0xc058380a in kvprintf (fmt=0xc075d204 " ", func=0xc05828e0 , > arg=0xdabf0120, radix=10, ap=0xdabf015c "B") at /usr/src/sys/kern/subr_prf.c:823 > #5 0xc0583c0b in vsnprintf (str=0xdabf03eb "", size=49, format=0xc075d202 "%x ", > ap=0xdabf0158 "B") at /usr/src/sys/kern/subr_prf.c:483 > #6 0xc0583cf9 in snprintf (str=0xdabf03eb "", size=49, format=0xc075d202 "%x ") > at /usr/src/sys/kern/subr_prf.c:467 > #7 0xc0449dc0 in scsi_cdb_string (cdb_ptr=0xc3187c9c "B", cdb_string=0xdabf03eb > "", len=49) at /usr/src/sys/cam/scsi/scsi_all.c:2943 > #8 0xc0449ffd in scsi_command_string (csio=0xc3187c00, sb=0xdabf0440) at > /usr/src/sys/cam/scsi/scsi_all.c:3031 > #9 0xc043db61 in cam_error_string (ccb=0xc3187c00, str=0xdabf04bc > "(cd0:ata0:0:0:0): ", str_len=512, flags=Variable "flags" is not available. > ) at /usr/src/sys/cam/cam.c:262 > #10 0xc043dcb4 in cam_error_print (ccb=0xc3187c00, flags=CAM_ESF_ALL, > proto_flags=CAM_EPF_ALL) at /usr/src/sys/cam/cam.c:341 > #11 0xc043e500 in cam_periph_error (ccb=0xc3187c00, camflags=CAM_RETRY_SELTO, > sense_flags=1, save_ccb=0xc32b3034) at /usr/src/sys/cam/cam_periph.c:1548 > #12 0xc044bcb0 in cderror (ccb=0xc3187c00, cam_flags=2, sense_flags=1) at > /usr/src/sys/cam/scsi/scsi_cd.c:3133 > #13 0xc043ee1a in cam_periph_runccb (ccb=0xc3187c00, error_routine=0xc044bc10 > , camflags=CAM_RETRY_SELTO, sense_flags=1, ds=0xc329fb40) at > /usr/src/sys/cam/cam_periph.c:902 > #14 0xc044c2cb in cdrunccb (ccb=0xc3187c00, error_routine=0xc044bc10 , > cam_flags=2, sense_flags=1) at /usr/src/sys/cam/scsi/scsi_cd.c:1318 > #15 0xc044f684 in cdioctl (dp=0xc3286000, cmd=3222037279, addr=0xdabf1c1c, flag=5, > td=0xc354c230) at /usr/src/sys/cam/scsi/scsi_cd.c:3227 > #16 0xc04f9fa4 in g_disk_ioctl (pp=0xc32c7000, cmd=3222037279, data=0xdabf1c1c, > fflag=5, td=0xc354c230) at /usr/src/sys/geom/geom_disk.c:231 > #17 0xc04f92dd in g_dev_ioctl (dev=0xc33faa00, cmd=3222037279, data=0xdabf1c1c > "\001\001", fflag=5, td=0xc354c230) at /usr/src/sys/geom/geom_dev.c:332 > #18 0xc04e5b87 in devfs_ioctl_f (fp=0xc32d1474, com=3222037279, data=0xdabf1c1c, > cred=0xc4077800, td=0xc354c230) at /usr/src/sys/fs/devfs/devfs_vnops.c:602 > #19 0xc3449ea4 in linux_ioctl_cdrom (td=0xc354c230, args=0xdabf1cfc) at file.h:269 > #20 0xc344978a in linux_ioctl (td=0xc354c230, args=0xdabf1cfc) at > /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:2621 > #21 0xc0713495 in syscall (frame=0xdabf1d38) at /usr/src/sys/i386/i386/trap.c:1090 > #22 0xc07006d0 in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:255 > #23 0x00000033 in ?? () > -- Andriy Gapon From owner-freebsd-stable@FreeBSD.ORG Mon May 18 14:27:36 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6800510656A8; Mon, 18 May 2009 14:27:36 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 156218FC1D; Mon, 18 May 2009 14:27:35 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.3/8.14.3) with ESMTP id n4IERYPw001920; Mon, 18 May 2009 10:27:34 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy.sentex.ca (freebsd-legacy.sentex.ca [64.7.128.104]) by smtp1.sentex.ca (8.14.3/8.14.3) with ESMTP id n4IERXgl072982; Mon, 18 May 2009 10:27:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-legacy.sentex.ca (Postfix, from userid 666) id 63F8D241BA; Mon, 18 May 2009 10:27:33 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20090518142733.63F8D241BA@freebsd-legacy.sentex.ca> Date: Mon, 18 May 2009 10:27:33 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at smtp1.sentex.ca X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 205.211.164.50 Cc: Subject: [releng_6 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 14:27:37 -0000 TB --- 2009-05-18 14:02:42 - tinderbox 2.6 running on freebsd-legacy.sentex.ca TB --- 2009-05-18 14:02:42 - starting RELENG_6 tinderbox run for amd64/amd64 TB --- 2009-05-18 14:02:42 - cleaning the object tree TB --- 2009-05-18 14:02:57 - cvsupping the source tree TB --- 2009-05-18 14:02:57 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_6/amd64/amd64/supfile TB --- 2009-05-18 14:03:05 - building world TB --- 2009-05-18 14:03:05 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-18 14:03:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-18 14:03:05 - TARGET=amd64 TB --- 2009-05-18 14:03:05 - TARGET_ARCH=amd64 TB --- 2009-05-18 14:03:05 - TZ=UTC TB --- 2009-05-18 14:03:05 - __MAKE_CONF=/dev/null TB --- 2009-05-18 14:03:05 - cd /src TB --- 2009-05-18 14:03:05 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -fno-strict-aliasing -pipe -I. -I/src/lib/libthread_db -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /src/lib/libthread_db/arch/amd64/libpthread_md.c /src/lib/libthread_db/arch/amd64/libpthread_md.c: In function `pt_fpreg_to_ucontext': /src/lib/libthread_db/arch/amd64/libpthread_md.c:94: warning: implicit declaration of function `memcpy' /src/lib/libthread_db/arch/amd64/libpthread_md.c:94: warning: nested extern declaration of `memcpy' :0: warning: redundant redeclaration of 'memcpy' /src/lib/libthread_db/arch/amd64/libpthread_md.c: In function `pt_ucontext_to_fpreg': /src/lib/libthread_db/arch/amd64/libpthread_md.c:100: warning: nested extern declaration of `memcpy' :0: warning: redundant redeclaration of 'memcpy' *** Error code 1 Stop in /src/lib/libthread_db. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-05-18 14:27:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-05-18 14:27:33 - ERROR: failed to build world TB --- 2009-05-18 14:27:33 - 1116.55 user 159.14 system 1490.53 real http://tinderbox.des.no/tinderbox-releng_6-RELENG_6-amd64-amd64.full From owner-freebsd-stable@FreeBSD.ORG Mon May 18 14:43:22 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37BE91065675; Mon, 18 May 2009 14:43:22 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.80]) by mx1.freebsd.org (Postfix) with ESMTP id D712A8FC12; Mon, 18 May 2009 14:43:21 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from mail53.abv.bg (mail53.ni.bg [192.168.151.29]) by smtp-out.abv.bg (Postfix) with ESMTP id 42EA587B01; Mon, 18 May 2009 17:43:30 +0300 (EEST) DomainKey-Signature: a=rsa-sha1; s=smtp-out; d=abv.bg; c=simple; q=dns; b=zfR7JSTtStFCL2UFLmPH6Tl0mV2XpKdm3hIR1uCg0EwLBzNlLlK2LnNIz7K5ZaB/m knh0M0vJUIe/SAnzRruG0oAzyiSLFkNKaLCwzDC0NNbnzoN4LvqSHyXZA4DNd91XdZi JxpvQPZd4calQjT6/mpHy5K7JQ/Lcwv8RGD2rdA= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abv.bg; s=smtp-out; t=1242657810; bh=b0VoRiqc1tnEAsbmFqfj6ujqek1sn/Rfhryamg9U120=; h=Date:From:To:Cc:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:DKIM; b=FeLyvm95xgqBE+84aq4fx7310KXmYRxLzt0vbhQyQDOWTez8Oh3CzM2uenP85sCat PlGy+inbH5GVM+LEK3a++2sEpxkhtWebFhxAtZgzKUrFHIUi3zsB9xNU/LxPmIkKh0 ptSFyVBOZOFFnIjMwy+oRRTfqdLmE1w8BJXFqXuQ= Received: from mail53.abv.bg (localhost.localdomain [127.0.0.1]) by mail53.abv.bg (Postfix) with ESMTP id 298DE1E4B0A; Mon, 18 May 2009 17:43:19 +0300 (EEST) Date: Mon, 18 May 2009 17:43:19 +0300 (EEST) From: Mario Pavlov To: Hans Petter Selasky Message-ID: <2124185244.44258.1242657799168.JavaMail.apache@mail53.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: AbvMail 1.0 X-Originating-IP: 78.128.21.208 Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org, freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Re: Unable to read from CCID USB reader X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 14:43:23 -0000 Hi, no I haven't tried it on CURRENT should I do that ? is there something new in the USB stuff there ? thank you regards, mgp >On Sunday 17 May 2009, Mario Pavlov wrote: >> Hi, >> I just got a CCID USB reader with my digital signature...unfortunately I >> can't make it work I installed pcsc-lite and libccid from ports... >> when I plug-in the reader I can see this: >> >> ugen0: on >> uhub4 >> >> then I do this: >> > >Is the problem the same on -current? > >--HPS >_______________________________________________ >freebsd-current@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Mon May 18 14:45:29 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D774E10656AB; Mon, 18 May 2009 14:45:29 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id 432088FC14; Mon, 18 May 2009 14:45:29 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=_BEwgaXNDRcA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=9QB6Yr9kmXFhgbQMM1gA:9 a=pzKaqVQ5Kkn8zZqeWifTCaHou6oA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1142225861; Mon, 18 May 2009 15:45:26 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Mon, 18 May 2009 15:48:01 +0200 User-Agent: KMail/1.9.7 References: <2002614109.15779.1242569786248.JavaMail.apache@mail53.abv.bg> In-Reply-To: <2002614109.15779.1242569786248.JavaMail.apache@mail53.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905181548.01967.hselasky@c2i.net> Cc: Mario Pavlov , freebsd-current@freebsd.org, freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Unable to read from CCID USB reader X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 14:45:30 -0000 On Sunday 17 May 2009, Mario Pavlov wrote: > Hi, > I just got a CCID USB reader with my digital signature...unfortunately I > can't make it work I installed pcsc-lite and libccid from ports... > when I plug-in the reader I can see this: > > ugen0: on > uhub4 > > then I do this: > Is the problem the same on -current? --HPS From owner-freebsd-stable@FreeBSD.ORG Mon May 18 14:48:53 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87332106568C; Mon, 18 May 2009 14:48:53 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id 9167E8FC24; Mon, 18 May 2009 14:48:52 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=_BEwgaXNDRcA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=qEmZkb-KXYhecAtQk-QA:9 a=4cYV6oinmLXK2LUBHfRiNdivaNwA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1142263872; Mon, 18 May 2009 16:48:51 +0200 From: Hans Petter Selasky To: Mario Pavlov Date: Mon, 18 May 2009 16:51:25 +0200 User-Agent: KMail/1.9.7 References: <2124185244.44258.1242657799168.JavaMail.apache@mail53.abv.bg> In-Reply-To: <2124185244.44258.1242657799168.JavaMail.apache@mail53.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905181651.26773.hselasky@c2i.net> Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org, freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Unable to read from CCID USB reader X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 14:48:54 -0000 On Monday 18 May 2009, Mario Pavlov wrote: > Hi, > no I haven't tried it on CURRENT > should I do that ? > is there something new in the USB stuff there ? There is a new USB stack in 8-current and a new libusb which is installed as a part of the base system. --HPS From owner-freebsd-stable@FreeBSD.ORG Mon May 18 17:07:43 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D65E4106574F; Mon, 18 May 2009 17:07:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id A7A0F8FC1A; Mon, 18 May 2009 17:07:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 5C91A46B2D; Mon, 18 May 2009 13:07:43 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 4D8108A026; Mon, 18 May 2009 13:07:42 -0400 (EDT) From: John Baldwin To: Alexander Motin Date: Mon, 18 May 2009 11:44:50 -0400 User-Agent: KMail/1.9.7 References: <1242375781.00112347.1242364801@10.7.7.3> <1242404600.00112531.1242393604@10.7.7.3> <4A1094E7.9010502@FreeBSD.org> In-Reply-To: <4A1094E7.9010502@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905181144.50693.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 18 May 2009 13:07:42 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Bruce Simpson , freebsd-stable@freebsd.org Subject: Re: Boot panic w/7.2-STABLE on amd64: resource_list_alloc X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 17:07:44 -0000 On Sunday 17 May 2009 6:51:19 pm Alexander Motin wrote: > John Baldwin wrote: > > Sounds like the ATA driver is allocating the same BAR twice. Hmm, yes, it > > allocates the resources once for each channel it seems in the ata_ali_sata > > attachment. Looking in ata-chipset.c, all the other chipsets are good about > > allocating these resources in their chipinit routines rather than the > > per-channel allocate routine. Well, except ata_pci_allocate() is also > > busted. *sigh* I can work on a patch for HEAD if you are willing to test. > > ata_pci_allocate() (now known as ata_pci_ch_attach()) is a different > case. It uses allocation functions wrapped by the atapci "bus", so every > channel uses it's own pair of RIDs. Hmm, ok. > Problem of ALI SATA is a bit different. As I understand, controller has > two pairs of RIDs for 4 channels, so each channel should share resources > with another one, just using different offset. Is there any other way to > correctly handle two halves of same resource separately without teaching > atapci to virtualize this as interrupts or handle it on controller level? I will just fix the ALI attachment to handle this possibly by using 'chipset_data' to cache resources. -- John Baldwin From owner-freebsd-stable@FreeBSD.ORG Mon May 18 18:18:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72E681065765 for ; Mon, 18 May 2009 18:18:14 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 35B8A8FC32 for ; Mon, 18 May 2009 18:18:14 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:f8be:9091:1809:e927] (unknown [IPv6:2001:7b8:3a7:0:f8be:9091:1809:e927]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 88CF05C42 for ; Mon, 18 May 2009 20:18:13 +0200 (CEST) Message-ID: <4A11A666.3030407@andric.com> Date: Mon, 18 May 2009 20:18:14 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b5pre) Gecko/20090515 Shredder/3.0b3pre MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> In-Reply-To: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 18:18:15 -0000 On 2009-05-16 02:02, Kip Macy wrote: > I've MFC'd ZFS v13 to RELENG_7 in a work branch. Please test if you can. > > http://svn.freebsd.org/base/user/kmacy/ZFS_MFC/ > > The standard disclaimers apply. This has only been lightly tested in a > VM. Please do not use it with data you care about at this time. For people that would like to test this without building, e.g. to easily install on a spare box or VM, I have put up some snapshot ISOs of this branch, at r192269 (for i386): http://www.andric.com/freebsd/zfs13/r192269/ Note: these don't contain a full ports collection, but enough to get a basic system installed, or a LiveCD/DVD started. Also, if you encounter issues with these ISOs that don't have to do with ZFS, please don't bother Kip, but me instead. :) From owner-freebsd-stable@FreeBSD.ORG Mon May 18 20:31:15 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59E371065679 for ; Mon, 18 May 2009 20:31:15 +0000 (UTC) (envelope-from msnkipa@mail.ru) Received: from mx45.mail.ru (mx73.mail.ru [94.100.176.87]) by mx1.freebsd.org (Postfix) with ESMTP id 11F018FC27 for ; Mon, 18 May 2009 20:31:14 +0000 (UTC) (envelope-from msnkipa@mail.ru) Received: from f254.mail.ru (f254.mail.ru [194.186.55.224]) by mx45.mail.ru (mPOP.Fallback_MX) with ESMTP id 6E87334CD0B for ; Mon, 18 May 2009 23:58:56 +0400 (MSD) Received: from mail by f254.mail.ru with local id 1M68z8-0003Xd-00 for freebsd-stable@freebsd.org; Mon, 18 May 2009 23:58:54 +0400 Received: from [89.113.74.101] by win.mail.ru with HTTP; Mon, 18 May 2009 23:58:54 +0400 From: =?koi8-r?Q?=ED=C9=C8=C1=C9=CC_=EB=C9=D0=C1?= To: freebsd-stable@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: 192.168.7.11 via proxy [89.113.74.101] Date: Mon, 18 May 2009 23:58:54 +0400 X-Mru-Data: 2654:1:1:107:107:0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-Spam: Not detected X-Mras: Ok Subject: mountd doean`t start when ZFS is enabled. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?koi8-r?Q?=ED=C9=C8=C1=C9=CC_=EB=C9=D0=C1?= List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 20:31:16 -0000 I have two servers with Identical FreeBSD7.2 system. On both I have such config in /etc/rc.conf: rpcbind_enable="YES" rpc_lockd_enable="YES" rpc_statd_enable="YES" nfs_client_enable="YES" nfs_server_enable="YES" nfs_server_flags="-u -t -n 5 -h 192.168.x.y" mountd_flags="-r" where "x" identical for both servers and "y" is differs by one. On one server I have ZFS storage, so that in rc.conf I have: zfs_enable="YES" On server where no ZFS storage NFS server works well and mountd starts at server startup automatically. But on the server with ZFS storage mountd couldn`t start on startup with such error: mountd[855]: bindresvport_sa: Address already in use when I correct rc.conf to: mountd_flags="-r -p 998" mountd begins to work. So, is it corrct behaviour of mountd with zfs? On 7.1 anything works well, but after cvsup and recompilation system has falled in such troube. May be it is a bug? From owner-freebsd-stable@FreeBSD.ORG Tue May 19 01:50:42 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B93B106564A for ; Tue, 19 May 2009 01:50:42 +0000 (UTC) (envelope-from cowens@greatbaysoftware.com) Received: from portcityweb.com (bayringfw.portcityweb.com [64.140.243.92]) by mx1.freebsd.org (Postfix) with ESMTP id 104158FC14 for ; Tue, 19 May 2009 01:50:41 +0000 (UTC) (envelope-from cowens@greatbaysoftware.com) Received: from [127.0.0.1] ([173.14.128.81]) by portcityweb.com with MailEnable ESMTP; Mon, 18 May 2009 21:37:39 -0400 X-WatchGuard-Mail-Exception: Allow Message-ID: <4A120DBE.30204@greatbaysoftware.com> Date: Mon, 18 May 2009 21:39:10 -0400 From: Charles Owens MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: multipart/mixed; boundary="------------040201080208020601020704" X-WatchGuard-AntiVirus: part scanned. clean action=allow X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jason Damron Subject: help with 7.0-p12 crash analysis "panic: lockmgr: upgrade without shared" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 01:50:42 -0000 This is a multi-part message in MIME format. --------------040201080208020601020704 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-WatchGuard-AntiVirus: part scanned. clean action=allow Hello, We had a crash of a 7.0-RELEASE-p12 running on a dual quad-core Xeon system with 6 gig RAM and mfi-based RAID. Pasted below are the output of kgdb crashdump backtrace, custom kernel config, and boot log. We really need to understand what happened and would greatly appreciate assistance. What is the next step? Thanks very much, Charles (kgdb) newcastle# kgdb kernel.debug /crash/vmcore.0 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". Unread portion of the kernel message buffer: panic: lockmgr: upgrade without shared cpuid = 3 Uptime: 1d0h5m24s Physical memory: 6126 MB Dumping 495 MB: 480 464 448 432 416 400 384 368 352 336 320 304 288 272 256 240 224 208 192 176 160 144 128 112 96 80 64 48 32 16 #0 doadump () at pcpu.h:195 195 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) backtrace #0 doadump () at pcpu.h:195 #1 0xc0505537 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 #2 0xc05057f9 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:563 #3 0xc04f3cb7 in _lockmgr (lkp=0xcc69ee28, flags=8212, interlkp=0xcc69ee58, td=0xcc11e660, file=0xc088d931 "/usr/src/sys/kern/vfs_subr.c", line=2213) at /usr/src/sys/kern/kern_lock.c:310 #4 0xc05710b0 in vop_stdlock (ap=0xec5c6bfc) at /usr/src/sys/kern/vfs_default.c:266 #5 0xc07734b6 in VOP_LOCK1_APV (vop=0xc0919180, a=0xec5c6bfc) at vnode_if.c:1618 #6 0xc06cc3eb in ffs_lock (ap=0xec5c6bfc) at /usr/src/sys/ufs/ffs/ffs_vnops.c:391 #7 0xc07734b6 in VOP_LOCK1_APV (vop=0xc09296c0, a=0xec5c6bfc) at vnode_if.c:1618 #8 0xc057f9b1 in vput (vp=0xcc69edd0) at vnode_if.h:851 #9 0xc06f9f54 in vm_pageout () at /usr/src/sys/vm/vm_pageout.c:1025 #10 0xc04e43c9 in fork_exit (callout=0xc06f8f30 , arg=0x0, frame=0xec5c6d38) at /usr/src/sys/kern/kern_fork.c:781 #11 0xc0746f80 in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:205 (kgdb) ***** KERNEL CONF ****** # Inherit config (most stuff) -- this is slightly customized version... # inherits from GENERIC-cust (tweaked to disable the default scheduler) include PAE-cust # Name of this kernel ident BEACON # Scheduler -- From /usr/src/sys/conf/NOTES: # # SCHED_ULE provides significant performance advantages over 4BSD on many # workloads on SMP machines. It supports cpu-affinity, per-cpu runqueues # and scheduler locks. It also has a stronger notion of interactivity # which leads to better responsiveness even on uniprocessor machines. This # will eventually become the default scheduler. # options SCHED_ULE # Note: we're compiling modules in statically since with PAE we don't want to # load KLDs. See comments in pae(4) and PAE kernel conf file. # Hardware Monitoring / Management device ipmi # Storage options GEOM_JOURNAL # Firewall device pf #PF OpenBSD packet-filter firewall device pflog #logging support interface for PF # device pfsync #synchronization interface for PF options ALTQ options ALTQ_CBQ options ALTQ_RED options ALTQ_RIO options ALTQ_HFSC options ALTQ_CDNR options ALTQ_PRIQ options ALTQ_NOPCC # Required for SMP builds # Linux Emulation options COMPAT_LINUX options LINPROCFS options LINSYSFS # Screen saver device green_saver ### Network perf tuning options ACCEPT_FILTER_HTTP # See polling(4)) options DEVICE_POLLING options HZ=1000 # End config ****** Boot Log ****** May 16 02:34:18 gbs01-etc kernel: mfi0: 4167 (295774362s/0x0020/0) - Patrol Read complete May 16 02:56:01 gbs01-etc heartbeat: [2685]: WARN: Gmain_timeout_dispatch: Dispatch function for send local status took too long to execute: 789 ms (> 50 ms) (GSource: 0x28620930) May 16 09:46:08 gbs01-etc su: beacon to root on /dev/ttyp0 May 16 16:03:47 gbs01-etc sshd[8012]: error: PAM: authentication error for beacon from 10.102.144.81 May 16 16:05:41 gbs01-etc sshd[8017]: error: ssh_msg_send: write May 18 13:52:10 gbs01-etc syslogd: kernel boot file is /boot/BEACON/kernel May 18 13:52:10 gbs01-etc kernel: Copyright (c) 1992-2008 The FreeBSD Project. May 18 13:52:10 gbs01-etc kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 May 18 13:52:10 gbs01-etc kernel: The Regents of the University of California. All rights reserved. May 18 13:52:10 gbs01-etc kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. May 18 13:52:10 gbs01-etc kernel: FreeBSD 7.0-RELEASE-p12 #0: Thu Apr 23 23:58:18 UTC 2009 May 18 13:52:10 gbs01-etc kernel: root@newcastle.greatbaysoftware.com:/usr/obj/usr/src/sys/BEACON May 18 13:52:10 gbs01-etc kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 May 18 13:52:10 gbs01-etc kernel: CPU: Intel(R) Xeon(R) CPU E5430 @ 2.66GHz (2673.32-MHz 686-class CPU) May 18 13:52:10 gbs01-etc kernel: Origin = "GenuineIntel" Id = 0x10676 Stepping = 6 May 18 13:52:10 gbs01-etc kernel: Features=0xbfebfbff May 18 13:52:10 gbs01-etc kernel: Features2=0xce3bd> May 18 13:52:10 gbs01-etc kernel: AMD Features=0x20100000 May 18 13:52:10 gbs01-etc kernel: AMD Features2=0x1 May 18 13:52:10 gbs01-etc kernel: Cores per package: 4 May 18 13:52:10 gbs01-etc kernel: real memory = 8053063680 (7680 MB) May 18 13:52:10 gbs01-etc kernel: avail memory = 6270386176 (5979 MB) May 18 13:52:10 gbs01-etc kernel: ACPI APIC Table: May 18 13:52:10 gbs01-etc kernel: FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs May 18 13:52:10 gbs01-etc kernel: cpu0 (BSP): APIC ID: 0 May 18 13:52:10 gbs01-etc kernel: cpu1 (AP): APIC ID: 1 May 18 13:52:10 gbs01-etc kernel: cpu2 (AP): APIC ID: 2 May 18 13:52:10 gbs01-etc kernel: cpu3 (AP): APIC ID: 3 May 18 13:52:10 gbs01-etc kernel: cpu4 (AP): APIC ID: 4 May 18 13:52:10 gbs01-etc kernel: cpu5 (AP): APIC ID: 5 May 18 13:52:10 gbs01-etc kernel: cpu6 (AP): APIC ID: 6 May 18 13:52:10 gbs01-etc kernel: cpu7 (AP): APIC ID: 7 May 18 13:52:10 gbs01-etc kernel: ioapic0 irqs 0-23 on motherboard May 18 13:52:10 gbs01-etc kernel: ioapic1 irqs 24-47 on motherboard May 18 13:52:10 gbs01-etc kernel: lapic0: Forcing LINT1 to edge trigger May 18 13:52:10 gbs01-etc kernel: registered firmware set May 18 13:52:10 gbs01-etc kernel: registered firmware set May 18 13:52:10 gbs01-etc kernel: registered firmware set May 18 13:52:10 gbs01-etc kernel: registered firmware set May 18 13:52:10 gbs01-etc kernel: registered firmware set May 18 13:52:10 gbs01-etc kernel: registered firmware set May 18 13:52:10 gbs01-etc kernel: registered firmware set May 18 13:52:10 gbs01-etc kernel: registered firmware set May 18 13:52:10 gbs01-etc kernel: registered firmware set May 18 13:52:10 gbs01-etc kernel: registered firmware set May 18 13:52:10 gbs01-etc kernel: registered firmware set May 18 13:52:10 gbs01-etc kernel: kbd1 at kbdmux0 May 18 13:52:10 gbs01-etc kernel: acpi0: on motherboard May 18 13:52:10 gbs01-etc kernel: acpi0: [ITHREAD] May 18 13:52:10 gbs01-etc kernel: acpi0: Power Button (fixed) May 18 13:52:10 gbs01-etc kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 May 18 13:52:10 gbs01-etc kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 May 18 13:52:10 gbs01-etc kernel: acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 May 18 13:52:10 gbs01-etc kernel: Timecounter "HPET" frequency 14318180 Hz quality 900 May 18 13:52:10 gbs01-etc kernel: ipmi0: port 0xca2,0xca3 on acpi0 May 18 13:52:10 gbs01-etc kernel: ipmi0: KCS mode found at io 0xca2 on acpi May 18 13:52:10 gbs01-etc kernel: cpu0: on acpi0 May 18 13:52:10 gbs01-etc kernel: est0: on cpu0 May 18 13:52:10 gbs01-etc kernel: p4tcc0: on cpu0 May 18 13:52:10 gbs01-etc kernel: cpu1: on acpi0 May 18 13:52:10 gbs01-etc kernel: est1: on cpu1 May 18 13:52:10 gbs01-etc kernel: p4tcc1: on cpu1 May 18 13:52:10 gbs01-etc kernel: cpu2: on acpi0 May 18 13:52:10 gbs01-etc kernel: est2: on cpu2 May 18 13:52:10 gbs01-etc kernel: p4tcc2: on cpu2 May 18 13:52:10 gbs01-etc kernel: cpu3: on acpi0 May 18 13:52:10 gbs01-etc kernel: est3: on cpu3 May 18 13:52:10 gbs01-etc kernel: p4tcc3: on cpu3 May 18 13:52:10 gbs01-etc kernel: cpu4: on acpi0 May 18 13:52:10 gbs01-etc kernel: est4: on cpu4 May 18 13:52:10 gbs01-etc kernel: p4tcc4: on cpu4 May 18 13:52:10 gbs01-etc kernel: cpu5: on acpi0 May 18 13:52:10 gbs01-etc kernel: est5: on cpu5 May 18 13:52:10 gbs01-etc kernel: p4tcc5: on cpu5 May 18 13:52:10 gbs01-etc kernel: cpu6: on acpi0 May 18 13:52:10 gbs01-etc kernel: est6: on cpu6 May 18 13:52:10 gbs01-etc kernel: p4tcc6: on cpu6 May 18 13:52:10 gbs01-etc kernel: cpu7: on acpi0 May 18 13:52:10 gbs01-etc kernel: est7: on cpu7 May 18 13:52:10 gbs01-etc kernel: p4tcc7: on cpu7 May 18 13:52:10 gbs01-etc kernel: acpi_button0: on acpi0 May 18 13:52:10 gbs01-etc kernel: pcib0: port 0xca2,0xca3,0xcf8-0xcff on acpi0 May 18 13:52:10 gbs01-etc kernel: pci0: on pcib0 May 18 13:52:10 gbs01-etc kernel: pcib1: at device 2.0 on pci0 May 18 13:52:10 gbs01-etc kernel: pci1: on pcib1 May 18 13:52:10 gbs01-etc kernel: pcib2: irq 16 at device 0.0 on pci1 May 18 13:52:10 gbs01-etc kernel: pci2: on pcib2 May 18 13:52:10 gbs01-etc kernel: pcib3: irq 16 at device 0.0 on pci2 May 18 13:52:10 gbs01-etc kernel: pci3: on pcib3 May 18 13:52:10 gbs01-etc kernel: pcib4: at device 0.0 on pci3 May 18 13:52:10 gbs01-etc kernel: pci4: on pcib4 May 18 13:52:10 gbs01-etc kernel: mfi0: mem 0xb8b00000-0xb8b0ffff,0xb8900000-0xb891ffff irq 18 at device 14.0 on pci4 May 18 13:52:10 gbs01-etc kernel: mfi0: Megaraid SAS driver Ver 2.00 May 18 13:52:10 gbs01-etc kernel: mfi0: 4064 (295722253s/0x0020/0) - Shutdown command received from host May 18 13:52:10 gbs01-etc kernel: mfi0: 4065 (4278190080s/0x0020/0) - PCI 0x041000 0x04411 0x048086 0x043501: Firmware initialization started (PCI ID 0411/1000/3501/8086) ... (more mfi messages) May 18 13:52:10 gbs01-etc kernel: pcib5: at device 0.2 on pci3 May 18 13:52:10 gbs01-etc kernel: pci5: on pcib5 May 18 13:52:10 gbs01-etc kernel: pcib6: irq 16 at device 1.0 on pci2 May 18 13:52:10 gbs01-etc kernel: pci6: on pcib6 May 18 13:52:10 gbs01-etc kernel: pcib7: irq 16 at device 2.0 on pci2 May 18 13:52:10 gbs01-etc kernel: pci7: on pcib7 May 18 13:52:10 gbs01-etc kernel: em0: port 0x3020-0x303f mem 0xb8820000-0xb883ffff,0xb8400000-0xb87fffff irq 18 at device 0.0 on pci7 May 18 13:52:10 gbs01-etc kernel: em0: Using MSI interrupt May 18 13:52:10 gbs01-etc kernel: em0: Ethernet address: 00:15:17:6b:7f:24 May 18 13:52:10 gbs01-etc kernel: em0: [FILTER] May 18 13:52:10 gbs01-etc kernel: em1: port 0x3000-0x301f mem 0xb8800000-0xb881ffff,0xb8000000-0xb83fffff irq 19 at device 0.1 on pci7 May 18 13:52:10 gbs01-etc kernel: em1: Using MSI interrupt May 18 13:52:10 gbs01-etc kernel: em1: Ethernet address: 00:15:17:6b:7f:25 May 18 13:52:10 gbs01-etc kernel: em1: [FILTER] May 18 13:52:10 gbs01-etc kernel: pcib8: at device 0.3 on pci1 May 18 13:52:10 gbs01-etc kernel: pci8: on pcib8 May 18 13:52:10 gbs01-etc kernel: pcib9: at device 3.0 on pci0 May 18 13:52:10 gbs01-etc kernel: pci9: on pcib9 May 18 13:52:10 gbs01-etc kernel: pcib10: at device 4.0 on pci0 May 18 13:52:10 gbs01-etc kernel: pci10: on pcib10 May 18 13:52:10 gbs01-etc kernel: pcib11: at device 5.0 on pci0 May 18 13:52:10 gbs01-etc kernel: pci11: on pcib11 May 18 13:52:10 gbs01-etc kernel: pcib12: at device 6.0 on pci0 May 18 13:52:10 gbs01-etc kernel: pci12: on pcib12 May 18 13:52:10 gbs01-etc kernel: em2: port 0x2020-0x203f mem 0xb8d60000-0xb8d7ffff,0xb8d40000-0xb8d5ffff irq 16 at device 0.0 on pci12 May 18 13:52:10 gbs01-etc kernel: em2: Using MSI interrupt May 18 13:52:10 gbs01-etc kernel: em2: Ethernet address: 00:15:17:61:6a:3e May 18 13:52:10 gbs01-etc kernel: em2: [FILTER] May 18 13:52:10 gbs01-etc kernel: em3: port 0x2000-0x201f mem 0xb8d20000-0xb8d3ffff,0xb8d00000-0xb8d1ffff irq 17 at device 0.1 on pci12 May 18 13:52:10 gbs01-etc kernel: em3: Using MSI interrupt May 18 13:52:10 gbs01-etc kernel: em3: Ethernet address: 00:15:17:61:6a:3f May 18 13:52:10 gbs01-etc kernel: em3: [FILTER] May 18 13:52:10 gbs01-etc kernel: pcib13: at device 7.0 on pci0 May 18 13:52:10 gbs01-etc kernel: pci13: on pcib13 May 18 13:52:10 gbs01-etc kernel: pci0: at device 8.0 (no driver attached) May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.0 (no driver attached) May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.1 (no driver attached) May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.2 (no driver attached) May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.3 (no driver attached) May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.7 (no driver attached) May 18 13:52:10 gbs01-etc kernel: pcib14: at device 30.0 on pci0 May 18 13:52:10 gbs01-etc kernel: pci14: on pcib14 May 18 13:52:10 gbs01-etc kernel: vgapci0: port 0x1000-0x10ff mem 0xb0000000-0xb7ffffff,0xb8c00000-0xb8c0ffff irq 17 at device 12.0 on pci14 May 18 13:52:10 gbs01-etc kernel: isab0: at device 31.0 on pci0 May 18 13:52:10 gbs01-etc kernel: isa0: on isab0 May 18 13:52:10 gbs01-etc kernel: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x40b0-0x40bf irq 20 at device 31.1 on pci0 May 18 13:52:10 gbs01-etc kernel: ata0: on atapci0 May 18 13:52:10 gbs01-etc kernel: ata0: [ITHREAD] May 18 13:52:10 gbs01-etc kernel: ata1: on atapci0 May 18 13:52:10 gbs01-etc kernel: ata1: [ITHREAD] May 18 13:52:10 gbs01-etc kernel: atapci1: port 0x40c8-0x40cf,0x40e4-0x40e7,0x40c0-0x40c7,0x40e0-0x40e3,0x40a0-0x40af mem 0xb8e00000-0xb8e003ff irq 20 at device 31.2 on pci0 May 18 13:52:10 gbs01-etc kernel: atapci1: [ITHREAD] May 18 13:52:10 gbs01-etc kernel: ata2: on atapci1 May 18 13:52:10 gbs01-etc kernel: ata2: [ITHREAD] May 18 13:52:10 gbs01-etc kernel: ata3: on atapci1 May 18 13:52:10 gbs01-etc kernel: ata3: [ITHREAD] May 18 13:52:10 gbs01-etc kernel: pci0: at device 31.3 (no driver attached) May 18 13:52:10 gbs01-etc kernel: sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 on acpi0 May 18 13:52:10 gbs01-etc kernel: sio0: type 16550A May 18 13:52:10 gbs01-etc kernel: sio0: [FILTER] May 18 13:52:10 gbs01-etc kernel: sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 flags 0x10 on acpi0 May 18 13:52:10 gbs01-etc kernel: sio1: type 16550A, console May 18 13:52:10 gbs01-etc kernel: sio1: [FILTER] May 18 13:52:10 gbs01-etc kernel: atkbdc0: port 0x60,0x64 irq 1 on acpi0 May 18 13:52:10 gbs01-etc kernel: atkbd0: irq 1 on atkbdc0 May 18 13:52:10 gbs01-etc kernel: kbd0 at atkbd0 May 18 13:52:10 gbs01-etc kernel: atkbd0: [GIANT-LOCKED] May 18 13:52:10 gbs01-etc kernel: atkbd0: [ITHREAD] May 18 13:52:10 gbs01-etc kernel: ipmi1: on isa0 May 18 13:52:10 gbs01-etc kernel: device_attach: ipmi1 attach returned 16 May 18 13:52:10 gbs01-etc kernel: pmtimer0 on isa0 May 18 13:52:10 gbs01-etc kernel: orm0: at iomem 0xc0000-0xc8fff,0xc9000-0xcdfff pnpid ORM0000 on isa0 May 18 13:52:10 gbs01-etc kernel: ppc0: parallel port not found. May 18 13:52:10 gbs01-etc kernel: sc0: at flags 0x100 on isa0 May 18 13:52:10 gbs01-etc kernel: sc0: VGA <16 virtual consoles, flags=0x300> May 18 13:52:10 gbs01-etc kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 May 18 13:52:10 gbs01-etc kernel: Timecounters tick every 1.000 msec May 18 13:52:10 gbs01-etc kernel: acd0: DVDROM at ata0-slave UDMA33 May 18 13:52:10 gbs01-etc kernel: ipmi0: IPMI device rev. 1, firmware rev. 0.2, version 2.0 May 18 13:52:10 gbs01-etc kernel: ipmi0: Number of channels 5 May 18 13:52:10 gbs01-etc kernel: ipmi0: Attached watchdog May 18 13:52:10 gbs01-etc kernel: mfid0: on mfi0 May 18 13:52:10 gbs01-etc kernel: mfid0: 278472MB (570310656 sectors) RAID volume '' is optimal May 18 13:52:10 gbs01-etc kernel: lapic3: Forcing LINT1 to edge trigger May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #3 Launched! May 18 13:52:10 gbs01-etc kernel: lapic2: Forcing LINT1 to edge trigger May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #2 Launched! May 18 13:52:10 gbs01-etc kernel: lapic1: Forcing LINT1 to edge trigger May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #1 Launched! May 18 13:52:10 gbs01-etc kernel: lapic7: Forcing LINT1 to edge trigger May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #7 Launched! May 18 13:52:10 gbs01-etc kernel: lapic4: Forcing LINT1 to edge trigger May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #4 Launched! May 18 13:52:10 gbs01-etc kernel: lapic5: Forcing LINT1 to edge trigger May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #5 Launched! May 18 13:52:10 gbs01-etc kernel: lapic6: Forcing LINT1 to edge trigger May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #6 Launched! May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: Journal 2994169821: mfid0s1a contains data. May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: Journal 2994169821: mfid0s1a contains journal. May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: Journal GmEfOiMd_0JsO1UaR NcAoLn:s iJsotuernnta.l May 18 13:52:10 gbs01-etc kernel: 1G2E8O5M1_3J7O1U8R:N AmLf:i dB0IsO1_dF LcUoSnHt anionts sduaptpao.rt May 18 13:52:10 gbs01-etc kernel: eGdE ObMy_ JmOfUiRdN0AsL1:a .Jo May 18 13:52:10 gbs01-etc kernel: urnal 128513718: mfid0s1d contains journal. May 18 13:52:10 gbs01-etc kernel: WARNING: Expected rawoffset 0, found 63 May 18 13:52:10 gbs01-etc kernel: Root mount waiting for: GJOURNAL May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: Journal mfid0s1d consistent. May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: BIO_FLUSH not supported by mfid0s1d. May 18 13:52:10 gbs01-etc kernel: Trying to mount root from ufs:/dev/mfid0s1a.journal May 18 13:52:10 gbs01-etc kernel: WARNING: / was not properly dismounted May 18 13:52:10 gbs01-etc kernel: WARNING: Expected rawoffset 0, found 63 May 18 13:52:10 gbs01-etc savecore: reboot after panic: lockmgr: upgrade without shared May 18 13:52:10 gbs01-etc savecore: writing core to vmcore.0 May 18 13:52:12 gbs01-etc kernel: eth0: link state changed to UP May 18 13:52:12 gbs01-etc kernel: eth1: link state changed to UP -- **Charles Owens** *Great Bay Software**|** m: *603.866.0860 *|** f: *603.430.0713 *|** e: *cowens@GreatBaySoftware.com**** --------------040201080208020601020704-- From owner-freebsd-stable@FreeBSD.ORG Tue May 19 05:26:54 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98CE61065670 for ; Tue, 19 May 2009 05:26:54 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id ED6FE8FC1D for ; Tue, 19 May 2009 05:26:53 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4J5Qjr6013896 for ; Mon, 18 May 2009 22:26:51 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4J5Qifs013895 for freebsd-stable@freebsd.org; Mon, 18 May 2009 22:26:44 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Mon, 18 May 2009 22:26:44 -0700 Message-ID: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> X-Priority: 3 (Normal) Date: Mon, 18 May 2009 22:26:44 -0700 From: Chris H To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 05:26:54 -0000 Greetings, I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. On 7.1-7.2 releases. I'm currently working (struggling) with it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), I've seen only a few discussions regarding this, but no joy. I'm not sure what to post for additional information. So I'll provide the output of dmesg(8), and Xorg.0.log via links. Thank you for all your time and consideration in this matter. Sincerely, Chris H Xorg log: http://codewarehouse.NET/output/Xorg.0.log relevent dmesg(8) output: http://codewarehouse.NET/output/dmesg.output From owner-freebsd-stable@FreeBSD.ORG Tue May 19 05:42:55 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B05B106566C for ; Tue, 19 May 2009 05:42:55 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id 316B48FC1C for ; Tue, 19 May 2009 05:42:54 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4J5gk75013987 for ; Mon, 18 May 2009 22:42:53 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4J5gkr4013986 for freebsd-stable@freebsd.org; Mon, 18 May 2009 22:42:46 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Mon, 18 May 2009 22:42:46 -0700 Message-ID: <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> X-Priority: 3 (Normal) Date: Mon, 18 May 2009 22:42:46 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> In-Reply-To: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 05:42:55 -0000 Quoting Chris H : > Greetings, > I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. > On 7.1-7.2 releases. I'm currently working (struggling) with > it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), > I've seen only a few discussions regarding this, but no joy. > > I'm not sure what to post for additional information. So I'll > provide the output of dmesg(8), and Xorg.0.log via links. > > Thank you for all your time and consideration in this matter. > > Sincerely, > Chris H > > Xorg log: > http://codewarehouse.NET/output/Xorg.0.log > > relevent dmesg(8) output: > http://codewarehouse.NET/output/dmesg.output OOPS! I guess the xorg config might be useful: http://codewarehouse.NET/output/xorg.conf.nvidia > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 06:20:29 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A4451065670 for ; Tue, 19 May 2009 06:20:29 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id 658428FC0A for ; Tue, 19 May 2009 06:20:28 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4J6KJig014160 for ; Mon, 18 May 2009 23:20:26 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4J6KJ8n014159 for freebsd-stable@freebsd.org; Mon, 18 May 2009 23:20:19 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Mon, 18 May 2009 23:20:19 -0700 Message-ID: <20090518232019.36g94wxl7zeo088g@webmail.1command.com> X-Priority: 3 (Normal) Date: Mon, 18 May 2009 23:20:19 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> In-Reply-To: <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_4w6jfakb63o" Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 06:20:29 -0000 This message is in MIME format. --=_4w6jfakb63o Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit Quoting Chris H : > Quoting Chris H : > >> Greetings, >> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >> On 7.1-7.2 releases. I'm currently working (struggling) with >> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), >> I've seen only a few discussions regarding this, but no joy. >> >> I'm not sure what to post for additional information. So I'll >> provide the output of dmesg(8), and Xorg.0.log via links. >> >> Thank you for all your time and consideration in this matter. >> >> Sincerely, >> Chris H >> >> Xorg log: >> http://codewarehouse.NET/output/Xorg.0.log >> >> relevent dmesg(8) output: >> http://codewarehouse.NET/output/dmesg.output > > OOPS! I guess the xorg config might be useful: > http://codewarehouse.NET/output/xorg.conf.nvidia > >> SIGH... Seems that the registrar isn't paying attention. They happily accepted my money, but forgot to renew the domain. So here's trying to attach the files... >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > --=_4w6jfakb63o-- From owner-freebsd-stable@FreeBSD.ORG Tue May 19 06:28:19 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD643106566C for ; Tue, 19 May 2009 06:28:19 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f216.google.com (mail-fx0-f216.google.com [209.85.220.216]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3858FC12 for ; Tue, 19 May 2009 06:28:19 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm12 with SMTP id 12so3651898fxm.43 for ; Mon, 18 May 2009 23:28:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=K9bLEzYhEGGTBjc8CMW4iC6tMWzbfFVz3tGYM3pY6Pw=; b=Q49BuZ8N58XpGxgnIjF58gaNvKarFY2HTiDCcavNhCPxxavwwjtbKHcVPR30nMxEXn 00ZjnjcBTAj1jVTnDbAvmatH+90MhCiXeHS4uPW2na+oACww+4MJf1ZNv6xUcsl/ZCL2 GqmvEnCEFhlHCrQWDiO2Zj6nJeCYoG1WxtXow= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=PcRWKRhjlqGRFRNWhqewOeN+enDILT1tD8yUw997AEI1f6fWaZYEjBogQV/kbjpVpW g1n0OJMpQv3yle8NWuKpYxQEOx498Kcivx2KuvSeFetTa899WZUViVKwbwGZnA1SWS5K 44DTwb/A0Y+nOYS1GRC0/jBBPzXZjGIBaOvyo= MIME-Version: 1.0 Received: by 10.204.116.212 with SMTP id n20mr7606001bkq.138.1242714497492; Mon, 18 May 2009 23:28:17 -0700 (PDT) In-Reply-To: <20090518232019.36g94wxl7zeo088g@webmail.1command.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> Date: Tue, 19 May 2009 08:28:17 +0200 Message-ID: <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> From: "Paul B. Mahol" To: Chris H Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 06:28:20 -0000 On 5/19/09, Chris H wrote: > Quoting Chris H : > >> Quoting Chris H : >> >>> Greetings, >>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >>> On 7.1-7.2 releases. I'm currently working (struggling) with >>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), >>> I've seen only a few discussions regarding this, but no joy. >>> >>> I'm not sure what to post for additional information. So I'll >>> provide the output of dmesg(8), and Xorg.0.log via links. >>> >>> Thank you for all your time and consideration in this matter. >>> >>> Sincerely, >>> Chris H >>> >>> Xorg log: >>> http://codewarehouse.NET/output/Xorg.0.log >>> >>> relevent dmesg(8) output: >>> http://codewarehouse.NET/output/dmesg.output >> >> OOPS! I guess the xorg config might be useful: >> http://codewarehouse.NET/output/xorg.conf.nvidia >> >>> > SIGH... Seems that the registrar isn't paying attention. > They happily accepted my money, but forgot to renew the domain. > > So here's trying to attach the files... That message appears for me only when I use xf86-video-vesa driver. -- Paul From owner-freebsd-stable@FreeBSD.ORG Tue May 19 06:40:23 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6EED106564A for ; Tue, 19 May 2009 06:40:23 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id 6C3E88FC08 for ; Tue, 19 May 2009 06:40:20 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4J6eBj7014374 for ; Mon, 18 May 2009 23:40:17 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4J6eBqr014373 for freebsd-stable@freebsd.org; Mon, 18 May 2009 23:40:11 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Mon, 18 May 2009 23:40:11 -0700 Message-ID: <20090518234011.k55bmqq3488kko8c@webmail.1command.com> X-Priority: 3 (Normal) Date: Mon, 18 May 2009 23:40:11 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> In-Reply-To: <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 06:40:24 -0000 Quoting "Paul B. Mahol" : > On 5/19/09, Chris H wrote: >> Quoting Chris H : >> >>> Quoting Chris H : >>> >>>> Greetings, >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >>>> On 7.1-7.2 releases. I'm currently working (struggling) with >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), >>>> I've seen only a few discussions regarding this, but no joy. >>>> >>>> I'm not sure what to post for additional information. So I'll >>>> provide the output of dmesg(8), and Xorg.0.log via links. >>>> >>>> Thank you for all your time and consideration in this matter. >>>> >>>> Sincerely, >>>> Chris H >>>> >>>> Xorg log: >>>> http://codewarehouse.NET/output/Xorg.0.log >>>> >>>> relevent dmesg(8) output: >>>> http://codewarehouse.NET/output/dmesg.output >>> >>> OOPS! I guess the xorg config might be useful: >>> http://codewarehouse.NET/output/xorg.conf.nvidia >>> >>>> >> SIGH... Seems that the registrar isn't paying attention. >> They happily accepted my money, but forgot to renew the domain. >> >> So here's trying to attach the files... > > That message appears for me only when I use xf86-video-vesa driver. I see. Well I'm specifically using the nv driver. Here's another attempt to provide the relevant info: Xorg log: X.Org X Server 1.6.0 Release Date: 2009-2-25 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Build Date: 16 May 2009 07:15:01AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 2009 (++) Using config file: "/etc/X11/xorg.conf.nvidia" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Card1" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "AllowEmptyInput" "false" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/local/lib/X11/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/local/lib/X11/fonts/75dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/local/lib/X11/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/local/lib/X11/fonts/75dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, built-ins (**) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x6a0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 5.0 X.Org XInput driver : 4.0 X.Org Server Extension : 2.0 (II) Loader running on freebsd (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (!!) More than one possible primary device found (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ 0x????????/131072 (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, BIOS @ 0x????????/131072 (II) System resource ranges: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "nv" (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so (II) Module nv: vendor="X.Org Foundation" compiled for 1.6.0, module version = 2.1.13 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, Quadro FX 540, GeForce 6200, GeForce 6500, GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at 01@00:02:0 (II) resource ranges after probing: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 5.0 (II) NV(0): Initializing int10 (==) NV(0): Write-combining range (0xa0000,0x20000) was already clear (==) NV(0): Write-combining range (0xc0000,0x40000) was already clear (--) NV(0): Chipset: "GeForce4 MX 440" (**) NV(0): Depth 24, (--) framebuffer bpp 32 (==) NV(0): RGB weight 888 (==) NV(0): Default visual is TrueColor (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.6.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 5.0 (**) NV(0): Option "CrtcNumber" "0" (==) NV(0): Using HW cursor (--) NV(0): Linear framebuffer at 0xF0000000 (--) NV(0): MMIO registers at 0xFD000000 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) NV(0): I2C bus "DDC" initialized. (II) NV(0): Probing for analog device on output A... (--) NV(0): ...found one (II) NV(0): Probing for analog device on output B... (--) NV(0): ...can't find one (II) NV(0): Probing for EDID on I2C bus A... (II) NV(0): I2C device "DDC:E-EDID segment register" registered at address 0x60. (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. (--) NV(0): DDC detected a CRT: (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 (II) NV(0): Year: 1999 Week: 11 (II) NV(0): EDID Version: 1.1 (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V (II) NV(0): Sync: Separate Composite SyncOnGreen (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 (II) NV(0): Gamma: 2.05 (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) NV(0): GTF timings supported (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 (II) NV(0): Supported VESA Video Modes: (II) NV(0): 720x400@70Hz (II) NV(0): 720x400@88Hz (II) NV(0): 640x480@60Hz (II) NV(0): 640x480@67Hz (II) NV(0): 640x480@72Hz (II) NV(0): 640x480@75Hz (II) NV(0): 800x600@56Hz (II) NV(0): 800x600@60Hz (II) NV(0): 800x600@72Hz (II) NV(0): 800x600@75Hz (II) NV(0): 832x624@75Hz (II) NV(0): 1024x768@60Hz (II) NV(0): 1024x768@70Hz (II) NV(0): 1024x768@75Hz (II) NV(0): 1280x1024@75Hz (II) NV(0): 1152x870@75Hz (II) NV(0): Manufacturer's mask: 0 (II) NV(0): Supported Future Video Modes: (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 (II) NV(0): Supported additional Video Mode: (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_end 2208 h_border: 0 (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blanking: 1344 v_border: 0 (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 kHz, PixClock max 290 MHz (II) NV(0): Monitor name: PressView XL (II) NV(0): Serial No: 903500844 (II) NV(0): EDID (in hex): (II) NV(0): 00ffffffffffff00489315214c030000 (II) NV(0): 0b0901010e261c69e90488a0574a9b26 (II) NV(0): 12484cffef80455961598199a959c290 (II) NV(0): 71598b4fa94f886240606200405080b0 (II) NV(0): 13007c1d1100001e000000fd0032981e (II) NV(0): 731d000a202020202020000000fc0050 (II) NV(0): 726573735669657720584c0a000000ff (II) NV(0): 003930333530303834340a2020200078 (II) NV(0): Probing for EDID on I2C bus B... (II) NV(0): ... none found (--) NV(0): CRTC 0 appears to have a CRT attached (**) NV(0): Forcing CRTCNumber 0 as specified (II) NV(0): Using CRT on CRTC 0 (II) NV(0): EDID vendor "RDS", prod id 8469 (II) NV(0): Using EDID range info for horizontal sync (II) NV(0): Using EDID range info for vertical refresh (II) NV(0): Printing DDC gathered Modelines: (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 2208 1280 1281 1284 1344 +hsync +vsync (114.2 kHz) (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz) (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz) (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (106.2 kHz) (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz) (--) NV(0): VideoRAM: 65536 kBytes (==) NV(0): Using gamma correction (1.0, 1.0, 1.0) (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz (II) NV(0): Clock range: 12.00 to 350.00 MHz (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1920x1440" (mode clock too high) (II) NV(0): Not using default mode "1920x1440" (hsync out of range) (II) NV(0): Not using default mode "960x720" (hsync out of range) (II) NV(0): Not using default mode "2048x1536" (hsync out of range) (II) NV(0): Not using default mode "1024x768" (hsync out of range) (II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1024x768" (hsync out of range) (II) NV(0): Not using mode "1152x864" (no mode of this name) (II) NV(0): Not using default mode "2048x1536" (width too large for virtual size) (II) NV(0): Not using default mode "1920x1440" (width too large for virtual size) (II) NV(0): Not using default mode "1856x1392" (width too large for virtual size) (II) NV(0): Not using default mode "1856x1392" (width too large for virtual size) (II) NV(0): Not using default mode "1792x1344" (width too large for virtual size) (II) NV(0): Not using default mode "1792x1344" (width too large for virtual size) (II) NV(0): Not using driver mode "1600x1280" (width too large for virtual size) (II) NV(0): Not using driver mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using driver mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using default mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using default mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using default mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using default mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using default mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using default mode "1400x1050" (width too large for virtual size) (II) NV(0): Not using default mode "1400x1050" (width too large for virtual size) (II) NV(0): Not using driver mode "1280x1024" (width too large for virtual size) (II) NV(0): Not using driver mode "1280x1024" (width too large for virtual size) (II) NV(0): Not using default mode "1280x1024" (width too large for virtual size) (II) NV(0): Not using default mode "1280x1024" (width too large for virtual size) (II) NV(0): Not using default mode "1280x1024" (width too large for virtual size) (II) NV(0): Not using default mode "1280x960" (width too large for virtual size) (II) NV(0): Not using default mode "1280x960" (width too large for virtual size) (--) NV(0): Virtual size is 1152x864 (pitch 1152) (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D) (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz) (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz (D) (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz) (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D) (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz) (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz (D) (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz) (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D) (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz) (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D) (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz) (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D) (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz) (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D) (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz) (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D) (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz) (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D) (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz) (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz) (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz) (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz) (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz) (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D) (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz) (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz) (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz) (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D) (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz) (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz) (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz) (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz) (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz) (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz) (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz) (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz) (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz) (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz) (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz) (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz) (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz) (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz) (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz) (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz) (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz) (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz) (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz) (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz) (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz) (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz) (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz) (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz) (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz) (**) NV(0): Display dimensions: (380, 280) mm (**) NV(0): DPI set to (77, 78) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/local/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.2.1 ABI class: X.Org Video Driver, version 5.0 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) NV(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Scanline Image Writes Setting up tile and stipple cache: 32 128x128 slots 32 256x256 slots 16 512x512 slots (==) NV(0): Backing store disabled (==) NV(0): Silken mouse enabled (II) NV(0): DPMS enabled (==) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (**) Option "Protocol" "Auto" (**) Mouse0: Device: "/dev/sysmouse" (**) Mouse0: Protocol: "Auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/sysmouse" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) Option "Resolution" "800" (**) Mouse0: Resolution: 800 (**) Mouse0: Sensitivity: 1 (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (**) Mouse0: (accel) keeping acceleration scheme 1 (**) Mouse0: (accel) filter chain progression: 2.00 (**) Mouse0: (accel) filter stage 0: 20.00 ms (**) Mouse0: (accel) set acceleration profile 0 (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse (**) Option "CoreKeyboard" (**) Keyboard0: always reports core events (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc104" (**) Keyboard0: XkbModel: "pc104" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) xorg.conf: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 # Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "glx" Load "dri" Load "dri2" EndSection Section "ServerFlags" Option "AllowEmptyInput" "false" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" Option "Resolution" "800" EndSection Section "Monitor" Identifier "Monitor1" VendorName "RDS" ModelName "PressView XL" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "Rotate" # [] #Option "VideoKey" # #Option "FlatPanel" # [] #Option "FPDither" # [] #Option "CrtcNumber" # Option "CrtcNumber" "0" #Option "FPScale" # [] #Option "FPTweak" # #Option "DualHead" # [] Identifier "Card1" Driver "nv" VendorName "nVidia Corporation" BoardName "NV17 [GeForce4 MX 440]" BusID "PCI:1:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1152x864" "1152x864" "1152x864" EndSubSection EndSection dmesg(8) output: May 18 20:21:51 udns syslogd: kernel boot file is /boot/kernel/kernel May 18 20:21:51 udns kernel: Copyright (c) 1992-2009 The FreeBSD Project. May 18 20:21:51 udns kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 May 18 20:21:51 udns kernel: The Regents of the University of California. All rights reserved. May 18 20:21:51 udns kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. May 18 20:21:51 udns kernel: FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 May 18 20:21:51 udns kernel: root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC May 18 20:21:51 udns kernel: Preloaded elf kernel "/boot/kernel/kernel" at 0xc0d89000. May 18 20:21:51 udns kernel: Preloaded elf module "/boot/kernel/geom_stripe.ko" at 0xc0d89174. May 18 20:21:51 udns kernel: Calibrating clock(s) ... i8254 clock: 1192975 Hz May 18 20:21:51 udns kernel: CLK_USE_I8254_CALIBRATION not specified - using default frequency May 18 20:21:51 udns kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 May 18 20:21:51 udns kernel: Calibrating TSC clock ... TSC clock: 797345795 Hz May 18 20:21:51 udns kernel: CPU: Intel Pentium III (797.35-MHz 686-class CPU) May 18 20:21:51 udns kernel: Origin = "GenuineIntel" Id = 0x686 Stepping = 6 May 18 20:21:51 udns kernel: Features=0x387fbff May 18 20:21:51 udns kernel: May 18 20:21:51 udns kernel: Instruction TLB: 4 KB pages, 4-way set associative, 32 entries May 18 20:21:51 udns kernel: Instruction TLB: 4 MB pages, fully associative, 2 entries May 18 20:21:51 udns kernel: Data TLB: 4 KB pages, 4-way set associative, 64 entries May 18 20:21:51 udns kernel: 2nd-level cache: 256 KB, 8-way set associative, 32 byte line size May 18 20:21:51 udns kernel: 1st-level instruction cache: 16 KB, 4-way set associative, 32 byte line size May 18 20:21:51 udns kernel: Data TLB: 4 MB Pages, 4-way set associative, 8 entries May 18 20:21:51 udns kernel: 1st-level data cache: 16 KB, 4-way set associative, 32 byte line size May 18 20:21:51 udns kernel: real memory = 1073741824 (1024 MB) May 18 20:21:51 udns kernel: Physical memory chunk(s): May 18 20:21:51 udns kernel: 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) May 18 20:21:51 udns kernel: 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) May 18 20:21:51 udns kernel: 0x0000000001025000 - 0x000000003edb7fff, 1037643776 bytes (253331 pages) May 18 20:21:51 udns kernel: avail memory = 1037078528 (989 MB) May 18 20:21:51 udns kernel: MP Configuration Table version 1.4 found at 0xc00f0db0 May 18 20:21:51 udns kernel: APIC: Using the MPTable enumerator. May 18 20:21:51 udns kernel: SMP: Added CPU 0 (BSP) May 18 20:21:51 udns kernel: SMP: Added CPU 1 (AP) May 18 20:21:51 udns kernel: MPTable: May 18 20:21:51 udns kernel: INTR: Adding local APIC 1 as a target May 18 20:21:51 udns kernel: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs May 18 20:21:51 udns kernel: cpu0 (BSP): APIC ID: 0 May 18 20:21:51 udns kernel: cpu1 (AP): APIC ID: 1 May 18 20:21:51 udns kernel: bios32: Found BIOS32 Service Directory header at 0xc00fdb90 May 18 20:21:51 udns kernel: bios32: Entry = 0xfdba0 (c00fdba0) Rev = 0 Len = 1 May 18 20:21:51 udns kernel: pcibios: PCI BIOS entry at 0xf0000+0xdbc1 May 18 20:21:51 udns kernel: pnpbios: Found PnP BIOS data at 0xc00f4c50 May 18 20:21:51 udns kernel: pnpbios: Entry = f0000:3954 Rev = 1.0 May 18 20:21:51 udns kernel: Other BIOS signatures found: May 18 20:21:51 udns kernel: ULE: setup cpu group 0 May 18 20:21:51 udns kernel: ULE: setup cpu 0 May 18 20:21:51 udns kernel: ULE: adding cpu 0 to group 0: cpus 1 mask 0x1 May 18 20:21:51 udns kernel: ULE: setup cpu group 1 May 18 20:21:51 udns kernel: ULE: setup cpu 1 May 18 20:21:51 udns kernel: ULE: adding cpu 1 to group 1: cpus 1 mask 0x2 May 18 20:21:51 udns kernel: ioapic0: Assuming intbase of 0 May 18 20:21:51 udns kernel: ioapic0: Routing external 8259A's -> intpin 0 May 18 20:21:51 udns kernel: ioapic1: Assuming intbase of 16 May 18 20:21:51 udns kernel: ioapic0: intpin 10 bus PCI May 18 20:21:51 udns kernel: ioapic0: intpin 10 trigger: level May 18 20:21:51 udns kernel: ioapic0: intpin 10 polarity: low May 18 20:21:51 udns kernel: ioapic0: Routing IRQ 0 -> intpin 2 May 18 20:21:51 udns kernel: lapic: Routing ExtINT -> LINT0 May 18 20:21:51 udns kernel: lapic: LINT0 trigger: edge May 18 20:21:51 udns kernel: lapic: LINT0 polarity: high May 18 20:21:51 udns kernel: lapic: Routing NMI -> LINT1 May 18 20:21:51 udns kernel: lapic: LINT1 trigger: edge May 18 20:21:51 udns kernel: lapic: LINT1 polarity: high May 18 20:21:51 udns kernel: ioapic0 irqs 0-15 on motherboard May 18 20:21:51 udns kernel: ioapic1 irqs 16-31 on motherboard May 18 20:21:51 udns kernel: cpu0 BSP: May 18 20:21:51 udns kernel: ID: 0x00000000 VER: 0x00040011 LDR: 0x00000000 DFR: 0xffffffff May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff May 18 20:21:51 udns kernel: timer: 0x000100ef therm: 0x00000000 err: 0x0001000f pcm: 0x00010000 May 18 20:21:51 udns kernel: ath_rate: version 1.2 May 18 20:21:51 udns kernel: wlan_amrr: May 18 20:21:51 udns kernel: wlan: <802.11 Link Layer> May 18 20:21:51 udns kernel: null: May 18 20:21:51 udns kernel: random: May 18 20:21:51 udns kernel: nfslock: pseudo-device May 18 20:21:51 udns kernel: io: May 18 20:21:51 udns kernel: kbd: new array size 4 May 18 20:21:51 udns kernel: kbd1 at kbdmux0 May 18 20:21:51 udns kernel: mem: May 18 20:21:51 udns kernel: Pentium Pro MTRR support enabled May 18 20:21:51 udns kernel: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) May 18 20:21:51 udns kernel: hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 (Jan 1 2009 14:37:00) May 18 20:21:51 udns kernel: npx0: INT 16 interface May 18 20:21:51 udns kernel: pci_open(1): mode 1 addr port (0x0cf8) is 0x80000070 May 18 20:21:51 udns kernel: pci_open(1a): mode1res=0x80000000 (0x80000000) May 18 20:21:51 udns kernel: pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=00091166) May 18 20:21:51 udns kernel: pcibios: BIOS version 2.10 May 18 20:21:51 udns kernel: pcib0: pcibus 0 on motherboard May 18 20:21:51 udns kernel: pci0: on pcib0 May 18 20:21:51 udns kernel: pci0: domain=0, physical bus=0 May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, revid=0x06 May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=0 May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 May 18 20:21:51 udns kernel: cmdreg=0x0006, statreg=0x2200, cachelnsz=8 (dwords) May 18 20:21:51 udns kernel: lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, revid=0x06 May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=1 May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, cachelnsz=8 (dwords) May 18 20:21:51 udns kernel: lattimer=0x10 (480 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) May 18 20:21:51 udns kernel: found-> vendor=0x1002, dev=0x4752, revid=0x27 May 18 20:21:51 udns kernel: domain=0, bus=0, slot=1, func=0 May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 May 18 20:21:51 udns kernel: cmdreg=0x0080, statreg=0x0290, cachelnsz=8 (dwords) May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) May 18 20:21:51 udns kernel: intpin=a, irq=9 May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 current D0 May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base 0xfb000000, size 24, memory disabled May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base 0xd800, size 8, port disabled May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base 0xfcaff000, size 12, enabled May 18 20:21:51 udns kernel: pcib0: slot 1 INTA routed to irq 22 May 18 20:21:51 udns kernel: found-> vendor=0x8086, dev=0x1229, revid=0x08 May 18 20:21:51 udns kernel: domain=0, bus=0, slot=4, func=0 May 18 20:21:51 udns kernel: class=02-00-00, hdrtype=0x00, mfdev=0 May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0290, cachelnsz=8 (dwords) May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) May 18 20:21:51 udns kernel: intpin=a, irq=5 May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 current D0 May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base 0xfcafe000, size 12, enabled May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base 0xd400, size 6, enabled May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base 0xfc900000, size 20, enabled May 18 20:21:51 udns kernel: pcib0: slot 4 INTA routed to irq 20 May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0200, revid=0x50 May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=0 May 18 20:21:51 udns kernel: class=06-01-00, hdrtype=0x00, mfdev=1 May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, cachelnsz=0 (dwords) May 18 20:21:51 udns kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) May 18 20:21:51 udns kernel: map[90]: type I/O Port, range 32, base 0x580, size 4, enabled May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0211, revid=0x00 May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=1 May 18 20:21:51 udns kernel: class=01-01-8a, hdrtype=0x00, mfdev=1 May 18 20:21:51 udns kernel: cmdreg=0x0005, statreg=0x0200, cachelnsz=0 (dwords) May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) May 18 20:21:51 udns kernel: map[20]: type I/O Port, range 32, base 0xffa0, size 4, enabled May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0220, revid=0x04 May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=2 May 18 20:21:51 udns kernel: class=0c-03-10, hdrtype=0x00, mfdev=1 May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0280, cachelnsz=8 (dwords) May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) May 18 20:21:51 udns kernel: intpin=a, irq=10 May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base 0xfcafd000, size 12, enabled May 18 20:21:51 udns kernel: pcib0: slot 15 INTA routed to irq 10 May 18 20:21:51 udns kernel: vgapci0: port 0xd800-0xd8ff mem 0xfb000000-0xfbffffff,0xfcaff000-0xfcafffff irq 22 at device 1.0 on pci0 May 18 20:21:51 udns kernel: fxp0: port 0xd400-0xd43f mem 0xfcafe000-0xfcafefff,0xfc900000-0xfc9fffff irq 20 at device 4.0 on pci0 May 18 20:21:51 udns kernel: fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfcafe000 May 18 20:21:51 udns kernel: fxp0: using memory space register mapping May 18 20:21:51 udns kernel: fxp0: PCI IDs: 8086 1229 8086 100c 0008 May 18 20:21:51 udns kernel: fxp0: Dynamic Standby mode is disabled May 18 20:21:51 udns kernel: miibus0: on fxp0 May 18 20:21:51 udns kernel: inphy0: PHY 1 on miibus0 May 18 20:21:51 udns kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto May 18 20:21:51 udns kernel: fxp0: bpf attached May 18 20:21:51 udns kernel: fxp0: Ethernet address: 00:e0:81:20:9d:66 May 18 20:21:51 udns kernel: ioapic1: routing intpin 4 (PCI IRQ 20) to vector 48 May 18 20:21:51 udns kernel: fxp0: [MPSAFE] May 18 20:21:51 udns kernel: fxp0: [ITHREAD] May 18 20:21:51 udns kernel: isab0: port 0x580-0x58f at device 15.0 on pci0 May 18 20:21:51 udns kernel: isa0: on isab0 May 18 20:21:51 udns kernel: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 15.1 on pci0 May 18 20:21:51 udns kernel: atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xffa0 May 18 20:21:51 udns kernel: ata0: on atapci0 May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 May 18 20:21:51 udns kernel: ata0: reset tp1 mask=03 ostat0=50 ostat1=50 May 18 20:21:51 udns kernel: ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb May 18 20:21:51 udns kernel: ata0: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 May 18 20:21:51 udns kernel: ata0: reset tp2 stat0=00 stat1=50 devices=0x6 May 18 20:21:51 udns kernel: ioapic0: routing intpin 14 (ISA IRQ 14) to vector 49 May 18 20:21:51 udns kernel: ata0: [MPSAFE] May 18 20:21:51 udns kernel: ata0: [ITHREAD] May 18 20:21:51 udns kernel: ata1: on atapci0 May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 May 18 20:21:51 udns kernel: ata1: reset tp1 mask=03 ostat0=50 ostat1=00 May 18 20:21:51 udns kernel: ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb May 18 20:21:51 udns kernel: ata1: stat1=0x00 err=0x04 lsb=0x00 msb=0x02 May 18 20:21:51 udns kernel: ata1: reset tp2 stat0=00 stat1=00 devices=0x4 May 18 20:21:51 udns kernel: ioapic0: routing intpin 15 (ISA IRQ 15) to vector 50 May 18 20:21:51 udns kernel: ata1: [MPSAFE] May 18 20:21:51 udns kernel: ata1: [ITHREAD] May 18 20:21:51 udns kernel: ohci0: mem 0xfcafd000-0xfcafdfff irq 10 at device 15.2 on pci0 May 18 20:21:51 udns kernel: ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfcafd000 May 18 20:21:51 udns kernel: ohci0: (New OHCI DeviceId=0x02201166) May 18 20:21:51 udns kernel: ioapic0: routing intpin 10 (PCI IRQ 10) to vector 51 May 18 20:21:51 udns kernel: ohci0: [GIANT-LOCKED] May 18 20:21:51 udns kernel: ohci0: [ITHREAD] May 18 20:21:51 udns kernel: usb0: OHCI version 1.0, legacy support May 18 20:21:51 udns kernel: usb0: on ohci0 May 18 20:21:51 udns kernel: usb0: USB revision 1.0 May 18 20:21:51 udns kernel: uhub0: <(0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0 May 18 20:21:51 udns kernel: uhub0: 4 ports with 4 removable, self powered May 18 20:21:51 udns kernel: pcib1: pcibus 1 on motherboard May 18 20:21:51 udns kernel: pci1: on pcib1 May 18 20:21:51 udns kernel: pci1: domain=0, physical bus=1 May 18 20:21:51 udns kernel: found-> vendor=0x10de, dev=0x0171, revid=0xa3 May 18 20:21:51 udns kernel: domain=0, bus=1, slot=2, func=0 May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns) May 18 20:21:51 udns kernel: intpin=a, irq=11 May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base 0xfd000000, size 24, enabled May 18 20:21:51 udns kernel: map[14]: type Prefetchable Memory, range 32, base 0xf0000000, size 27, enabled May 18 20:21:51 udns kernel: map[18]: type Prefetchable Memory, range 32, base 0xfa580000, size 19, enabled May 18 20:21:51 udns kernel: pcib1: slot 2 INTA routed to irq 27 May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, revid=0x01 May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=0 May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, cachelnsz=8 (dwords) May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 (10000 ns), maxlat=0x19 (6250 ns) May 18 20:21:51 udns kernel: intpin=a, irq=3 May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base 0xe400, size 8, enabled May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base 0xfebde000, size 12, enabled May 18 20:21:51 udns kernel: pcib1: slot 6 INTA routed to irq 25 May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, revid=0x01 May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=1 May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, cachelnsz=8 (dwords) May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 (10000 ns), maxlat=0x19 (6250 ns) May 18 20:21:51 udns kernel: intpin=b, irq=10 May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base 0xe800, size 8, enabled May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base 0xfebdf000, size 12, enabled May 18 20:21:51 udns kernel: pcib1: slot 6 INTB routed to irq 26 May 18 20:21:51 udns kernel: vgapci1: mem 0xfd000000-0xfdffffff,0xf0000000-0xf7ffffff,0xfa580000-0xfa5fffff irq 27 at device 2.0 on pci1 May 18 20:21:51 udns kernel: ahc0: port 0xe400-0xe4ff mem 0xfebde000-0xfebdefff irq 25 at device 6.0 on pci1 May 18 20:21:51 udns kernel: ahc0: Defaulting to MEMIO off May 18 20:21:51 udns kernel: ahc0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xe400 May 18 20:21:51 udns kernel: ahc0: Reading SEEPROM...done. May 18 20:21:51 udns kernel: ahc0: Manual LVD Termination May 18 20:21:51 udns kernel: ahc0: BIOS eeprom is present May 18 20:21:51 udns kernel: ahc0: Secondary High byte termination Enabled May 18 20:21:51 udns kernel: ahc0: Secondary Low byte termination Enabled May 18 20:21:51 udns kernel: ahc0: Primary Low Byte termination Enabled May 18 20:21:51 udns kernel: ahc0: Primary High Byte termination Enabled May 18 20:21:51 udns kernel: ahc0: Downloading Sequencer Program... 423 instructions downloaded May 18 20:21:51 udns kernel: ahc0: Features 0x1fef6, Bugs 0x40, Flags 0x20485520 May 18 20:21:51 udns kernel: ioapic1: routing intpin 9 (PCI IRQ 25) to vector 52 May 18 20:21:51 udns kernel: ahc0: [MPSAFE] May 18 20:21:51 udns kernel: ahc0: [ITHREAD] May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs May 18 20:21:51 udns kernel: ahc1: port 0xe800-0xe8ff mem 0xfebdf000-0xfebdffff irq 26 at device 6.1 on pci1 May 18 20:21:51 udns kernel: ahc1: Defaulting to MEMIO off May 18 20:21:51 udns kernel: ahc1: Reserved 0x100 bytes for rid 0x10 type 4 at 0xe800 May 18 20:21:51 udns kernel: ahc1: Reading SEEPROM...done. May 18 20:21:51 udns kernel: ahc1: Manual LVD Termination May 18 20:21:51 udns kernel: ahc1: BIOS eeprom is present May 18 20:21:51 udns kernel: ahc1: Secondary High byte termination Enabled May 18 20:21:51 udns kernel: ahc1: Secondary Low byte termination Enabled May 18 20:21:51 udns kernel: ahc1: Primary Low Byte termination Enabled May 18 20:21:51 udns kernel: ahc1: Primary High Byte termination Enabled May 18 20:21:51 udns kernel: ahc1: Downloading Sequencer Program... 423 instructions downloaded May 18 20:21:51 udns kernel: ahc1: Features 0x1fef6, Bugs 0x40, Flags 0x20485560 May 18 20:21:51 udns kernel: ioapic1: routing intpin 10 (PCI IRQ 26) to vector 53 May 18 20:21:51 udns kernel: ahc1: [MPSAFE] May 18 20:21:51 udns kernel: ahc1: [ITHREAD] May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs May 18 20:21:51 udns kernel: cpu0 on motherboard May 18 20:21:51 udns kernel: cpu1 on motherboard ... May 18 20:21:51 udns kernel: pnpbios: 14 devices, largest 234 bytes May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range 0-0x9fbff, size=0x9fc00 May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range 0x9fc00-0x9ffff, size=0x400 May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range 0xe0000-0xfffff, size=0x20000 May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range 0x100000-0x3fffffff, size=0x3ff00000 May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range 0xfec00000-0xfec00fff, size=0x1000 May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range 0xfec01000-0xfec01fff, size=0x1000 May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range 0xfee00000-0xfee00fff, size=0x1000 May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range 0xfff80000-0xffffffff, size=0x80000 May 18 20:21:51 udns kernel: pnpbios: handle 0 device ID PNP0c01 (010cd041) May 18 20:21:51 udns kernel: PNP0200: adding dma mask 0x10 May 18 20:21:51 udns kernel: PNP0200: adding io range 0-0xf, size=0x10, align=0x1 May 18 20:21:51 udns kernel: PNP0200: adding io range 0x80-0x90, size=0x11, align=0x1 May 18 20:21:51 udns kernel: PNP0200: adding io range 0x94-0x9f, size=0xc, align=0x1 May 18 20:21:51 udns kernel: PNP0200: adding io range 0xc0-0xde, size=0x1f, align=0x1 May 18 20:21:51 udns kernel: pnpbios: handle 2 device ID PNP0200 (0002d041) May 18 20:21:51 udns kernel: PNP0100: adding irq mask 0x1 May 18 20:21:51 udns kernel: PNP0100: adding io range 0x40-0x43, size=0x4, align=0x1 May 18 20:21:51 udns kernel: pnpbios: handle 3 device ID PNP0100 (0001d041) May 18 20:21:51 udns kernel: PNP0b00: adding irq mask 0x100 May 18 20:21:51 udns kernel: PNP0b00: adding io range 0x70-0x71, size=0x2, align=0x1 May 18 20:21:51 udns kernel: pnpbios: handle 4 device ID PNP0b00 (000bd041) May 18 20:21:51 udns kernel: PNP0303: adding irq mask 0x2 May 18 20:21:51 udns kernel: PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1 May 18 20:21:51 udns kernel: PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1 May 18 20:21:51 udns kernel: pnpbios: handle 5 device ID PNP0303 (0303d041) May 18 20:21:51 udns kernel: PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1 May 18 20:21:51 udns kernel: pnpbios: handle 6 device ID PNP0800 (0008d041) May 18 20:21:51 udns kernel: PNP0c04: adding irq mask 0x2000 May 18 20:21:51 udns kernel: PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1 May 18 20:21:51 udns kernel: pnpbios: handle 7 device ID PNP0c04 (040cd041) May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcf8-0xcff, size=0x8, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x10-0x1f, size=0x10, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x40b-0x40b, size=0x1, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d6-0x4d6, size=0x1, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc00-0xc01, size=0x2, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc14-0xc14, size=0x1, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc49-0xc4a, size=0x2, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc52-0xc52, size=0x1, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6c-0xc6c, size=0x1, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6f-0xc6f, size=0x1, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcd6-0xcd7, size=0x2, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xf50-0xf58, size=0x9, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x374-0x375, size=0x2, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x377-0x377, size=0x1, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range 0xcfc00-0xd03ff, size=0x800 May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range 0xd7400-0xdffff, size=0x8c00 May 18 20:21:51 udns kernel: pnpbios: handle 8 device ID PNP0c02 (020cd041) May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x580-0x58f, size=0x10, align=0x1 May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x500-0x51f, size=0x20, align=0x1 May 18 20:21:51 udns kernel: pnpbios: handle 9 device ID PNP0c02 (020cd041) May 18 20:21:51 udns kernel: PNP0f13: adding irq mask 0x1000 May 18 20:21:51 udns kernel: pnpbios: handle 10 device ID PNP0f13 (130fd041) May 18 20:21:51 udns kernel: pnpbios: handle 11 device ID PNP0a03 (030ad041) May 18 20:21:51 udns kernel: PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0x8 May 18 20:21:51 udns kernel: PNP0501: adding irq mask 0x10 May 18 20:21:51 udns kernel: pnpbios: handle 12 device ID PNP0501 (0105d041) May 18 20:21:51 udns kernel: PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0x1 May 18 20:21:51 udns kernel: PNP0700: adding irq mask 0x40 May 18 20:21:51 udns kernel: PNP0700: adding dma mask 0x4 May 18 20:21:51 udns kernel: pnpbios: handle 13 device ID PNP0700 (0007d041) May 18 20:21:51 udns kernel: sc: sc0 already exists; skipping it May 18 20:21:51 udns kernel: vga: vga0 already exists; skipping it May 18 20:21:51 udns kernel: isa_probe_children: disabling PnP devices May 18 20:21:51 udns kernel: isa_probe_children: probing non-PnP devices May 18 20:21:51 udns kernel: pmtimer0 on isa0 May 18 20:21:51 udns kernel: adv0: not probed (disabled) May 18 20:21:51 udns kernel: aha0: not probed (disabled) May 18 20:21:51 udns kernel: aic0: not probed (disabled) May 18 20:21:51 udns kernel: atkbdc0: at port 0x60,0x64 on isa0 May 18 20:21:51 udns kernel: atkbd0: irq 1 on atkbdc0 May 18 20:21:51 udns kernel: atkbd: the current kbd controller command byte 0065 May 18 20:21:51 udns kernel: atkbd: keyboard ID 0x41ab (2) May 18 20:21:51 udns kernel: kbd0 at atkbd0 May 18 20:21:51 udns kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 May 18 20:21:51 udns kernel: ioapic0: routing intpin 1 (ISA IRQ 1) to vector 54 May 18 20:21:51 udns kernel: atkbd0: [GIANT-LOCKED] May 18 20:21:51 udns kernel: atkbd0: [ITHREAD] May 18 20:21:51 udns kernel: psm0: current command byte:0065 May 18 20:21:51 udns kernel: psm0: irq 12 on atkbdc0 May 18 20:21:51 udns kernel: ioapic0: routing intpin 12 (ISA IRQ 12) to vector 55 May 18 20:21:51 udns kernel: psm0: [GIANT-LOCKED] May 18 20:21:51 udns kernel: psm0: [ITHREAD] May 18 20:21:51 udns kernel: psm0: model IntelliMouse, device ID 3-00, 3 buttons May 18 20:21:51 udns kernel: psm0: config:00000000, flags:00000008, packet size:4 May 18 20:21:51 udns kernel: psm0: syncmask:08, syncbits:00 May 18 20:21:51 udns kernel: bt0: not probed (disabled) May 18 20:21:51 udns kernel: cs0: not probed (disabled) May 18 20:21:51 udns kernel: ed0: not probed (disabled) May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 May 18 20:21:51 udns kernel: fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 May 18 20:21:51 udns kernel: ioapic0: routing intpin 6 (ISA IRQ 6) to vector 56 May 18 20:21:51 udns kernel: fdc0: [FILTER] May 18 20:21:51 udns kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 May 18 20:21:51 udns kernel: fe0: not probed (disabled) May 18 20:21:51 udns kernel: ie0: not probed (disabled) May 18 20:21:51 udns kernel: le0: not probed (disabled) May 18 20:21:51 udns kernel: ppc0: parallel port not found. May 18 20:21:51 udns kernel: ppc0: failed to probe at irq 7 on isa0 May 18 20:21:51 udns kernel: sc0: at flags 0x100 on isa0 May 18 20:21:51 udns kernel: sc0: VGA <16 virtual consoles, flags=0x300> May 18 20:21:51 udns kernel: sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc001 May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc001 May 18 20:21:51 udns kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 May 18 20:21:51 udns kernel: sio0: type 16550A May 18 20:21:51 udns kernel: ioapic0: routing intpin 4 (ISA IRQ 4) to vector 57 May 18 20:21:51 udns kernel: sio0: [FILTER] May 18 20:21:51 udns kernel: sio1: configured irq 3 not in bitmap of probed irqs 0 May 18 20:21:51 udns kernel: sio1: port may not be enabled May 18 20:21:51 udns kernel: sio1: irq maps: 0xc001 0xc001 0xc001 0xc001 May 18 20:21:51 udns kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9 May 18 20:21:51 udns kernel: sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 May 18 20:21:51 udns kernel: sio2: not probed (disabled) May 18 20:21:51 udns kernel: sio3: not probed (disabled) May 18 20:21:51 udns kernel: sn0: not probed (disabled) May 18 20:21:51 udns kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 May 18 20:21:51 udns kernel: vt0: not probed (disabled) May 18 20:21:51 udns kernel: isa_probe_children: probing PnP devices ... May 18 20:21:51 udns kernel: Device configuration finished. May 18 20:21:51 udns kernel: procfs registered May 18 20:21:51 udns kernel: lapic: Divisor 2, Frequency 49834131 hz May 18 20:21:51 udns kernel: Timecounter "TSC" frequency 797345795 Hz quality -100 May 18 20:21:51 udns kernel: Timecounters tick every 1.000 msec May 18 20:21:51 udns kernel: lo0: bpf attached May 18 20:21:51 udns kernel: hptrr: no controller detected. May 18 20:21:51 udns kernel: Waiting 5 seconds for SCSI devices to settle ... May 18 20:21:51 udns kernel: SMP: AP CPU #1 Launched! May 18 20:21:51 udns kernel: cpu1 AP: May 18 20:21:51 udns kernel: ID: 0x01000000 VER: 0x00040011 LDR: 0x00000000 DFR: 0xffffffff May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff May 18 20:21:51 udns kernel: timer: 0x000200ef therm: 0x00000000 err: 0x00010000 pcm: 0x00010000 May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 1 to local APIC 0 May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 4 to local APIC 1 May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 6 to local APIC 0 May 18 20:21:51 udns kernel: ioapic0: Assigning PCI IRQ 10 to local APIC 1 May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 12 to local APIC 0 May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 14 to local APIC 1 May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 15 to local APIC 0 May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 20 to local APIC 1 May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 25 to local APIC 0 May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 26 to local APIC 1 > > -- > Paul > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 08:14:09 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F2EA106564A for ; Tue, 19 May 2009 08:14:09 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.terabit.net.ua (mail.terabit.net.ua [195.137.202.147]) by mx1.freebsd.org (Postfix) with ESMTP id 4A91B8FC0A for ; Tue, 19 May 2009 08:14:08 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from skuns.zoral.com.ua ([91.193.166.194] helo=mail.zoral.com.ua) by mail.terabit.net.ua with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1M6KSc-000Iqc-GW; Tue, 19 May 2009 11:14:06 +0300 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id n4J8E1jH088503 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 May 2009 11:14:01 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3) with ESMTP id n4J8E1KK071148; Tue, 19 May 2009 11:14:01 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3/Submit) id n4J8E18B071147; Tue, 19 May 2009 11:14:01 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 19 May 2009 11:14:01 +0300 From: Kostik Belousov To: Charles Owens Message-ID: <20090519081358.GQ1927@deviant.kiev.zoral.com.ua> References: <4A120DBE.30204@greatbaysoftware.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V2tfspbppmK1TQo2" Content-Disposition: inline In-Reply-To: <4A120DBE.30204@greatbaysoftware.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.1 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua X-Virus-Scanned: mail.terabit.net.ua 1M6KSc-000Iqc-GW 6a87cad9ff2c995a6c446e64a845fc48 X-Terabit: YES Cc: Jason Damron , freebsd-stable@freebsd.org Subject: Re: help with 7.0-p12 crash analysis "panic: lockmgr: upgrade without shared" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 08:14:09 -0000 --V2tfspbppmK1TQo2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 18, 2009 at 09:39:10PM -0400, Charles Owens wrote: > Hello, >=20 > We had a crash of a 7.0-RELEASE-p12 running on a dual quad-core Xeon > system with 6 gig RAM and mfi-based RAID. Pasted below are the output > of kgdb crashdump backtrace, custom kernel config, and boot log. >=20 > We really need to understand what happened and would greatly appreciate > assistance. What is the next step? I believe this is fixed by r185210 on stable/7. The fix was included at least into 7.1. >=20 > Thanks very much, >=20 > Charles >=20 > (kgdb) newcastle# kgdb kernel.debug /crash/vmcore.0 > [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.s= o: Undefined symbol "ps_pglobal_lookup"] > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you = are > welcome to change it and/or distribute copies of it under certain conditi= ons. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for detail= s. > This GDB was configured as "i386-marcel-freebsd". >=20 > Unread portion of the kernel message buffer: > panic: lockmgr: upgrade without shared > cpuid =3D 3 > Uptime: 1d0h5m24s > Physical memory: 6126 MB > Dumping 495 MB: 480 464 448 432 416 400 384 368 352 336 320 304 288 272 2= 56 240 224 208 192 176 160 144 128 112 96 80 64 48 32 16 >=20 > #0 doadump () at pcpu.h:195 > 195 __asm __volatile("movl %%fs:0,%0" : "=3Dr" (td)); > (kgdb) backtrace > #0 doadump () at pcpu.h:195 > #1 0xc0505537 in boot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c= :409 > #2 0xc05057f9 in panic (fmt=3DVariable "fmt" is not available. > ) at /usr/src/sys/kern/kern_shutdown.c:563 > #3 0xc04f3cb7 in _lockmgr (lkp=3D0xcc69ee28, flags=3D8212, interlkp=3D0x= cc69ee58, > td=3D0xcc11e660, file=3D0xc088d931 "/usr/src/sys/kern/vfs_subr.c", li= ne=3D2213) > at /usr/src/sys/kern/kern_lock.c:310 > #4 0xc05710b0 in vop_stdlock (ap=3D0xec5c6bfc) > at /usr/src/sys/kern/vfs_default.c:266 > #5 0xc07734b6 in VOP_LOCK1_APV (vop=3D0xc0919180, a=3D0xec5c6bfc) > at vnode_if.c:1618 > #6 0xc06cc3eb in ffs_lock (ap=3D0xec5c6bfc) > at /usr/src/sys/ufs/ffs/ffs_vnops.c:391 > #7 0xc07734b6 in VOP_LOCK1_APV (vop=3D0xc09296c0, a=3D0xec5c6bfc) > at vnode_if.c:1618 > #8 0xc057f9b1 in vput (vp=3D0xcc69edd0) at vnode_if.h:851 > #9 0xc06f9f54 in vm_pageout () at /usr/src/sys/vm/vm_pageout.c:1025 > #10 0xc04e43c9 in fork_exit (callout=3D0xc06f8f30 , arg=3D0x0, > frame=3D0xec5c6d38) at /usr/src/sys/kern/kern_fork.c:781 > #11 0xc0746f80 in fork_trampoline () at /usr/src/sys/i386/i386/exception.= s:205 > (kgdb)=20 >=20 >=20 > ***** KERNEL CONF ****** >=20 > # Inherit config (most stuff) -- this is slightly customized version...= =20 > # inherits from GENERIC-cust (tweaked to disable the default scheduler) > include PAE-cust >=20 > # Name of this kernel > ident BEACON >=20 >=20 > # Scheduler -- From /usr/src/sys/conf/NOTES: > # > # SCHED_ULE provides significant performance advantages over 4BSD on many > # workloads on SMP machines. It supports cpu-affinity, per-cpu runqueues > # and scheduler locks. It also has a stronger notion of interactivity=20 > # which leads to better responsiveness even on uniprocessor machines. Th= is > # will eventually become the default scheduler. > # > options SCHED_ULE >=20 >=20 > # Note: we're compiling modules in statically since with PAE we don't wan= t to > # load KLDs. See comments in pae(4) and PAE kernel conf file. >=20 > # Hardware Monitoring / Management >=20 > device ipmi >=20 > # Storage >=20 > options GEOM_JOURNAL >=20 > # Firewall=20 >=20 > device pf #PF OpenBSD packet-filter firewall > device pflog #logging support interface for PF > # device pfsync #synchronization interface for = PF >=20 > options ALTQ >=20 > options ALTQ_CBQ > options ALTQ_RED > options ALTQ_RIO > options ALTQ_HFSC > options ALTQ_CDNR > options ALTQ_PRIQ >=20 > options ALTQ_NOPCC # Required for SMP builds >=20 > # Linux Emulation > =20 > options COMPAT_LINUX > options LINPROCFS > options LINSYSFS >=20 > # Screen saver >=20 > device green_saver >=20 > ### Network perf tuning >=20 > options ACCEPT_FILTER_HTTP >=20 > # See polling(4)) >=20 > options DEVICE_POLLING > options HZ=3D1000 >=20 > # End config >=20 >=20 > ****** Boot Log ****** >=20 > May 16 02:34:18 gbs01-etc kernel: mfi0: 4167 (295774362s/0x0020/0) - Patr= ol Read complete > May 16 02:56:01 gbs01-etc heartbeat: [2685]: WARN: Gmain_timeout_dispatch= : Dispatch function for send local status took too long to execute: 789 ms = (> 50 ms) (GSource: 0x28620930) > May 16 09:46:08 gbs01-etc su: beacon to root on /dev/ttyp0 > May 16 16:03:47 gbs01-etc sshd[8012]: error: PAM: authentication error fo= r beacon from 10.102.144.81 > May 16 16:05:41 gbs01-etc sshd[8017]: error: ssh_msg_send: write > May 18 13:52:10 gbs01-etc syslogd: kernel boot file is /boot/BEACON/kernel > May 18 13:52:10 gbs01-etc kernel: Copyright (c) 1992-2008 The FreeBSD Pro= ject. > May 18 13:52:10 gbs01-etc kernel: Copyright (c) 1979, 1980, 1983, 1986, 1= 988, 1989, 1991, 1992, 1993, 1994 > May 18 13:52:10 gbs01-etc kernel: The Regents of the University of Califo= rnia. All rights reserved. > May 18 13:52:10 gbs01-etc kernel: FreeBSD is a registered trademark of Th= e FreeBSD Foundation. > May 18 13:52:10 gbs01-etc kernel: FreeBSD 7.0-RELEASE-p12 #0: Thu Apr 23 = 23:58:18 UTC 2009 > May 18 13:52:10 gbs01-etc kernel: root@newcastle.greatbaysoftware.com:/us= r/obj/usr/src/sys/BEACON > May 18 13:52:10 gbs01-etc kernel: Timecounter "i8254" frequency 1193182 H= z quality 0 > May 18 13:52:10 gbs01-etc kernel: CPU: Intel(R) Xeon(R) CPU E54= 30 @ 2.66GHz (2673.32-MHz 686-class CPU) > May 18 13:52:10 gbs01-etc kernel: Origin =3D "GenuineIntel" Id =3D 0x106= 76 Stepping =3D 6 > May 18 13:52:10 gbs01-etc kernel: Features=3D0xbfebfbff > May 18 13:52:10 gbs01-etc kernel: Features2=3D0xce3bd> > May 18 13:52:10 gbs01-etc kernel: AMD Features=3D0x20100000 > May 18 13:52:10 gbs01-etc kernel: AMD Features2=3D0x1 > May 18 13:52:10 gbs01-etc kernel: Cores per package: 4 > May 18 13:52:10 gbs01-etc kernel: real memory =3D 8053063680 (7680 MB) > May 18 13:52:10 gbs01-etc kernel: avail memory =3D 6270386176 (5979 MB) > May 18 13:52:10 gbs01-etc kernel: ACPI APIC Table: > May 18 13:52:10 gbs01-etc kernel: FreeBSD/SMP: Multiprocessor System Dete= cted: 8 CPUs > May 18 13:52:10 gbs01-etc kernel: cpu0 (BSP): APIC ID: 0 > May 18 13:52:10 gbs01-etc kernel: cpu1 (AP): APIC ID: 1 > May 18 13:52:10 gbs01-etc kernel: cpu2 (AP): APIC ID: 2 > May 18 13:52:10 gbs01-etc kernel: cpu3 (AP): APIC ID: 3 > May 18 13:52:10 gbs01-etc kernel: cpu4 (AP): APIC ID: 4 > May 18 13:52:10 gbs01-etc kernel: cpu5 (AP): APIC ID: 5 > May 18 13:52:10 gbs01-etc kernel: cpu6 (AP): APIC ID: 6 > May 18 13:52:10 gbs01-etc kernel: cpu7 (AP): APIC ID: 7 > May 18 13:52:10 gbs01-etc kernel: ioapic0 irqs 0-23 on moth= erboard > May 18 13:52:10 gbs01-etc kernel: ioapic1 irqs 24-47 on mot= herboard > May 18 13:52:10 gbs01-etc kernel: lapic0: Forcing LINT1 to edge trigger > May 18 13:52:10 gbs01-etc kernel: registered firmware set > May 18 13:52:10 gbs01-etc kernel: registered firmware set > May 18 13:52:10 gbs01-etc kernel: registered firmware set > May 18 13:52:10 gbs01-etc kernel: registered firmware set > May 18 13:52:10 gbs01-etc kernel: registered firmware set > May 18 13:52:10 gbs01-etc kernel: registered firmware set > May 18 13:52:10 gbs01-etc kernel: registered firmware set > May 18 13:52:10 gbs01-etc kernel: registered firmware set > May 18 13:52:10 gbs01-etc kernel: registered firmware set > May 18 13:52:10 gbs01-etc kernel: registered firmware set > May 18 13:52:10 gbs01-etc kernel: registered firmware set > May 18 13:52:10 gbs01-etc kernel: kbd1 at kbdmux0 > May 18 13:52:10 gbs01-etc kernel: acpi0: on motherboard > May 18 13:52:10 gbs01-etc kernel: acpi0: [ITHREAD] > May 18 13:52:10 gbs01-etc kernel: acpi0: Power Button (fixed) > May 18 13:52:10 gbs01-etc kernel: Timecounter "ACPI-fast" frequency 35795= 45 Hz quality 1000 > May 18 13:52:10 gbs01-etc kernel: acpi_timer0: <24-bit timer at 3.579545M= Hz> port 0x408-0x40b on acpi0 > May 18 13:52:10 gbs01-etc kernel: acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 > May 18 13:52:10 gbs01-etc kernel: Timecounter "HPET" frequency 14318180 H= z quality 900 > May 18 13:52:10 gbs01-etc kernel: ipmi0: port 0xc= a2,0xca3 on acpi0 > May 18 13:52:10 gbs01-etc kernel: ipmi0: KCS mode found at io 0xca2 on ac= pi > May 18 13:52:10 gbs01-etc kernel: cpu0: on acpi0 > May 18 13:52:10 gbs01-etc kernel: est0: on cpu0 > May 18 13:52:10 gbs01-etc kernel: p4tcc0: = on cpu0 > May 18 13:52:10 gbs01-etc kernel: cpu1: on acpi0 > May 18 13:52:10 gbs01-etc kernel: est1: on cpu1 > May 18 13:52:10 gbs01-etc kernel: p4tcc1: = on cpu1 > May 18 13:52:10 gbs01-etc kernel: cpu2: on acpi0 > May 18 13:52:10 gbs01-etc kernel: est2: on cpu2 > May 18 13:52:10 gbs01-etc kernel: p4tcc2: = on cpu2 > May 18 13:52:10 gbs01-etc kernel: cpu3: on acpi0 > May 18 13:52:10 gbs01-etc kernel: est3: on cpu3 > May 18 13:52:10 gbs01-etc kernel: p4tcc3: = on cpu3 > May 18 13:52:10 gbs01-etc kernel: cpu4: on acpi0 > May 18 13:52:10 gbs01-etc kernel: est4: on cpu4 > May 18 13:52:10 gbs01-etc kernel: p4tcc4: = on cpu4 > May 18 13:52:10 gbs01-etc kernel: cpu5: on acpi0 > May 18 13:52:10 gbs01-etc kernel: est5: on cpu5 > May 18 13:52:10 gbs01-etc kernel: p4tcc5: = on cpu5 > May 18 13:52:10 gbs01-etc kernel: cpu6: on acpi0 > May 18 13:52:10 gbs01-etc kernel: est6: on cpu6 > May 18 13:52:10 gbs01-etc kernel: p4tcc6: = on cpu6 > May 18 13:52:10 gbs01-etc kernel: cpu7: on acpi0 > May 18 13:52:10 gbs01-etc kernel: est7: on cpu7 > May 18 13:52:10 gbs01-etc kernel: p4tcc7: = on cpu7 > May 18 13:52:10 gbs01-etc kernel: acpi_button0: on acpi0 > May 18 13:52:10 gbs01-etc kernel: pcib0: port 0xca= 2,0xca3,0xcf8-0xcff on acpi0 > May 18 13:52:10 gbs01-etc kernel: pci0: on pcib0 > May 18 13:52:10 gbs01-etc kernel: pcib1: at device = 2.0 on pci0 > May 18 13:52:10 gbs01-etc kernel: pci1: on pcib1 > May 18 13:52:10 gbs01-etc kernel: pcib2: irq 16 at = device 0.0 on pci1 > May 18 13:52:10 gbs01-etc kernel: pci2: on pcib2 > May 18 13:52:10 gbs01-etc kernel: pcib3: irq 16 at = device 0.0 on pci2 > May 18 13:52:10 gbs01-etc kernel: pci3: on pcib3 > May 18 13:52:10 gbs01-etc kernel: pcib4: at device = 0.0 on pci3 > May 18 13:52:10 gbs01-etc kernel: pci4: on pcib4 > May 18 13:52:10 gbs01-etc kernel: mfi0: mem 0xb8b0000= 0-0xb8b0ffff,0xb8900000-0xb891ffff irq 18 at device 14.0 on pci4 > May 18 13:52:10 gbs01-etc kernel: mfi0: Megaraid SAS driver Ver 2.00 > May 18 13:52:10 gbs01-etc kernel: mfi0: 4064 (295722253s/0x0020/0) - Shut= down command received from host > May 18 13:52:10 gbs01-etc kernel: mfi0: 4065 (4278190080s/0x0020/0) - PCI= 0x041000 0x04411 0x048086 0x043501: Firmware initialization started (PCI I= D 0411/1000/3501/8086) >=20 > ... (more mfi messages) >=20 > May 18 13:52:10 gbs01-etc kernel: pcib5: at device 0.2 o= n pci3 > May 18 13:52:10 gbs01-etc kernel: pci5: on pcib5 > May 18 13:52:10 gbs01-etc kernel: pcib6: irq 16 at = device 1.0 on pci2 > May 18 13:52:10 gbs01-etc kernel: pci6: on pcib6 > May 18 13:52:10 gbs01-etc kernel: pcib7: irq 16 at = device 2.0 on pci2 > May 18 13:52:10 gbs01-etc kernel: pci7: on pcib7 > May 18 13:52:10 gbs01-etc kernel: em0: port 0x3020-0x303f mem 0xb8820000-0xb883ffff,0xb840000= 0-0xb87fffff irq 18 at device 0.0 on pci7 > May 18 13:52:10 gbs01-etc kernel: em0: Using MSI interrupt > May 18 13:52:10 gbs01-etc kernel: em0: Ethernet address: 00:15:17:6b:7f:24 > May 18 13:52:10 gbs01-etc kernel: em0: [FILTER] > May 18 13:52:10 gbs01-etc kernel: em1: port 0x3000-0x301f mem 0xb8800000-0xb881ffff,0xb800000= 0-0xb83fffff irq 19 at device 0.1 on pci7 > May 18 13:52:10 gbs01-etc kernel: em1: Using MSI interrupt > May 18 13:52:10 gbs01-etc kernel: em1: Ethernet address: 00:15:17:6b:7f:25 > May 18 13:52:10 gbs01-etc kernel: em1: [FILTER] > May 18 13:52:10 gbs01-etc kernel: pcib8: at device = 0.3 on pci1 > May 18 13:52:10 gbs01-etc kernel: pci8: on pcib8 > May 18 13:52:10 gbs01-etc kernel: pcib9: at device 3.0 o= n pci0 > May 18 13:52:10 gbs01-etc kernel: pci9: on pcib9 > May 18 13:52:10 gbs01-etc kernel: pcib10: at device= 4.0 on pci0 > May 18 13:52:10 gbs01-etc kernel: pci10: on pcib10 > May 18 13:52:10 gbs01-etc kernel: pcib11: at device= 5.0 on pci0 > May 18 13:52:10 gbs01-etc kernel: pci11: on pcib11 > May 18 13:52:10 gbs01-etc kernel: pcib12: at device= 6.0 on pci0 > May 18 13:52:10 gbs01-etc kernel: pci12: on pcib12 > May 18 13:52:10 gbs01-etc kernel: em2: port 0x2020-0x203f mem 0xb8d60000-0xb8d7ffff,0xb8d4000= 0-0xb8d5ffff irq 16 at device 0.0 on pci12 > May 18 13:52:10 gbs01-etc kernel: em2: Using MSI interrupt > May 18 13:52:10 gbs01-etc kernel: em2: Ethernet address: 00:15:17:61:6a:3e > May 18 13:52:10 gbs01-etc kernel: em2: [FILTER] > May 18 13:52:10 gbs01-etc kernel: em3: port 0x2000-0x201f mem 0xb8d20000-0xb8d3ffff,0xb8d0000= 0-0xb8d1ffff irq 17 at device 0.1 on pci12 > May 18 13:52:10 gbs01-etc kernel: em3: Using MSI interrupt > May 18 13:52:10 gbs01-etc kernel: em3: Ethernet address: 00:15:17:61:6a:3f > May 18 13:52:10 gbs01-etc kernel: em3: [FILTER] > May 18 13:52:10 gbs01-etc kernel: pcib13: at device= 7.0 on pci0 > May 18 13:52:10 gbs01-etc kernel: pci13: on pcib13 > May 18 13:52:10 gbs01-etc kernel: pci0: at device 8.0 (= no driver attached) > May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.0 = (no driver attached) > May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.1 = (no driver attached) > May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.2 = (no driver attached) > May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.3 = (no driver attached) > May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.7 = (no driver attached) > May 18 13:52:10 gbs01-etc kernel: pcib14: at device= 30.0 on pci0 > May 18 13:52:10 gbs01-etc kernel: pci14: on pcib14 > May 18 13:52:10 gbs01-etc kernel: vgapci0: port = 0x1000-0x10ff mem 0xb0000000-0xb7ffffff,0xb8c00000-0xb8c0ffff irq 17 at dev= ice 12.0 on pci14 > May 18 13:52:10 gbs01-etc kernel: isab0: at device 31.0 = on pci0 > May 18 13:52:10 gbs01-etc kernel: isa0: on isab0 > May 18 13:52:10 gbs01-etc kernel: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x40b0-0x40bf irq 20 at devi= ce 31.1 on pci0 > May 18 13:52:10 gbs01-etc kernel: ata0: on atapci0 > May 18 13:52:10 gbs01-etc kernel: ata0: [ITHREAD] > May 18 13:52:10 gbs01-etc kernel: ata1: on atapci0 > May 18 13:52:10 gbs01-etc kernel: ata1: [ITHREAD] > May 18 13:52:10 gbs01-etc kernel: atapci1: port 0x40c8-0x40cf,0x40e4-0x40e7,0x40c0-0x40c7,0x40e0-0x40e3,0x40a0-0= x40af mem 0xb8e00000-0xb8e003ff irq 20 at device 31.2 on pci0 > May 18 13:52:10 gbs01-etc kernel: atapci1: [ITHREAD] > May 18 13:52:10 gbs01-etc kernel: ata2: on atapci1 > May 18 13:52:10 gbs01-etc kernel: ata2: [ITHREAD] > May 18 13:52:10 gbs01-etc kernel: ata3: on atapci1 > May 18 13:52:10 gbs01-etc kernel: ata3: [ITHREAD] > May 18 13:52:10 gbs01-etc kernel: pci0: at device 31.= 3 (no driver attached) > May 18 13:52:10 gbs01-etc kernel: sio0: <16550A-compatible COM port> port= 0x3f8-0x3ff irq 4 on acpi0 > May 18 13:52:10 gbs01-etc kernel: sio0: type 16550A > May 18 13:52:10 gbs01-etc kernel: sio0: [FILTER] > May 18 13:52:10 gbs01-etc kernel: sio1: <16550A-compatible COM port> port= 0x2f8-0x2ff irq 3 flags 0x10 on acpi0 > May 18 13:52:10 gbs01-etc kernel: sio1: type 16550A, console > May 18 13:52:10 gbs01-etc kernel: sio1: [FILTER] > May 18 13:52:10 gbs01-etc kernel: atkbdc0: = port 0x60,0x64 irq 1 on acpi0 > May 18 13:52:10 gbs01-etc kernel: atkbd0: irq 1 on atkbdc0 > May 18 13:52:10 gbs01-etc kernel: kbd0 at atkbd0 > May 18 13:52:10 gbs01-etc kernel: atkbd0: [GIANT-LOCKED] > May 18 13:52:10 gbs01-etc kernel: atkbd0: [ITHREAD] > May 18 13:52:10 gbs01-etc kernel: ipmi1: on isa0 > May 18 13:52:10 gbs01-etc kernel: device_attach: ipmi1 attach returned 16 > May 18 13:52:10 gbs01-etc kernel: pmtimer0 on isa0 > May 18 13:52:10 gbs01-etc kernel: orm0: at iomem 0xc000= 0-0xc8fff,0xc9000-0xcdfff pnpid ORM0000 on isa0 > May 18 13:52:10 gbs01-etc kernel: ppc0: parallel port not found. > May 18 13:52:10 gbs01-etc kernel: sc0: at flags 0x100 on= isa0 > May 18 13:52:10 gbs01-etc kernel: sc0: VGA <16 virtual consoles, flags=3D= 0x300> > May 18 13:52:10 gbs01-etc kernel: vga0: at port 0x3c0-0= x3df iomem 0xa0000-0xbffff on isa0 > May 18 13:52:10 gbs01-etc kernel: Timecounters tick every 1.000 msec > May 18 13:52:10 gbs01-etc kernel: acd0: DVDROM at ata0-sl= ave UDMA33 > May 18 13:52:10 gbs01-etc kernel: ipmi0: IPMI device rev. 1, firmware rev= . 0.2, version 2.0 > May 18 13:52:10 gbs01-etc kernel: ipmi0: Number of channels 5 > May 18 13:52:10 gbs01-etc kernel: ipmi0: Attached watchdog > May 18 13:52:10 gbs01-etc kernel: mfid0: on mfi0 > May 18 13:52:10 gbs01-etc kernel: mfid0: 278472MB (570310656 sectors) RAI= D volume '' is optimal > May 18 13:52:10 gbs01-etc kernel: lapic3: Forcing LINT1 to edge trigger > May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #3 Launched! > May 18 13:52:10 gbs01-etc kernel: lapic2: Forcing LINT1 to edge trigger > May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #2 Launched! > May 18 13:52:10 gbs01-etc kernel: lapic1: Forcing LINT1 to edge trigger > May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #1 Launched! > May 18 13:52:10 gbs01-etc kernel: lapic7: Forcing LINT1 to edge trigger > May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #7 Launched! > May 18 13:52:10 gbs01-etc kernel: lapic4: Forcing LINT1 to edge trigger > May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #4 Launched! > May 18 13:52:10 gbs01-etc kernel: lapic5: Forcing LINT1 to edge trigger > May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #5 Launched! > May 18 13:52:10 gbs01-etc kernel: lapic6: Forcing LINT1 to edge trigger > May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #6 Launched! > May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: Journal 2994169821: mfid0= s1a contains data. > May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: Journal 2994169821: mfid0= s1a contains journal. > May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: Journal GmEfOiMd_0JsO1UaR= NcAoLn:s iJsotuernnta.l > May 18 13:52:10 gbs01-etc kernel: 1G2E8O5M1_3J7O1U8R:N AmLf:i dB0IsO1_dF = LcUoSnHt anionts sduaptpao.rt > May 18 13:52:10 gbs01-etc kernel: eGdE ObMy_ JmOfUiRdN0AsL1:a .Jo > May 18 13:52:10 gbs01-etc kernel: urnal 128513718: mfid0s1d contains jour= nal. > May 18 13:52:10 gbs01-etc kernel: WARNING: Expected rawoffset 0, found 63 > May 18 13:52:10 gbs01-etc kernel: Root mount waiting for: GJOURNAL > May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: Journal mfid0s1d consiste= nt. > May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: BIO_FLUSH not supported b= y mfid0s1d. > May 18 13:52:10 gbs01-etc kernel: Trying to mount root from ufs:/dev/mfid= 0s1a.journal > May 18 13:52:10 gbs01-etc kernel: WARNING: / was not properly dismounted > May 18 13:52:10 gbs01-etc kernel: WARNING: Expected rawoffset 0, found 63 > May 18 13:52:10 gbs01-etc savecore: reboot after panic: lockmgr: upgrade = without shared > May 18 13:52:10 gbs01-etc savecore: writing core to vmcore.0 > May 18 13:52:12 gbs01-etc kernel: eth0: link state changed to UP > May 18 13:52:12 gbs01-etc kernel: eth1: link state changed to UP >=20 >=20 >=20 >=20 > --=20 >=20 > **Charles Owens** > *Great Bay Software**|** m: *603.866.0860 *|** f: *603.430.0713 *|** e: > *cowens@GreatBaySoftware.com**** >=20 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --V2tfspbppmK1TQo2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkoSakYACgkQC3+MBN1Mb4joqwCeISnDmXaHmq90D1Mqw/lH7fHs QWwAoK2UXfgunI8ZjsmwyPNWt8BKRzX6 =tLOW -----END PGP SIGNATURE----- --V2tfspbppmK1TQo2-- From owner-freebsd-stable@FreeBSD.ORG Tue May 19 08:27:56 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 951BD1065670 for ; Tue, 19 May 2009 08:27:56 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 5CA008FC15 for ; Tue, 19 May 2009 08:27:56 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M6Kfz-0006jm-7f for freebsd-stable@freebsd.org; Tue, 19 May 2009 09:27:55 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M6Kfx-0000XY-Nh for freebsd-stable@freebsd.org; Tue, 19 May 2009 09:27:53 +0100 To: freebsd-stable@freebsd.org Message-Id: From: Pete French Date: Tue, 19 May 2009 09:27:53 +0100 Subject: So where are we at with bce and lagg then ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 08:27:56 -0000 Just wondering if there was any update to this ? I seem to be the only one who actually has the problem, but I have gone as far as I can trying to diagnose it unless someone can send me patches to test. cheers, -pete. From owner-freebsd-stable@FreeBSD.ORG Tue May 19 08:28:42 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5BD610656A9 for ; Tue, 19 May 2009 08:28:42 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5E7A68FC0C for ; Tue, 19 May 2009 08:28:42 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:1dc8:f31e:251e:727c] (unknown [IPv6:2001:7b8:3a7:0:1dc8:f31e:251e:727c]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 894255C42; Tue, 19 May 2009 10:28:41 +0200 (CEST) Message-ID: <4A126DBA.9080701@andric.com> Date: Tue, 19 May 2009 10:28:42 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b5pre) Gecko/20090515 Shredder/3.0b3pre MIME-Version: 1.0 To: Chris H References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> In-Reply-To: <20090518234011.k55bmqq3488kko8c@webmail.1command.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 08:28:48 -0000 On 2009-05-19 08:40, Chris H wrote: > I see. Well I'm specifically using the nv driver. Here's another > attempt to provide the relevant info: I could not find the error message from $subject in these logs. Where is it? :) From owner-freebsd-stable@FreeBSD.ORG Tue May 19 10:24:38 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4747A10656D6 for ; Tue, 19 May 2009 10:24:38 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id CAA5E8FC21 for ; Tue, 19 May 2009 10:24:37 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fk-out-0910.google.com with SMTP id f33so1952064fkf.11 for ; Tue, 19 May 2009 03:24:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=BoRZ+FBiMySZfWJpr2AV7C7HCmby4VhoxMBg3/g4y9I=; b=GmXHJimM2kgGTEMgn0OpUfefITWH0bKVzBe7210XTWkpA/E7BNzvFXZK9/DBMCbwbo fPWLnZqbxuZLq9Z7FuZq1sQSMnxxINMtf0bRw1Vccf4kU6Ly9ZedoXm2d39u2joFdaWn fEIi2lAVM6PdLax2fOac5HWnZ4HlNGutCR3GY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=jgjCe6BRSPxoeKMZtr6IHidc69Z0pkdo7Ca5hMausF/cHnAmQjtHsUtU0mi4RT79sI 0s9+1J/qtE14Zpj9RjwlSX9qJLGjsDLIGYtTtUospR4z7/bhWEgIwMT6nq5TtL2w7Dg2 NZffqcy4rgzfS7xlvObMcPBrexLd0WWYOQIjs= MIME-Version: 1.0 Received: by 10.204.116.212 with SMTP id n20mr7809869bkq.138.1242728676746; Tue, 19 May 2009 03:24:36 -0700 (PDT) In-Reply-To: <4A126DBA.9080701@andric.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <4A126DBA.9080701@andric.com> Date: Tue, 19 May 2009 12:24:36 +0200 Message-ID: <3a142e750905190324sc1f0225md0e7a2843d8385f4@mail.gmail.com> From: "Paul B. Mahol" To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Chris H Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 10:24:39 -0000 On 5/19/09, Dimitry Andric wrote: > On 2009-05-19 08:40, Chris H wrote: >> I see. Well I'm specifically using the nv driver. Here's another >> attempt to provide the relevant info: > > I could not find the error message from $subject in these logs. Where > is it? :) In thread subject. -- Paul From owner-freebsd-stable@FreeBSD.ORG Tue May 19 11:23:42 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13DCD106566B for ; Tue, 19 May 2009 11:23:42 +0000 (UTC) (envelope-from thorzero@gmail.com) Received: from mail-fx0-f216.google.com (mail-fx0-f216.google.com [209.85.220.216]) by mx1.freebsd.org (Postfix) with ESMTP id 9D7558FC15 for ; Tue, 19 May 2009 11:23:41 +0000 (UTC) (envelope-from thorzero@gmail.com) Received: by fxm12 with SMTP id 12so3795819fxm.43 for ; Tue, 19 May 2009 04:23:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=TGK5NjF0d/3f6c1tRiOuuxkgy6pbnvaM+LKlsnUaNGE=; b=OGD8ZdLNvh81ifNxsPIEBy9dVCDRiqySVz2EhXieherccM/IiNNMvlrUk6M5wTlyDp t38m4A/5XCcbMnbIkgulGJF7nIgz1aF7PTAJPKtUfzXmw9VqiYl0Sfh7Z5Es9f+0/6CB z3MqWYXWuwG2Z/Dxn2YNujLbpjQcxUXpZ5VsU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lsCm9bMadeonjM7zIT++mueVPEhrSbTwKI0QpJAi5PkK2Om84mV2Qhwjje8YyQGDxd K0J7ydLZh5U6z/DGJVF0oNWcgJZsyG0U0SOjnT8j5Ot2MlzXYCHGZnCBajopjC9LrAwM //mnBmmK0i6hNiggQg+8e7jrKk7RhZIElERHc= MIME-Version: 1.0 Received: by 10.239.170.81 with SMTP id r17mr549026hbe.112.1242730787001; Tue, 19 May 2009 03:59:47 -0700 (PDT) Date: Tue, 19 May 2009 12:59:46 +0200 Message-ID: <1bf0a5b00905190359x3b655a3escf54b16d0634e01c@mail.gmail.com> From: Laurent Grangeau To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem when compiling stable FreeBSD kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 11:23:42 -0000 Hi ! I'm new on FreeBSD and I have some troubles with an option in the kernel config. I was reading http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/consoles.html#CONSOLES-VIDCONTROLto increase the resolution of my console. So I put this two options in my kernel config file : options VESA options SC_PIXEL_MODE And when I try to compile it, it says that option "VESA" is not recognise. Is it normal ? I'm using the stable kernel on an AMD64 cpu. (I'm not on my computer now, so I can't send you my conf file, and the error, but I will do it tonight.) Laurent. From owner-freebsd-stable@FreeBSD.ORG Tue May 19 11:33:57 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 569AE1065675 for ; Tue, 19 May 2009 11:33:57 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id D4E008FC12 for ; Tue, 19 May 2009 11:33:55 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4JBXr0f003149; Tue, 19 May 2009 15:33:53 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Tue, 19 May 2009 15:33:53 +0400 (MSD) From: Dmitry Morozovsky To: Dimitry Andric In-Reply-To: <4A11A666.3030407@andric.com> Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A11A666.3030407@andric.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Tue, 19 May 2009 15:33:53 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 11:33:57 -0000 On Mon, 18 May 2009, Dimitry Andric wrote: DA> On 2009-05-16 02:02, Kip Macy wrote: DA> > I've MFC'd ZFS v13 to RELENG_7 in a work branch. Please test if you can. DA> > DA> > http://svn.freebsd.org/base/user/kmacy/ZFS_MFC/ DA> > DA> > The standard disclaimers apply. This has only been lightly tested in a DA> > VM. Please do not use it with data you care about at this time. DA> DA> For people that would like to test this without building, e.g. to easily DA> install on a spare box or VM, I have put up some snapshot ISOs of this DA> branch, at r192269 (for i386): DA> DA> http://www.andric.com/freebsd/zfs13/r192269/ DA> DA> Note: these don't contain a full ports collection, but enough to get a DA> basic system installed, or a LiveCD/DVD started. DA> DA> Also, if you encounter issues with these ISOs that don't have to do with DA> ZFS, please don't bother Kip, but me instead. :) Would you please also post diff to RELENG_7 there? I tried to produce it myself, but got stuck somewhere between SVN and CVS working copies ;-) Thanks! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Tue May 19 11:45:13 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 986C510656BE for ; Tue, 19 May 2009 11:45:13 +0000 (UTC) (envelope-from stefan.lambrev@moneybookers.com) Received: from blah.sun-fish.com (blah.sun-fish.com [217.18.249.150]) by mx1.freebsd.org (Postfix) with ESMTP id 04C288FC13 for ; Tue, 19 May 2009 11:45:12 +0000 (UTC) (envelope-from stefan.lambrev@moneybookers.com) Received: by blah.sun-fish.com (Postfix, from userid 1002) id C0B921B10EFB; Tue, 19 May 2009 13:45:11 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on malcho.cmotd.com X-Spam-Level: X-Spam-Status: No, score=-9.1 required=5.0 tests=ALL_TRUSTED,BAYES_05, HTML_MESSAGE autolearn=ham version=3.2.5 Received: from postal.dev.moneybookers.net (postal.dev.moneybookers.net [192.168.3.200]) by blah.sun-fish.com (Postfix) with ESMTP id F29B01B10ED2 for ; Tue, 19 May 2009 13:45:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by postal.dev.moneybookers.net (Postfix) with ESMTP id 85BFF936B16 for ; Tue, 19 May 2009 13:45:40 +0200 (CEST) X-Virus-Scanned: amavisd-new at moneybookers.com Received: from postal.dev.moneybookers.net ([127.0.0.1]) by localhost (postal.dev.moneybookers.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id uYnDIRQ+asJS for ; Tue, 19 May 2009 13:45:35 +0200 (CEST) Received: from hater.cmotd.com (hater.cmotd.com [192.168.3.125]) by postal.dev.moneybookers.net (Postfix) with ESMTP id 18553936B00 for ; Tue, 19 May 2009 13:45:35 +0200 (CEST) Message-Id: <7F3CB337-C914-43D0-9C02-34F6A3358A48@moneybookers.com> From: Stefan Lambrev To: freebsd-stable@freebsd.org Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 19 May 2009 14:45:03 +0300 X-Mailer: Apple Mail (2.935.3) X-Virus-Scanned: ClamAV 0.94/9369/Tue May 19 05:46:18 2009 on blah.cmotd.com X-Virus-Status: Clean Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: top - proc accounting does not work on freebsd 7.2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 11:45:14 -0000 Greetings, I'm tracking i386 releng_7 on kind of old single CPU machine and I see very annoying problem. top (-S) is not reporting things properly: last pid: 20337; load averages: 0.43, 0.11, 0.04 up 0+13:20:07 14:37:44 123 processes: 3 running, 102 sleeping, 18 waiting CPU: 75.0% user, 0.0% nice, 25.0% system, 0.0% interrupt, 0.0% idle Mem: 108M Active, 702M Inact, 232M Wired, 1212K Cache, 112M Buf, 1958M Free Swap: 4096M Total, 4096M Free PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 10 root 1 171 ki31 0K 8K RUN 769:35 56.15% idle: cpu0 19375 root 1 8 0 3464K 1616K wait 0:00 0.20% sh 13 root 1 -44 - 0K 8K WAIT 7:35 0.00% swi1: net 33 root 1 -80 - 0K 8K WAIT 1:57 0.00% irq18: vgapci0 11 root 1 -32 - 0K 8K WAIT 0:59 0.00% swi4: clock sio 46 root 1 20 - 0K 8K syncer 0:46 0.00% syncer 1066 user 1 44 0 32508K 26368K select 0:27 0.00% kdeinit 977 root 1 44 0 71956K 50668K select 0:23 0.00% Xorg As you can see the CPU is 0% idle but the idle process is accounted 56.15% It doesn't matter how the load is created - web browser, X, compilation or something else. Top just reports that only idle process is eating CPU. Here is part of dmesg info: FreeBSD 7.2-STABLE #10: Sat May 16 09:05:31 EEST 2009 root@cheffo.freebsd-bg.org:/usr/obj/usr/src/sys/CORE Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 Processor 3200+ (2200.22-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x20ff0 Stepping = 0 Features = 0x78bfbff < FPU ,VME ,DE ,PSE ,TSC ,MSR ,PAE ,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2> Features2=0x1 AMD Features=0xe2500800 AMD Features2=0x1 real memory = 3221159936 (3071 MB) avail memory = 3140956160 (2995 MB) I'm using in my kernel: options SCHED_ULE # ULE scheduler options SMP # tried without it - no difference options HWPMC_HOOKS device hwpmc There are other changes from GENERIC, but they are removed/added drivers and I'm sure the problem is not there. Any idea why top does not work properly? -- Best Wishes, Stefan Lambrev ICQ# 24134177 From owner-freebsd-stable@FreeBSD.ORG Tue May 19 12:09:51 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA72C106566B for ; Tue, 19 May 2009 12:09:51 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 780F98FC1E for ; Tue, 19 May 2009 12:09:51 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id n4JC9k5Q016790; Tue, 19 May 2009 14:09:46 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id n4JC9kVC016789; Tue, 19 May 2009 14:09:46 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Tue, 19 May 2009 14:09:46 +0200 From: Ruben de Groot To: Laurent Grangeau Message-ID: <20090519120946.GA16691@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Laurent Grangeau , freebsd-stable@freebsd.org References: <1bf0a5b00905190359x3b655a3escf54b16d0634e01c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1bf0a5b00905190359x3b655a3escf54b16d0634e01c@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Tue, 19 May 2009 14:09:50 +0200 (CEST) Cc: freebsd-stable@freebsd.org Subject: Re: Problem when compiling stable FreeBSD kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 12:09:52 -0000 On Tue, May 19, 2009 at 12:59:46PM +0200, Laurent Grangeau typed: > Hi ! > > I'm new on FreeBSD and I have some troubles with an option in the kernel > config. I was reading > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/consoles.html#CONSOLES-VIDCONTROLto > increase the resolution of my console. > So I put this two options in my kernel config file : > > options VESA > options SC_PIXEL_MODE > > And when I try to compile it, it says that option "VESA" is not recognise. > Is it normal ? > > I'm using the stable kernel on an AMD64 cpu. > (I'm not on my computer now, so I can't send you my conf file, and the > error, but I will do it tonight.) Last time I checked, VESA was i386 (32 bit) only. Ruben From owner-freebsd-stable@FreeBSD.ORG Tue May 19 12:36:51 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1594F1065672 for ; Tue, 19 May 2009 12:36:51 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 928C78FC20 for ; Tue, 19 May 2009 12:36:50 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by bwz9 with SMTP id 9so3788381bwz.43 for ; Tue, 19 May 2009 05:36:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=nQozwE3Yn+z8O2ILdBCc4vE33ecmvVvehVa1k0AOHgU=; b=ZaiwqjPJ7aQRVT1A33N8tj60L+61jShh4Jw+Vwon5fG3wo+tYY/9MloVPGDRoEvQKO 4jn2yH+boy4aEW9nupqCvUSWXArUL52aBDevjDVOISQNErPTYAEHNmd1yE57Dmx8yZsP E7DZoKvLGrbMCbKhB4RD/e+kHioR+2cGs26zc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=mutEq8X3UGGCUTZCqXBWjkVPIqsRx1yjAdNUxjUo3aRXbBLFsNw+/oBFQpbA2slRBa LUQOxkACwXbt5X64nm3iWQdhBsi+6GXsO18ZvjnpDr2jgpqPU7f0VlhBXQOl9b9RGVYT W7OD1LI+899xsRGZrlIWJ/5mtFrVZz0h8BUWs= MIME-Version: 1.0 Received: by 10.103.179.1 with SMTP id g1mr9516mup.48.1242736609414; Tue, 19 May 2009 05:36:49 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 May 2009 16:36:49 +0400 Message-ID: From: pluknet To: Pete French Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: So where are we at with bce and lagg then ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 12:36:51 -0000 2009/5/19 Pete French : > Just wondering if there was any update to this ? I seem to > be the only one who actually has the problem, but I have > gone as far as I can trying to diagnose it unless someone > can send me patches to test. > I guess it was fixed in -current in r191923. -- wbr, pluknet From owner-freebsd-stable@FreeBSD.ORG Tue May 19 12:43:59 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B28631065692 for ; Tue, 19 May 2009 12:43:59 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 22BF98FC1F for ; Tue, 19 May 2009 12:43:59 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M6Ofl-0009by-57; Tue, 19 May 2009 13:43:57 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M6Ofl-0001Qb-3v; Tue, 19 May 2009 13:43:57 +0100 To: pluknet@gmail.com In-Reply-To: Message-Id: From: Pete French Date: Tue, 19 May 2009 13:43:57 +0100 Cc: freebsd-stable@freebsd.org Subject: Re: So where are we at with bce and lagg then ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 12:44:00 -0000 > I guess it was fixed in -current in r191923. That looks like the same length fix patch as I was sent for RELENG-7. Unfortunately it has no effect on the problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/133756 -pete. From owner-freebsd-stable@FreeBSD.ORG Tue May 19 13:49:18 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50B331065673 for ; Tue, 19 May 2009 13:49:18 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id B9D608FC1C for ; Tue, 19 May 2009 13:49:17 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-241-161-127.bna.bellsouth.net [74.241.161.127]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4JDl7fx078032 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 May 2009 09:47:07 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Chris H In-Reply-To: <20090518234011.k55bmqq3488kko8c@webmail.1command.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-8JgTaYtKPpSZ3SI8/tEq" Organization: FreeBSD Date: Tue, 19 May 2009 08:46:25 -0500 Message-Id: <1242740785.1752.4.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00, MIME_QP_LONG_LINE,RCVD_IN_PBL,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 13:49:18 -0000 --=-8JgTaYtKPpSZ3SI8/tEq Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: > Quoting "Paul B. Mahol" : >=20 > > On 5/19/09, Chris H wrote: > >> Quoting Chris H : > >> > >>> Quoting Chris H : > >>> > >>>> Greetings, > >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. > >>>> On 7.1-7.2 releases. I'm currently working (struggling) with > >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), > >>>> I've seen only a few discussions regarding this, but no joy. > >>>> > >>>> I'm not sure what to post for additional information. So I'll > >>>> provide the output of dmesg(8), and Xorg.0.log via links. > >>>> > >>>> Thank you for all your time and consideration in this matter. > >>>> > >>>> Sincerely, > >>>> Chris H > >>>> > >>>> Xorg log: > >>>> http://codewarehouse.NET/output/Xorg.0.log > >>>> > >>>> relevent dmesg(8) output: > >>>> http://codewarehouse.NET/output/dmesg.output > >>> > >>> OOPS! I guess the xorg config might be useful: > >>> http://codewarehouse.NET/output/xorg.conf.nvidia > >>> > >>>> > >> SIGH... Seems that the registrar isn't paying attention. > >> They happily accepted my money, but forgot to renew the domain. > >> > >> So here's trying to attach the files... > > > > That message appears for me only when I use xf86-video-vesa driver. >=20 > I see. Well I'm specifically using the nv driver. Here's another > attempt to provide the relevant info: You have more than one card in the machine, which might be confusing things. The mtrr failure is caused by how your bios sets up memory regions. It should only impact performance. Exactly what issue are you seeing? robert. > Xorg log: > X.Org X Server 1.6.0 > Release Date: 2009-2-25 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating=20 > System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1=20 > 14:37:25 UTC 2009 =20 > root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > Build Date: 16 May 2009 07:15:01AM >=20 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (=3D=3D) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 2009 > (++) Using config file: "/etc/X11/xorg.conf.nvidia" > (=3D=3D) ServerLayout "X.org Configured" > (**) |-->Screen "Screen0" (0) > (**) | |-->Monitor "Monitor1" > (**) | |-->Device "Card1" > (**) |-->Input Device "Mouse0" > (**) |-->Input Device "Keyboard0" > (**) Option "AllowEmptyInput" "false" > (=3D=3D) Automatically adding devices > (=3D=3D) Automatically enabling devices > (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. > Entry deleted from font path. > (WW) `fonts.dir' not found (or not valid) in=20 > "/usr/local/lib/X11/fonts/100dpi/". > Entry deleted from font path. > (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). > (WW) `fonts.dir' not found (or not valid) in=20 > "/usr/local/lib/X11/fonts/75dpi/". > Entry deleted from font path. > (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). > (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. > Entry deleted from font path. > (WW) `fonts.dir' not found (or not valid) in=20 > "/usr/local/lib/X11/fonts/100dpi/". > Entry deleted from font path. > (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). > (WW) `fonts.dir' not found (or not valid) in=20 > "/usr/local/lib/X11/fonts/75dpi/". > Entry deleted from font path. > (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). > (**) FontPath set to: > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > built-ins > (**) ModulePath set to "/usr/local/lib/xorg/modules" > (II) Loader magic: 0x6a0 > (II) Module ABI versions: > X.Org ANSI C Emulation: 0.4 > X.Org Video Driver: 5.0 > X.Org XInput driver : 4.0 > X.Org Server Extension : 2.0 > (II) Loader running on freebsd > (--) Using syscons driver with X support (version 2.0) > (--) using VT number 9 >=20 > (!!) More than one possible primary device found > (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @=20 > 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @=20 > 0x????????/131072 > (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163,=20 > Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288,=20 > BIOS @ 0x????????/131072 > (II) System resource ranges: > [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) "extmod" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "dbe" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "glx" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "record" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "dri" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "dri2" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) LoadModule: "extmod" > (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > (II) Module extmod: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension MIT-SCREEN-SAVER > (II) Loading extension XFree86-VidModeExtension > (II) Loading extension XFree86-DGA > (II) Loading extension DPMS > (II) Loading extension XVideo > (II) Loading extension XVideo-MotionCompensation > (II) Loading extension X-Resource > (II) LoadModule: "record" > (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > (II) Module record: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.13.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension RECORD > (II) LoadModule: "dbe" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > (II) Module dbe: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension DOUBLE-BUFFER > (II) LoadModule: "extmod" > (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so > (II) Loading extension MIT-SCREEN-SAVER > (II) Loading extension XFree86-VidModeExtension > (II) Loading extension DPMS > (II) Loading extension XVideo > (II) Loading extension XVideo-MotionCompensation > (II) Loading extension X-Resource > (II) LoadModule: "glx" > (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > (II) Module glx: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 2.0 > (=3D=3D) AIGLX disabled > (II) Loading extension GLX > (II) LoadModule: "dri" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > (II) Module dri: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension XFree86-DRI > (II) LoadModule: "dri2" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so > (II) Module dri2: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension DRI2 > (II) LoadModule: "nv" > (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so > (II) Module nv: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 2.1.13 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 5.0 > (II) LoadModule: "mouse" > (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > (II) Module mouse: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.4.0 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 4.0 > (II) LoadModule: "kbd" > (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > (II) Module kbd: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.3.2 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 4.0 > (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, > Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, > Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, > GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, > GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, > Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, > GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, > GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, > GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, > GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, > GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, > GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, > Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, > GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, > GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, > GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, > Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, > GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, > Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, > GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, > GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, > GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, > GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, > GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, > GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, > Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, > GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, > GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, > GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, > GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, > GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, > Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, > GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, > GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, > GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, > GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, > Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, > GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, > GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, > GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, > Quadro FX 540, GeForce 6200, GeForce 6500, > GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), > GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, > GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, > GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, > GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, > GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, > GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, > GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, > GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, > GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, > GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, > GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, > Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, > GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, > GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, > Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, > Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, > GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, > GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, > GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, > GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, > GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, > Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, > GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, > GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, > GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, > GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, > GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, > GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, > GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, > GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, > GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, > GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, > GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, > GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, > GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, > GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M > (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at 01@00:02= :0 > (II) resource ranges after probing: > [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Loading /usr/local/lib/xorg/modules//libint10.so > (II) Module int10: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 5.0 > (II) NV(0): Initializing int10 > (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was already clear > (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was already clear > (--) NV(0): Chipset: "GeForce4 MX 440" > (**) NV(0): Depth 24, (--) framebuffer bpp 32 > (=3D=3D) NV(0): RGB weight 888 > (=3D=3D) NV(0): Default visual is TrueColor > (II) Loading sub module "vgahw" > (II) LoadModule: "vgahw" > (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > (II) Module vgahw: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 0.1.0 > ABI class: X.Org Video Driver, version 5.0 > (**) NV(0): Option "CrtcNumber" "0" > (=3D=3D) NV(0): Using HW cursor > (--) NV(0): Linear framebuffer at 0xF0000000 > (--) NV(0): MMIO registers at 0xFD000000 > (II) Loading sub module "i2c" > (II) LoadModule: "i2c" > (II) Module "i2c" already built-in > (II) Loading sub module "ddc" > (II) LoadModule: "ddc" > (II) Module "ddc" already built-in > (II) NV(0): I2C bus "DDC" initialized. > (II) NV(0): Probing for analog device on output A... > (--) NV(0): ...found one > (II) NV(0): Probing for analog device on output B... > (--) NV(0): ...can't find one > (II) NV(0): Probing for EDID on I2C bus A... > (II) NV(0): I2C device "DDC:E-EDID segment register" registered at=20 > address 0x60. > (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. > (--) NV(0): DDC detected a CRT: > (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 > (II) NV(0): Year: 1999 Week: 11 > (II) NV(0): EDID Version: 1.1 > (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V > (II) NV(0): Sync: Separate Composite SyncOnGreen > (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 > (II) NV(0): Gamma: 2.05 > (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display > (II) NV(0): GTF timings supported > (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 > (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 > (II) NV(0): Supported VESA Video Modes: > (II) NV(0): 720x400@70Hz > (II) NV(0): 720x400@88Hz > (II) NV(0): 640x480@60Hz > (II) NV(0): 640x480@67Hz > (II) NV(0): 640x480@72Hz > (II) NV(0): 640x480@75Hz > (II) NV(0): 800x600@56Hz > (II) NV(0): 800x600@60Hz > (II) NV(0): 800x600@72Hz > (II) NV(0): 800x600@75Hz > (II) NV(0): 832x624@75Hz > (II) NV(0): 1024x768@60Hz > (II) NV(0): 1024x768@70Hz > (II) NV(0): 1024x768@75Hz > (II) NV(0): 1280x1024@75Hz > (II) NV(0): 1152x870@75Hz > (II) NV(0): Manufacturer's mask: 0 > (II) NV(0): Supported Future Video Modes: > (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 > (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 > (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 > (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 > (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 > (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 > (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 > (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 > (II) NV(0): Supported additional Video Mode: > (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm > (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_end=20 > 2208 h_border: 0 > (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blanking:=20 > 1344 v_border: 0 > (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 kHz,=20 > PixClock max 290 MHz > (II) NV(0): Monitor name: PressView XL > (II) NV(0): Serial No: 903500844 > (II) NV(0): EDID (in hex): > (II) NV(0): 00ffffffffffff00489315214c030000 > (II) NV(0): 0b0901010e261c69e90488a0574a9b26 > (II) NV(0): 12484cffef80455961598199a959c290 > (II) NV(0): 71598b4fa94f886240606200405080b0 > (II) NV(0): 13007c1d1100001e000000fd0032981e > (II) NV(0): 731d000a202020202020000000fc0050 > (II) NV(0): 726573735669657720584c0a000000ff > (II) NV(0): 003930333530303834340a2020200078 > (II) NV(0): Probing for EDID on I2C bus B... > (II) NV(0): ... none found > (--) NV(0): CRTC 0 appears to have a CRT attached > (**) NV(0): Forcing CRTCNumber 0 as specified > (II) NV(0): Using CRT on CRTC 0 > (II) NV(0): EDID vendor "RDS", prod id 8469 > (II) NV(0): Using EDID range info for horizontal sync > (II) NV(0): Using EDID range info for vertical refresh > (II) NV(0): Printing DDC gathered Modelines: > (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 2208 1280=20 > 1281 1284 1344 +hsync +vsync (114.2 kHz) > (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601=20 > 605 628 +hsync +vsync (37.9 kHz) > (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601=20 > 603 625 +hsync +vsync (35.2 kHz) > (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481=20 > 484 500 -hsync -vsync (37.5 kHz) > (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489=20 > 492 520 -hsync -vsync (37.9 kHz) > (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483=20 > 486 525 -hsync -vsync (35.0 kHz) > (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490=20 > 492 525 -hsync -vsync (31.5 kHz) > (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421=20 > 423 449 -hsync -vsync (39.4 kHz) > (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412=20 > 414 449 -hsync +vsync (31.5 kHz) > (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024=20 > 1025 1028 1066 +hsync +vsync (80.0 kHz) > (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768=20 > 769 772 800 +hsync +vsync (60.0 kHz) > (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768=20 > 771 777 806 -hsync -vsync (56.5 kHz) > (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768=20 > 771 777 806 -hsync -vsync (48.4 kHz) > (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625=20 > 628 667 -hsync -vsync (49.7 kHz) > (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601=20 > 604 625 +hsync +vsync (46.9 kHz) > (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637=20 > 643 666 +hsync +vsync (48.1 kHz) > (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864=20 > 865 868 900 +hsync +vsync (67.5 kHz) > (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601=20 > 604 631 +hsync +vsync (53.7 kHz) > (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768=20 > 769 772 808 +hsync +vsync (68.7 kHz) > (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024=20 > 1025 1028 1072 +hsync +vsync (91.1 kHz) > (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 2160 1200=20 > 1201 1204 1250 +hsync +vsync (106.2 kHz) > (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200=20 > 1201 1204 1250 +hsync +vsync (93.8 kHz) > (--) NV(0): VideoRAM: 65536 kBytes > (=3D=3D) NV(0): Using gamma correction (1.0, 1.0, 1.0) > (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz > (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz > (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz > (II) NV(0): Clock range: 12.00 to 350.00 MHz > (II) NV(0): Not using default mode "1024x768" (bad mode=20 > clock/interlace/doublescan) > (II) NV(0): Not using default mode "512x384" (bad mode=20 > clock/interlace/doublescan) > (II) NV(0): Not using default mode "1920x1440" (mode clock too high) > (II) NV(0): Not using default mode "1920x1440" (hsync out of range) > (II) NV(0): Not using default mode "960x720" (hsync out of range) > (II) NV(0): Not using default mode "2048x1536" (hsync out of range) > (II) NV(0): Not using default mode "1024x768" (hsync out of range) > (II) NV(0): Not using default mode "2048x1536" (bad mode=20 > clock/interlace/doublescan) > (II) NV(0): Not using default mode "1024x768" (hsync out of range) > (II) NV(0): Not using mode "1152x864" (no mode of this name) > (II) NV(0): Not using default mode "2048x1536" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1920x1440" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1856x1392" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1856x1392" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1792x1344" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1792x1344" (width too large for=20 > virtual size) > (II) NV(0): Not using driver mode "1600x1280" (width too large for=20 > virtual size) > (II) NV(0): Not using driver mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using driver mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1400x1050" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1400x1050" (width too large for=20 > virtual size) > (II) NV(0): Not using driver mode "1280x1024" (width too large for=20 > virtual size) > (II) NV(0): Not using driver mode "1280x1024" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1280x1024" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1280x1024" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1280x1024" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1280x960" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1280x960" (width too large for=20 > virtual size) > (--) NV(0): Virtual size is 1152x864 (pitch 1152) > (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz > (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864=20 > 865 868 900 +hsync +vsync (67.5 kHz) > (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz > (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864=20 > 865 868 900 +hsync +vsync (67.5 kHz) > (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz > (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768=20 > 769 772 808 +hsync +vsync (68.7 kHz) > (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz > (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768=20 > 769 772 800 +hsync +vsync (60.0 kHz) > (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz > (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768=20 > 771 777 806 -hsync -vsync (56.5 kHz) > (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz > (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768=20 > 771 777 806 -hsync -vsync (48.4 kHz) > (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz > (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768=20 > 769 772 808 +hsync +vsync (68.7 kHz) > (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz > (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768=20 > 769 772 800 +hsync +vsync (60.0 kHz) > (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz > (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768=20 > 771 777 806 -hsync -vsync (56.5 kHz) > (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768=20 > 768 770 794 doublescan -hsync +vsync (95.3 kHz) > (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz > (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768=20 > 771 777 806 -hsync -vsync (48.4 kHz) > (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720=20 > 720 722 750 doublescan -hsync +vsync (112.5 kHz) > (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720=20 > 720 722 750 doublescan -hsync +vsync (90.0 kHz) > (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696=20 > 698 750 doublescan -hsync +vsync (112.5 kHz) > (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D) > (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696=20 > 698 719 doublescan -hsync +vsync (86.4 kHz) > (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672=20 > 674 708 doublescan -hsync +vsync (106.3 kHz) > (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672=20 > 674 697 doublescan -hsync +vsync (83.7 kHz) > (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz > (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625=20 > 628 667 -hsync -vsync (49.7 kHz) > (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz > (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625=20 > 628 667 -hsync -vsync (49.7 kHz) > (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz > (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601=20 > 604 631 +hsync +vsync (53.7 kHz) > (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz > (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601=20 > 604 625 +hsync +vsync (46.9 kHz) > (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz > (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637=20 > 643 666 +hsync +vsync (48.1 kHz) > (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz > (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601=20 > 605 628 +hsync +vsync (37.9 kHz) > (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz > (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601=20 > 603 625 +hsync +vsync (35.2 kHz) > (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz > (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601=20 > 604 631 +hsync +vsync (53.7 kHz) > (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D) > (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600=20 > 602 625 doublescan +hsync +vsync (106.2 kHz) > (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz > (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601=20 > 604 625 +hsync +vsync (46.9 kHz) > (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600=20 > 602 625 doublescan +hsync +vsync (93.8 kHz) > (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz > (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637=20 > 643 666 +hsync +vsync (48.1 kHz) > (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D) > (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600=20 > 602 625 doublescan +hsync +vsync (87.5 kHz) > (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) > (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600=20 > 602 625 doublescan +hsync +vsync (81.2 kHz) > (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz > (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601=20 > 605 628 +hsync +vsync (37.9 kHz) > (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600=20 > 602 625 doublescan +hsync +vsync (75.0 kHz) > (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz > (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601=20 > 603 625 +hsync +vsync (35.2 kHz) > (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) > (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526=20 > 532 545 doublescan +hsync +vsync (81.5 kHz) > (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526=20 > 532 541 doublescan +hsync +vsync (64.9 kHz) > (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D) > (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512=20 > 514 536 doublescan +hsync +vsync (91.1 kHz) > (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512=20 > 514 533 doublescan +hsync +vsync (80.0 kHz) > (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512=20 > 514 533 doublescan +hsync +vsync (64.0 kHz) > (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz > (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481=20 > 484 500 -hsync -vsync (37.5 kHz) > (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz > (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489=20 > 492 520 -hsync -vsync (37.9 kHz) > (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz > (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483=20 > 486 525 -hsync -vsync (35.0 kHz) > (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz > (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490=20 > 492 525 -hsync -vsync (31.5 kHz) > (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D) > (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480=20 > 482 505 doublescan +hsync +vsync (85.9 kHz) > (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz > (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481=20 > 484 509 -hsync -vsync (43.3 kHz) > (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz > (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481=20 > 484 500 -hsync -vsync (37.5 kHz) > (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz > (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489=20 > 492 520 -hsync -vsync (37.9 kHz) > (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480=20 > 482 500 doublescan +hsync +vsync (60.0 kHz) > (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz > (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490=20 > 492 525 -hsync -vsync (31.5 kHz) > (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz > (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421=20 > 423 449 -hsync -vsync (39.4 kHz) > (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz > (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412=20 > 414 449 -hsync +vsync (31.5 kHz) > (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz > (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401=20 > 404 446 -hsync +vsync (37.9 kHz) > (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz > (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401=20 > 404 445 -hsync +vsync (37.9 kHz) > (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432=20 > 434 450 doublescan +hsync +vsync (67.5 kHz) > (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz > (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382=20 > 385 445 +hsync -vsync (37.9 kHz) > (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) > (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384=20 > 386 404 doublescan +hsync +vsync (68.7 kHz) > (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384=20 > 386 400 doublescan +hsync +vsync (60.0 kHz) > (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) > (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385=20 > 388 403 doublescan -hsync -vsync (56.5 kHz) > (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385=20 > 388 403 doublescan -hsync -vsync (48.4 kHz) > (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) > (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312=20 > 314 333 doublescan -hsync -vsync (49.7 kHz) > (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) > (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300=20 > 302 315 doublescan +hsync +vsync (53.7 kHz) > (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) > (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300=20 > 302 312 doublescan +hsync +vsync (46.9 kHz) > (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) > (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318=20 > 321 333 doublescan +hsync +vsync (48.1 kHz) > (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) > (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300=20 > 302 314 doublescan +hsync +vsync (37.9 kHz) > (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) > (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300=20 > 301 312 doublescan +hsync +vsync (35.2 kHz) > (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) > (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240=20 > 242 254 doublescan -hsync -vsync (43.3 kHz) > (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240=20 > 242 250 doublescan -hsync -vsync (37.5 kHz) > (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) > (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244=20 > 246 260 doublescan -hsync -vsync (37.9 kHz) > (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) > (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245=20 > 246 262 doublescan -hsync -vsync (31.5 kHz) > (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) > (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200=20 > 202 223 doublescan -hsync +vsync (37.9 kHz) > (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) > (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200=20 > 202 222 doublescan -hsync +vsync (37.9 kHz) > (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) > (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191=20 > 192 222 doublescan +hsync -vsync (37.9 kHz) > (**) NV(0): Display dimensions: (380, 280) mm > (**) NV(0): DPI set to (77, 78) > (II) Loading sub module "fb" > (II) LoadModule: "fb" > (II) Loading /usr/local/lib/xorg/modules//libfb.so > (II) Module fb: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org ANSI C Emulation, version 0.4 > (II) Loading sub module "xaa" > (II) LoadModule: "xaa" > (II) Loading /usr/local/lib/xorg/modules//libxaa.so > (II) Module xaa: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.2.1 > ABI class: X.Org Video Driver, version 5.0 > (II) Loading sub module "ramdac" > (II) LoadModule: "ramdac" > (II) Module "ramdac" already built-in > (--) Depth 24 pixmap format is 32 bpp > (II) do I need RAC? No, I don't. > (II) resource ranges after preInit: > [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) NV(0): Using XFree86 Acceleration Architecture (XAA) > Screen to screen bit blits > Solid filled rectangles > 8x8 mono pattern filled rectangles > Indirect CPU to Screen color expansion > Solid Lines > Scanline Image Writes > Setting up tile and stipple cache: > 32 128x128 slots > 32 256x256 slots > 16 512x512 slots > (=3D=3D) NV(0): Backing store disabled > (=3D=3D) NV(0): Silken mouse enabled > (II) NV(0): DPMS enabled > (=3D=3D) RandR enabled > (II) Initializing built-in extension Generic Event Extension > (II) Initializing built-in extension SHAPE > (II) Initializing built-in extension MIT-SHM > (II) Initializing built-in extension XInputExtension > (II) Initializing built-in extension XTEST > (II) Initializing built-in extension BIG-REQUESTS > (II) Initializing built-in extension SYNC > (II) Initializing built-in extension XKEYBOARD > (II) Initializing built-in extension XC-MISC > (II) Initializing built-in extension XINERAMA > (II) Initializing built-in extension XFIXES > (II) Initializing built-in extension RENDER > (II) Initializing built-in extension RANDR > (II) Initializing built-in extension COMPOSITE > (II) Initializing built-in extension DAMAGE > (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so > (II) GLX: Initialized DRISWRAST GL provider for screen 0 > (**) Option "Protocol" "Auto" > (**) Mouse0: Device: "/dev/sysmouse" > (**) Mouse0: Protocol: "Auto" > (**) Option "CorePointer" > (**) Mouse0: always reports core events > (**) Option "Device" "/dev/sysmouse" > (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > (**) Option "ZAxisMapping" "4 5 6 7" > (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 > (**) Mouse0: Buttons: 11 > (**) Option "Resolution" "800" > (**) Mouse0: Resolution: 800 > (**) Mouse0: Sensitivity: 1 > (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > (**) Mouse0: (accel) keeping acceleration scheme 1 > (**) Mouse0: (accel) filter chain progression: 2.00 > (**) Mouse0: (accel) filter stage 0: 20.00 ms > (**) Mouse0: (accel) set acceleration profile 0 > (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 > (II) Mouse0: SetupAuto: protocol is SysMouse > (**) Option "CoreKeyboard" > (**) Keyboard0: always reports core events > (**) Option "Protocol" "standard" > (**) Keyboard0: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) Keyboard0: XkbRules: "xorg" > (**) Option "XkbModel" "pc104" > (**) Keyboard0: XkbModel: "pc104" > (**) Option "XkbLayout" "us" > (**) Keyboard0: XkbLayout: "us" > (**) Option "CustomKeycodes" "off" > (**) Keyboard0: CustomKeycodes disabled > (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) >=20 > xorg.conf: > Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > # Screen 1 "Screen1" RightOf "Screen0" > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection >=20 > Section "Files" > ModulePath "/usr/local/lib/xorg/modules" > FontPath "/usr/local/lib/X11/fonts/misc/" > FontPath "/usr/local/lib/X11/fonts/TTF/" > FontPath "/usr/local/lib/X11/fonts/OTF" > FontPath "/usr/local/lib/X11/fonts/Type1/" > FontPath "/usr/local/lib/X11/fonts/100dpi/" > FontPath "/usr/local/lib/X11/fonts/75dpi/" > EndSection >=20 > Section "Module" > Load "extmod" > Load "record" > Load "dbe" > SubSection "extmod" > Option "omit xfree86-dga" # don't initialise the DGA extension > EndSubSection > Load "glx" > Load "dri" > Load "dri2" > EndSection >=20 > Section "ServerFlags" > Option "AllowEmptyInput" "false" > EndSection >=20 > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > Option "AutoRepeat" "500 30" > Option "XkbRules" "xorg" > Option "XkbModel" "pc104" > Option "XkbLayout" "us" > EndSection >=20 > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" > Option "Resolution" "800" > EndSection >=20 > Section "Monitor" > Identifier "Monitor1" > VendorName "RDS" > ModelName "PressView XL" > EndSection >=20 > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "SWcursor" # [] > #Option "HWcursor" # [] > #Option "NoAccel" # [] > #Option "ShadowFB" # [] > #Option "UseFBDev" # [] > #Option "Rotate" # [] > #Option "VideoKey" # > #Option "FlatPanel" # [] > #Option "FPDither" # [] > #Option "CrtcNumber" # > Option "CrtcNumber" "0" > #Option "FPScale" # [] > #Option "FPTweak" # > #Option "DualHead" # [] > Identifier "Card1" > Driver "nv" > VendorName "nVidia Corporation" > BoardName "NV17 [GeForce4 MX 440]" > BusID "PCI:1:2:0" > EndSection >=20 > Section "Screen" > Identifier "Screen0" > Device "Card1" > Monitor "Monitor1" > DefaultDepth 24 >=20 > SubSection "Display" > Viewport 0 0 > Depth 24 > Modes "1152x864" "1152x864" "1152x864" > EndSubSection > EndSection >=20 > dmesg(8) output: > May 18 20:21:51 udns syslogd: kernel boot file is /boot/kernel/kernel > May 18 20:21:51 udns kernel: Copyright (c) 1992-2009 The FreeBSD Project. > May 18 20:21:51 udns kernel: Copyright (c) 1979, 1980, 1983, 1986,=20 > 1988, 1989, 1991, 1992, 1993, 1994 > May 18 20:21:51 udns kernel: The Regents of the University of=20 > California. All rights reserved. > May 18 20:21:51 udns kernel: FreeBSD is a registered trademark of The=20 > FreeBSD Foundation. > May 18 20:21:51 udns kernel: FreeBSD 7.1-RELEASE #0: Thu Jan 1=20 > 14:37:25 UTC 2009 > May 18 20:21:51 udns kernel:=20 > root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > May 18 20:21:51 udns kernel: Preloaded elf kernel "/boot/kernel/kernel"=20 > at 0xc0d89000. > May 18 20:21:51 udns kernel: Preloaded elf module=20 > "/boot/kernel/geom_stripe.ko" at 0xc0d89174. > May 18 20:21:51 udns kernel: Calibrating clock(s) ... i8254 clock: 119297= 5 Hz > May 18 20:21:51 udns kernel: CLK_USE_I8254_CALIBRATION not specified -=20 > using default frequency > May 18 20:21:51 udns kernel: Timecounter "i8254" frequency 1193182 Hz=20 > quality 0 > May 18 20:21:51 udns kernel: Calibrating TSC clock ... TSC clock: 7973457= 95 Hz > May 18 20:21:51 udns kernel: CPU: Intel Pentium III (797.35-MHz 686-class= CPU) > May 18 20:21:51 udns kernel: Origin =3D "GenuineIntel" Id =3D 0x686 Ste= pping =3D 6 > May 18 20:21:51 udns kernel:=20 > Features=3D0x387fbff > May 18 20:21:51 udns kernel: May 18 20:21:51 udns kernel: Instruction=20 > TLB: 4 KB pages, 4-way set associative, 32 entries > May 18 20:21:51 udns kernel: Instruction TLB: 4 MB pages, fully=20 > associative, 2 entries > May 18 20:21:51 udns kernel: Data TLB: 4 KB pages, 4-way set=20 > associative, 64 entries > May 18 20:21:51 udns kernel: 2nd-level cache: 256 KB, 8-way set=20 > associative, 32 byte line size > May 18 20:21:51 udns kernel: 1st-level instruction cache: 16 KB, 4-way=20 > set associative, 32 byte line size > May 18 20:21:51 udns kernel: Data TLB: 4 MB Pages, 4-way set=20 > associative, 8 entries > May 18 20:21:51 udns kernel: 1st-level data cache: 16 KB, 4-way set=20 > associative, 32 byte line size > May 18 20:21:51 udns kernel: real memory =3D 1073741824 (1024 MB) > May 18 20:21:51 udns kernel: Physical memory chunk(s): > May 18 20:21:51 udns kernel: 0x0000000000001000 - 0x000000000009efff,=20 > 647168 bytes (158 pages) > May 18 20:21:51 udns kernel: 0x0000000000100000 - 0x00000000003fffff,=20 > 3145728 bytes (768 pages) > May 18 20:21:51 udns kernel: 0x0000000001025000 - 0x000000003edb7fff,=20 > 1037643776 bytes (253331 pages) > May 18 20:21:51 udns kernel: avail memory =3D 1037078528 (989 MB) > May 18 20:21:51 udns kernel: MP Configuration Table version 1.4 found=20 > at 0xc00f0db0 > May 18 20:21:51 udns kernel: APIC: Using the MPTable enumerator. > May 18 20:21:51 udns kernel: SMP: Added CPU 0 (BSP) > May 18 20:21:51 udns kernel: SMP: Added CPU 1 (AP) > May 18 20:21:51 udns kernel: MPTable: > May 18 20:21:51 udns kernel: INTR: Adding local APIC 1 as a target > May 18 20:21:51 udns kernel: FreeBSD/SMP: Multiprocessor System=20 > Detected: 2 CPUs > May 18 20:21:51 udns kernel: cpu0 (BSP): APIC ID: 0 > May 18 20:21:51 udns kernel: cpu1 (AP): APIC ID: 1 > May 18 20:21:51 udns kernel: bios32: Found BIOS32 Service Directory=20 > header at 0xc00fdb90 > May 18 20:21:51 udns kernel: bios32: Entry =3D 0xfdba0 (c00fdba0) Rev = =3D=20 > 0 Len =3D 1 > May 18 20:21:51 udns kernel: pcibios: PCI BIOS entry at 0xf0000+0xdbc1 > May 18 20:21:51 udns kernel: pnpbios: Found PnP BIOS data at 0xc00f4c50 > May 18 20:21:51 udns kernel: pnpbios: Entry =3D f0000:3954 Rev =3D 1.0 > May 18 20:21:51 udns kernel: Other BIOS signatures found: > May 18 20:21:51 udns kernel: ULE: setup cpu group 0 > May 18 20:21:51 udns kernel: ULE: setup cpu 0 > May 18 20:21:51 udns kernel: ULE: adding cpu 0 to group 0: cpus 1 mask 0x= 1 > May 18 20:21:51 udns kernel: ULE: setup cpu group 1 > May 18 20:21:51 udns kernel: ULE: setup cpu 1 > May 18 20:21:51 udns kernel: ULE: adding cpu 1 to group 1: cpus 1 mask 0x= 2 > May 18 20:21:51 udns kernel: ioapic0: Assuming intbase of 0 > May 18 20:21:51 udns kernel: ioapic0: Routing external 8259A's -> intpin = 0 > May 18 20:21:51 udns kernel: ioapic1: Assuming intbase of 16 > May 18 20:21:51 udns kernel: ioapic0: intpin 10 bus PCI > May 18 20:21:51 udns kernel: ioapic0: intpin 10 trigger: level > May 18 20:21:51 udns kernel: ioapic0: intpin 10 polarity: low > May 18 20:21:51 udns kernel: ioapic0: Routing IRQ 0 -> intpin 2 > May 18 20:21:51 udns kernel: lapic: Routing ExtINT -> LINT0 > May 18 20:21:51 udns kernel: lapic: LINT0 trigger: edge > May 18 20:21:51 udns kernel: lapic: LINT0 polarity: high > May 18 20:21:51 udns kernel: lapic: Routing NMI -> LINT1 > May 18 20:21:51 udns kernel: lapic: LINT1 trigger: edge > May 18 20:21:51 udns kernel: lapic: LINT1 polarity: high > May 18 20:21:51 udns kernel: ioapic0 irqs 0-15 on motherboa= rd > May 18 20:21:51 udns kernel: ioapic1 irqs 16-31 on motherbo= ard > May 18 20:21:51 udns kernel: cpu0 BSP: > May 18 20:21:51 udns kernel: ID: 0x00000000 VER: 0x00040011 LDR:=20 > 0x00000000 DFR: 0xffffffff > May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR:=20 > 0x00000000 SVR: 0x000001ff > May 18 20:21:51 udns kernel: timer: 0x000100ef therm: 0x00000000 err:=20 > 0x0001000f pcm: 0x00010000 > May 18 20:21:51 udns kernel: ath_rate: version 1.2 selection algorithm> > May 18 20:21:51 udns kernel: wlan_amrr: > May 18 20:21:51 udns kernel: wlan: <802.11 Link Layer> > May 18 20:21:51 udns kernel: null: > May 18 20:21:51 udns kernel: random: > May 18 20:21:51 udns kernel: nfslock: pseudo-device > May 18 20:21:51 udns kernel: io: > May 18 20:21:51 udns kernel: kbd: new array size 4 > May 18 20:21:51 udns kernel: kbd1 at kbdmux0 > May 18 20:21:51 udns kernel: mem: > May 18 20:21:51 udns kernel: Pentium Pro MTRR support enabled > May 18 20:21:51 udns kernel: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212,=20 > RF5111, RF5112, RF2413, RF5413) > May 18 20:21:51 udns kernel: hptrr: RocketRAID 17xx/2xxx SATA=20 > controller driver v1.2 (Jan 1 2009 14:37:00) > May 18 20:21:51 udns kernel: npx0: INT 16 interface > May 18 20:21:51 udns kernel: pci_open(1): mode 1 addr port (0x0cf8) is=20 > 0x80000070 > May 18 20:21:51 udns kernel: pci_open(1a): mode1res=3D0x80000000 (0x80000= 000) > May 18 20:21:51 udns kernel: pci_cfgcheck: device 0 [class=3D060000]=20 > [hdr=3D80] is there (id=3D00091166) > May 18 20:21:51 udns kernel: pcibios: BIOS version 2.10 > May 18 20:21:51 udns kernel: pcib0: pcibus 0=20 > on motherboard > May 18 20:21:51 udns kernel: pci0: on pcib0 > May 18 20:21:51 udns kernel: pci0: domain=3D0, physical bus=3D0 > May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0009, revid= =3D0x06 > May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D0, func=3D0 > May 18 20:21:51 udns kernel: class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 > May 18 20:21:51 udns kernel: cmdreg=3D0x0006, statreg=3D0x2200, cachelnsz= =3D8=20 > (dwords) > May 18 20:21:51 udns kernel: lattimer=3D0x20 (960 ns), mingnt=3D0x00 (0=20 > ns), maxlat=3D0x00 (0 ns) > May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0009, revid= =3D0x06 > May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D0, func=3D1 > May 18 20:21:51 udns kernel: class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 > May 18 20:21:51 udns kernel: cmdreg=3D0x0007, statreg=3D0x0200, cachelnsz= =3D8=20 > (dwords) > May 18 20:21:51 udns kernel: lattimer=3D0x10 (480 ns), mingnt=3D0x00 (0=20 > ns), maxlat=3D0x00 (0 ns) > May 18 20:21:51 udns kernel: found-> vendor=3D0x1002, dev=3D0x4752, revid= =3D0x27 > May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D1, func=3D0 > May 18 20:21:51 udns kernel: class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0 > May 18 20:21:51 udns kernel: cmdreg=3D0x0080, statreg=3D0x0290, cachelnsz= =3D8=20 > (dwords) > May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x08 (20= 00=20 > ns), maxlat=3D0x00 (0 ns) > May 18 20:21:51 udns kernel: intpin=3Da, irq=3D9 > May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 current D= 0 > May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base=20 > 0xfb000000, size 24, memory disabled > May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base=20 > 0xd800, size 8, port disabled > May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base=20 > 0xfcaff000, size 12, enabled > May 18 20:21:51 udns kernel: pcib0: slot 1 INTA routed to irq 22 > May 18 20:21:51 udns kernel: found-> vendor=3D0x8086, dev=3D0x1229, revid= =3D0x08 > May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D4, func=3D0 > May 18 20:21:51 udns kernel: class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 > May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x0290, cachelnsz= =3D8=20 > (dwords) > May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x08 (20= 00=20 > ns), maxlat=3D0x38 (14000 ns) > May 18 20:21:51 udns kernel: intpin=3Da, irq=3D5 > May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 current D= 0 > May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base=20 > 0xfcafe000, size 12, enabled > May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base=20 > 0xd400, size 6, enabled > May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base=20 > 0xfc900000, size 20, enabled > May 18 20:21:51 udns kernel: pcib0: slot 4 INTA routed to irq 20 > May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0200, revid= =3D0x50 > May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D15, func=3D0 > May 18 20:21:51 udns kernel: class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1 > May 18 20:21:51 udns kernel: cmdreg=3D0x0007, statreg=3D0x0200, cachelnsz= =3D0=20 > (dwords) > May 18 20:21:51 udns kernel: lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns)= ,=20 > maxlat=3D0x00 (0 ns) > May 18 20:21:51 udns kernel: map[90]: type I/O Port, range 32, base=20 > 0x580, size 4, enabled > May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0211, revid= =3D0x00 > May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D15, func=3D1 > May 18 20:21:51 udns kernel: class=3D01-01-8a, hdrtype=3D0x00, mfdev=3D1 > May 18 20:21:51 udns kernel: cmdreg=3D0x0005, statreg=3D0x0200, cachelnsz= =3D0=20 > (dwords) > May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0=20 > ns), maxlat=3D0x00 (0 ns) > May 18 20:21:51 udns kernel: map[20]: type I/O Port, range 32, base=20 > 0xffa0, size 4, enabled > May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0220, revid= =3D0x04 > May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D15, func=3D2 > May 18 20:21:51 udns kernel: class=3D0c-03-10, hdrtype=3D0x00, mfdev=3D1 > May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x0280, cachelnsz= =3D8=20 > (dwords) > May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0=20 > ns), maxlat=3D0x50 (20000 ns) > May 18 20:21:51 udns kernel: intpin=3Da, irq=3D10 > May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base=20 > 0xfcafd000, size 12, enabled > May 18 20:21:51 udns kernel: pcib0: slot 15 INTA routed to irq 10 > May 18 20:21:51 udns kernel: vgapci0: port=20 > 0xd800-0xd8ff mem 0xfb000000-0xfbffffff,0xfcaff000-0xfcafffff irq 22 at=20 > device 1.0 on pci0 > May 18 20:21:51 udns kernel: fxp0: port=20 > 0xd400-0xd43f mem 0xfcafe000-0xfcafefff,0xfc900000-0xfc9fffff irq 20 at=20 > device 4.0 on pci0 > May 18 20:21:51 udns kernel: fxp0: Reserved 0x1000 bytes for rid 0x10=20 > type 3 at 0xfcafe000 > May 18 20:21:51 udns kernel: fxp0: using memory space register mapping > May 18 20:21:51 udns kernel: fxp0: PCI IDs: 8086 1229 8086 100c 0008 > May 18 20:21:51 udns kernel: fxp0: Dynamic Standby mode is disabled > May 18 20:21:51 udns kernel: miibus0: on fxp0 > May 18 20:21:51 udns kernel: inphy0: =20 > PHY 1 on miibus0 > May 18 20:21:51 udns kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX,=20 > 100baseTX-FDX, auto > May 18 20:21:51 udns kernel: fxp0: bpf attached > May 18 20:21:51 udns kernel: fxp0: Ethernet address: 00:e0:81:20:9d:66 > May 18 20:21:51 udns kernel: ioapic1: routing intpin 4 (PCI IRQ 20) to=20 > vector 48 > May 18 20:21:51 udns kernel: fxp0: [MPSAFE] > May 18 20:21:51 udns kernel: fxp0: [ITHREAD] > May 18 20:21:51 udns kernel: isab0: port 0x580-0x58f=20 > at device 15.0 on pci0 > May 18 20:21:51 udns kernel: isa0: on isab0 > May 18 20:21:51 udns kernel: atapci0: controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at=20 > device 15.1 on pci0 > May 18 20:21:51 udns kernel: atapci0: Reserved 0x10 bytes for rid 0x20=20 > type 4 at 0xffa0 > May 18 20:21:51 udns kernel: ata0: on atapci0 > May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x10=20 > type 4 at 0x1f0 > May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x14=20 > type 4 at 0x3f6 > May 18 20:21:51 udns kernel: ata0: reset tp1 mask=3D03 ostat0=3D50 ostat1= =3D50 > May 18 20:21:51 udns kernel: ata0: stat0=3D0x00 err=3D0x01 lsb=3D0x14 msb= =3D0xeb > May 18 20:21:51 udns kernel: ata0: stat1=3D0x50 err=3D0x01 lsb=3D0x00 msb= =3D0x00 > May 18 20:21:51 udns kernel: ata0: reset tp2 stat0=3D00 stat1=3D50=20 > devices=3D0x6 > May 18 20:21:51 udns kernel: ioapic0: routing intpin 14 (ISA IRQ 14) to=20 > vector 49 > May 18 20:21:51 udns kernel: ata0: [MPSAFE] > May 18 20:21:51 udns kernel: ata0: [ITHREAD] > May 18 20:21:51 udns kernel: ata1: on atapci0 > May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x18=20 > type 4 at 0x170 > May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x1c=20 > type 4 at 0x376 > May 18 20:21:51 udns kernel: ata1: reset tp1 mask=3D03 ostat0=3D50 ostat1= =3D00 > May 18 20:21:51 udns kernel: ata1: stat0=3D0x00 err=3D0x01 lsb=3D0x14 msb= =3D0xeb > May 18 20:21:51 udns kernel: ata1: stat1=3D0x00 err=3D0x04 lsb=3D0x00 msb= =3D0x02 > May 18 20:21:51 udns kernel: ata1: reset tp2 stat0=3D00 stat1=3D00=20 > devices=3D0x4 > May 18 20:21:51 udns kernel: ioapic0: routing intpin 15 (ISA IRQ 15) to=20 > vector 50 > May 18 20:21:51 udns kernel: ata1: [MPSAFE] > May 18 20:21:51 udns kernel: ata1: [ITHREAD] > May 18 20:21:51 udns kernel: ohci0: mem=20 > 0xfcafd000-0xfcafdfff irq 10 at device 15.2 on pci0 > May 18 20:21:51 udns kernel: ohci0: Reserved 0x1000 bytes for rid 0x10=20 > type 3 at 0xfcafd000 > May 18 20:21:51 udns kernel: ohci0: (New OHCI DeviceId=3D0x02201166) > May 18 20:21:51 udns kernel: ioapic0: routing intpin 10 (PCI IRQ 10) to=20 > vector 51 > May 18 20:21:51 udns kernel: ohci0: [GIANT-LOCKED] > May 18 20:21:51 udns kernel: ohci0: [ITHREAD] > May 18 20:21:51 udns kernel: usb0: OHCI version 1.0, legacy support > May 18 20:21:51 udns kernel: usb0: on ohc= i0 > May 18 20:21:51 udns kernel: usb0: USB revision 1.0 > May 18 20:21:51 udns kernel: uhub0: <(0x1166) OHCI root hub, class 9/0,=20 > rev 1.00/1.00, addr 1> on usb0 > May 18 20:21:51 udns kernel: uhub0: 4 ports with 4 removable, self powere= d > May 18 20:21:51 udns kernel: pcib1: pcibus 1=20 > on motherboard > May 18 20:21:51 udns kernel: pci1: on pcib1 > May 18 20:21:51 udns kernel: pci1: domain=3D0, physical bus=3D1 > May 18 20:21:51 udns kernel: found-> vendor=3D0x10de, dev=3D0x0171, revid= =3D0xa3 > May 18 20:21:51 udns kernel: domain=3D0, bus=3D1, slot=3D2, func=3D0 > May 18 20:21:51 udns kernel: class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0 > May 18 20:21:51 udns kernel: cmdreg=3D0x0007, statreg=3D0x02b0, cachelnsz= =3D0=20 > (dwords) > May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x05 (12= 50=20 > ns), maxlat=3D0x01 (250 ns) > May 18 20:21:51 udns kernel: intpin=3Da, irq=3D11 > May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 > May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base=20 > 0xfd000000, size 24, enabled > May 18 20:21:51 udns kernel: map[14]: type Prefetchable Memory, range=20 > 32, base 0xf0000000, size 27, enabled > May 18 20:21:51 udns kernel: map[18]: type Prefetchable Memory, range=20 > 32, base 0xfa580000, size 19, enabled > May 18 20:21:51 udns kernel: pcib1: slot 2 INTA routed to irq 27 > May 18 20:21:51 udns kernel: found-> vendor=3D0x9005, dev=3D0x00cf, revid= =3D0x01 > May 18 20:21:51 udns kernel: domain=3D0, bus=3D1, slot=3D6, func=3D0 > May 18 20:21:51 udns kernel: class=3D01-00-00, hdrtype=3D0x00, mfdev=3D1 > May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x02b0, cachelnsz= =3D8=20 > (dwords) > May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x28=20 > (10000 ns), maxlat=3D0x19 (6250 ns) > May 18 20:21:51 udns kernel: intpin=3Da, irq=3D3 > May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 > May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base=20 > 0xe400, size 8, enabled > May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base=20 > 0xfebde000, size 12, enabled > May 18 20:21:51 udns kernel: pcib1: slot 6 INTA routed to irq 25 > May 18 20:21:51 udns kernel: found-> vendor=3D0x9005, dev=3D0x00cf, revid= =3D0x01 > May 18 20:21:51 udns kernel: domain=3D0, bus=3D1, slot=3D6, func=3D1 > May 18 20:21:51 udns kernel: class=3D01-00-00, hdrtype=3D0x00, mfdev=3D1 > May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x02b0, cachelnsz= =3D8=20 > (dwords) > May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x28=20 > (10000 ns), maxlat=3D0x19 (6250 ns) > May 18 20:21:51 udns kernel: intpin=3Db, irq=3D10 > May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 > May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base=20 > 0xe800, size 8, enabled > May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base=20 > 0xfebdf000, size 12, enabled > May 18 20:21:51 udns kernel: pcib1: slot 6 INTB routed to irq 26 > May 18 20:21:51 udns kernel: vgapci1: mem=20 > 0xfd000000-0xfdffffff,0xf0000000-0xf7ffffff,0xfa580000-0xfa5fffff irq=20 > 27 at device 2.0 on pci1 > May 18 20:21:51 udns kernel: ahc0: adapter> port 0xe400-0xe4ff mem 0xfebde000-0xfebdefff irq 25 at device=20 > 6.0 on pci1 > May 18 20:21:51 udns kernel: ahc0: Defaulting to MEMIO off > May 18 20:21:51 udns kernel: ahc0: Reserved 0x100 bytes for rid 0x10=20 > type 4 at 0xe400 > May 18 20:21:51 udns kernel: ahc0: Reading SEEPROM...done. > May 18 20:21:51 udns kernel: ahc0: Manual LVD Termination > May 18 20:21:51 udns kernel: ahc0: BIOS eeprom is present > May 18 20:21:51 udns kernel: ahc0: Secondary High byte termination Enable= d > May 18 20:21:51 udns kernel: ahc0: Secondary Low byte termination Enabled > May 18 20:21:51 udns kernel: ahc0: Primary Low Byte termination Enabled > May 18 20:21:51 udns kernel: ahc0: Primary High Byte termination Enabled > May 18 20:21:51 udns kernel: ahc0: Downloading Sequencer Program... 423=20 > instructions downloaded > May 18 20:21:51 udns kernel: ahc0: Features 0x1fef6, Bugs 0x40, Flags=20 > 0x20485520 > May 18 20:21:51 udns kernel: ioapic1: routing intpin 9 (PCI IRQ 25) to=20 > vector 52 > May 18 20:21:51 udns kernel: ahc0: [MPSAFE] > May 18 20:21:51 udns kernel: ahc0: [ITHREAD] > May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel A, SCSI=20 > Id=3D7, 32/253 SCBs > May 18 20:21:51 udns kernel: ahc1: adapter> port 0xe800-0xe8ff mem 0xfebdf000-0xfebdffff irq 26 at device=20 > 6.1 on pci1 > May 18 20:21:51 udns kernel: ahc1: Defaulting to MEMIO off > May 18 20:21:51 udns kernel: ahc1: Reserved 0x100 bytes for rid 0x10=20 > type 4 at 0xe800 > May 18 20:21:51 udns kernel: ahc1: Reading SEEPROM...done. > May 18 20:21:51 udns kernel: ahc1: Manual LVD Termination > May 18 20:21:51 udns kernel: ahc1: BIOS eeprom is present > May 18 20:21:51 udns kernel: ahc1: Secondary High byte termination Enable= d > May 18 20:21:51 udns kernel: ahc1: Secondary Low byte termination Enabled > May 18 20:21:51 udns kernel: ahc1: Primary Low Byte termination Enabled > May 18 20:21:51 udns kernel: ahc1: Primary High Byte termination Enabled > May 18 20:21:51 udns kernel: ahc1: Downloading Sequencer Program... 423=20 > instructions downloaded > May 18 20:21:51 udns kernel: ahc1: Features 0x1fef6, Bugs 0x40, Flags=20 > 0x20485560 > May 18 20:21:51 udns kernel: ioapic1: routing intpin 10 (PCI IRQ 26) to=20 > vector 53 > May 18 20:21:51 udns kernel: ahc1: [MPSAFE] > May 18 20:21:51 udns kernel: ahc1: [ITHREAD] > May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel B, SCSI=20 > Id=3D7, 32/253 SCBs > May 18 20:21:51 udns kernel: cpu0 on motherboard > May 18 20:21:51 udns kernel: cpu1 on motherboard > ... > May 18 20:21:51 udns kernel: pnpbios: 14 devices, largest 234 bytes > May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range=20 > 0-0x9fbff, size=3D0x9fc00 > May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range=20 > 0x9fc00-0x9ffff, size=3D0x400 > May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range=20 > 0xe0000-0xfffff, size=3D0x20000 > May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range=20 > 0x100000-0x3fffffff, size=3D0x3ff00000 > May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range=20 > 0xfec00000-0xfec00fff, size=3D0x1000 > May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range=20 > 0xfec01000-0xfec01fff, size=3D0x1000 > May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range=20 > 0xfee00000-0xfee00fff, size=3D0x1000 > May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range=20 > 0xfff80000-0xffffffff, size=3D0x80000 > May 18 20:21:51 udns kernel: pnpbios: handle 0 device ID PNP0c01 (010cd04= 1) > May 18 20:21:51 udns kernel: PNP0200: adding dma mask 0x10 > May 18 20:21:51 udns kernel: PNP0200: adding io range 0-0xf, size=3D0x10,= =20 > align=3D0x1 > May 18 20:21:51 udns kernel: PNP0200: adding io range 0x80-0x90,=20 > size=3D0x11, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0200: adding io range 0x94-0x9f,=20 > size=3D0xc, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0200: adding io range 0xc0-0xde,=20 > size=3D0x1f, align=3D0x1 > May 18 20:21:51 udns kernel: pnpbios: handle 2 device ID PNP0200 (0002d04= 1) > May 18 20:21:51 udns kernel: PNP0100: adding irq mask 0x1 > May 18 20:21:51 udns kernel: PNP0100: adding io range 0x40-0x43,=20 > size=3D0x4, align=3D0x1 > May 18 20:21:51 udns kernel: pnpbios: handle 3 device ID PNP0100 (0001d04= 1) > May 18 20:21:51 udns kernel: PNP0b00: adding irq mask 0x100 > May 18 20:21:51 udns kernel: PNP0b00: adding io range 0x70-0x71,=20 > size=3D0x2, align=3D0x1 > May 18 20:21:51 udns kernel: pnpbios: handle 4 device ID PNP0b00 (000bd04= 1) > May 18 20:21:51 udns kernel: PNP0303: adding irq mask 0x2 > May 18 20:21:51 udns kernel: PNP0303: adding io range 0x60-0x60,=20 > size=3D0x1, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0303: adding io range 0x64-0x64,=20 > size=3D0x1, align=3D0x1 > May 18 20:21:51 udns kernel: pnpbios: handle 5 device ID PNP0303 (0303d04= 1) > May 18 20:21:51 udns kernel: PNP0800: adding io range 0x61-0x61,=20 > size=3D0x1, align=3D0x1 > May 18 20:21:51 udns kernel: pnpbios: handle 6 device ID PNP0800 (0008d04= 1) > May 18 20:21:51 udns kernel: PNP0c04: adding irq mask 0x2000 > May 18 20:21:51 udns kernel: PNP0c04: adding io range 0xf0-0xff,=20 > size=3D0x10, align=3D0x1 > May 18 20:21:51 udns kernel: pnpbios: handle 7 device ID PNP0c04 (040cd04= 1) > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d0-0x4d1,=20 > size=3D0x2, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcf8-0xcff,=20 > size=3D0x8, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x10-0x1f,=20 > size=3D0x10, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x40b-0x40b,=20 > size=3D0x1, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d6-0x4d6,=20 > size=3D0x1, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc00-0xc01,=20 > size=3D0x2, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc14-0xc14,=20 > size=3D0x1, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc49-0xc4a,=20 > size=3D0x2, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc52-0xc52,=20 > size=3D0x1, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6c-0xc6c,=20 > size=3D0x1, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6f-0xc6f,=20 > size=3D0x1, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcd6-0xcd7,=20 > size=3D0x2, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xf50-0xf58,=20 > size=3D0x9, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x374-0x375,=20 > size=3D0x2, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x377-0x377,=20 > size=3D0x1, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range=20 > 0xcfc00-0xd03ff, size=3D0x800 > May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range=20 > 0xd7400-0xdffff, size=3D0x8c00 > May 18 20:21:51 udns kernel: pnpbios: handle 8 device ID PNP0c02 (020cd04= 1) > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x580-0x58f,=20 > size=3D0x10, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x500-0x51f,=20 > size=3D0x20, align=3D0x1 > May 18 20:21:51 udns kernel: pnpbios: handle 9 device ID PNP0c02 (020cd04= 1) > May 18 20:21:51 udns kernel: PNP0f13: adding irq mask 0x1000 > May 18 20:21:51 udns kernel: pnpbios: handle 10 device ID PNP0f13 (130fd0= 41) > May 18 20:21:51 udns kernel: pnpbios: handle 11 device ID PNP0a03 (030ad0= 41) > May 18 20:21:51 udns kernel: PNP0501: adding io range 0x3f8-0x3ff,=20 > size=3D0x8, align=3D0x8 > May 18 20:21:51 udns kernel: PNP0501: adding irq mask 0x10 > May 18 20:21:51 udns kernel: pnpbios: handle 12 device ID PNP0501 (0105d0= 41) > May 18 20:21:51 udns kernel: PNP0700: adding io range 0x3f0-0x3f5,=20 > size=3D0x6, align=3D0x1 > May 18 20:21:51 udns kernel: PNP0700: adding irq mask 0x40 > May 18 20:21:51 udns kernel: PNP0700: adding dma mask 0x4 > May 18 20:21:51 udns kernel: pnpbios: handle 13 device ID PNP0700 (0007d0= 41) > May 18 20:21:51 udns kernel: sc: sc0 already exists; skipping it > May 18 20:21:51 udns kernel: vga: vga0 already exists; skipping it > May 18 20:21:51 udns kernel: isa_probe_children: disabling PnP devices > May 18 20:21:51 udns kernel: isa_probe_children: probing non-PnP devices > May 18 20:21:51 udns kernel: pmtimer0 on isa0 > May 18 20:21:51 udns kernel: adv0: not probed (disabled) > May 18 20:21:51 udns kernel: aha0: not probed (disabled) > May 18 20:21:51 udns kernel: aic0: not probed (disabled) > May 18 20:21:51 udns kernel: atkbdc0: at=20 > port 0x60,0x64 on isa0 > May 18 20:21:51 udns kernel: atkbd0: irq 1 on atkbdc0 > May 18 20:21:51 udns kernel: atkbd: the current kbd controller command=20 > byte 0065 > May 18 20:21:51 udns kernel: atkbd: keyboard ID 0x41ab (2) > May 18 20:21:51 udns kernel: kbd0 at atkbd0 > May 18 20:21:51 udns kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0,=20 > flags:0x3d0000 > May 18 20:21:51 udns kernel: ioapic0: routing intpin 1 (ISA IRQ 1) to=20 > vector 54 > May 18 20:21:51 udns kernel: atkbd0: [GIANT-LOCKED] > May 18 20:21:51 udns kernel: atkbd0: [ITHREAD] > May 18 20:21:51 udns kernel: psm0: current command byte:0065 > May 18 20:21:51 udns kernel: psm0: irq 12 on atkbdc0 > May 18 20:21:51 udns kernel: ioapic0: routing intpin 12 (ISA IRQ 12) to=20 > vector 55 > May 18 20:21:51 udns kernel: psm0: [GIANT-LOCKED] > May 18 20:21:51 udns kernel: psm0: [ITHREAD] > May 18 20:21:51 udns kernel: psm0: model IntelliMouse, device ID 3-00,=20 > 3 buttons > May 18 20:21:51 udns kernel: psm0: config:00000000, flags:00000008,=20 > packet size:4 > May 18 20:21:51 udns kernel: psm0: syncmask:08, syncbits:00 > May 18 20:21:51 udns kernel: bt0: not probed (disabled) > May 18 20:21:51 udns kernel: cs0: not probed (disabled) > May 18 20:21:51 udns kernel: ed0: not probed (disabled) > May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 > May 18 20:21:51 udns kernel: fdc0: at port=20 > 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 > May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 > May 18 20:21:51 udns kernel: ioapic0: routing intpin 6 (ISA IRQ 6) to=20 > vector 56 > May 18 20:21:51 udns kernel: fdc0: [FILTER] > May 18 20:21:51 udns kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > May 18 20:21:51 udns kernel: fe0: not probed (disabled) > May 18 20:21:51 udns kernel: ie0: not probed (disabled) > May 18 20:21:51 udns kernel: le0: not probed (disabled) > May 18 20:21:51 udns kernel: ppc0: parallel port not found. > May 18 20:21:51 udns kernel: ppc0: failed to probe at=20 > irq 7 on isa0 > May 18 20:21:51 udns kernel: sc0: at flags 0x100 on isa0 > May 18 20:21:51 udns kernel: sc0: VGA <16 virtual consoles, flags=3D0x300= > > May 18 20:21:51 udns kernel: sc0: fb0, kbd1, terminal emulator: sc=20 > (syscons terminal) > May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc001 > May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc001 > May 18 20:21:51 udns kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on= isa0 > May 18 20:21:51 udns kernel: sio0: type 16550A > May 18 20:21:51 udns kernel: ioapic0: routing intpin 4 (ISA IRQ 4) to=20 > vector 57 > May 18 20:21:51 udns kernel: sio0: [FILTER] > May 18 20:21:51 udns kernel: sio1: configured irq 3 not in bitmap of=20 > probed irqs 0 > May 18 20:21:51 udns kernel: sio1: port may not be enabled > May 18 20:21:51 udns kernel: sio1: irq maps: 0xc001 0xc001 0xc001 0xc001 > May 18 20:21:51 udns kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9 > May 18 20:21:51 udns kernel: sio1 failed to probe at port 0x2f8-0x2ff=20 > irq 3 on isa0 > May 18 20:21:51 udns kernel: sio2: not probed (disabled) > May 18 20:21:51 udns kernel: sio3: not probed (disabled) > May 18 20:21:51 udns kernel: sn0: not probed (disabled) > May 18 20:21:51 udns kernel: vga0: at port=20 > 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > May 18 20:21:51 udns kernel: vt0: not probed (disabled) > May 18 20:21:51 udns kernel: isa_probe_children: probing PnP devices > ... > May 18 20:21:51 udns kernel: Device configuration finished. > May 18 20:21:51 udns kernel: procfs registered > May 18 20:21:51 udns kernel: lapic: Divisor 2, Frequency 49834131 hz > May 18 20:21:51 udns kernel: Timecounter "TSC" frequency 797345795 Hz=20 > quality -100 > May 18 20:21:51 udns kernel: Timecounters tick every 1.000 msec > May 18 20:21:51 udns kernel: lo0: bpf attached > May 18 20:21:51 udns kernel: hptrr: no controller detected. > May 18 20:21:51 udns kernel: Waiting 5 seconds for SCSI devices to settle > ... > May 18 20:21:51 udns kernel: SMP: AP CPU #1 Launched! > May 18 20:21:51 udns kernel: cpu1 AP: > May 18 20:21:51 udns kernel: ID: 0x01000000 VER: 0x00040011 LDR:=20 > 0x00000000 DFR: 0xffffffff > May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR:=20 > 0x00000000 SVR: 0x000001ff > May 18 20:21:51 udns kernel: timer: 0x000200ef therm: 0x00000000 err:=20 > 0x00010000 pcm: 0x00010000 > May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 1 to local APIC 0 > May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 4 to local APIC 1 > May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 6 to local APIC 0 > May 18 20:21:51 udns kernel: ioapic0: Assigning PCI IRQ 10 to local APIC = 1 > May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 12 to local APIC = 0 > May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 14 to local APIC = 1 > May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 15 to local APIC = 0 > May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 20 to local APIC = 1 > May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 25 to local APIC = 0 > May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 26 to local APIC = 1 >=20 > > > > -- > > Paul > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.or= g" > > >=20 >=20 >=20 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --=20 Robert Noland FreeBSD --=-8JgTaYtKPpSZ3SI8/tEq Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoSuDEACgkQM4TrQ4qfROOjAQCfflLk/aw+RXYgYj+uYTID6bat ZhgAnAo8q6JyKJxzhPI1oDzl7TB2vZYJ =9/Wu -----END PGP SIGNATURE----- --=-8JgTaYtKPpSZ3SI8/tEq-- From owner-freebsd-stable@FreeBSD.ORG Tue May 19 15:28:09 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 344221065673 for ; Tue, 19 May 2009 15:28:09 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id E8BA28FC0A for ; Tue, 19 May 2009 15:28:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 7E6F246B90; Tue, 19 May 2009 11:28:08 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 66A8E8A028; Tue, 19 May 2009 11:28:07 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Tue, 19 May 2009 09:56:09 -0400 User-Agent: KMail/1.9.7 References: <4A0CF934.4000706@incunabulum.net> <200905150850.19843.jhb@freebsd.org> <4A0E779B.4040309@incunabulum.net> In-Reply-To: <4A0E779B.4040309@incunabulum.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905190956.10095.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 19 May 2009 11:28:07 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Bruce Simpson Subject: Re: Boot panic w/7.2-STABLE on amd64: resource_list_alloc X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 15:28:09 -0000 On Saturday 16 May 2009 4:21:47 am Bruce Simpson wrote: > John Baldwin wrote: > > ... > > Sounds like the ATA driver is allocating the same BAR twice. Hmm, yes, it > > allocates the resources once for each channel it seems in the ata_ali_sata > > attachment. Looking in ata-chipset.c, all the other chipsets are good about > > allocating these resources in their chipinit routines rather than the > > per-channel allocate routine. Well, except ata_pci_allocate() is also > > busted. *sigh* I can work on a patch for HEAD if you are willing to test. > > > > Yes, ata is gnarly in places... > > If a fix can be dropped straight into a 7.2 tree, then that is even > better... I could try testing a NanoBSD image of HEAD on this machine if > the change set delta between branches is sufficiently huge to prevent > backporting the fix; this is my desktop machine and this is the only > critical bug I've run into so far with 7.2. Try this fix for HEAD. I can do a 7.x patch as well, but it needs my other fix for different ATA breakage merged as well (as it adds support for chipset-specific data in the ATA controller backends). Note that in 7.x all the chipset code lives in sys/dev/ata/ata-chipset.c. Also, I plan to merge the other ATA fixes to 7 today. --- //depot/vendor/freebsd/src/sys/dev/ata/chipsets/ata-acerlabs.c 2009/03/04 18:30:14 +++ //depot/user/jhb/acpipci/dev/ata/chipsets/ata-acerlabs.c 2009/05/18 16:08:13 @@ -63,6 +63,9 @@ #define ALI_NEW 0x02 #define ALI_SATA 0x04 +struct ali_sata_resources { + struct resource *bars[4]; +}; /* * Acer Labs Inc (ALI) chipset support functions @@ -98,6 +101,8 @@ ata_ali_chipinit(device_t dev) { struct ata_pci_controller *ctlr = device_get_softc(dev); + struct ali_sata_resources *res; + int i, rid; if (ata_setup_interrupt(dev, ata_generic_intr)) return ENXIO; @@ -113,6 +118,22 @@ if ((ctlr->chip->chipid == ATA_ALI_5288) && (ata_ahci_chipinit(dev) != ENXIO)) return 0; + + /* Allocate resources for later use by channel attach routines. */ + res = malloc(sizeof(struct ali_sata_resources), M_TEMP, M_WAITOK); + for (i = 0; i < 4; i++) { + rid = PCIR_BAR(i); + res->bars[i] = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, + RF_ACTIVE); + if (res->bars[i] == NULL) { + device_printf(dev, "Failed to allocate BAR %d\n", i); + for (i--; i >=0; i--) + bus_release_resource(dev, SYS_RES_IOPORT, + PCIR_BAR(i), res->bars[i]); + free(res, M_TEMP); + } + } + ctlr->chipset_data = res; break; case ALI_NEW: @@ -168,20 +189,18 @@ device_t parent = device_get_parent(dev); struct ata_pci_controller *ctlr = device_get_softc(parent); struct ata_channel *ch = device_get_softc(dev); + struct ali_sata_resources *res; struct resource *io = NULL, *ctlio = NULL; int unit01 = (ch->unit & 1), unit10 = (ch->unit & 2); - int i, rid; - - rid = PCIR_BAR(0) + (unit01 ? 8 : 0); - io = bus_alloc_resource_any(parent, SYS_RES_IOPORT, &rid, RF_ACTIVE); - if (!io) - return ENXIO; + int i; - rid = PCIR_BAR(1) + (unit01 ? 8 : 0); - ctlio = bus_alloc_resource_any(parent, SYS_RES_IOPORT, &rid, RF_ACTIVE); - if (!ctlio) { - bus_release_resource(dev, SYS_RES_IOPORT, ATA_IOADDR_RID, io); - return ENXIO; + res = ctlr->chipset_data; + if (unit01) { + io = res->bars[2]; + ctlio = res->bars[3]; + } else { + io = res->bars[0]; + ctlio = res->bars[1]; } for (i = ATA_DATA; i <= ATA_COMMAND; i ++) { -- John Baldwin From owner-freebsd-stable@FreeBSD.ORG Tue May 19 16:17:58 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F768106564A for ; Tue, 19 May 2009 16:17:58 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:a80a:1:21f:d0ff:fe22:b8a8]) by mx1.freebsd.org (Postfix) with ESMTP id 42FED8FC13 for ; Tue, 19 May 2009 16:17:57 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id CB4C32EFDB for ; Tue, 19 May 2009 11:17:56 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QJYvLLz-vY21 for ; Tue, 19 May 2009 11:17:54 -0500 (CDT) Received: from athena.localnet (athena.daycos.com [IPv6:2001:470:c054:1:221:9bff:fe00:de3f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id AE1602EFC9 for ; Tue, 19 May 2009 11:17:54 -0500 (CDT) From: Kirk Strauser To: freebsd-stable@freebsd.org Date: Tue, 19 May 2009 11:17:51 -0500 User-Agent: KMail/1.11.3 (Linux/2.6.28-11-generic; KDE/4.2.3; x86_64; ; ) References: <910e60e80905130410h38a1dc70y23a26275dac51a31@mail.gmail.com> In-Reply-To: <910e60e80905130410h38a1dc70y23a26275dac51a31@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905191117.51766.kirk@strauser.com> Subject: Re: maximum mmap() X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 16:17:58 -0000 On Wednesday 13 May 2009 06:10:29 am dikshie wrote: > i found that my rrdtool does not work with mmap() with rra files size > more than 2GB. Umm, one of the goals of rrdtool was to create databases with a finite (and relatively small) maximum size. What on earth are you doing with it? :-) -- Kirk Strauser From owner-freebsd-stable@FreeBSD.ORG Tue May 19 16:58:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 043C9106566B for ; Tue, 19 May 2009 16:58:14 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id B7AB98FC42 for ; Tue, 19 May 2009 16:58:13 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4JGvdwQ023989 for ; Tue, 19 May 2009 09:57:45 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4JGvdMZ023988 for freebsd-stable@freebsd.org; Tue, 19 May 2009 09:57:39 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 19 May 2009 09:57:39 -0700 Message-ID: <20090519095739.5o53vu0gcg4owkww@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 19 May 2009 09:57:39 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <4A126DBA.9080701@andric.com> In-Reply-To: <4A126DBA.9080701@andric.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 16:58:14 -0000 Quoting Dimitry Andric : > On 2009-05-19 08:40, Chris H wrote: >> I see. Well I'm specifically using the nv driver. Here's another >> attempt to provide the relevant info: > > I could not find the error message from $subject in these logs. Where > is it? :) If I had found it, I would have better known what direction to travel to overcome it. :) Aparently Xorg wants to keep it a secret - I saw no "argument". The closest possible answer I can come up with, involves "write combining" and provinding some information in /proc/mtrr But I only have /proc and nothing in it. Thought about echo(1)ing the information to mtrr. But don't understand the whole thing well enough to /dare/ do it. I only know it involves something in this area: 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288 out of the Xorg log. I'm also not sure if GENERIC knows how to handle mtrr (Memory Type Range Registers) ideally. I hadn't built world/kernel yet because there are also some issues on the ATA ports that need to be resolved. I started a theread on this earlier. Thank you for taking the time to respond. --Chris H > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 17:15:21 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4273106566C for ; Tue, 19 May 2009 17:15:21 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6508E8FC13 for ; Tue, 19 May 2009 17:15:21 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:1dc8:f31e:251e:727c] (unknown [IPv6:2001:7b8:3a7:0:1dc8:f31e:251e:727c]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 812315C42; Tue, 19 May 2009 19:15:20 +0200 (CEST) Message-ID: <4A12E929.4040406@andric.com> Date: Tue, 19 May 2009 19:15:21 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b5pre) Gecko/20090515 Shredder/3.0b3pre MIME-Version: 1.0 To: Dmitry Morozovsky References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A11A666.3030407@andric.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 17:15:21 -0000 On 2009-05-19 13:33, Dmitry Morozovsky wrote: > Would you please also post diff to RELENG_7 there? http://www.andric.com/freebsd/zfs13/r192269/zfs_mfc-r192269.diff.bz2 This diff should apply with no fuzz and no rejects to RELENG_7 as of r192386 (2009-05-19 15:33:41 UTC). For earlier or later revisions, no warranty. ;) From owner-freebsd-stable@FreeBSD.ORG Tue May 19 17:15:34 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB9311065705 for ; Tue, 19 May 2009 17:15:34 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id AAA9D8FC14 for ; Tue, 19 May 2009 17:15:32 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4JHFPUB024105; Tue, 19 May 2009 10:15:31 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4JHFO8Y024104; Tue, 19 May 2009 10:15:24 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 19 May 2009 10:15:24 -0700 Message-ID: <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 19 May 2009 10:15:24 -0700 From: Chris H To: Robert Noland References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> In-Reply-To: <1242740785.1752.4.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Cc: freebsd-stable@FreeBSD.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 17:15:35 -0000 Quoting Robert Noland : > On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: >> Quoting "Paul B. Mahol" : >> >> > On 5/19/09, Chris H wrote: >> >> Quoting Chris H : >> >> >> >>> Quoting Chris H : >> >>> >> >>>> Greetings, >> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with >> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), >> >>>> I've seen only a few discussions regarding this, but no joy. >> >>>> >> >>>> I'm not sure what to post for additional information. So I'll >> >>>> provide the output of dmesg(8), and Xorg.0.log via links. >> >>>> >> >>>> Thank you for all your time and consideration in this matter. >> >>>> >> >>>> Sincerely, >> >>>> Chris H >> >>>> >> >>>> Xorg log: >> >>>> http://codewarehouse.NET/output/Xorg.0.log >> >>>> >> >>>> relevent dmesg(8) output: >> >>>> http://codewarehouse.NET/output/dmesg.output >> >>> >> >>> OOPS! I guess the xorg config might be useful: >> >>> http://codewarehouse.NET/output/xorg.conf.nvidia >> >>> >> >>>> >> >> SIGH... Seems that the registrar isn't paying attention. >> >> They happily accepted my money, but forgot to renew the domain. >> >> >> >> So here's trying to attach the files... >> > >> > That message appears for me only when I use xf86-video-vesa driver. >> >> I see. Well I'm specifically using the nv driver. Here's another >> attempt to provide the relevant info: > > You have more than one card in the machine, which might be confusing > things. The mtrr failure is caused by how your bios sets up memory > regions. It should only impact performance. > > Exactly what issue are you seeing? I'm seeing a black screen on ctl-alt-f9 (tty8) I'm seeing the message listed as this thread topic on tty0 (ctl-alt-f1). The proceedure theat led me here is: Xorc -configure edit /root/xorg.config.new (move all the ati related stuff to xorg.conf.ati). Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. exec Xorg -config /etc/X11/xorg.conf.nvidia The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced to ctl-alt-f1 (where I read the error message) then use ctl-C - which kills Xorg, and returns me to a working console. Thank you Robert, for taking the time to respond. --Chris H > > robert. > >> Xorg log: >> X.Org X Server 1.6.0 >> Release Date: 2009-2-25 >> X Protocol Version 11, Revision 0 >> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 >> 14:37:25 UTC 2009 >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> Build Date: 16 May 2009 07:15:01AM >> >> Before reporting problems, check http://wiki.x.org >> to make sure that you have the latest version. >> Markers: (--) probed, (**) from config file, (==) default setting, >> (++) from command line, (!!) notice, (II) informational, >> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >> (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 2009 >> (++) Using config file: "/etc/X11/xorg.conf.nvidia" >> (==) ServerLayout "X.org Configured" >> (**) |-->Screen "Screen0" (0) >> (**) | |-->Monitor "Monitor1" >> (**) | |-->Device "Card1" >> (**) |-->Input Device "Mouse0" >> (**) |-->Input Device "Keyboard0" >> (**) Option "AllowEmptyInput" "false" >> (==) Automatically adding devices >> (==) Automatically enabling devices >> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >> Entry deleted from font path. >> (WW) `fonts.dir' not found (or not valid) in >> "/usr/local/lib/X11/fonts/100dpi/". >> Entry deleted from font path. >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >> (WW) `fonts.dir' not found (or not valid) in >> "/usr/local/lib/X11/fonts/75dpi/". >> Entry deleted from font path. >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >> Entry deleted from font path. >> (WW) `fonts.dir' not found (or not valid) in >> "/usr/local/lib/X11/fonts/100dpi/". >> Entry deleted from font path. >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >> (WW) `fonts.dir' not found (or not valid) in >> "/usr/local/lib/X11/fonts/75dpi/". >> Entry deleted from font path. >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >> (**) FontPath set to: >> /usr/local/lib/X11/fonts/misc/, >> /usr/local/lib/X11/fonts/TTF/, >> /usr/local/lib/X11/fonts/OTF, >> /usr/local/lib/X11/fonts/misc/, >> /usr/local/lib/X11/fonts/TTF/, >> /usr/local/lib/X11/fonts/OTF, >> built-ins >> (**) ModulePath set to "/usr/local/lib/xorg/modules" >> (II) Loader magic: 0x6a0 >> (II) Module ABI versions: >> X.Org ANSI C Emulation: 0.4 >> X.Org Video Driver: 5.0 >> X.Org XInput driver : 4.0 >> X.Org Server Extension : 2.0 >> (II) Loader running on freebsd >> (--) Using syscons driver with X support (version 2.0) >> (--) using VT number 9 >> >> (!!) More than one possible primary device found >> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ >> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ >> 0x????????/131072 >> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, >> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, >> BIOS @ 0x????????/131072 >> (II) System resource ranges: >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> (II) "extmod" will be loaded. This was enabled by default and also >> specified in the config file. >> (II) "dbe" will be loaded. This was enabled by default and also >> specified in the config file. >> (II) "glx" will be loaded. This was enabled by default and also >> specified in the config file. >> (II) "record" will be loaded. This was enabled by default and also >> specified in the config file. >> (II) "dri" will be loaded. This was enabled by default and also >> specified in the config file. >> (II) "dri2" will be loaded. This was enabled by default and also >> specified in the config file. >> (II) LoadModule: "extmod" >> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so >> (II) Module extmod: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 1.0.0 >> Module class: X.Org Server Extension >> ABI class: X.Org Server Extension, version 2.0 >> (II) Loading extension MIT-SCREEN-SAVER >> (II) Loading extension XFree86-VidModeExtension >> (II) Loading extension XFree86-DGA >> (II) Loading extension DPMS >> (II) Loading extension XVideo >> (II) Loading extension XVideo-MotionCompensation >> (II) Loading extension X-Resource >> (II) LoadModule: "record" >> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so >> (II) Module record: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 1.13.0 >> Module class: X.Org Server Extension >> ABI class: X.Org Server Extension, version 2.0 >> (II) Loading extension RECORD >> (II) LoadModule: "dbe" >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so >> (II) Module dbe: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 1.0.0 >> Module class: X.Org Server Extension >> ABI class: X.Org Server Extension, version 2.0 >> (II) Loading extension DOUBLE-BUFFER >> (II) LoadModule: "extmod" >> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so >> (II) Loading extension MIT-SCREEN-SAVER >> (II) Loading extension XFree86-VidModeExtension >> (II) Loading extension DPMS >> (II) Loading extension XVideo >> (II) Loading extension XVideo-MotionCompensation >> (II) Loading extension X-Resource >> (II) LoadModule: "glx" >> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so >> (II) Module glx: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 1.0.0 >> ABI class: X.Org Server Extension, version 2.0 >> (==) AIGLX disabled >> (II) Loading extension GLX >> (II) LoadModule: "dri" >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so >> (II) Module dri: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 1.0.0 >> ABI class: X.Org Server Extension, version 2.0 >> (II) Loading extension XFree86-DRI >> (II) LoadModule: "dri2" >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so >> (II) Module dri2: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 1.0.0 >> ABI class: X.Org Server Extension, version 2.0 >> (II) Loading extension DRI2 >> (II) LoadModule: "nv" >> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so >> (II) Module nv: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 2.1.13 >> Module class: X.Org Video Driver >> ABI class: X.Org Video Driver, version 5.0 >> (II) LoadModule: "mouse" >> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so >> (II) Module mouse: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 1.4.0 >> Module class: X.Org XInput Driver >> ABI class: X.Org XInput driver, version 4.0 >> (II) LoadModule: "kbd" >> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so >> (II) Module kbd: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 1.3.2 >> Module class: X.Org XInput Driver >> ABI class: X.Org XInput driver, version 4.0 >> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, >> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, >> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, >> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, >> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, >> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, >> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, >> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, >> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, >> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, >> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, >> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, >> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, >> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, >> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, >> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, >> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, >> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, >> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, >> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, >> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, >> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, >> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, >> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, >> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, >> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, >> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, >> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, >> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, >> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, >> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, >> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, >> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, >> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, >> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, >> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, >> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, >> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, >> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, >> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, >> Quadro FX 540, GeForce 6200, GeForce 6500, >> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), >> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, >> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, >> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, >> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, >> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, >> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, >> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, >> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, >> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, >> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, >> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, >> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, >> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, >> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, >> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, >> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, >> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, >> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, >> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, >> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, >> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, >> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, >> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, >> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, >> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, >> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, >> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, >> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, >> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, >> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, >> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, >> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, >> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, >> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, >> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, >> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M >> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at 01@00:02:0 >> (II) resource ranges after probing: >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> (II) Loading sub module "int10" >> (II) LoadModule: "int10" >> (II) Loading /usr/local/lib/xorg/modules//libint10.so >> (II) Module int10: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 1.0.0 >> ABI class: X.Org Video Driver, version 5.0 >> (II) NV(0): Initializing int10 >> (==) NV(0): Write-combining range (0xa0000,0x20000) was already clear >> (==) NV(0): Write-combining range (0xc0000,0x40000) was already clear >> (--) NV(0): Chipset: "GeForce4 MX 440" >> (**) NV(0): Depth 24, (--) framebuffer bpp 32 >> (==) NV(0): RGB weight 888 >> (==) NV(0): Default visual is TrueColor >> (II) Loading sub module "vgahw" >> (II) LoadModule: "vgahw" >> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so >> (II) Module vgahw: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 0.1.0 >> ABI class: X.Org Video Driver, version 5.0 >> (**) NV(0): Option "CrtcNumber" "0" >> (==) NV(0): Using HW cursor >> (--) NV(0): Linear framebuffer at 0xF0000000 >> (--) NV(0): MMIO registers at 0xFD000000 >> (II) Loading sub module "i2c" >> (II) LoadModule: "i2c" >> (II) Module "i2c" already built-in >> (II) Loading sub module "ddc" >> (II) LoadModule: "ddc" >> (II) Module "ddc" already built-in >> (II) NV(0): I2C bus "DDC" initialized. >> (II) NV(0): Probing for analog device on output A... >> (--) NV(0): ...found one >> (II) NV(0): Probing for analog device on output B... >> (--) NV(0): ...can't find one >> (II) NV(0): Probing for EDID on I2C bus A... >> (II) NV(0): I2C device "DDC:E-EDID segment register" registered at >> address 0x60. >> (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. >> (--) NV(0): DDC detected a CRT: >> (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 >> (II) NV(0): Year: 1999 Week: 11 >> (II) NV(0): EDID Version: 1.1 >> (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V >> (II) NV(0): Sync: Separate Composite SyncOnGreen >> (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 >> (II) NV(0): Gamma: 2.05 >> (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display >> (II) NV(0): GTF timings supported >> (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 >> (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 >> (II) NV(0): Supported VESA Video Modes: >> (II) NV(0): 720x400@70Hz >> (II) NV(0): 720x400@88Hz >> (II) NV(0): 640x480@60Hz >> (II) NV(0): 640x480@67Hz >> (II) NV(0): 640x480@72Hz >> (II) NV(0): 640x480@75Hz >> (II) NV(0): 800x600@56Hz >> (II) NV(0): 800x600@60Hz >> (II) NV(0): 800x600@72Hz >> (II) NV(0): 800x600@75Hz >> (II) NV(0): 832x624@75Hz >> (II) NV(0): 1024x768@60Hz >> (II) NV(0): 1024x768@70Hz >> (II) NV(0): 1024x768@75Hz >> (II) NV(0): 1280x1024@75Hz >> (II) NV(0): 1152x870@75Hz >> (II) NV(0): Manufacturer's mask: 0 >> (II) NV(0): Supported Future Video Modes: >> (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 >> (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 >> (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 >> (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 >> (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 >> (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 >> (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 >> (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 >> (II) NV(0): Supported additional Video Mode: >> (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm >> (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_end >> 2208 h_border: 0 >> (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blanking: >> 1344 v_border: 0 >> (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 kHz, >> PixClock max 290 MHz >> (II) NV(0): Monitor name: PressView XL >> (II) NV(0): Serial No: 903500844 >> (II) NV(0): EDID (in hex): >> (II) NV(0): 00ffffffffffff00489315214c030000 >> (II) NV(0): 0b0901010e261c69e90488a0574a9b26 >> (II) NV(0): 12484cffef80455961598199a959c290 >> (II) NV(0): 71598b4fa94f886240606200405080b0 >> (II) NV(0): 13007c1d1100001e000000fd0032981e >> (II) NV(0): 731d000a202020202020000000fc0050 >> (II) NV(0): 726573735669657720584c0a000000ff >> (II) NV(0): 003930333530303834340a2020200078 >> (II) NV(0): Probing for EDID on I2C bus B... >> (II) NV(0): ... none found >> (--) NV(0): CRTC 0 appears to have a CRT attached >> (**) NV(0): Forcing CRTCNumber 0 as specified >> (II) NV(0): Using CRT on CRTC 0 >> (II) NV(0): EDID vendor "RDS", prod id 8469 >> (II) NV(0): Using EDID range info for horizontal sync >> (II) NV(0): Using EDID range info for vertical refresh >> (II) NV(0): Printing DDC gathered Modelines: >> (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 2208 1280 >> 1281 1284 1344 +hsync +vsync (114.2 kHz) >> (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 >> 605 628 +hsync +vsync (37.9 kHz) >> (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 >> 603 625 +hsync +vsync (35.2 kHz) >> (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 >> 484 500 -hsync -vsync (37.5 kHz) >> (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 >> 492 520 -hsync -vsync (37.9 kHz) >> (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 >> 486 525 -hsync -vsync (35.0 kHz) >> (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 >> 492 525 -hsync -vsync (31.5 kHz) >> (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 >> 423 449 -hsync -vsync (39.4 kHz) >> (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 >> 414 449 -hsync +vsync (31.5 kHz) >> (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 >> 1025 1028 1066 +hsync +vsync (80.0 kHz) >> (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 >> 769 772 800 +hsync +vsync (60.0 kHz) >> (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 >> 771 777 806 -hsync -vsync (56.5 kHz) >> (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 >> 771 777 806 -hsync -vsync (48.4 kHz) >> (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 >> 628 667 -hsync -vsync (49.7 kHz) >> (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 >> 604 625 +hsync +vsync (46.9 kHz) >> (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 >> 643 666 +hsync +vsync (48.1 kHz) >> (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 >> 865 868 900 +hsync +vsync (67.5 kHz) >> (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 >> 604 631 +hsync +vsync (53.7 kHz) >> (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 >> 769 772 808 +hsync +vsync (68.7 kHz) >> (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 >> 1025 1028 1072 +hsync +vsync (91.1 kHz) >> (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 2160 1200 >> 1201 1204 1250 +hsync +vsync (106.2 kHz) >> (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 >> 1201 1204 1250 +hsync +vsync (93.8 kHz) >> (--) NV(0): VideoRAM: 65536 kBytes >> (==) NV(0): Using gamma correction (1.0, 1.0, 1.0) >> (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz >> (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz >> (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz >> (II) NV(0): Clock range: 12.00 to 350.00 MHz >> (II) NV(0): Not using default mode "1024x768" (bad mode >> clock/interlace/doublescan) >> (II) NV(0): Not using default mode "512x384" (bad mode >> clock/interlace/doublescan) >> (II) NV(0): Not using default mode "1920x1440" (mode clock too high) >> (II) NV(0): Not using default mode "1920x1440" (hsync out of range) >> (II) NV(0): Not using default mode "960x720" (hsync out of range) >> (II) NV(0): Not using default mode "2048x1536" (hsync out of range) >> (II) NV(0): Not using default mode "1024x768" (hsync out of range) >> (II) NV(0): Not using default mode "2048x1536" (bad mode >> clock/interlace/doublescan) >> (II) NV(0): Not using default mode "1024x768" (hsync out of range) >> (II) NV(0): Not using mode "1152x864" (no mode of this name) >> (II) NV(0): Not using default mode "2048x1536" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1920x1440" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1856x1392" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1856x1392" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1792x1344" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1792x1344" (width too large for >> virtual size) >> (II) NV(0): Not using driver mode "1600x1280" (width too large for >> virtual size) >> (II) NV(0): Not using driver mode "1600x1200" (width too large for >> virtual size) >> (II) NV(0): Not using driver mode "1600x1200" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1400x1050" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1400x1050" (width too large for >> virtual size) >> (II) NV(0): Not using driver mode "1280x1024" (width too large for >> virtual size) >> (II) NV(0): Not using driver mode "1280x1024" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1280x1024" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1280x1024" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1280x1024" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1280x960" (width too large for >> virtual size) >> (II) NV(0): Not using default mode "1280x960" (width too large for >> virtual size) >> (--) NV(0): Virtual size is 1152x864 (pitch 1152) >> (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz >> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 >> 865 868 900 +hsync +vsync (67.5 kHz) >> (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz >> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 >> 865 868 900 +hsync +vsync (67.5 kHz) >> (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz >> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 >> 769 772 808 +hsync +vsync (68.7 kHz) >> (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz >> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 >> 769 772 800 +hsync +vsync (60.0 kHz) >> (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz >> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 >> 771 777 806 -hsync -vsync (56.5 kHz) >> (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz >> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 >> 771 777 806 -hsync -vsync (48.4 kHz) >> (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz >> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 >> 769 772 808 +hsync +vsync (68.7 kHz) >> (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz >> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 >> 769 772 800 +hsync +vsync (60.0 kHz) >> (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz >> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 >> 771 777 806 -hsync -vsync (56.5 kHz) >> (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D) >> (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 >> 768 770 794 doublescan -hsync +vsync (95.3 kHz) >> (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz >> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 >> 771 777 806 -hsync -vsync (48.4 kHz) >> (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz (D) >> (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 >> 720 722 750 doublescan -hsync +vsync (112.5 kHz) >> (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D) >> (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 >> 720 722 750 doublescan -hsync +vsync (90.0 kHz) >> (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz (D) >> (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 >> 698 750 doublescan -hsync +vsync (112.5 kHz) >> (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D) >> (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 >> 698 719 doublescan -hsync +vsync (86.4 kHz) >> (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D) >> (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 >> 674 708 doublescan -hsync +vsync (106.3 kHz) >> (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D) >> (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 >> 674 697 doublescan -hsync +vsync (83.7 kHz) >> (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz >> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 >> 628 667 -hsync -vsync (49.7 kHz) >> (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz >> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 >> 628 667 -hsync -vsync (49.7 kHz) >> (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz >> (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 >> 604 631 +hsync +vsync (53.7 kHz) >> (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz >> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 >> 604 625 +hsync +vsync (46.9 kHz) >> (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz >> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 >> 643 666 +hsync +vsync (48.1 kHz) >> (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz >> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 >> 605 628 +hsync +vsync (37.9 kHz) >> (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz >> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 >> 603 625 +hsync +vsync (35.2 kHz) >> (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz >> (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 >> 604 631 +hsync +vsync (53.7 kHz) >> (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D) >> (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 >> 602 625 doublescan +hsync +vsync (106.2 kHz) >> (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz >> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 >> 604 625 +hsync +vsync (46.9 kHz) >> (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D) >> (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 >> 602 625 doublescan +hsync +vsync (93.8 kHz) >> (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz >> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 >> 643 666 +hsync +vsync (48.1 kHz) >> (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D) >> (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 >> 602 625 doublescan +hsync +vsync (87.5 kHz) >> (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) >> (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 >> 602 625 doublescan +hsync +vsync (81.2 kHz) >> (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz >> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 >> 605 628 +hsync +vsync (37.9 kHz) >> (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) >> (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 >> 602 625 doublescan +hsync +vsync (75.0 kHz) >> (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz >> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 >> 603 625 +hsync +vsync (35.2 kHz) >> (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) >> (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 >> 532 545 doublescan +hsync +vsync (81.5 kHz) >> (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) >> (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 >> 532 541 doublescan +hsync +vsync (64.9 kHz) >> (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D) >> (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 >> 514 536 doublescan +hsync +vsync (91.1 kHz) >> (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) >> (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 >> 514 533 doublescan +hsync +vsync (80.0 kHz) >> (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) >> (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 >> 514 533 doublescan +hsync +vsync (64.0 kHz) >> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz >> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 >> 484 500 -hsync -vsync (37.5 kHz) >> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz >> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 >> 492 520 -hsync -vsync (37.9 kHz) >> (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz >> (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 >> 486 525 -hsync -vsync (35.0 kHz) >> (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz >> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 >> 492 525 -hsync -vsync (31.5 kHz) >> (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D) >> (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 >> 482 505 doublescan +hsync +vsync (85.9 kHz) >> (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz >> (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 >> 484 509 -hsync -vsync (43.3 kHz) >> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz >> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 >> 484 500 -hsync -vsync (37.5 kHz) >> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz >> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 >> 492 520 -hsync -vsync (37.9 kHz) >> (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) >> (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 >> 482 500 doublescan +hsync +vsync (60.0 kHz) >> (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz >> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 >> 492 525 -hsync -vsync (31.5 kHz) >> (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz >> (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 >> 423 449 -hsync -vsync (39.4 kHz) >> (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz >> (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 >> 414 449 -hsync +vsync (31.5 kHz) >> (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz >> (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 >> 404 446 -hsync +vsync (37.9 kHz) >> (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz >> (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 >> 404 445 -hsync +vsync (37.9 kHz) >> (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) >> (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 >> 434 450 doublescan +hsync +vsync (67.5 kHz) >> (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz >> (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 >> 385 445 +hsync -vsync (37.9 kHz) >> (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) >> (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 >> 386 404 doublescan +hsync +vsync (68.7 kHz) >> (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) >> (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 >> 386 400 doublescan +hsync +vsync (60.0 kHz) >> (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) >> (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 >> 388 403 doublescan -hsync -vsync (56.5 kHz) >> (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) >> (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 >> 388 403 doublescan -hsync -vsync (48.4 kHz) >> (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) >> (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 >> 314 333 doublescan -hsync -vsync (49.7 kHz) >> (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) >> (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 >> 302 315 doublescan +hsync +vsync (53.7 kHz) >> (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) >> (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 >> 302 312 doublescan +hsync +vsync (46.9 kHz) >> (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) >> (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 >> 321 333 doublescan +hsync +vsync (48.1 kHz) >> (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) >> (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 >> 302 314 doublescan +hsync +vsync (37.9 kHz) >> (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) >> (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 >> 301 312 doublescan +hsync +vsync (35.2 kHz) >> (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) >> (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 >> 242 254 doublescan -hsync -vsync (43.3 kHz) >> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) >> (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 >> 242 250 doublescan -hsync -vsync (37.5 kHz) >> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) >> (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 >> 246 260 doublescan -hsync -vsync (37.9 kHz) >> (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) >> (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 >> 246 262 doublescan -hsync -vsync (31.5 kHz) >> (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) >> (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 >> 202 223 doublescan -hsync +vsync (37.9 kHz) >> (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) >> (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 >> 202 222 doublescan -hsync +vsync (37.9 kHz) >> (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) >> (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 >> 192 222 doublescan +hsync -vsync (37.9 kHz) >> (**) NV(0): Display dimensions: (380, 280) mm >> (**) NV(0): DPI set to (77, 78) >> (II) Loading sub module "fb" >> (II) LoadModule: "fb" >> (II) Loading /usr/local/lib/xorg/modules//libfb.so >> (II) Module fb: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 1.0.0 >> ABI class: X.Org ANSI C Emulation, version 0.4 >> (II) Loading sub module "xaa" >> (II) LoadModule: "xaa" >> (II) Loading /usr/local/lib/xorg/modules//libxaa.so >> (II) Module xaa: vendor="X.Org Foundation" >> compiled for 1.6.0, module version = 1.2.1 >> ABI class: X.Org Video Driver, version 5.0 >> (II) Loading sub module "ramdac" >> (II) LoadModule: "ramdac" >> (II) Module "ramdac" already built-in >> (--) Depth 24 pixmap format is 32 bpp >> (II) do I need RAC? No, I don't. >> (II) resource ranges after preInit: >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> (II) NV(0): Using XFree86 Acceleration Architecture (XAA) >> Screen to screen bit blits >> Solid filled rectangles >> 8x8 mono pattern filled rectangles >> Indirect CPU to Screen color expansion >> Solid Lines >> Scanline Image Writes >> Setting up tile and stipple cache: >> 32 128x128 slots >> 32 256x256 slots >> 16 512x512 slots >> (==) NV(0): Backing store disabled >> (==) NV(0): Silken mouse enabled >> (II) NV(0): DPMS enabled >> (==) RandR enabled >> (II) Initializing built-in extension Generic Event Extension >> (II) Initializing built-in extension SHAPE >> (II) Initializing built-in extension MIT-SHM >> (II) Initializing built-in extension XInputExtension >> (II) Initializing built-in extension XTEST >> (II) Initializing built-in extension BIG-REQUESTS >> (II) Initializing built-in extension SYNC >> (II) Initializing built-in extension XKEYBOARD >> (II) Initializing built-in extension XC-MISC >> (II) Initializing built-in extension XINERAMA >> (II) Initializing built-in extension XFIXES >> (II) Initializing built-in extension RENDER >> (II) Initializing built-in extension RANDR >> (II) Initializing built-in extension COMPOSITE >> (II) Initializing built-in extension DAMAGE >> (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so >> (II) GLX: Initialized DRISWRAST GL provider for screen 0 >> (**) Option "Protocol" "Auto" >> (**) Mouse0: Device: "/dev/sysmouse" >> (**) Mouse0: Protocol: "Auto" >> (**) Option "CorePointer" >> (**) Mouse0: always reports core events >> (**) Option "Device" "/dev/sysmouse" >> (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 >> (**) Option "ZAxisMapping" "4 5 6 7" >> (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 >> (**) Mouse0: Buttons: 11 >> (**) Option "Resolution" "800" >> (**) Mouse0: Resolution: 800 >> (**) Mouse0: Sensitivity: 1 >> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) >> (**) Mouse0: (accel) keeping acceleration scheme 1 >> (**) Mouse0: (accel) filter chain progression: 2.00 >> (**) Mouse0: (accel) filter stage 0: 20.00 ms >> (**) Mouse0: (accel) set acceleration profile 0 >> (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 >> (II) Mouse0: SetupAuto: protocol is SysMouse >> (**) Option "CoreKeyboard" >> (**) Keyboard0: always reports core events >> (**) Option "Protocol" "standard" >> (**) Keyboard0: Protocol: standard >> (**) Option "AutoRepeat" "500 30" >> (**) Option "XkbRules" "xorg" >> (**) Keyboard0: XkbRules: "xorg" >> (**) Option "XkbModel" "pc104" >> (**) Keyboard0: XkbModel: "pc104" >> (**) Option "XkbLayout" "us" >> (**) Keyboard0: XkbLayout: "us" >> (**) Option "CustomKeycodes" "off" >> (**) Keyboard0: CustomKeycodes disabled >> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) >> >> xorg.conf: >> Section "ServerLayout" >> Identifier "X.org Configured" >> Screen 0 "Screen0" 0 0 >> # Screen 1 "Screen1" RightOf "Screen0" >> InputDevice "Mouse0" "CorePointer" >> InputDevice "Keyboard0" "CoreKeyboard" >> EndSection >> >> Section "Files" >> ModulePath "/usr/local/lib/xorg/modules" >> FontPath "/usr/local/lib/X11/fonts/misc/" >> FontPath "/usr/local/lib/X11/fonts/TTF/" >> FontPath "/usr/local/lib/X11/fonts/OTF" >> FontPath "/usr/local/lib/X11/fonts/Type1/" >> FontPath "/usr/local/lib/X11/fonts/100dpi/" >> FontPath "/usr/local/lib/X11/fonts/75dpi/" >> EndSection >> >> Section "Module" >> Load "extmod" >> Load "record" >> Load "dbe" >> SubSection "extmod" >> Option "omit xfree86-dga" # don't initialise the DGA extension >> EndSubSection >> Load "glx" >> Load "dri" >> Load "dri2" >> EndSection >> >> Section "ServerFlags" >> Option "AllowEmptyInput" "false" >> EndSection >> >> Section "InputDevice" >> Identifier "Keyboard0" >> Driver "kbd" >> Option "AutoRepeat" "500 30" >> Option "XkbRules" "xorg" >> Option "XkbModel" "pc104" >> Option "XkbLayout" "us" >> EndSection >> >> Section "InputDevice" >> Identifier "Mouse0" >> Driver "mouse" >> Option "Protocol" "Auto" >> Option "Device" "/dev/sysmouse" >> Option "ZAxisMapping" "4 5 6 7" >> Option "Resolution" "800" >> EndSection >> >> Section "Monitor" >> Identifier "Monitor1" >> VendorName "RDS" >> ModelName "PressView XL" >> EndSection >> >> Section "Device" >> ### Available Driver options are:- >> ### Values: : integer, : float, : "True"/"False", >> ### : "String", : " Hz/kHz/MHz" >> ### [arg]: arg optional >> #Option "SWcursor" # [] >> #Option "HWcursor" # [] >> #Option "NoAccel" # [] >> #Option "ShadowFB" # [] >> #Option "UseFBDev" # [] >> #Option "Rotate" # [] >> #Option "VideoKey" # >> #Option "FlatPanel" # [] >> #Option "FPDither" # [] >> #Option "CrtcNumber" # >> Option "CrtcNumber" "0" >> #Option "FPScale" # [] >> #Option "FPTweak" # >> #Option "DualHead" # [] >> Identifier "Card1" >> Driver "nv" >> VendorName "nVidia Corporation" >> BoardName "NV17 [GeForce4 MX 440]" >> BusID "PCI:1:2:0" >> EndSection >> >> Section "Screen" >> Identifier "Screen0" >> Device "Card1" >> Monitor "Monitor1" >> DefaultDepth 24 >> >> SubSection "Display" >> Viewport 0 0 >> Depth 24 >> Modes "1152x864" "1152x864" "1152x864" >> EndSubSection >> EndSection >> >> dmesg(8) output: >> May 18 20:21:51 udns syslogd: kernel boot file is /boot/kernel/kernel >> May 18 20:21:51 udns kernel: Copyright (c) 1992-2009 The FreeBSD Project. >> May 18 20:21:51 udns kernel: Copyright (c) 1979, 1980, 1983, 1986, >> 1988, 1989, 1991, 1992, 1993, 1994 >> May 18 20:21:51 udns kernel: The Regents of the University of >> California. All rights reserved. >> May 18 20:21:51 udns kernel: FreeBSD is a registered trademark of The >> FreeBSD Foundation. >> May 18 20:21:51 udns kernel: FreeBSD 7.1-RELEASE #0: Thu Jan 1 >> 14:37:25 UTC 2009 >> May 18 20:21:51 udns kernel: >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC >> May 18 20:21:51 udns kernel: Preloaded elf kernel "/boot/kernel/kernel" >> at 0xc0d89000. >> May 18 20:21:51 udns kernel: Preloaded elf module >> "/boot/kernel/geom_stripe.ko" at 0xc0d89174. >> May 18 20:21:51 udns kernel: Calibrating clock(s) ... i8254 clock: >> 1192975 Hz >> May 18 20:21:51 udns kernel: CLK_USE_I8254_CALIBRATION not specified - >> using default frequency >> May 18 20:21:51 udns kernel: Timecounter "i8254" frequency 1193182 Hz >> quality 0 >> May 18 20:21:51 udns kernel: Calibrating TSC clock ... TSC clock: >> 797345795 Hz >> May 18 20:21:51 udns kernel: CPU: Intel Pentium III (797.35-MHz >> 686-class CPU) >> May 18 20:21:51 udns kernel: Origin = "GenuineIntel" Id = 0x686 >> Stepping = 6 >> May 18 20:21:51 udns kernel: >> Features=0x387fbff >> May 18 20:21:51 udns kernel: May 18 20:21:51 udns kernel: Instruction >> TLB: 4 KB pages, 4-way set associative, 32 entries >> May 18 20:21:51 udns kernel: Instruction TLB: 4 MB pages, fully >> associative, 2 entries >> May 18 20:21:51 udns kernel: Data TLB: 4 KB pages, 4-way set >> associative, 64 entries >> May 18 20:21:51 udns kernel: 2nd-level cache: 256 KB, 8-way set >> associative, 32 byte line size >> May 18 20:21:51 udns kernel: 1st-level instruction cache: 16 KB, 4-way >> set associative, 32 byte line size >> May 18 20:21:51 udns kernel: Data TLB: 4 MB Pages, 4-way set >> associative, 8 entries >> May 18 20:21:51 udns kernel: 1st-level data cache: 16 KB, 4-way set >> associative, 32 byte line size >> May 18 20:21:51 udns kernel: real memory = 1073741824 (1024 MB) >> May 18 20:21:51 udns kernel: Physical memory chunk(s): >> May 18 20:21:51 udns kernel: 0x0000000000001000 - 0x000000000009efff, >> 647168 bytes (158 pages) >> May 18 20:21:51 udns kernel: 0x0000000000100000 - 0x00000000003fffff, >> 3145728 bytes (768 pages) >> May 18 20:21:51 udns kernel: 0x0000000001025000 - 0x000000003edb7fff, >> 1037643776 bytes (253331 pages) >> May 18 20:21:51 udns kernel: avail memory = 1037078528 (989 MB) >> May 18 20:21:51 udns kernel: MP Configuration Table version 1.4 found >> at 0xc00f0db0 >> May 18 20:21:51 udns kernel: APIC: Using the MPTable enumerator. >> May 18 20:21:51 udns kernel: SMP: Added CPU 0 (BSP) >> May 18 20:21:51 udns kernel: SMP: Added CPU 1 (AP) >> May 18 20:21:51 udns kernel: MPTable: >> May 18 20:21:51 udns kernel: INTR: Adding local APIC 1 as a target >> May 18 20:21:51 udns kernel: FreeBSD/SMP: Multiprocessor System >> Detected: 2 CPUs >> May 18 20:21:51 udns kernel: cpu0 (BSP): APIC ID: 0 >> May 18 20:21:51 udns kernel: cpu1 (AP): APIC ID: 1 >> May 18 20:21:51 udns kernel: bios32: Found BIOS32 Service Directory >> header at 0xc00fdb90 >> May 18 20:21:51 udns kernel: bios32: Entry = 0xfdba0 (c00fdba0) Rev = >> 0 Len = 1 >> May 18 20:21:51 udns kernel: pcibios: PCI BIOS entry at 0xf0000+0xdbc1 >> May 18 20:21:51 udns kernel: pnpbios: Found PnP BIOS data at 0xc00f4c50 >> May 18 20:21:51 udns kernel: pnpbios: Entry = f0000:3954 Rev = 1.0 >> May 18 20:21:51 udns kernel: Other BIOS signatures found: >> May 18 20:21:51 udns kernel: ULE: setup cpu group 0 >> May 18 20:21:51 udns kernel: ULE: setup cpu 0 >> May 18 20:21:51 udns kernel: ULE: adding cpu 0 to group 0: cpus 1 mask 0x1 >> May 18 20:21:51 udns kernel: ULE: setup cpu group 1 >> May 18 20:21:51 udns kernel: ULE: setup cpu 1 >> May 18 20:21:51 udns kernel: ULE: adding cpu 1 to group 1: cpus 1 mask 0x2 >> May 18 20:21:51 udns kernel: ioapic0: Assuming intbase of 0 >> May 18 20:21:51 udns kernel: ioapic0: Routing external 8259A's -> intpin 0 >> May 18 20:21:51 udns kernel: ioapic1: Assuming intbase of 16 >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 bus PCI >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 trigger: level >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 polarity: low >> May 18 20:21:51 udns kernel: ioapic0: Routing IRQ 0 -> intpin 2 >> May 18 20:21:51 udns kernel: lapic: Routing ExtINT -> LINT0 >> May 18 20:21:51 udns kernel: lapic: LINT0 trigger: edge >> May 18 20:21:51 udns kernel: lapic: LINT0 polarity: high >> May 18 20:21:51 udns kernel: lapic: Routing NMI -> LINT1 >> May 18 20:21:51 udns kernel: lapic: LINT1 trigger: edge >> May 18 20:21:51 udns kernel: lapic: LINT1 polarity: high >> May 18 20:21:51 udns kernel: ioapic0 irqs 0-15 on motherboard >> May 18 20:21:51 udns kernel: ioapic1 irqs 16-31 on motherboard >> May 18 20:21:51 udns kernel: cpu0 BSP: >> May 18 20:21:51 udns kernel: ID: 0x00000000 VER: 0x00040011 LDR: >> 0x00000000 DFR: 0xffffffff >> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: >> 0x00000000 SVR: 0x000001ff >> May 18 20:21:51 udns kernel: timer: 0x000100ef therm: 0x00000000 err: >> 0x0001000f pcm: 0x00010000 >> May 18 20:21:51 udns kernel: ath_rate: version 1.2 > selection algorithm> >> May 18 20:21:51 udns kernel: wlan_amrr: > Algorithm> >> May 18 20:21:51 udns kernel: wlan: <802.11 Link Layer> >> May 18 20:21:51 udns kernel: null: >> May 18 20:21:51 udns kernel: random: >> May 18 20:21:51 udns kernel: nfslock: pseudo-device >> May 18 20:21:51 udns kernel: io: >> May 18 20:21:51 udns kernel: kbd: new array size 4 >> May 18 20:21:51 udns kernel: kbd1 at kbdmux0 >> May 18 20:21:51 udns kernel: mem: >> May 18 20:21:51 udns kernel: Pentium Pro MTRR support enabled >> May 18 20:21:51 udns kernel: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, >> RF5111, RF5112, RF2413, RF5413) >> May 18 20:21:51 udns kernel: hptrr: RocketRAID 17xx/2xxx SATA >> controller driver v1.2 (Jan 1 2009 14:37:00) >> May 18 20:21:51 udns kernel: npx0: INT 16 interface >> May 18 20:21:51 udns kernel: pci_open(1): mode 1 addr port (0x0cf8) is >> 0x80000070 >> May 18 20:21:51 udns kernel: pci_open(1a): mode1res=0x80000000 (0x80000000) >> May 18 20:21:51 udns kernel: pci_cfgcheck: device 0 [class=060000] >> [hdr=80] is there (id=00091166) >> May 18 20:21:51 udns kernel: pcibios: BIOS version 2.10 >> May 18 20:21:51 udns kernel: pcib0: pcibus 0 >> on motherboard >> May 18 20:21:51 udns kernel: pci0: on pcib0 >> May 18 20:21:51 udns kernel: pci0: domain=0, physical bus=0 >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, revid=0x06 >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=0 >> May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 >> May 18 20:21:51 udns kernel: cmdreg=0x0006, statreg=0x2200, cachelnsz=8 >> (dwords) >> May 18 20:21:51 udns kernel: lattimer=0x20 (960 ns), mingnt=0x00 (0 >> ns), maxlat=0x00 (0 ns) >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, revid=0x06 >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=1 >> May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 >> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, cachelnsz=8 >> (dwords) >> May 18 20:21:51 udns kernel: lattimer=0x10 (480 ns), mingnt=0x00 (0 >> ns), maxlat=0x00 (0 ns) >> May 18 20:21:51 udns kernel: found-> vendor=0x1002, dev=0x4752, revid=0x27 >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=1, func=0 >> May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 >> May 18 20:21:51 udns kernel: cmdreg=0x0080, statreg=0x0290, cachelnsz=8 >> (dwords) >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 >> ns), maxlat=0x00 (0 ns) >> May 18 20:21:51 udns kernel: intpin=a, irq=9 >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 current D0 >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> 0xfb000000, size 24, memory disabled >> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base >> 0xd800, size 8, port disabled >> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base >> 0xfcaff000, size 12, enabled >> May 18 20:21:51 udns kernel: pcib0: slot 1 INTA routed to irq 22 >> May 18 20:21:51 udns kernel: found-> vendor=0x8086, dev=0x1229, revid=0x08 >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=4, func=0 >> May 18 20:21:51 udns kernel: class=02-00-00, hdrtype=0x00, mfdev=0 >> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0290, cachelnsz=8 >> (dwords) >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 >> ns), maxlat=0x38 (14000 ns) >> May 18 20:21:51 udns kernel: intpin=a, irq=5 >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 current D0 >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> 0xfcafe000, size 12, enabled >> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base >> 0xd400, size 6, enabled >> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base >> 0xfc900000, size 20, enabled >> May 18 20:21:51 udns kernel: pcib0: slot 4 INTA routed to irq 20 >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0200, revid=0x50 >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=0 >> May 18 20:21:51 udns kernel: class=06-01-00, hdrtype=0x00, mfdev=1 >> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, cachelnsz=0 >> (dwords) >> May 18 20:21:51 udns kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), >> maxlat=0x00 (0 ns) >> May 18 20:21:51 udns kernel: map[90]: type I/O Port, range 32, base >> 0x580, size 4, enabled >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0211, revid=0x00 >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=1 >> May 18 20:21:51 udns kernel: class=01-01-8a, hdrtype=0x00, mfdev=1 >> May 18 20:21:51 udns kernel: cmdreg=0x0005, statreg=0x0200, cachelnsz=0 >> (dwords) >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 >> ns), maxlat=0x00 (0 ns) >> May 18 20:21:51 udns kernel: map[20]: type I/O Port, range 32, base >> 0xffa0, size 4, enabled >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0220, revid=0x04 >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=2 >> May 18 20:21:51 udns kernel: class=0c-03-10, hdrtype=0x00, mfdev=1 >> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0280, cachelnsz=8 >> (dwords) >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 >> ns), maxlat=0x50 (20000 ns) >> May 18 20:21:51 udns kernel: intpin=a, irq=10 >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> 0xfcafd000, size 12, enabled >> May 18 20:21:51 udns kernel: pcib0: slot 15 INTA routed to irq 10 >> May 18 20:21:51 udns kernel: vgapci0: port >> 0xd800-0xd8ff mem 0xfb000000-0xfbffffff,0xfcaff000-0xfcafffff irq 22 at >> device 1.0 on pci0 >> May 18 20:21:51 udns kernel: fxp0: port >> 0xd400-0xd43f mem 0xfcafe000-0xfcafefff,0xfc900000-0xfc9fffff irq 20 at >> device 4.0 on pci0 >> May 18 20:21:51 udns kernel: fxp0: Reserved 0x1000 bytes for rid 0x10 >> type 3 at 0xfcafe000 >> May 18 20:21:51 udns kernel: fxp0: using memory space register mapping >> May 18 20:21:51 udns kernel: fxp0: PCI IDs: 8086 1229 8086 100c 0008 >> May 18 20:21:51 udns kernel: fxp0: Dynamic Standby mode is disabled >> May 18 20:21:51 udns kernel: miibus0: on fxp0 >> May 18 20:21:51 udns kernel: inphy0: >> PHY 1 on miibus0 >> May 18 20:21:51 udns kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, >> 100baseTX-FDX, auto >> May 18 20:21:51 udns kernel: fxp0: bpf attached >> May 18 20:21:51 udns kernel: fxp0: Ethernet address: 00:e0:81:20:9d:66 >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 4 (PCI IRQ 20) to >> vector 48 >> May 18 20:21:51 udns kernel: fxp0: [MPSAFE] >> May 18 20:21:51 udns kernel: fxp0: [ITHREAD] >> May 18 20:21:51 udns kernel: isab0: port 0x580-0x58f >> at device 15.0 on pci0 >> May 18 20:21:51 udns kernel: isa0: on isab0 >> May 18 20:21:51 udns kernel: atapci0: > controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at >> device 15.1 on pci0 >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x10 bytes for rid 0x20 >> type 4 at 0xffa0 >> May 18 20:21:51 udns kernel: ata0: on atapci0 >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x10 >> type 4 at 0x1f0 >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x14 >> type 4 at 0x3f6 >> May 18 20:21:51 udns kernel: ata0: reset tp1 mask=03 ostat0=50 ostat1=50 >> May 18 20:21:51 udns kernel: ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb >> May 18 20:21:51 udns kernel: ata0: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 >> May 18 20:21:51 udns kernel: ata0: reset tp2 stat0=00 stat1=50 >> devices=0x6 >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 14 (ISA IRQ 14) to >> vector 49 >> May 18 20:21:51 udns kernel: ata0: [MPSAFE] >> May 18 20:21:51 udns kernel: ata0: [ITHREAD] >> May 18 20:21:51 udns kernel: ata1: on atapci0 >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x18 >> type 4 at 0x170 >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x1c >> type 4 at 0x376 >> May 18 20:21:51 udns kernel: ata1: reset tp1 mask=03 ostat0=50 ostat1=00 >> May 18 20:21:51 udns kernel: ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb >> May 18 20:21:51 udns kernel: ata1: stat1=0x00 err=0x04 lsb=0x00 msb=0x02 >> May 18 20:21:51 udns kernel: ata1: reset tp2 stat0=00 stat1=00 >> devices=0x4 >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 15 (ISA IRQ 15) to >> vector 50 >> May 18 20:21:51 udns kernel: ata1: [MPSAFE] >> May 18 20:21:51 udns kernel: ata1: [ITHREAD] >> May 18 20:21:51 udns kernel: ohci0: mem >> 0xfcafd000-0xfcafdfff irq 10 at device 15.2 on pci0 >> May 18 20:21:51 udns kernel: ohci0: Reserved 0x1000 bytes for rid 0x10 >> type 3 at 0xfcafd000 >> May 18 20:21:51 udns kernel: ohci0: (New OHCI DeviceId=0x02201166) >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 10 (PCI IRQ 10) to >> vector 51 >> May 18 20:21:51 udns kernel: ohci0: [GIANT-LOCKED] >> May 18 20:21:51 udns kernel: ohci0: [ITHREAD] >> May 18 20:21:51 udns kernel: usb0: OHCI version 1.0, legacy support >> May 18 20:21:51 udns kernel: usb0: on ohci0 >> May 18 20:21:51 udns kernel: usb0: USB revision 1.0 >> May 18 20:21:51 udns kernel: uhub0: <(0x1166) OHCI root hub, class 9/0, >> rev 1.00/1.00, addr 1> on usb0 >> May 18 20:21:51 udns kernel: uhub0: 4 ports with 4 removable, self powered >> May 18 20:21:51 udns kernel: pcib1: pcibus 1 >> on motherboard >> May 18 20:21:51 udns kernel: pci1: on pcib1 >> May 18 20:21:51 udns kernel: pci1: domain=0, physical bus=1 >> May 18 20:21:51 udns kernel: found-> vendor=0x10de, dev=0x0171, revid=0xa3 >> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=2, func=0 >> May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 >> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 >> (dwords) >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x05 (1250 >> ns), maxlat=0x01 (250 ns) >> May 18 20:21:51 udns kernel: intpin=a, irq=11 >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> 0xfd000000, size 24, enabled >> May 18 20:21:51 udns kernel: map[14]: type Prefetchable Memory, range >> 32, base 0xf0000000, size 27, enabled >> May 18 20:21:51 udns kernel: map[18]: type Prefetchable Memory, range >> 32, base 0xfa580000, size 19, enabled >> May 18 20:21:51 udns kernel: pcib1: slot 2 INTA routed to irq 27 >> May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, revid=0x01 >> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=0 >> May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 >> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, cachelnsz=8 >> (dwords) >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 >> (10000 ns), maxlat=0x19 (6250 ns) >> May 18 20:21:51 udns kernel: intpin=a, irq=3 >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base >> 0xe400, size 8, enabled >> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base >> 0xfebde000, size 12, enabled >> May 18 20:21:51 udns kernel: pcib1: slot 6 INTA routed to irq 25 >> May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, revid=0x01 >> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=1 >> May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 >> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, cachelnsz=8 >> (dwords) >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 >> (10000 ns), maxlat=0x19 (6250 ns) >> May 18 20:21:51 udns kernel: intpin=b, irq=10 >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base >> 0xe800, size 8, enabled >> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base >> 0xfebdf000, size 12, enabled >> May 18 20:21:51 udns kernel: pcib1: slot 6 INTB routed to irq 26 >> May 18 20:21:51 udns kernel: vgapci1: mem >> 0xfd000000-0xfdffffff,0xf0000000-0xf7ffffff,0xfa580000-0xfa5fffff irq >> 27 at device 2.0 on pci1 >> May 18 20:21:51 udns kernel: ahc0: > adapter> port 0xe400-0xe4ff mem 0xfebde000-0xfebdefff irq 25 at device >> 6.0 on pci1 >> May 18 20:21:51 udns kernel: ahc0: Defaulting to MEMIO off >> May 18 20:21:51 udns kernel: ahc0: Reserved 0x100 bytes for rid 0x10 >> type 4 at 0xe400 >> May 18 20:21:51 udns kernel: ahc0: Reading SEEPROM...done. >> May 18 20:21:51 udns kernel: ahc0: Manual LVD Termination >> May 18 20:21:51 udns kernel: ahc0: BIOS eeprom is present >> May 18 20:21:51 udns kernel: ahc0: Secondary High byte termination Enabled >> May 18 20:21:51 udns kernel: ahc0: Secondary Low byte termination Enabled >> May 18 20:21:51 udns kernel: ahc0: Primary Low Byte termination Enabled >> May 18 20:21:51 udns kernel: ahc0: Primary High Byte termination Enabled >> May 18 20:21:51 udns kernel: ahc0: Downloading Sequencer Program... 423 >> instructions downloaded >> May 18 20:21:51 udns kernel: ahc0: Features 0x1fef6, Bugs 0x40, Flags >> 0x20485520 >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 9 (PCI IRQ 25) to >> vector 52 >> May 18 20:21:51 udns kernel: ahc0: [MPSAFE] >> May 18 20:21:51 udns kernel: ahc0: [ITHREAD] >> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel A, SCSI >> Id=7, 32/253 SCBs >> May 18 20:21:51 udns kernel: ahc1: > adapter> port 0xe800-0xe8ff mem 0xfebdf000-0xfebdffff irq 26 at device >> 6.1 on pci1 >> May 18 20:21:51 udns kernel: ahc1: Defaulting to MEMIO off >> May 18 20:21:51 udns kernel: ahc1: Reserved 0x100 bytes for rid 0x10 >> type 4 at 0xe800 >> May 18 20:21:51 udns kernel: ahc1: Reading SEEPROM...done. >> May 18 20:21:51 udns kernel: ahc1: Manual LVD Termination >> May 18 20:21:51 udns kernel: ahc1: BIOS eeprom is present >> May 18 20:21:51 udns kernel: ahc1: Secondary High byte termination Enabled >> May 18 20:21:51 udns kernel: ahc1: Secondary Low byte termination Enabled >> May 18 20:21:51 udns kernel: ahc1: Primary Low Byte termination Enabled >> May 18 20:21:51 udns kernel: ahc1: Primary High Byte termination Enabled >> May 18 20:21:51 udns kernel: ahc1: Downloading Sequencer Program... 423 >> instructions downloaded >> May 18 20:21:51 udns kernel: ahc1: Features 0x1fef6, Bugs 0x40, Flags >> 0x20485560 >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 10 (PCI IRQ 26) to >> vector 53 >> May 18 20:21:51 udns kernel: ahc1: [MPSAFE] >> May 18 20:21:51 udns kernel: ahc1: [ITHREAD] >> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel B, SCSI >> Id=7, 32/253 SCBs >> May 18 20:21:51 udns kernel: cpu0 on motherboard >> May 18 20:21:51 udns kernel: cpu1 on motherboard >> ... >> May 18 20:21:51 udns kernel: pnpbios: 14 devices, largest 234 bytes >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> 0-0x9fbff, size=0x9fc00 >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> 0x9fc00-0x9ffff, size=0x400 >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> 0xe0000-0xfffff, size=0x20000 >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> 0x100000-0x3fffffff, size=0x3ff00000 >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> 0xfec00000-0xfec00fff, size=0x1000 >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> 0xfec01000-0xfec01fff, size=0x1000 >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> 0xfee00000-0xfee00fff, size=0x1000 >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> 0xfff80000-0xffffffff, size=0x80000 >> May 18 20:21:51 udns kernel: pnpbios: handle 0 device ID PNP0c01 (010cd041) >> May 18 20:21:51 udns kernel: PNP0200: adding dma mask 0x10 >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0-0xf, size=0x10, >> align=0x1 >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x80-0x90, >> size=0x11, align=0x1 >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x94-0x9f, >> size=0xc, align=0x1 >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0xc0-0xde, >> size=0x1f, align=0x1 >> May 18 20:21:51 udns kernel: pnpbios: handle 2 device ID PNP0200 (0002d041) >> May 18 20:21:51 udns kernel: PNP0100: adding irq mask 0x1 >> May 18 20:21:51 udns kernel: PNP0100: adding io range 0x40-0x43, >> size=0x4, align=0x1 >> May 18 20:21:51 udns kernel: pnpbios: handle 3 device ID PNP0100 (0001d041) >> May 18 20:21:51 udns kernel: PNP0b00: adding irq mask 0x100 >> May 18 20:21:51 udns kernel: PNP0b00: adding io range 0x70-0x71, >> size=0x2, align=0x1 >> May 18 20:21:51 udns kernel: pnpbios: handle 4 device ID PNP0b00 (000bd041) >> May 18 20:21:51 udns kernel: PNP0303: adding irq mask 0x2 >> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x60-0x60, >> size=0x1, align=0x1 >> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x64-0x64, >> size=0x1, align=0x1 >> May 18 20:21:51 udns kernel: pnpbios: handle 5 device ID PNP0303 (0303d041) >> May 18 20:21:51 udns kernel: PNP0800: adding io range 0x61-0x61, >> size=0x1, align=0x1 >> May 18 20:21:51 udns kernel: pnpbios: handle 6 device ID PNP0800 (0008d041) >> May 18 20:21:51 udns kernel: PNP0c04: adding irq mask 0x2000 >> May 18 20:21:51 udns kernel: PNP0c04: adding io range 0xf0-0xff, >> size=0x10, align=0x1 >> May 18 20:21:51 udns kernel: pnpbios: handle 7 device ID PNP0c04 (040cd041) >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d0-0x4d1, >> size=0x2, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcf8-0xcff, >> size=0x8, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x10-0x1f, >> size=0x10, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x40b-0x40b, >> size=0x1, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d6-0x4d6, >> size=0x1, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc00-0xc01, >> size=0x2, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc14-0xc14, >> size=0x1, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc49-0xc4a, >> size=0x2, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc52-0xc52, >> size=0x1, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6c-0xc6c, >> size=0x1, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6f-0xc6f, >> size=0x1, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcd6-0xcd7, >> size=0x2, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xf50-0xf58, >> size=0x9, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x374-0x375, >> size=0x2, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x377-0x377, >> size=0x1, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range >> 0xcfc00-0xd03ff, size=0x800 >> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range >> 0xd7400-0xdffff, size=0x8c00 >> May 18 20:21:51 udns kernel: pnpbios: handle 8 device ID PNP0c02 (020cd041) >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x580-0x58f, >> size=0x10, align=0x1 >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x500-0x51f, >> size=0x20, align=0x1 >> May 18 20:21:51 udns kernel: pnpbios: handle 9 device ID PNP0c02 (020cd041) >> May 18 20:21:51 udns kernel: PNP0f13: adding irq mask 0x1000 >> May 18 20:21:51 udns kernel: pnpbios: handle 10 device ID PNP0f13 (130fd041) >> May 18 20:21:51 udns kernel: pnpbios: handle 11 device ID PNP0a03 (030ad041) >> May 18 20:21:51 udns kernel: PNP0501: adding io range 0x3f8-0x3ff, >> size=0x8, align=0x8 >> May 18 20:21:51 udns kernel: PNP0501: adding irq mask 0x10 >> May 18 20:21:51 udns kernel: pnpbios: handle 12 device ID PNP0501 (0105d041) >> May 18 20:21:51 udns kernel: PNP0700: adding io range 0x3f0-0x3f5, >> size=0x6, align=0x1 >> May 18 20:21:51 udns kernel: PNP0700: adding irq mask 0x40 >> May 18 20:21:51 udns kernel: PNP0700: adding dma mask 0x4 >> May 18 20:21:51 udns kernel: pnpbios: handle 13 device ID PNP0700 (0007d041) >> May 18 20:21:51 udns kernel: sc: sc0 already exists; skipping it >> May 18 20:21:51 udns kernel: vga: vga0 already exists; skipping it >> May 18 20:21:51 udns kernel: isa_probe_children: disabling PnP devices >> May 18 20:21:51 udns kernel: isa_probe_children: probing non-PnP devices >> May 18 20:21:51 udns kernel: pmtimer0 on isa0 >> May 18 20:21:51 udns kernel: adv0: not probed (disabled) >> May 18 20:21:51 udns kernel: aha0: not probed (disabled) >> May 18 20:21:51 udns kernel: aic0: not probed (disabled) >> May 18 20:21:51 udns kernel: atkbdc0: at >> port 0x60,0x64 on isa0 >> May 18 20:21:51 udns kernel: atkbd0: irq 1 on atkbdc0 >> May 18 20:21:51 udns kernel: atkbd: the current kbd controller command >> byte 0065 >> May 18 20:21:51 udns kernel: atkbd: keyboard ID 0x41ab (2) >> May 18 20:21:51 udns kernel: kbd0 at atkbd0 >> May 18 20:21:51 udns kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0, >> flags:0x3d0000 >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 1 (ISA IRQ 1) to >> vector 54 >> May 18 20:21:51 udns kernel: atkbd0: [GIANT-LOCKED] >> May 18 20:21:51 udns kernel: atkbd0: [ITHREAD] >> May 18 20:21:51 udns kernel: psm0: current command byte:0065 >> May 18 20:21:51 udns kernel: psm0: irq 12 on atkbdc0 >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 12 (ISA IRQ 12) to >> vector 55 >> May 18 20:21:51 udns kernel: psm0: [GIANT-LOCKED] >> May 18 20:21:51 udns kernel: psm0: [ITHREAD] >> May 18 20:21:51 udns kernel: psm0: model IntelliMouse, device ID 3-00, >> 3 buttons >> May 18 20:21:51 udns kernel: psm0: config:00000000, flags:00000008, >> packet size:4 >> May 18 20:21:51 udns kernel: psm0: syncmask:08, syncbits:00 >> May 18 20:21:51 udns kernel: bt0: not probed (disabled) >> May 18 20:21:51 udns kernel: cs0: not probed (disabled) >> May 18 20:21:51 udns kernel: ed0: not probed (disabled) >> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 >> May 18 20:21:51 udns kernel: fdc0: at port >> 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 >> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 6 (ISA IRQ 6) to >> vector 56 >> May 18 20:21:51 udns kernel: fdc0: [FILTER] >> May 18 20:21:51 udns kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >> May 18 20:21:51 udns kernel: fe0: not probed (disabled) >> May 18 20:21:51 udns kernel: ie0: not probed (disabled) >> May 18 20:21:51 udns kernel: le0: not probed (disabled) >> May 18 20:21:51 udns kernel: ppc0: parallel port not found. >> May 18 20:21:51 udns kernel: ppc0: failed to probe at >> irq 7 on isa0 >> May 18 20:21:51 udns kernel: sc0: at flags 0x100 on isa0 >> May 18 20:21:51 udns kernel: sc0: VGA <16 virtual consoles, flags=0x300> >> May 18 20:21:51 udns kernel: sc0: fb0, kbd1, terminal emulator: sc >> (syscons terminal) >> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc001 >> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc001 >> May 18 20:21:51 udns kernel: sio0 at port 0x3f8-0x3ff irq 4 flags >> 0x10 on isa0 >> May 18 20:21:51 udns kernel: sio0: type 16550A >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 4 (ISA IRQ 4) to >> vector 57 >> May 18 20:21:51 udns kernel: sio0: [FILTER] >> May 18 20:21:51 udns kernel: sio1: configured irq 3 not in bitmap of >> probed irqs 0 >> May 18 20:21:51 udns kernel: sio1: port may not be enabled >> May 18 20:21:51 udns kernel: sio1: irq maps: 0xc001 0xc001 0xc001 0xc001 >> May 18 20:21:51 udns kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9 >> May 18 20:21:51 udns kernel: sio1 failed to probe at port 0x2f8-0x2ff >> irq 3 on isa0 >> May 18 20:21:51 udns kernel: sio2: not probed (disabled) >> May 18 20:21:51 udns kernel: sio3: not probed (disabled) >> May 18 20:21:51 udns kernel: sn0: not probed (disabled) >> May 18 20:21:51 udns kernel: vga0: at port >> 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >> May 18 20:21:51 udns kernel: vt0: not probed (disabled) >> May 18 20:21:51 udns kernel: isa_probe_children: probing PnP devices >> ... >> May 18 20:21:51 udns kernel: Device configuration finished. >> May 18 20:21:51 udns kernel: procfs registered >> May 18 20:21:51 udns kernel: lapic: Divisor 2, Frequency 49834131 hz >> May 18 20:21:51 udns kernel: Timecounter "TSC" frequency 797345795 Hz >> quality -100 >> May 18 20:21:51 udns kernel: Timecounters tick every 1.000 msec >> May 18 20:21:51 udns kernel: lo0: bpf attached >> May 18 20:21:51 udns kernel: hptrr: no controller detected. >> May 18 20:21:51 udns kernel: Waiting 5 seconds for SCSI devices to settle >> ... >> May 18 20:21:51 udns kernel: SMP: AP CPU #1 Launched! >> May 18 20:21:51 udns kernel: cpu1 AP: >> May 18 20:21:51 udns kernel: ID: 0x01000000 VER: 0x00040011 LDR: >> 0x00000000 DFR: 0xffffffff >> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: >> 0x00000000 SVR: 0x000001ff >> May 18 20:21:51 udns kernel: timer: 0x000200ef therm: 0x00000000 err: >> 0x00010000 pcm: 0x00010000 >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 1 to local APIC 0 >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 4 to local APIC 1 >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 6 to local APIC 0 >> May 18 20:21:51 udns kernel: ioapic0: Assigning PCI IRQ 10 to local APIC 1 >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 12 to local APIC 0 >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 14 to local APIC 1 >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 15 to local APIC 0 >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 20 to local APIC 1 >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 25 to local APIC 0 >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 26 to local APIC 1 >> >> > >> > -- >> > Paul >> > _______________________________________________ >> > freebsd-stable@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > >> >> >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- > Robert Noland > FreeBSD > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 17:22:09 2009 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3441010656FC for ; Tue, 19 May 2009 17:22:09 +0000 (UTC) (envelope-from hopet@ics.muni.cz) Received: from minas.ics.muni.cz (minas.ics.muni.cz [147.251.4.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7155F8FC08 for ; Tue, 19 May 2009 17:22:08 +0000 (UTC) (envelope-from hopet@ics.muni.cz) Received: from KLOBOUCEK (w54-160.fi.muni.cz [147.251.54.160]) (authenticated user=hopet@ICS.MUNI.CZ bits=0) by minas.ics.muni.cz (8.13.8/8.13.8/SuSE Linux 0.8) with ESMTP id n4JGw8kH008686 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Tue, 19 May 2009 18:58:08 +0200 From: "Petr Holub" To: Date: Tue, 19 May 2009 18:58:03 +0200 Message-ID: <000501c9d8a2$fc512e10$f4f38a30$@muni.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcnYovSwWXc5WU3aRRuDWQJnOBg2lw== Content-Language: cs X-Muni-Spam-TestIP: 147.251.54.160 X-Muni-Envelope-From: hopet@ics.muni.cz X-Muni-Virus-Test: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (minas.ics.muni.cz [147.251.4.35]); Tue, 19 May 2009 18:58:08 +0200 (CEST) Cc: Subject: 7.2-RELEASE kernel panic on Atheros card insert on T61p X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 17:22:11 -0000 Hi all, I'm getting deterministic kernel panics on Lenovo T61p laptop when inserting Athreos-based wifi card. Details are given below. Let me know if you need something more to debug the panic. Thanks, Petr GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... Unread portion of the kernel message buffer: cardbus0: Expecting link target, got 0x0 ath0: mem 0xbfeb0000-0xbfebffff irq 16 at device 0.0 on cardbus0 ath0: [ITHREAD] Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x20:0x0 stack pointer = 0x28:0xc6b919fc frame pointer = 0x28:0xc6b91a10 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 40 (cbb0 event thread) trap number = 12 panic: page fault cpuid = 0 Uptime: 40s Physical memory: 3050 MB Dumping 104 MB: 89 73 57 41 25 9 Reading symbols from /boot/kernel/sound.ko...Reading symbols from /boot/kernel/sound.ko.symbols...done. done. Loaded symbols for /boot/kernel/sound.ko Reading symbols from /boot/kernel/snd_hda.ko...Reading symbols from /boot/kernel/snd_hda.ko.symbols...done. done. Loaded symbols for /boot/kernel/snd_hda.ko Reading symbols from /boot/modules/nvidia.ko...done. Loaded symbols for /boot/modules/nvidia.ko Reading symbols from /boot/kernel/linux.ko...Reading symbols from /boot/kernel/linux.ko.symbols...done. done. Loaded symbols for /boot/kernel/linux.ko Reading symbols from /boot/kernel/atapicam.ko...Reading symbols from /boot/kernel/atapicam.ko.symbols...done. done. Loaded symbols for /boot/kernel/atapicam.ko Reading symbols from /boot/kernel/acpi.ko...Reading symbols from /boot/kernel/acpi.ko.symbols...done. done. Loaded symbols for /boot/kernel/acpi.ko Reading symbols from /boot/kernel/ntfs.ko...Reading symbols from /boot/kernel/ntfs.ko.symbols...done. done. Loaded symbols for /boot/kernel/ntfs.ko #0 doadump () at pcpu.h:196 196 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt #0 doadump () at pcpu.h:196 #1 0xc07e25a7 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #2 0xc07e2879 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:574 #3 0xc0ae3ebc in trap_fatal (frame=0xc6b919bc, eva=0) at /usr/src/sys/i386/i386/trap.c:939 #4 0xc0ae4140 in trap_pfault (frame=0xc6b919bc, usermode=0, eva=0) at /usr/src/sys/i386/i386/trap.c:852 #5 0xc0ae4aec in trap (frame=0xc6b919bc) at /usr/src/sys/i386/i386/trap.c:530 #6 0xc0ac91fb in calltrap () at /usr/src/sys/i386/i386/exception.s:159 #7 0x00000000 in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) info threads 78 Thread 100104 (PID=912: getty) sched_switch (td=0xc73cb690, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 77 Thread 100101 (PID=901: getty) sched_switch (td=0xc73cbd20, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 76 Thread 100100 (PID=900: getty) sched_switch (td=0xc7666000, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 75 Thread 100099 (PID=899: getty) sched_switch (td=0xc7666230, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 74 Thread 100098 (PID=898: getty) sched_switch (td=0xc7666460, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 73 Thread 100097 (PID=897: getty) sched_switch (td=0xc7666690, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 72 Thread 100096 (PID=896: getty) sched_switch (td=0xc76668c0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 71 Thread 100095 (PID=895: getty) sched_switch (td=0xc7666af0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 70 Thread 100092 (PID=892: sleep) sched_switch (td=0xc7667230, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 69 Thread 100091 (PID=891: sh) sched_switch (td=0xc7667460, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 68 Thread 100063 (PID=890: logger) sched_switch (td=0xc7233230, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 67 Thread 100087 (PID=889: sh) sched_switch (td=0xc73c9690, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 66 Thread 100060 (PID=852: cron) sched_switch (td=0xc72338c0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 65 Thread 100064 (PID=846: sendmail) sched_switch (td=0xc6ed2af0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 64 Thread 100061 (PID=842: sendmail) sched_switch (td=0xc7233690, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 63 Thread 100066 (PID=836: sshd) sched_switch (td=0xc7230d20, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 62 Thread 100058 (PID=744: moused) sched_switch (td=0xc7233af0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 61 Thread 100082 (PID=673: syslogd) sched_switch (td=0xc73ca230, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 60 Thread 100072 (PID=607: devd) sched_switch (td=0xc7230460, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 59 Thread 100062 (PID=185: adjkerntz) sched_switch (td=0xc7233460, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 58 Thread 100056 (PID=57: softdepflush) sched_switch (td=0xc71c9000, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 57 Thread 100055 (PID=56: syncer) sched_switch (td=0xc71c9230, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 56 Thread 100054 (PID=55: vnlru) sched_switch (td=0xc71c9460, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 55 Thread 100053 (PID=54: bufdaemon) sched_switch (td=0xc71c9690, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 54 Thread 100052 (PID=53: pagezero) sched_switch (td=0xc71c98c0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 53 Thread 100051 (PID=52: vmdaemon) sched_switch (td=0xc71c9af0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 52 Thread 100050 (PID=51: pagedaemon) sched_switch (td=0xc71c9d20, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 51 Thread 100049 (PID=50: sctp_iterator) sched_switch (td=0xc6e84690, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 50 Thread 100048 (PID=49: swi0: sio) fork_trampoline () at /usr/src/sys/i386/i386/exception.s:261 49 Thread 100047 (PID=48: irq12: psm0) sched_switch (td=0xc6e84af0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 48 Thread 100046 (PID=47: irq1: atkbd0) sched_switch (td=0xc6e84d20, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 47 Thread 100045 (PID=46: acpi_cooling1) sched_switch (td=0xc6ed1000, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 46 Thread 100044 (PID=45: acpi_thermal) sched_switch (td=0xc6ed1230, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 45 Thread 100043 (PID=44: irq15: ata1) sched_switch (td=0xc6ed1460, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 44 Thread 100042 (PID=43: irq14: ata0) sched_switch (td=0xc6ed1690, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 43 Thread 100041 (PID=42: fw0_probe) sched_switch (td=0xc6ed18c0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 42 Thread 100040 (PID=41: fw0_taskq) sched_switch (td=0xc6ed1af0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 * 41 Thread 100039 (PID=40: cbb0 event thread) doadump () at pcpu.h:196 40 Thread 100038 (PID=39: usb6) sched_switch (td=0xc6ed2000, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 39 Thread 100037 (PID=38: irq19: ehci1) sched_switch (td=0xc6dbdd20, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 38 Thread 100036 (PID=37: usb5) sched_switch (td=0xc6e83000, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 37 Thread 100035 (PID=36: irq18: uhci4) fork_trampoline () at /usr/src/sys/i386/i386/exception.s:261 36 Thread 100034 (PID=35: usb4) sched_switch (td=0xc6e83460, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 35 Thread 100033 (PID=34: usb3) sched_switch (td=0xc6e83690, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 34 Thread 100032 (PID=33: irq17: hdac0 uhci+) sched_switch (td=0xc6e838c0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 33 Thread 100031 (PID=32: usb2) sched_switch (td=0xc6e83af0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 32 Thread 100030 (PID=31: irq22: ehci0) sched_switch (td=0xc6e83d20, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 31 Thread 100029 (PID=30: usb1) sched_switch (td=0xc6e84000, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 30 Thread 100028 (PID=29: irq21: uhci1) fork_trampoline () at /usr/src/sys/i386/i386/exception.s:261 29 Thread 100027 (PID=28: usbtask-dr) sched_switch (td=0xc6e84460, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 28 Thread 100026 (PID=27: usbtask-hc) sched_switch (td=0xc6ce5690, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 27 Thread 100025 (PID=26: usb0) sched_switch (td=0xc6ce58c0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 26 Thread 100024 (PID=25: irq20: uhci0) sched_switch (td=0xc6ce5af0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 25 Thread 100023 (PID=24: em0 taskq) sched_switch (td=0xc6ce5d20, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 24 Thread 100022 (PID=23: irq16: nvidia0+++) sched_switch (td=0xc6dbd000, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 23 Thread 100021 (PID=22: irq9: acpi0) sched_switch (td=0xc6dbd230, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 22 Thread 100020 (PID=21: kqueue taskq) sched_switch (td=0xc6dbd460, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 21 Thread 100019 (PID=20: swi6: task queue) sched_switch (td=0xc6dbd690, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 20 Thread 100018 (PID=19: swi6: Giant taskq) sched_switch (td=0xc6dbd8c0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 19 Thread 100017 (PID=9: acpi_task_2) sched_switch (td=0xc6dbdaf0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 18 Thread 100016 (PID=8: acpi_task_1) sched_switch (td=0xc6c9b230, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 17 Thread 100015 (PID=7: acpi_task_0) sched_switch (td=0xc6c9b460, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 16 Thread 100014 (PID=6: thread taskq) sched_switch (td=0xc6c9b690, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 15 Thread 100013 (PID=18: swi5: +) fork_trampoline () at /usr/src/sys/i386/i386/exception.s:261 14 Thread 100012 (PID=17: swi2: cambio) sched_switch (td=0xc6c9baf0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 13 Thread 100011 (PID=5: xpt_thrd) sched_switch (td=0xc6c9bd20, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 12 Thread 100010 (PID=16: yarrow) sched_switch (td=0xc6ce5000, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 11 Thread 100009 (PID=4: g_down) sched_switch (td=0xc6ce5230, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 10 Thread 100008 (PID=3: g_up) sched_switch (td=0xc6ce5460, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 9 Thread 100007 (PID=2: g_event) sched_switch (td=0xc6c99000, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 8 Thread 100006 (PID=15: swi3: vm) fork_trampoline () at /usr/src/sys/i386/i386/exception.s:261 7 Thread 100005 (PID=14: swi4: clock sio) sched_switch (td=0xc6c90a00, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 6 Thread 100004 (PID=13: swi1: net) fork_trampoline () at /usr/src/sys/i386/i386/exception.s:261 5 Thread 100003 (PID=12: idle: cpu0) sched_switch (td=0xc6c998c0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 4 Thread 100002 (PID=11: idle: cpu1) sched_switch (td=0xc6c99af0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 3 Thread 100001 (PID=1: init) sched_switch (td=0xc6c99d20, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 2 Thread 100000 (PID=10: audit) sched_switch (td=0xc6c9b000, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 1 Thread 0 (PID=0: swapper) sched_switch (td=0xc0cae1e0, newtd=Variable "newtd" is not available. ) at /usr/src/sys/kern/sched_ule.c:1944 From owner-freebsd-stable@FreeBSD.ORG Tue May 19 17:29:16 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D40251065677 for ; Tue, 19 May 2009 17:29:16 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 58BFD8FC27 for ; Tue, 19 May 2009 17:29:16 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4JHTDg3042529; Tue, 19 May 2009 21:29:13 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Tue, 19 May 2009 21:29:13 +0400 (MSD) From: Dmitry Morozovsky To: Dimitry Andric In-Reply-To: <4A12E929.4040406@andric.com> Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A11A666.3030407@andric.com> <4A12E929.4040406@andric.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Tue, 19 May 2009 21:29:13 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 17:29:17 -0000 On Tue, 19 May 2009, Dimitry Andric wrote: DA> > Would you please also post diff to RELENG_7 there? DA> DA> http://www.andric.com/freebsd/zfs13/r192269/zfs_mfc-r192269.diff.bz2 DA> DA> This diff should apply with no fuzz and no rejects to RELENG_7 as of DA> r192386 (2009-05-19 15:33:41 UTC). For earlier or later revisions, no DA> warranty. ;) Thank you, will try tonight! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Tue May 19 17:41:19 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48ED9106568C; Tue, 19 May 2009 17:41:19 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id 27AE38FC29; Tue, 19 May 2009 17:41:16 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4JHf9Gu024344; Tue, 19 May 2009 10:41:15 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4JHf9DJ024343; Tue, 19 May 2009 10:41:09 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 19 May 2009 10:41:08 -0700 Message-ID: <20090519104108.rokonoirmswg48wc@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 19 May 2009 10:41:08 -0700 From: Chris H To: Robert Noland References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> In-Reply-To: <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 17:41:20 -0000 Quoting Chris H : > Quoting Robert Noland : > >> On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: >>> Quoting "Paul B. Mahol" : >>> >>> > On 5/19/09, Chris H wrote: >>> >> Quoting Chris H : >>> >> >>> >>> Quoting Chris H : >>> >>> >>> >>>> Greetings, >>> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >>> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with >>> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), >>> >>>> I've seen only a few discussions regarding this, but no joy. >>> >>>> >>> >>>> I'm not sure what to post for additional information. So I'll >>> >>>> provide the output of dmesg(8), and Xorg.0.log via links. >>> >>>> >>> >>>> Thank you for all your time and consideration in this matter. >>> >>>> >>> >>>> Sincerely, >>> >>>> Chris H >>> >>>> >>> >>>> Xorg log: >>> >>>> http://codewarehouse.NET/output/Xorg.0.log >>> >>>> >>> >>>> relevent dmesg(8) output: >>> >>>> http://codewarehouse.NET/output/dmesg.output >>> >>> >>> >>> OOPS! I guess the xorg config might be useful: >>> >>> http://codewarehouse.NET/output/xorg.conf.nvidia >>> >>> >>> >>>> >>> >> SIGH... Seems that the registrar isn't paying attention. >>> >> They happily accepted my money, but forgot to renew the domain. >>> >> >>> >> So here's trying to attach the files... >>> > >>> > That message appears for me only when I use xf86-video-vesa driver. >>> >>> I see. Well I'm specifically using the nv driver. Here's another >>> attempt to provide the relevant info: >> >> You have more than one card in the machine, which might be confusing >> things. The mtrr failure is caused by how your bios sets up memory >> regions. It should only impact performance. >> >> Exactly what issue are you seeing? > > I'm seeing a black screen on ctl-alt-f9 (tty8) > I'm seeing the message listed as this thread topic on tty0 (ctl-alt-f1). > The proceedure theat led me here is: > Xorg -configure > edit /root/xorg.config.new (move all the ati related stuff to xorg.conf.ati). > Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. > exec Xorg -config /etc/X11/xorg.conf.nvidia > > The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced > to ctl-alt-f1 (where I read the error message) then use ctl-C - > which kills Xorg, and returns me to a working console. > > Thank you Robert, for taking the time to respond. > > --Chris H I might also add that the ati (Mach64) is an onboard controller, and the BIOS provides no means to shut it off, nor is there a shunt on the MB to disable it. I have never had any trouble in the past in these situations, as FreeBSD has always known how to handle things (even when the BIOS doesn't ;-) ). Thanks again. --Chris H > >> >> robert. >> >>> Xorg log: >>> X.Org X Server 1.6.0 >>> Release Date: 2009-2-25 >>> X Protocol Version 11, Revision 0 >>> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >>> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 >>> 14:37:25 UTC 2009 >>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >>> Build Date: 16 May 2009 07:15:01AM >>> >>> Before reporting problems, check http://wiki.x.org >>> to make sure that you have the latest version. >>> Markers: (--) probed, (**) from config file, (==) default setting, >>> (++) from command line, (!!) notice, (II) informational, >>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >>> (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 2009 >>> (++) Using config file: "/etc/X11/xorg.conf.nvidia" >>> (==) ServerLayout "X.org Configured" >>> (**) |-->Screen "Screen0" (0) >>> (**) | |-->Monitor "Monitor1" >>> (**) | |-->Device "Card1" >>> (**) |-->Input Device "Mouse0" >>> (**) |-->Input Device "Keyboard0" >>> (**) Option "AllowEmptyInput" "false" >>> (==) Automatically adding devices >>> (==) Automatically enabling devices >>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >>> Entry deleted from font path. >>> (WW) `fonts.dir' not found (or not valid) in >>> "/usr/local/lib/X11/fonts/100dpi/". >>> Entry deleted from font path. >>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >>> (WW) `fonts.dir' not found (or not valid) in >>> "/usr/local/lib/X11/fonts/75dpi/". >>> Entry deleted from font path. >>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >>> Entry deleted from font path. >>> (WW) `fonts.dir' not found (or not valid) in >>> "/usr/local/lib/X11/fonts/100dpi/". >>> Entry deleted from font path. >>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >>> (WW) `fonts.dir' not found (or not valid) in >>> "/usr/local/lib/X11/fonts/75dpi/". >>> Entry deleted from font path. >>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >>> (**) FontPath set to: >>> /usr/local/lib/X11/fonts/misc/, >>> /usr/local/lib/X11/fonts/TTF/, >>> /usr/local/lib/X11/fonts/OTF, >>> /usr/local/lib/X11/fonts/misc/, >>> /usr/local/lib/X11/fonts/TTF/, >>> /usr/local/lib/X11/fonts/OTF, >>> built-ins >>> (**) ModulePath set to "/usr/local/lib/xorg/modules" >>> (II) Loader magic: 0x6a0 >>> (II) Module ABI versions: >>> X.Org ANSI C Emulation: 0.4 >>> X.Org Video Driver: 5.0 >>> X.Org XInput driver : 4.0 >>> X.Org Server Extension : 2.0 >>> (II) Loader running on freebsd >>> (--) Using syscons driver with X support (version 2.0) >>> (--) using VT number 9 >>> >>> (!!) More than one possible primary device found >>> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ >>> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ >>> 0x????????/131072 >>> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, >>> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, >>> BIOS @ 0x????????/131072 >>> (II) System resource ranges: >>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >>> (II) "extmod" will be loaded. This was enabled by default and also >>> specified in the config file. >>> (II) "dbe" will be loaded. This was enabled by default and also >>> specified in the config file. >>> (II) "glx" will be loaded. This was enabled by default and also >>> specified in the config file. >>> (II) "record" will be loaded. This was enabled by default and also >>> specified in the config file. >>> (II) "dri" will be loaded. This was enabled by default and also >>> specified in the config file. >>> (II) "dri2" will be loaded. This was enabled by default and also >>> specified in the config file. >>> (II) LoadModule: "extmod" >>> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so >>> (II) Module extmod: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 1.0.0 >>> Module class: X.Org Server Extension >>> ABI class: X.Org Server Extension, version 2.0 >>> (II) Loading extension MIT-SCREEN-SAVER >>> (II) Loading extension XFree86-VidModeExtension >>> (II) Loading extension XFree86-DGA >>> (II) Loading extension DPMS >>> (II) Loading extension XVideo >>> (II) Loading extension XVideo-MotionCompensation >>> (II) Loading extension X-Resource >>> (II) LoadModule: "record" >>> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so >>> (II) Module record: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 1.13.0 >>> Module class: X.Org Server Extension >>> ABI class: X.Org Server Extension, version 2.0 >>> (II) Loading extension RECORD >>> (II) LoadModule: "dbe" >>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so >>> (II) Module dbe: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 1.0.0 >>> Module class: X.Org Server Extension >>> ABI class: X.Org Server Extension, version 2.0 >>> (II) Loading extension DOUBLE-BUFFER >>> (II) LoadModule: "extmod" >>> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so >>> (II) Loading extension MIT-SCREEN-SAVER >>> (II) Loading extension XFree86-VidModeExtension >>> (II) Loading extension DPMS >>> (II) Loading extension XVideo >>> (II) Loading extension XVideo-MotionCompensation >>> (II) Loading extension X-Resource >>> (II) LoadModule: "glx" >>> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so >>> (II) Module glx: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 1.0.0 >>> ABI class: X.Org Server Extension, version 2.0 >>> (==) AIGLX disabled >>> (II) Loading extension GLX >>> (II) LoadModule: "dri" >>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so >>> (II) Module dri: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 1.0.0 >>> ABI class: X.Org Server Extension, version 2.0 >>> (II) Loading extension XFree86-DRI >>> (II) LoadModule: "dri2" >>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so >>> (II) Module dri2: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 1.0.0 >>> ABI class: X.Org Server Extension, version 2.0 >>> (II) Loading extension DRI2 >>> (II) LoadModule: "nv" >>> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so >>> (II) Module nv: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 2.1.13 >>> Module class: X.Org Video Driver >>> ABI class: X.Org Video Driver, version 5.0 >>> (II) LoadModule: "mouse" >>> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so >>> (II) Module mouse: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 1.4.0 >>> Module class: X.Org XInput Driver >>> ABI class: X.Org XInput driver, version 4.0 >>> (II) LoadModule: "kbd" >>> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so >>> (II) Module kbd: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 1.3.2 >>> Module class: X.Org XInput Driver >>> ABI class: X.Org XInput driver, version 4.0 >>> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, >>> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, >>> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, >>> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, >>> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, >>> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, >>> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, >>> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, >>> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, >>> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, >>> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, >>> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, >>> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, >>> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, >>> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, >>> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, >>> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, >>> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, >>> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, >>> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, >>> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, >>> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, >>> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, >>> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, >>> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, >>> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, >>> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, >>> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, >>> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, >>> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, >>> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, >>> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, >>> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, >>> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, >>> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, >>> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, >>> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, >>> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, >>> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, >>> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, >>> Quadro FX 540, GeForce 6200, GeForce 6500, >>> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), >>> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, >>> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, >>> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, >>> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, >>> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, >>> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, >>> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, >>> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, >>> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, >>> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, >>> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, >>> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, >>> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, >>> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, >>> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, >>> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, >>> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, >>> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, >>> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, >>> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, >>> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, >>> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, >>> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, >>> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, >>> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, >>> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, >>> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, >>> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, >>> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, >>> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, >>> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, >>> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, >>> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, >>> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, >>> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, >>> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M >>> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at 01@00:02:0 >>> (II) resource ranges after probing: >>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >>> (II) Loading sub module "int10" >>> (II) LoadModule: "int10" >>> (II) Loading /usr/local/lib/xorg/modules//libint10.so >>> (II) Module int10: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 1.0.0 >>> ABI class: X.Org Video Driver, version 5.0 >>> (II) NV(0): Initializing int10 >>> (==) NV(0): Write-combining range (0xa0000,0x20000) was already clear >>> (==) NV(0): Write-combining range (0xc0000,0x40000) was already clear >>> (--) NV(0): Chipset: "GeForce4 MX 440" >>> (**) NV(0): Depth 24, (--) framebuffer bpp 32 >>> (==) NV(0): RGB weight 888 >>> (==) NV(0): Default visual is TrueColor >>> (II) Loading sub module "vgahw" >>> (II) LoadModule: "vgahw" >>> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so >>> (II) Module vgahw: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 0.1.0 >>> ABI class: X.Org Video Driver, version 5.0 >>> (**) NV(0): Option "CrtcNumber" "0" >>> (==) NV(0): Using HW cursor >>> (--) NV(0): Linear framebuffer at 0xF0000000 >>> (--) NV(0): MMIO registers at 0xFD000000 >>> (II) Loading sub module "i2c" >>> (II) LoadModule: "i2c" >>> (II) Module "i2c" already built-in >>> (II) Loading sub module "ddc" >>> (II) LoadModule: "ddc" >>> (II) Module "ddc" already built-in >>> (II) NV(0): I2C bus "DDC" initialized. >>> (II) NV(0): Probing for analog device on output A... >>> (--) NV(0): ...found one >>> (II) NV(0): Probing for analog device on output B... >>> (--) NV(0): ...can't find one >>> (II) NV(0): Probing for EDID on I2C bus A... >>> (II) NV(0): I2C device "DDC:E-EDID segment register" registered at >>> address 0x60. >>> (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. >>> (--) NV(0): DDC detected a CRT: >>> (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 >>> (II) NV(0): Year: 1999 Week: 11 >>> (II) NV(0): EDID Version: 1.1 >>> (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V >>> (II) NV(0): Sync: Separate Composite SyncOnGreen >>> (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 >>> (II) NV(0): Gamma: 2.05 >>> (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display >>> (II) NV(0): GTF timings supported >>> (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 >>> (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 >>> (II) NV(0): Supported VESA Video Modes: >>> (II) NV(0): 720x400@70Hz >>> (II) NV(0): 720x400@88Hz >>> (II) NV(0): 640x480@60Hz >>> (II) NV(0): 640x480@67Hz >>> (II) NV(0): 640x480@72Hz >>> (II) NV(0): 640x480@75Hz >>> (II) NV(0): 800x600@56Hz >>> (II) NV(0): 800x600@60Hz >>> (II) NV(0): 800x600@72Hz >>> (II) NV(0): 800x600@75Hz >>> (II) NV(0): 832x624@75Hz >>> (II) NV(0): 1024x768@60Hz >>> (II) NV(0): 1024x768@70Hz >>> (II) NV(0): 1024x768@75Hz >>> (II) NV(0): 1280x1024@75Hz >>> (II) NV(0): 1152x870@75Hz >>> (II) NV(0): Manufacturer's mask: 0 >>> (II) NV(0): Supported Future Video Modes: >>> (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 >>> (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 >>> (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 >>> (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 >>> (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 >>> (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 >>> (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 >>> (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 >>> (II) NV(0): Supported additional Video Mode: >>> (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm >>> (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_end >>> 2208 h_border: 0 >>> (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blanking: >>> 1344 v_border: 0 >>> (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 kHz, >>> PixClock max 290 MHz >>> (II) NV(0): Monitor name: PressView XL >>> (II) NV(0): Serial No: 903500844 >>> (II) NV(0): EDID (in hex): >>> (II) NV(0): 00ffffffffffff00489315214c030000 >>> (II) NV(0): 0b0901010e261c69e90488a0574a9b26 >>> (II) NV(0): 12484cffef80455961598199a959c290 >>> (II) NV(0): 71598b4fa94f886240606200405080b0 >>> (II) NV(0): 13007c1d1100001e000000fd0032981e >>> (II) NV(0): 731d000a202020202020000000fc0050 >>> (II) NV(0): 726573735669657720584c0a000000ff >>> (II) NV(0): 003930333530303834340a2020200078 >>> (II) NV(0): Probing for EDID on I2C bus B... >>> (II) NV(0): ... none found >>> (--) NV(0): CRTC 0 appears to have a CRT attached >>> (**) NV(0): Forcing CRTCNumber 0 as specified >>> (II) NV(0): Using CRT on CRTC 0 >>> (II) NV(0): EDID vendor "RDS", prod id 8469 >>> (II) NV(0): Using EDID range info for horizontal sync >>> (II) NV(0): Using EDID range info for vertical refresh >>> (II) NV(0): Printing DDC gathered Modelines: >>> (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 2208 1280 >>> 1281 1284 1344 +hsync +vsync (114.2 kHz) >>> (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 >>> 605 628 +hsync +vsync (37.9 kHz) >>> (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 >>> 603 625 +hsync +vsync (35.2 kHz) >>> (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 >>> 484 500 -hsync -vsync (37.5 kHz) >>> (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 >>> 492 520 -hsync -vsync (37.9 kHz) >>> (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 >>> 486 525 -hsync -vsync (35.0 kHz) >>> (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 >>> 492 525 -hsync -vsync (31.5 kHz) >>> (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 >>> 423 449 -hsync -vsync (39.4 kHz) >>> (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 >>> 414 449 -hsync +vsync (31.5 kHz) >>> (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 >>> 1025 1028 1066 +hsync +vsync (80.0 kHz) >>> (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 >>> 769 772 800 +hsync +vsync (60.0 kHz) >>> (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 >>> 771 777 806 -hsync -vsync (56.5 kHz) >>> (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 >>> 771 777 806 -hsync -vsync (48.4 kHz) >>> (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 >>> 628 667 -hsync -vsync (49.7 kHz) >>> (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 >>> 604 625 +hsync +vsync (46.9 kHz) >>> (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 >>> 643 666 +hsync +vsync (48.1 kHz) >>> (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 >>> 865 868 900 +hsync +vsync (67.5 kHz) >>> (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 >>> 604 631 +hsync +vsync (53.7 kHz) >>> (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 >>> 769 772 808 +hsync +vsync (68.7 kHz) >>> (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 >>> 1025 1028 1072 +hsync +vsync (91.1 kHz) >>> (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 2160 1200 >>> 1201 1204 1250 +hsync +vsync (106.2 kHz) >>> (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 >>> 1201 1204 1250 +hsync +vsync (93.8 kHz) >>> (--) NV(0): VideoRAM: 65536 kBytes >>> (==) NV(0): Using gamma correction (1.0, 1.0, 1.0) >>> (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz >>> (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz >>> (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz >>> (II) NV(0): Clock range: 12.00 to 350.00 MHz >>> (II) NV(0): Not using default mode "1024x768" (bad mode >>> clock/interlace/doublescan) >>> (II) NV(0): Not using default mode "512x384" (bad mode >>> clock/interlace/doublescan) >>> (II) NV(0): Not using default mode "1920x1440" (mode clock too high) >>> (II) NV(0): Not using default mode "1920x1440" (hsync out of range) >>> (II) NV(0): Not using default mode "960x720" (hsync out of range) >>> (II) NV(0): Not using default mode "2048x1536" (hsync out of range) >>> (II) NV(0): Not using default mode "1024x768" (hsync out of range) >>> (II) NV(0): Not using default mode "2048x1536" (bad mode >>> clock/interlace/doublescan) >>> (II) NV(0): Not using default mode "1024x768" (hsync out of range) >>> (II) NV(0): Not using mode "1152x864" (no mode of this name) >>> (II) NV(0): Not using default mode "2048x1536" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1920x1440" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1856x1392" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1856x1392" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1792x1344" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1792x1344" (width too large for >>> virtual size) >>> (II) NV(0): Not using driver mode "1600x1280" (width too large for >>> virtual size) >>> (II) NV(0): Not using driver mode "1600x1200" (width too large for >>> virtual size) >>> (II) NV(0): Not using driver mode "1600x1200" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1600x1200" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1600x1200" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1600x1200" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1600x1200" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1600x1200" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1400x1050" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1400x1050" (width too large for >>> virtual size) >>> (II) NV(0): Not using driver mode "1280x1024" (width too large for >>> virtual size) >>> (II) NV(0): Not using driver mode "1280x1024" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1280x1024" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1280x1024" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1280x1024" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1280x960" (width too large for >>> virtual size) >>> (II) NV(0): Not using default mode "1280x960" (width too large for >>> virtual size) >>> (--) NV(0): Virtual size is 1152x864 (pitch 1152) >>> (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz >>> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 >>> 865 868 900 +hsync +vsync (67.5 kHz) >>> (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz >>> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 >>> 865 868 900 +hsync +vsync (67.5 kHz) >>> (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz >>> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 >>> 769 772 808 +hsync +vsync (68.7 kHz) >>> (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz >>> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 >>> 769 772 800 +hsync +vsync (60.0 kHz) >>> (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz >>> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 >>> 771 777 806 -hsync -vsync (56.5 kHz) >>> (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz >>> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 >>> 771 777 806 -hsync -vsync (48.4 kHz) >>> (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz >>> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 >>> 769 772 808 +hsync +vsync (68.7 kHz) >>> (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz >>> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 >>> 769 772 800 +hsync +vsync (60.0 kHz) >>> (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz >>> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 >>> 771 777 806 -hsync -vsync (56.5 kHz) >>> (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D) >>> (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 >>> 768 770 794 doublescan -hsync +vsync (95.3 kHz) >>> (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz >>> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 >>> 771 777 806 -hsync -vsync (48.4 kHz) >>> (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz (D) >>> (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 >>> 720 722 750 doublescan -hsync +vsync (112.5 kHz) >>> (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D) >>> (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 >>> 720 722 750 doublescan -hsync +vsync (90.0 kHz) >>> (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz (D) >>> (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 >>> 698 750 doublescan -hsync +vsync (112.5 kHz) >>> (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D) >>> (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 >>> 698 719 doublescan -hsync +vsync (86.4 kHz) >>> (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D) >>> (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 >>> 674 708 doublescan -hsync +vsync (106.3 kHz) >>> (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D) >>> (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 >>> 674 697 doublescan -hsync +vsync (83.7 kHz) >>> (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz >>> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 >>> 628 667 -hsync -vsync (49.7 kHz) >>> (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz >>> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 >>> 628 667 -hsync -vsync (49.7 kHz) >>> (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz >>> (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 >>> 604 631 +hsync +vsync (53.7 kHz) >>> (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz >>> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 >>> 604 625 +hsync +vsync (46.9 kHz) >>> (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz >>> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 >>> 643 666 +hsync +vsync (48.1 kHz) >>> (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz >>> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 >>> 605 628 +hsync +vsync (37.9 kHz) >>> (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz >>> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 >>> 603 625 +hsync +vsync (35.2 kHz) >>> (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz >>> (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 >>> 604 631 +hsync +vsync (53.7 kHz) >>> (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D) >>> (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 >>> 602 625 doublescan +hsync +vsync (106.2 kHz) >>> (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz >>> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 >>> 604 625 +hsync +vsync (46.9 kHz) >>> (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D) >>> (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 >>> 602 625 doublescan +hsync +vsync (93.8 kHz) >>> (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz >>> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 >>> 643 666 +hsync +vsync (48.1 kHz) >>> (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D) >>> (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 >>> 602 625 doublescan +hsync +vsync (87.5 kHz) >>> (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) >>> (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 >>> 602 625 doublescan +hsync +vsync (81.2 kHz) >>> (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz >>> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 >>> 605 628 +hsync +vsync (37.9 kHz) >>> (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) >>> (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 >>> 602 625 doublescan +hsync +vsync (75.0 kHz) >>> (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz >>> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 >>> 603 625 +hsync +vsync (35.2 kHz) >>> (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) >>> (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 >>> 532 545 doublescan +hsync +vsync (81.5 kHz) >>> (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) >>> (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 >>> 532 541 doublescan +hsync +vsync (64.9 kHz) >>> (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D) >>> (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 >>> 514 536 doublescan +hsync +vsync (91.1 kHz) >>> (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) >>> (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 >>> 514 533 doublescan +hsync +vsync (80.0 kHz) >>> (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) >>> (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 >>> 514 533 doublescan +hsync +vsync (64.0 kHz) >>> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz >>> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 >>> 484 500 -hsync -vsync (37.5 kHz) >>> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz >>> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 >>> 492 520 -hsync -vsync (37.9 kHz) >>> (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz >>> (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 >>> 486 525 -hsync -vsync (35.0 kHz) >>> (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz >>> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 >>> 492 525 -hsync -vsync (31.5 kHz) >>> (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D) >>> (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 >>> 482 505 doublescan +hsync +vsync (85.9 kHz) >>> (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz >>> (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 >>> 484 509 -hsync -vsync (43.3 kHz) >>> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz >>> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 >>> 484 500 -hsync -vsync (37.5 kHz) >>> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz >>> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 >>> 492 520 -hsync -vsync (37.9 kHz) >>> (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) >>> (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 >>> 482 500 doublescan +hsync +vsync (60.0 kHz) >>> (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz >>> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 >>> 492 525 -hsync -vsync (31.5 kHz) >>> (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz >>> (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 >>> 423 449 -hsync -vsync (39.4 kHz) >>> (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz >>> (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 >>> 414 449 -hsync +vsync (31.5 kHz) >>> (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz >>> (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 >>> 404 446 -hsync +vsync (37.9 kHz) >>> (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz >>> (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 >>> 404 445 -hsync +vsync (37.9 kHz) >>> (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) >>> (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 >>> 434 450 doublescan +hsync +vsync (67.5 kHz) >>> (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz >>> (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 >>> 385 445 +hsync -vsync (37.9 kHz) >>> (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) >>> (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 >>> 386 404 doublescan +hsync +vsync (68.7 kHz) >>> (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) >>> (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 >>> 386 400 doublescan +hsync +vsync (60.0 kHz) >>> (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) >>> (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 >>> 388 403 doublescan -hsync -vsync (56.5 kHz) >>> (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) >>> (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 >>> 388 403 doublescan -hsync -vsync (48.4 kHz) >>> (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) >>> (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 >>> 314 333 doublescan -hsync -vsync (49.7 kHz) >>> (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) >>> (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 >>> 302 315 doublescan +hsync +vsync (53.7 kHz) >>> (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) >>> (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 >>> 302 312 doublescan +hsync +vsync (46.9 kHz) >>> (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) >>> (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 >>> 321 333 doublescan +hsync +vsync (48.1 kHz) >>> (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) >>> (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 >>> 302 314 doublescan +hsync +vsync (37.9 kHz) >>> (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) >>> (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 >>> 301 312 doublescan +hsync +vsync (35.2 kHz) >>> (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) >>> (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 >>> 242 254 doublescan -hsync -vsync (43.3 kHz) >>> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) >>> (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 >>> 242 250 doublescan -hsync -vsync (37.5 kHz) >>> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) >>> (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 >>> 246 260 doublescan -hsync -vsync (37.9 kHz) >>> (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) >>> (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 >>> 246 262 doublescan -hsync -vsync (31.5 kHz) >>> (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) >>> (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 >>> 202 223 doublescan -hsync +vsync (37.9 kHz) >>> (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) >>> (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 >>> 202 222 doublescan -hsync +vsync (37.9 kHz) >>> (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) >>> (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 >>> 192 222 doublescan +hsync -vsync (37.9 kHz) >>> (**) NV(0): Display dimensions: (380, 280) mm >>> (**) NV(0): DPI set to (77, 78) >>> (II) Loading sub module "fb" >>> (II) LoadModule: "fb" >>> (II) Loading /usr/local/lib/xorg/modules//libfb.so >>> (II) Module fb: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 1.0.0 >>> ABI class: X.Org ANSI C Emulation, version 0.4 >>> (II) Loading sub module "xaa" >>> (II) LoadModule: "xaa" >>> (II) Loading /usr/local/lib/xorg/modules//libxaa.so >>> (II) Module xaa: vendor="X.Org Foundation" >>> compiled for 1.6.0, module version = 1.2.1 >>> ABI class: X.Org Video Driver, version 5.0 >>> (II) Loading sub module "ramdac" >>> (II) LoadModule: "ramdac" >>> (II) Module "ramdac" already built-in >>> (--) Depth 24 pixmap format is 32 bpp >>> (II) do I need RAC? No, I don't. >>> (II) resource ranges after preInit: >>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >>> (II) NV(0): Using XFree86 Acceleration Architecture (XAA) >>> Screen to screen bit blits >>> Solid filled rectangles >>> 8x8 mono pattern filled rectangles >>> Indirect CPU to Screen color expansion >>> Solid Lines >>> Scanline Image Writes >>> Setting up tile and stipple cache: >>> 32 128x128 slots >>> 32 256x256 slots >>> 16 512x512 slots >>> (==) NV(0): Backing store disabled >>> (==) NV(0): Silken mouse enabled >>> (II) NV(0): DPMS enabled >>> (==) RandR enabled >>> (II) Initializing built-in extension Generic Event Extension >>> (II) Initializing built-in extension SHAPE >>> (II) Initializing built-in extension MIT-SHM >>> (II) Initializing built-in extension XInputExtension >>> (II) Initializing built-in extension XTEST >>> (II) Initializing built-in extension BIG-REQUESTS >>> (II) Initializing built-in extension SYNC >>> (II) Initializing built-in extension XKEYBOARD >>> (II) Initializing built-in extension XC-MISC >>> (II) Initializing built-in extension XINERAMA >>> (II) Initializing built-in extension XFIXES >>> (II) Initializing built-in extension RENDER >>> (II) Initializing built-in extension RANDR >>> (II) Initializing built-in extension COMPOSITE >>> (II) Initializing built-in extension DAMAGE >>> (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so >>> (II) GLX: Initialized DRISWRAST GL provider for screen 0 >>> (**) Option "Protocol" "Auto" >>> (**) Mouse0: Device: "/dev/sysmouse" >>> (**) Mouse0: Protocol: "Auto" >>> (**) Option "CorePointer" >>> (**) Mouse0: always reports core events >>> (**) Option "Device" "/dev/sysmouse" >>> (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 >>> (**) Option "ZAxisMapping" "4 5 6 7" >>> (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 >>> (**) Mouse0: Buttons: 11 >>> (**) Option "Resolution" "800" >>> (**) Mouse0: Resolution: 800 >>> (**) Mouse0: Sensitivity: 1 >>> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) >>> (**) Mouse0: (accel) keeping acceleration scheme 1 >>> (**) Mouse0: (accel) filter chain progression: 2.00 >>> (**) Mouse0: (accel) filter stage 0: 20.00 ms >>> (**) Mouse0: (accel) set acceleration profile 0 >>> (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 >>> (II) Mouse0: SetupAuto: protocol is SysMouse >>> (**) Option "CoreKeyboard" >>> (**) Keyboard0: always reports core events >>> (**) Option "Protocol" "standard" >>> (**) Keyboard0: Protocol: standard >>> (**) Option "AutoRepeat" "500 30" >>> (**) Option "XkbRules" "xorg" >>> (**) Keyboard0: XkbRules: "xorg" >>> (**) Option "XkbModel" "pc104" >>> (**) Keyboard0: XkbModel: "pc104" >>> (**) Option "XkbLayout" "us" >>> (**) Keyboard0: XkbLayout: "us" >>> (**) Option "CustomKeycodes" "off" >>> (**) Keyboard0: CustomKeycodes disabled >>> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) >>> >>> xorg.conf: >>> Section "ServerLayout" >>> Identifier "X.org Configured" >>> Screen 0 "Screen0" 0 0 >>> # Screen 1 "Screen1" RightOf "Screen0" >>> InputDevice "Mouse0" "CorePointer" >>> InputDevice "Keyboard0" "CoreKeyboard" >>> EndSection >>> >>> Section "Files" >>> ModulePath "/usr/local/lib/xorg/modules" >>> FontPath "/usr/local/lib/X11/fonts/misc/" >>> FontPath "/usr/local/lib/X11/fonts/TTF/" >>> FontPath "/usr/local/lib/X11/fonts/OTF" >>> FontPath "/usr/local/lib/X11/fonts/Type1/" >>> FontPath "/usr/local/lib/X11/fonts/100dpi/" >>> FontPath "/usr/local/lib/X11/fonts/75dpi/" >>> EndSection >>> >>> Section "Module" >>> Load "extmod" >>> Load "record" >>> Load "dbe" >>> SubSection "extmod" >>> Option "omit xfree86-dga" # don't initialise the DGA extension >>> EndSubSection >>> Load "glx" >>> Load "dri" >>> Load "dri2" >>> EndSection >>> >>> Section "ServerFlags" >>> Option "AllowEmptyInput" "false" >>> EndSection >>> >>> Section "InputDevice" >>> Identifier "Keyboard0" >>> Driver "kbd" >>> Option "AutoRepeat" "500 30" >>> Option "XkbRules" "xorg" >>> Option "XkbModel" "pc104" >>> Option "XkbLayout" "us" >>> EndSection >>> >>> Section "InputDevice" >>> Identifier "Mouse0" >>> Driver "mouse" >>> Option "Protocol" "Auto" >>> Option "Device" "/dev/sysmouse" >>> Option "ZAxisMapping" "4 5 6 7" >>> Option "Resolution" "800" >>> EndSection >>> >>> Section "Monitor" >>> Identifier "Monitor1" >>> VendorName "RDS" >>> ModelName "PressView XL" >>> EndSection >>> >>> Section "Device" >>> ### Available Driver options are:- >>> ### Values: : integer, : float, : "True"/"False", >>> ### : "String", : " Hz/kHz/MHz" >>> ### [arg]: arg optional >>> #Option "SWcursor" # [] >>> #Option "HWcursor" # [] >>> #Option "NoAccel" # [] >>> #Option "ShadowFB" # [] >>> #Option "UseFBDev" # [] >>> #Option "Rotate" # [] >>> #Option "VideoKey" # >>> #Option "FlatPanel" # [] >>> #Option "FPDither" # [] >>> #Option "CrtcNumber" # >>> Option "CrtcNumber" "0" >>> #Option "FPScale" # [] >>> #Option "FPTweak" # >>> #Option "DualHead" # [] >>> Identifier "Card1" >>> Driver "nv" >>> VendorName "nVidia Corporation" >>> BoardName "NV17 [GeForce4 MX 440]" >>> BusID "PCI:1:2:0" >>> EndSection >>> >>> Section "Screen" >>> Identifier "Screen0" >>> Device "Card1" >>> Monitor "Monitor1" >>> DefaultDepth 24 >>> >>> SubSection "Display" >>> Viewport 0 0 >>> Depth 24 >>> Modes "1152x864" "1152x864" "1152x864" >>> EndSubSection >>> EndSection >>> >>> dmesg(8) output: >>> May 18 20:21:51 udns syslogd: kernel boot file is /boot/kernel/kernel >>> May 18 20:21:51 udns kernel: Copyright (c) 1992-2009 The FreeBSD Project. >>> May 18 20:21:51 udns kernel: Copyright (c) 1979, 1980, 1983, 1986, >>> 1988, 1989, 1991, 1992, 1993, 1994 >>> May 18 20:21:51 udns kernel: The Regents of the University of >>> California. All rights reserved. >>> May 18 20:21:51 udns kernel: FreeBSD is a registered trademark of The >>> FreeBSD Foundation. >>> May 18 20:21:51 udns kernel: FreeBSD 7.1-RELEASE #0: Thu Jan 1 >>> 14:37:25 UTC 2009 >>> May 18 20:21:51 udns kernel: >>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC >>> May 18 20:21:51 udns kernel: Preloaded elf kernel "/boot/kernel/kernel" >>> at 0xc0d89000. >>> May 18 20:21:51 udns kernel: Preloaded elf module >>> "/boot/kernel/geom_stripe.ko" at 0xc0d89174. >>> May 18 20:21:51 udns kernel: Calibrating clock(s) ... i8254 clock: >>> 1192975 Hz >>> May 18 20:21:51 udns kernel: CLK_USE_I8254_CALIBRATION not specified - >>> using default frequency >>> May 18 20:21:51 udns kernel: Timecounter "i8254" frequency 1193182 Hz >>> quality 0 >>> May 18 20:21:51 udns kernel: Calibrating TSC clock ... TSC clock: >>> 797345795 Hz >>> May 18 20:21:51 udns kernel: CPU: Intel Pentium III (797.35-MHz >>> 686-class CPU) >>> May 18 20:21:51 udns kernel: Origin = "GenuineIntel" Id = 0x686 >>> Stepping = 6 >>> May 18 20:21:51 udns kernel: >>> Features=0x387fbff >>> May 18 20:21:51 udns kernel: May 18 20:21:51 udns kernel: Instruction >>> TLB: 4 KB pages, 4-way set associative, 32 entries >>> May 18 20:21:51 udns kernel: Instruction TLB: 4 MB pages, fully >>> associative, 2 entries >>> May 18 20:21:51 udns kernel: Data TLB: 4 KB pages, 4-way set >>> associative, 64 entries >>> May 18 20:21:51 udns kernel: 2nd-level cache: 256 KB, 8-way set >>> associative, 32 byte line size >>> May 18 20:21:51 udns kernel: 1st-level instruction cache: 16 KB, 4-way >>> set associative, 32 byte line size >>> May 18 20:21:51 udns kernel: Data TLB: 4 MB Pages, 4-way set >>> associative, 8 entries >>> May 18 20:21:51 udns kernel: 1st-level data cache: 16 KB, 4-way set >>> associative, 32 byte line size >>> May 18 20:21:51 udns kernel: real memory = 1073741824 (1024 MB) >>> May 18 20:21:51 udns kernel: Physical memory chunk(s): >>> May 18 20:21:51 udns kernel: 0x0000000000001000 - 0x000000000009efff, >>> 647168 bytes (158 pages) >>> May 18 20:21:51 udns kernel: 0x0000000000100000 - 0x00000000003fffff, >>> 3145728 bytes (768 pages) >>> May 18 20:21:51 udns kernel: 0x0000000001025000 - 0x000000003edb7fff, >>> 1037643776 bytes (253331 pages) >>> May 18 20:21:51 udns kernel: avail memory = 1037078528 (989 MB) >>> May 18 20:21:51 udns kernel: MP Configuration Table version 1.4 found >>> at 0xc00f0db0 >>> May 18 20:21:51 udns kernel: APIC: Using the MPTable enumerator. >>> May 18 20:21:51 udns kernel: SMP: Added CPU 0 (BSP) >>> May 18 20:21:51 udns kernel: SMP: Added CPU 1 (AP) >>> May 18 20:21:51 udns kernel: MPTable: >>> May 18 20:21:51 udns kernel: INTR: Adding local APIC 1 as a target >>> May 18 20:21:51 udns kernel: FreeBSD/SMP: Multiprocessor System >>> Detected: 2 CPUs >>> May 18 20:21:51 udns kernel: cpu0 (BSP): APIC ID: 0 >>> May 18 20:21:51 udns kernel: cpu1 (AP): APIC ID: 1 >>> May 18 20:21:51 udns kernel: bios32: Found BIOS32 Service Directory >>> header at 0xc00fdb90 >>> May 18 20:21:51 udns kernel: bios32: Entry = 0xfdba0 (c00fdba0) Rev = >>> 0 Len = 1 >>> May 18 20:21:51 udns kernel: pcibios: PCI BIOS entry at 0xf0000+0xdbc1 >>> May 18 20:21:51 udns kernel: pnpbios: Found PnP BIOS data at 0xc00f4c50 >>> May 18 20:21:51 udns kernel: pnpbios: Entry = f0000:3954 Rev = 1.0 >>> May 18 20:21:51 udns kernel: Other BIOS signatures found: >>> May 18 20:21:51 udns kernel: ULE: setup cpu group 0 >>> May 18 20:21:51 udns kernel: ULE: setup cpu 0 >>> May 18 20:21:51 udns kernel: ULE: adding cpu 0 to group 0: cpus 1 mask 0x1 >>> May 18 20:21:51 udns kernel: ULE: setup cpu group 1 >>> May 18 20:21:51 udns kernel: ULE: setup cpu 1 >>> May 18 20:21:51 udns kernel: ULE: adding cpu 1 to group 1: cpus 1 mask 0x2 >>> May 18 20:21:51 udns kernel: ioapic0: Assuming intbase of 0 >>> May 18 20:21:51 udns kernel: ioapic0: Routing external 8259A's -> intpin 0 >>> May 18 20:21:51 udns kernel: ioapic1: Assuming intbase of 16 >>> May 18 20:21:51 udns kernel: ioapic0: intpin 10 bus PCI >>> May 18 20:21:51 udns kernel: ioapic0: intpin 10 trigger: level >>> May 18 20:21:51 udns kernel: ioapic0: intpin 10 polarity: low >>> May 18 20:21:51 udns kernel: ioapic0: Routing IRQ 0 -> intpin 2 >>> May 18 20:21:51 udns kernel: lapic: Routing ExtINT -> LINT0 >>> May 18 20:21:51 udns kernel: lapic: LINT0 trigger: edge >>> May 18 20:21:51 udns kernel: lapic: LINT0 polarity: high >>> May 18 20:21:51 udns kernel: lapic: Routing NMI -> LINT1 >>> May 18 20:21:51 udns kernel: lapic: LINT1 trigger: edge >>> May 18 20:21:51 udns kernel: lapic: LINT1 polarity: high >>> May 18 20:21:51 udns kernel: ioapic0 irqs 0-15 on motherboard >>> May 18 20:21:51 udns kernel: ioapic1 irqs 16-31 on >>> motherboard >>> May 18 20:21:51 udns kernel: cpu0 BSP: >>> May 18 20:21:51 udns kernel: ID: 0x00000000 VER: 0x00040011 LDR: >>> 0x00000000 DFR: 0xffffffff >>> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: >>> 0x00000000 SVR: 0x000001ff >>> May 18 20:21:51 udns kernel: timer: 0x000100ef therm: 0x00000000 err: >>> 0x0001000f pcm: 0x00010000 >>> May 18 20:21:51 udns kernel: ath_rate: version 1.2 >> selection algorithm> >>> May 18 20:21:51 udns kernel: wlan_amrr: >> Algorithm> >>> May 18 20:21:51 udns kernel: wlan: <802.11 Link Layer> >>> May 18 20:21:51 udns kernel: null: >>> May 18 20:21:51 udns kernel: random: >>> May 18 20:21:51 udns kernel: nfslock: pseudo-device >>> May 18 20:21:51 udns kernel: io: >>> May 18 20:21:51 udns kernel: kbd: new array size 4 >>> May 18 20:21:51 udns kernel: kbd1 at kbdmux0 >>> May 18 20:21:51 udns kernel: mem: >>> May 18 20:21:51 udns kernel: Pentium Pro MTRR support enabled >>> May 18 20:21:51 udns kernel: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, >>> RF5111, RF5112, RF2413, RF5413) >>> May 18 20:21:51 udns kernel: hptrr: RocketRAID 17xx/2xxx SATA >>> controller driver v1.2 (Jan 1 2009 14:37:00) >>> May 18 20:21:51 udns kernel: npx0: INT 16 interface >>> May 18 20:21:51 udns kernel: pci_open(1): mode 1 addr port (0x0cf8) is >>> 0x80000070 >>> May 18 20:21:51 udns kernel: pci_open(1a): mode1res=0x80000000 (0x80000000) >>> May 18 20:21:51 udns kernel: pci_cfgcheck: device 0 [class=060000] >>> [hdr=80] is there (id=00091166) >>> May 18 20:21:51 udns kernel: pcibios: BIOS version 2.10 >>> May 18 20:21:51 udns kernel: pcib0: pcibus 0 >>> on motherboard >>> May 18 20:21:51 udns kernel: pci0: on pcib0 >>> May 18 20:21:51 udns kernel: pci0: domain=0, physical bus=0 >>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, revid=0x06 >>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=0 >>> May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 >>> May 18 20:21:51 udns kernel: cmdreg=0x0006, statreg=0x2200, cachelnsz=8 >>> (dwords) >>> May 18 20:21:51 udns kernel: lattimer=0x20 (960 ns), mingnt=0x00 (0 >>> ns), maxlat=0x00 (0 ns) >>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, revid=0x06 >>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=1 >>> May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 >>> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, cachelnsz=8 >>> (dwords) >>> May 18 20:21:51 udns kernel: lattimer=0x10 (480 ns), mingnt=0x00 (0 >>> ns), maxlat=0x00 (0 ns) >>> May 18 20:21:51 udns kernel: found-> vendor=0x1002, dev=0x4752, revid=0x27 >>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=1, func=0 >>> May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 >>> May 18 20:21:51 udns kernel: cmdreg=0x0080, statreg=0x0290, cachelnsz=8 >>> (dwords) >>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 >>> ns), maxlat=0x00 (0 ns) >>> May 18 20:21:51 udns kernel: intpin=a, irq=9 >>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 current D0 >>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >>> 0xfb000000, size 24, memory disabled >>> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base >>> 0xd800, size 8, port disabled >>> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base >>> 0xfcaff000, size 12, enabled >>> May 18 20:21:51 udns kernel: pcib0: slot 1 INTA routed to irq 22 >>> May 18 20:21:51 udns kernel: found-> vendor=0x8086, dev=0x1229, revid=0x08 >>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=4, func=0 >>> May 18 20:21:51 udns kernel: class=02-00-00, hdrtype=0x00, mfdev=0 >>> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0290, cachelnsz=8 >>> (dwords) >>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 >>> ns), maxlat=0x38 (14000 ns) >>> May 18 20:21:51 udns kernel: intpin=a, irq=5 >>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 current D0 >>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >>> 0xfcafe000, size 12, enabled >>> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base >>> 0xd400, size 6, enabled >>> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base >>> 0xfc900000, size 20, enabled >>> May 18 20:21:51 udns kernel: pcib0: slot 4 INTA routed to irq 20 >>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0200, revid=0x50 >>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=0 >>> May 18 20:21:51 udns kernel: class=06-01-00, hdrtype=0x00, mfdev=1 >>> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, cachelnsz=0 >>> (dwords) >>> May 18 20:21:51 udns kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), >>> maxlat=0x00 (0 ns) >>> May 18 20:21:51 udns kernel: map[90]: type I/O Port, range 32, base >>> 0x580, size 4, enabled >>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0211, revid=0x00 >>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=1 >>> May 18 20:21:51 udns kernel: class=01-01-8a, hdrtype=0x00, mfdev=1 >>> May 18 20:21:51 udns kernel: cmdreg=0x0005, statreg=0x0200, cachelnsz=0 >>> (dwords) >>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 >>> ns), maxlat=0x00 (0 ns) >>> May 18 20:21:51 udns kernel: map[20]: type I/O Port, range 32, base >>> 0xffa0, size 4, enabled >>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0220, revid=0x04 >>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=2 >>> May 18 20:21:51 udns kernel: class=0c-03-10, hdrtype=0x00, mfdev=1 >>> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0280, cachelnsz=8 >>> (dwords) >>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 >>> ns), maxlat=0x50 (20000 ns) >>> May 18 20:21:51 udns kernel: intpin=a, irq=10 >>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >>> 0xfcafd000, size 12, enabled >>> May 18 20:21:51 udns kernel: pcib0: slot 15 INTA routed to irq 10 >>> May 18 20:21:51 udns kernel: vgapci0: port >>> 0xd800-0xd8ff mem 0xfb000000-0xfbffffff,0xfcaff000-0xfcafffff irq 22 at >>> device 1.0 on pci0 >>> May 18 20:21:51 udns kernel: fxp0: port >>> 0xd400-0xd43f mem 0xfcafe000-0xfcafefff,0xfc900000-0xfc9fffff irq 20 at >>> device 4.0 on pci0 >>> May 18 20:21:51 udns kernel: fxp0: Reserved 0x1000 bytes for rid 0x10 >>> type 3 at 0xfcafe000 >>> May 18 20:21:51 udns kernel: fxp0: using memory space register mapping >>> May 18 20:21:51 udns kernel: fxp0: PCI IDs: 8086 1229 8086 100c 0008 >>> May 18 20:21:51 udns kernel: fxp0: Dynamic Standby mode is disabled >>> May 18 20:21:51 udns kernel: miibus0: on fxp0 >>> May 18 20:21:51 udns kernel: inphy0: >>> PHY 1 on miibus0 >>> May 18 20:21:51 udns kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, >>> 100baseTX-FDX, auto >>> May 18 20:21:51 udns kernel: fxp0: bpf attached >>> May 18 20:21:51 udns kernel: fxp0: Ethernet address: 00:e0:81:20:9d:66 >>> May 18 20:21:51 udns kernel: ioapic1: routing intpin 4 (PCI IRQ 20) to >>> vector 48 >>> May 18 20:21:51 udns kernel: fxp0: [MPSAFE] >>> May 18 20:21:51 udns kernel: fxp0: [ITHREAD] >>> May 18 20:21:51 udns kernel: isab0: port 0x580-0x58f >>> at device 15.0 on pci0 >>> May 18 20:21:51 udns kernel: isa0: on isab0 >>> May 18 20:21:51 udns kernel: atapci0: >> controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at >>> device 15.1 on pci0 >>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x10 bytes for rid 0x20 >>> type 4 at 0xffa0 >>> May 18 20:21:51 udns kernel: ata0: on atapci0 >>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x10 >>> type 4 at 0x1f0 >>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x14 >>> type 4 at 0x3f6 >>> May 18 20:21:51 udns kernel: ata0: reset tp1 mask=03 ostat0=50 ostat1=50 >>> May 18 20:21:51 udns kernel: ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb >>> May 18 20:21:51 udns kernel: ata0: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 >>> May 18 20:21:51 udns kernel: ata0: reset tp2 stat0=00 stat1=50 >>> devices=0x6 >>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 14 (ISA IRQ 14) to >>> vector 49 >>> May 18 20:21:51 udns kernel: ata0: [MPSAFE] >>> May 18 20:21:51 udns kernel: ata0: [ITHREAD] >>> May 18 20:21:51 udns kernel: ata1: on atapci0 >>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x18 >>> type 4 at 0x170 >>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x1c >>> type 4 at 0x376 >>> May 18 20:21:51 udns kernel: ata1: reset tp1 mask=03 ostat0=50 ostat1=00 >>> May 18 20:21:51 udns kernel: ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb >>> May 18 20:21:51 udns kernel: ata1: stat1=0x00 err=0x04 lsb=0x00 msb=0x02 >>> May 18 20:21:51 udns kernel: ata1: reset tp2 stat0=00 stat1=00 >>> devices=0x4 >>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 15 (ISA IRQ 15) to >>> vector 50 >>> May 18 20:21:51 udns kernel: ata1: [MPSAFE] >>> May 18 20:21:51 udns kernel: ata1: [ITHREAD] >>> May 18 20:21:51 udns kernel: ohci0: mem >>> 0xfcafd000-0xfcafdfff irq 10 at device 15.2 on pci0 >>> May 18 20:21:51 udns kernel: ohci0: Reserved 0x1000 bytes for rid 0x10 >>> type 3 at 0xfcafd000 >>> May 18 20:21:51 udns kernel: ohci0: (New OHCI DeviceId=0x02201166) >>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 10 (PCI IRQ 10) to >>> vector 51 >>> May 18 20:21:51 udns kernel: ohci0: [GIANT-LOCKED] >>> May 18 20:21:51 udns kernel: ohci0: [ITHREAD] >>> May 18 20:21:51 udns kernel: usb0: OHCI version 1.0, legacy support >>> May 18 20:21:51 udns kernel: usb0: on ohci0 >>> May 18 20:21:51 udns kernel: usb0: USB revision 1.0 >>> May 18 20:21:51 udns kernel: uhub0: <(0x1166) OHCI root hub, class 9/0, >>> rev 1.00/1.00, addr 1> on usb0 >>> May 18 20:21:51 udns kernel: uhub0: 4 ports with 4 removable, self powered >>> May 18 20:21:51 udns kernel: pcib1: pcibus 1 >>> on motherboard >>> May 18 20:21:51 udns kernel: pci1: on pcib1 >>> May 18 20:21:51 udns kernel: pci1: domain=0, physical bus=1 >>> May 18 20:21:51 udns kernel: found-> vendor=0x10de, dev=0x0171, revid=0xa3 >>> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=2, func=0 >>> May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 >>> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 >>> (dwords) >>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x05 (1250 >>> ns), maxlat=0x01 (250 ns) >>> May 18 20:21:51 udns kernel: intpin=a, irq=11 >>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >>> 0xfd000000, size 24, enabled >>> May 18 20:21:51 udns kernel: map[14]: type Prefetchable Memory, range >>> 32, base 0xf0000000, size 27, enabled >>> May 18 20:21:51 udns kernel: map[18]: type Prefetchable Memory, range >>> 32, base 0xfa580000, size 19, enabled >>> May 18 20:21:51 udns kernel: pcib1: slot 2 INTA routed to irq 27 >>> May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, revid=0x01 >>> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=0 >>> May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 >>> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, cachelnsz=8 >>> (dwords) >>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 >>> (10000 ns), maxlat=0x19 (6250 ns) >>> May 18 20:21:51 udns kernel: intpin=a, irq=3 >>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >>> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base >>> 0xe400, size 8, enabled >>> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base >>> 0xfebde000, size 12, enabled >>> May 18 20:21:51 udns kernel: pcib1: slot 6 INTA routed to irq 25 >>> May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, revid=0x01 >>> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=1 >>> May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 >>> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, cachelnsz=8 >>> (dwords) >>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 >>> (10000 ns), maxlat=0x19 (6250 ns) >>> May 18 20:21:51 udns kernel: intpin=b, irq=10 >>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >>> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base >>> 0xe800, size 8, enabled >>> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base >>> 0xfebdf000, size 12, enabled >>> May 18 20:21:51 udns kernel: pcib1: slot 6 INTB routed to irq 26 >>> May 18 20:21:51 udns kernel: vgapci1: mem >>> 0xfd000000-0xfdffffff,0xf0000000-0xf7ffffff,0xfa580000-0xfa5fffff irq >>> 27 at device 2.0 on pci1 >>> May 18 20:21:51 udns kernel: ahc0: >> adapter> port 0xe400-0xe4ff mem 0xfebde000-0xfebdefff irq 25 at device >>> 6.0 on pci1 >>> May 18 20:21:51 udns kernel: ahc0: Defaulting to MEMIO off >>> May 18 20:21:51 udns kernel: ahc0: Reserved 0x100 bytes for rid 0x10 >>> type 4 at 0xe400 >>> May 18 20:21:51 udns kernel: ahc0: Reading SEEPROM...done. >>> May 18 20:21:51 udns kernel: ahc0: Manual LVD Termination >>> May 18 20:21:51 udns kernel: ahc0: BIOS eeprom is present >>> May 18 20:21:51 udns kernel: ahc0: Secondary High byte termination Enabled >>> May 18 20:21:51 udns kernel: ahc0: Secondary Low byte termination Enabled >>> May 18 20:21:51 udns kernel: ahc0: Primary Low Byte termination Enabled >>> May 18 20:21:51 udns kernel: ahc0: Primary High Byte termination Enabled >>> May 18 20:21:51 udns kernel: ahc0: Downloading Sequencer Program... 423 >>> instructions downloaded >>> May 18 20:21:51 udns kernel: ahc0: Features 0x1fef6, Bugs 0x40, Flags >>> 0x20485520 >>> May 18 20:21:51 udns kernel: ioapic1: routing intpin 9 (PCI IRQ 25) to >>> vector 52 >>> May 18 20:21:51 udns kernel: ahc0: [MPSAFE] >>> May 18 20:21:51 udns kernel: ahc0: [ITHREAD] >>> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel A, SCSI >>> Id=7, 32/253 SCBs >>> May 18 20:21:51 udns kernel: ahc1: >> adapter> port 0xe800-0xe8ff mem 0xfebdf000-0xfebdffff irq 26 at device >>> 6.1 on pci1 >>> May 18 20:21:51 udns kernel: ahc1: Defaulting to MEMIO off >>> May 18 20:21:51 udns kernel: ahc1: Reserved 0x100 bytes for rid 0x10 >>> type 4 at 0xe800 >>> May 18 20:21:51 udns kernel: ahc1: Reading SEEPROM...done. >>> May 18 20:21:51 udns kernel: ahc1: Manual LVD Termination >>> May 18 20:21:51 udns kernel: ahc1: BIOS eeprom is present >>> May 18 20:21:51 udns kernel: ahc1: Secondary High byte termination Enabled >>> May 18 20:21:51 udns kernel: ahc1: Secondary Low byte termination Enabled >>> May 18 20:21:51 udns kernel: ahc1: Primary Low Byte termination Enabled >>> May 18 20:21:51 udns kernel: ahc1: Primary High Byte termination Enabled >>> May 18 20:21:51 udns kernel: ahc1: Downloading Sequencer Program... 423 >>> instructions downloaded >>> May 18 20:21:51 udns kernel: ahc1: Features 0x1fef6, Bugs 0x40, Flags >>> 0x20485560 >>> May 18 20:21:51 udns kernel: ioapic1: routing intpin 10 (PCI IRQ 26) to >>> vector 53 >>> May 18 20:21:51 udns kernel: ahc1: [MPSAFE] >>> May 18 20:21:51 udns kernel: ahc1: [ITHREAD] >>> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel B, SCSI >>> Id=7, 32/253 SCBs >>> May 18 20:21:51 udns kernel: cpu0 on motherboard >>> May 18 20:21:51 udns kernel: cpu1 on motherboard >>> ... >>> May 18 20:21:51 udns kernel: pnpbios: 14 devices, largest 234 bytes >>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>> 0-0x9fbff, size=0x9fc00 >>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>> 0x9fc00-0x9ffff, size=0x400 >>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>> 0xe0000-0xfffff, size=0x20000 >>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>> 0x100000-0x3fffffff, size=0x3ff00000 >>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>> 0xfec00000-0xfec00fff, size=0x1000 >>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>> 0xfec01000-0xfec01fff, size=0x1000 >>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>> 0xfee00000-0xfee00fff, size=0x1000 >>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>> 0xfff80000-0xffffffff, size=0x80000 >>> May 18 20:21:51 udns kernel: pnpbios: handle 0 device ID PNP0c01 (010cd041) >>> May 18 20:21:51 udns kernel: PNP0200: adding dma mask 0x10 >>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0-0xf, size=0x10, >>> align=0x1 >>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x80-0x90, >>> size=0x11, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x94-0x9f, >>> size=0xc, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0xc0-0xde, >>> size=0x1f, align=0x1 >>> May 18 20:21:51 udns kernel: pnpbios: handle 2 device ID PNP0200 (0002d041) >>> May 18 20:21:51 udns kernel: PNP0100: adding irq mask 0x1 >>> May 18 20:21:51 udns kernel: PNP0100: adding io range 0x40-0x43, >>> size=0x4, align=0x1 >>> May 18 20:21:51 udns kernel: pnpbios: handle 3 device ID PNP0100 (0001d041) >>> May 18 20:21:51 udns kernel: PNP0b00: adding irq mask 0x100 >>> May 18 20:21:51 udns kernel: PNP0b00: adding io range 0x70-0x71, >>> size=0x2, align=0x1 >>> May 18 20:21:51 udns kernel: pnpbios: handle 4 device ID PNP0b00 (000bd041) >>> May 18 20:21:51 udns kernel: PNP0303: adding irq mask 0x2 >>> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x60-0x60, >>> size=0x1, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x64-0x64, >>> size=0x1, align=0x1 >>> May 18 20:21:51 udns kernel: pnpbios: handle 5 device ID PNP0303 (0303d041) >>> May 18 20:21:51 udns kernel: PNP0800: adding io range 0x61-0x61, >>> size=0x1, align=0x1 >>> May 18 20:21:51 udns kernel: pnpbios: handle 6 device ID PNP0800 (0008d041) >>> May 18 20:21:51 udns kernel: PNP0c04: adding irq mask 0x2000 >>> May 18 20:21:51 udns kernel: PNP0c04: adding io range 0xf0-0xff, >>> size=0x10, align=0x1 >>> May 18 20:21:51 udns kernel: pnpbios: handle 7 device ID PNP0c04 (040cd041) >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d0-0x4d1, >>> size=0x2, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcf8-0xcff, >>> size=0x8, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x10-0x1f, >>> size=0x10, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x40b-0x40b, >>> size=0x1, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d6-0x4d6, >>> size=0x1, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc00-0xc01, >>> size=0x2, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc14-0xc14, >>> size=0x1, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc49-0xc4a, >>> size=0x2, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc52-0xc52, >>> size=0x1, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6c-0xc6c, >>> size=0x1, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6f-0xc6f, >>> size=0x1, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcd6-0xcd7, >>> size=0x2, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xf50-0xf58, >>> size=0x9, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x374-0x375, >>> size=0x2, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x377-0x377, >>> size=0x1, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range >>> 0xcfc00-0xd03ff, size=0x800 >>> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range >>> 0xd7400-0xdffff, size=0x8c00 >>> May 18 20:21:51 udns kernel: pnpbios: handle 8 device ID PNP0c02 (020cd041) >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x580-0x58f, >>> size=0x10, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x500-0x51f, >>> size=0x20, align=0x1 >>> May 18 20:21:51 udns kernel: pnpbios: handle 9 device ID PNP0c02 (020cd041) >>> May 18 20:21:51 udns kernel: PNP0f13: adding irq mask 0x1000 >>> May 18 20:21:51 udns kernel: pnpbios: handle 10 device ID PNP0f13 >>> (130fd041) >>> May 18 20:21:51 udns kernel: pnpbios: handle 11 device ID PNP0a03 >>> (030ad041) >>> May 18 20:21:51 udns kernel: PNP0501: adding io range 0x3f8-0x3ff, >>> size=0x8, align=0x8 >>> May 18 20:21:51 udns kernel: PNP0501: adding irq mask 0x10 >>> May 18 20:21:51 udns kernel: pnpbios: handle 12 device ID PNP0501 >>> (0105d041) >>> May 18 20:21:51 udns kernel: PNP0700: adding io range 0x3f0-0x3f5, >>> size=0x6, align=0x1 >>> May 18 20:21:51 udns kernel: PNP0700: adding irq mask 0x40 >>> May 18 20:21:51 udns kernel: PNP0700: adding dma mask 0x4 >>> May 18 20:21:51 udns kernel: pnpbios: handle 13 device ID PNP0700 >>> (0007d041) >>> May 18 20:21:51 udns kernel: sc: sc0 already exists; skipping it >>> May 18 20:21:51 udns kernel: vga: vga0 already exists; skipping it >>> May 18 20:21:51 udns kernel: isa_probe_children: disabling PnP devices >>> May 18 20:21:51 udns kernel: isa_probe_children: probing non-PnP devices >>> May 18 20:21:51 udns kernel: pmtimer0 on isa0 >>> May 18 20:21:51 udns kernel: adv0: not probed (disabled) >>> May 18 20:21:51 udns kernel: aha0: not probed (disabled) >>> May 18 20:21:51 udns kernel: aic0: not probed (disabled) >>> May 18 20:21:51 udns kernel: atkbdc0: at >>> port 0x60,0x64 on isa0 >>> May 18 20:21:51 udns kernel: atkbd0: irq 1 on atkbdc0 >>> May 18 20:21:51 udns kernel: atkbd: the current kbd controller command >>> byte 0065 >>> May 18 20:21:51 udns kernel: atkbd: keyboard ID 0x41ab (2) >>> May 18 20:21:51 udns kernel: kbd0 at atkbd0 >>> May 18 20:21:51 udns kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0, >>> flags:0x3d0000 >>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 1 (ISA IRQ 1) to >>> vector 54 >>> May 18 20:21:51 udns kernel: atkbd0: [GIANT-LOCKED] >>> May 18 20:21:51 udns kernel: atkbd0: [ITHREAD] >>> May 18 20:21:51 udns kernel: psm0: current command byte:0065 >>> May 18 20:21:51 udns kernel: psm0: irq 12 on atkbdc0 >>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 12 (ISA IRQ 12) to >>> vector 55 >>> May 18 20:21:51 udns kernel: psm0: [GIANT-LOCKED] >>> May 18 20:21:51 udns kernel: psm0: [ITHREAD] >>> May 18 20:21:51 udns kernel: psm0: model IntelliMouse, device ID 3-00, >>> 3 buttons >>> May 18 20:21:51 udns kernel: psm0: config:00000000, flags:00000008, >>> packet size:4 >>> May 18 20:21:51 udns kernel: psm0: syncmask:08, syncbits:00 >>> May 18 20:21:51 udns kernel: bt0: not probed (disabled) >>> May 18 20:21:51 udns kernel: cs0: not probed (disabled) >>> May 18 20:21:51 udns kernel: ed0: not probed (disabled) >>> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 >>> May 18 20:21:51 udns kernel: fdc0: at port >>> 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 >>> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 >>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 6 (ISA IRQ 6) to >>> vector 56 >>> May 18 20:21:51 udns kernel: fdc0: [FILTER] >>> May 18 20:21:51 udns kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >>> May 18 20:21:51 udns kernel: fe0: not probed (disabled) >>> May 18 20:21:51 udns kernel: ie0: not probed (disabled) >>> May 18 20:21:51 udns kernel: le0: not probed (disabled) >>> May 18 20:21:51 udns kernel: ppc0: parallel port not found. >>> May 18 20:21:51 udns kernel: ppc0: failed to probe at >>> irq 7 on isa0 >>> May 18 20:21:51 udns kernel: sc0: at flags 0x100 on isa0 >>> May 18 20:21:51 udns kernel: sc0: VGA <16 virtual consoles, flags=0x300> >>> May 18 20:21:51 udns kernel: sc0: fb0, kbd1, terminal emulator: sc >>> (syscons terminal) >>> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc001 >>> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc001 >>> May 18 20:21:51 udns kernel: sio0 at port 0x3f8-0x3ff irq 4 flags >>> 0x10 on isa0 >>> May 18 20:21:51 udns kernel: sio0: type 16550A >>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 4 (ISA IRQ 4) to >>> vector 57 >>> May 18 20:21:51 udns kernel: sio0: [FILTER] >>> May 18 20:21:51 udns kernel: sio1: configured irq 3 not in bitmap of >>> probed irqs 0 >>> May 18 20:21:51 udns kernel: sio1: port may not be enabled >>> May 18 20:21:51 udns kernel: sio1: irq maps: 0xc001 0xc001 0xc001 0xc001 >>> May 18 20:21:51 udns kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9 >>> May 18 20:21:51 udns kernel: sio1 failed to probe at port 0x2f8-0x2ff >>> irq 3 on isa0 >>> May 18 20:21:51 udns kernel: sio2: not probed (disabled) >>> May 18 20:21:51 udns kernel: sio3: not probed (disabled) >>> May 18 20:21:51 udns kernel: sn0: not probed (disabled) >>> May 18 20:21:51 udns kernel: vga0: at port >>> 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >>> May 18 20:21:51 udns kernel: vt0: not probed (disabled) >>> May 18 20:21:51 udns kernel: isa_probe_children: probing PnP devices >>> ... >>> May 18 20:21:51 udns kernel: Device configuration finished. >>> May 18 20:21:51 udns kernel: procfs registered >>> May 18 20:21:51 udns kernel: lapic: Divisor 2, Frequency 49834131 hz >>> May 18 20:21:51 udns kernel: Timecounter "TSC" frequency 797345795 Hz >>> quality -100 >>> May 18 20:21:51 udns kernel: Timecounters tick every 1.000 msec >>> May 18 20:21:51 udns kernel: lo0: bpf attached >>> May 18 20:21:51 udns kernel: hptrr: no controller detected. >>> May 18 20:21:51 udns kernel: Waiting 5 seconds for SCSI devices to settle >>> ... >>> May 18 20:21:51 udns kernel: SMP: AP CPU #1 Launched! >>> May 18 20:21:51 udns kernel: cpu1 AP: >>> May 18 20:21:51 udns kernel: ID: 0x01000000 VER: 0x00040011 LDR: >>> 0x00000000 DFR: 0xffffffff >>> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: >>> 0x00000000 SVR: 0x000001ff >>> May 18 20:21:51 udns kernel: timer: 0x000200ef therm: 0x00000000 err: >>> 0x00010000 pcm: 0x00010000 >>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 1 to local APIC 0 >>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 4 to local APIC 1 >>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 6 to local APIC 0 >>> May 18 20:21:51 udns kernel: ioapic0: Assigning PCI IRQ 10 to local APIC 1 >>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 12 to local APIC 0 >>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 14 to local APIC 1 >>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 15 to local APIC 0 >>> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 20 to local APIC 1 >>> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 25 to local APIC 0 >>> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 26 to local APIC 1 >>> >>> > >>> > -- >>> > Paul >>> > _______________________________________________ >>> > freebsd-stable@freebsd.org mailing list >>> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >>> > >>> >>> >>> >>> _______________________________________________ >>> freebsd-stable@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> -- >> Robert Noland >> FreeBSD >> > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 17:41:52 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 521691065678 for ; Tue, 19 May 2009 17:41:52 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 0E7518FC14 for ; Tue, 19 May 2009 17:41:50 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M6TK0-000D2z-GX; Tue, 19 May 2009 18:41:48 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M6TK0-0007v2-F8; Tue, 19 May 2009 18:41:48 +0100 To: dimitry@andric.com, marck@rinet.ru In-Reply-To: <4A12E929.4040406@andric.com> Message-Id: From: Pete French Date: Tue, 19 May 2009 18:41:48 +0100 Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 17:41:54 -0000 > http://www.andric.com/freebsd/zfs13/r192269/zfs_mfc-r192269.diff.bz2 Thanks - am going to gve this a try later. Preseumably if I leave the pool at the revision it is currently on then I can revert back easily ? Also, is this the version which no longer requires any tuning parameters in loader.conf ? That would be extermely interesting! -pete. From owner-freebsd-stable@FreeBSD.ORG Tue May 19 17:50:56 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C57D106568F for ; Tue, 19 May 2009 17:50:56 +0000 (UTC) (envelope-from cowens@greatbaysoftware.com) Received: from portcityweb.com (bayringfw.portcityweb.com [64.140.243.92]) by mx1.freebsd.org (Postfix) with ESMTP id 9702C8FC0A for ; Tue, 19 May 2009 17:50:55 +0000 (UTC) (envelope-from cowens@greatbaysoftware.com) Received: from [127.0.0.1] ([173.14.128.81]) by portcityweb.com with MailEnable ESMTP; Tue, 19 May 2009 13:50:51 -0400 X-WatchGuard-Mail-Exception: Allow Message-ID: <4A12F1D6.3000702@greatbaysoftware.com> Date: Tue, 19 May 2009 13:52:22 -0400 From: Charles Owens MIME-Version: 1.0 To: Kostik Belousov References: <4A120DBE.30204@greatbaysoftware.com> <20090519081358.GQ1927@deviant.kiev.zoral.com.ua> In-Reply-To: <20090519081358.GQ1927@deviant.kiev.zoral.com.ua> Content-Type: multipart/mixed; boundary="------------030009000607040707030401" X-WatchGuard-AntiVirus: part scanned. clean action=allow X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jason Damron , freebsd-stable@freebsd.org Subject: Re: help with 7.0-p12 crash analysis "panic: lockmgr: upgrade without shared" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 17:50:56 -0000 This is a multi-part message in MIME format. --------------030009000607040707030401 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-WatchGuard-AntiVirus: part scanned. clean action=allow Kostik Belousov wrote: > On Mon, May 18, 2009 at 09:39:10PM -0400, Charles Owens wrote: > >> Hello, >> >> We had a crash of a 7.0-RELEASE-p12 running on a dual quad-core Xeon >> system with 6 gig RAM and mfi-based RAID. Pasted below are the output >> of kgdb crashdump backtrace, custom kernel config, and boot log. >> >> We really need to understand what happened and would greatly appreciate >> assistance. What is the next step? >> > > I believe this is fixed by r185210 on stable/7. The fix was included at > least into 7.1. > >From the PR that does look relevant. We're giving the patch a try. Thanks, Charles >> Thanks very much, >> >> Charles >> >> (kgdb) newcastle# kgdb kernel.debug /crash/vmcore.0 >> [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] >> GNU gdb 6.1.1 [FreeBSD] >> Copyright 2004 Free Software Foundation, Inc. >> GDB is free software, covered by the GNU General Public License, and you are >> welcome to change it and/or distribute copies of it under certain conditions. >> Type "show copying" to see the conditions. >> There is absolutely no warranty for GDB. Type "show warranty" for details. >> This GDB was configured as "i386-marcel-freebsd". >> >> Unread portion of the kernel message buffer: >> panic: lockmgr: upgrade without shared >> cpuid = 3 >> Uptime: 1d0h5m24s >> Physical memory: 6126 MB >> Dumping 495 MB: 480 464 448 432 416 400 384 368 352 336 320 304 288 272 256 240 224 208 192 176 160 144 128 112 96 80 64 48 32 16 >> >> #0 doadump () at pcpu.h:195 >> 195 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); >> (kgdb) backtrace >> #0 doadump () at pcpu.h:195 >> #1 0xc0505537 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 >> #2 0xc05057f9 in panic (fmt=Variable "fmt" is not available. >> ) at /usr/src/sys/kern/kern_shutdown.c:563 >> #3 0xc04f3cb7 in _lockmgr (lkp=0xcc69ee28, flags=8212, interlkp=0xcc69ee58, >> td=0xcc11e660, file=0xc088d931 "/usr/src/sys/kern/vfs_subr.c", line=2213) >> at /usr/src/sys/kern/kern_lock.c:310 >> #4 0xc05710b0 in vop_stdlock (ap=0xec5c6bfc) >> at /usr/src/sys/kern/vfs_default.c:266 >> #5 0xc07734b6 in VOP_LOCK1_APV (vop=0xc0919180, a=0xec5c6bfc) >> at vnode_if.c:1618 >> #6 0xc06cc3eb in ffs_lock (ap=0xec5c6bfc) >> at /usr/src/sys/ufs/ffs/ffs_vnops.c:391 >> #7 0xc07734b6 in VOP_LOCK1_APV (vop=0xc09296c0, a=0xec5c6bfc) >> at vnode_if.c:1618 >> #8 0xc057f9b1 in vput (vp=0xcc69edd0) at vnode_if.h:851 >> #9 0xc06f9f54 in vm_pageout () at /usr/src/sys/vm/vm_pageout.c:1025 >> #10 0xc04e43c9 in fork_exit (callout=0xc06f8f30 , arg=0x0, >> frame=0xec5c6d38) at /usr/src/sys/kern/kern_fork.c:781 >> #11 0xc0746f80 in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:205 >> (kgdb) >> >> >> ***** KERNEL CONF ****** >> >> # Inherit config (most stuff) -- this is slightly customized version... >> # inherits from GENERIC-cust (tweaked to disable the default scheduler) >> include PAE-cust >> >> # Name of this kernel >> ident BEACON >> >> >> # Scheduler -- From /usr/src/sys/conf/NOTES: >> # >> # SCHED_ULE provides significant performance advantages over 4BSD on many >> # workloads on SMP machines. It supports cpu-affinity, per-cpu runqueues >> # and scheduler locks. It also has a stronger notion of interactivity >> # which leads to better responsiveness even on uniprocessor machines. This >> # will eventually become the default scheduler. >> # >> options SCHED_ULE >> >> >> # Note: we're compiling modules in statically since with PAE we don't want to >> # load KLDs. See comments in pae(4) and PAE kernel conf file. >> >> # Hardware Monitoring / Management >> >> device ipmi >> >> # Storage >> >> options GEOM_JOURNAL >> >> # Firewall >> >> device pf #PF OpenBSD packet-filter firewall >> device pflog #logging support interface for PF >> # device pfsync #synchronization interface for PF >> >> options ALTQ >> >> options ALTQ_CBQ >> options ALTQ_RED >> options ALTQ_RIO >> options ALTQ_HFSC >> options ALTQ_CDNR >> options ALTQ_PRIQ >> >> options ALTQ_NOPCC # Required for SMP builds >> >> # Linux Emulation >> >> options COMPAT_LINUX >> options LINPROCFS >> options LINSYSFS >> >> # Screen saver >> >> device green_saver >> >> ### Network perf tuning >> >> options ACCEPT_FILTER_HTTP >> >> # See polling(4)) >> >> options DEVICE_POLLING >> options HZ=1000 >> >> # End config >> >> >> ****** Boot Log ****** >> >> May 16 02:34:18 gbs01-etc kernel: mfi0: 4167 (295774362s/0x0020/0) - Patrol Read complete >> May 16 02:56:01 gbs01-etc heartbeat: [2685]: WARN: Gmain_timeout_dispatch: Dispatch function for send local status took too long to execute: 789 ms (> 50 ms) (GSource: 0x28620930) >> May 16 09:46:08 gbs01-etc su: beacon to root on /dev/ttyp0 >> May 16 16:03:47 gbs01-etc sshd[8012]: error: PAM: authentication error for beacon from 10.102.144.81 >> May 16 16:05:41 gbs01-etc sshd[8017]: error: ssh_msg_send: write >> May 18 13:52:10 gbs01-etc syslogd: kernel boot file is /boot/BEACON/kernel >> May 18 13:52:10 gbs01-etc kernel: Copyright (c) 1992-2008 The FreeBSD Project. >> May 18 13:52:10 gbs01-etc kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 >> May 18 13:52:10 gbs01-etc kernel: The Regents of the University of California. All rights reserved. >> May 18 13:52:10 gbs01-etc kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. >> May 18 13:52:10 gbs01-etc kernel: FreeBSD 7.0-RELEASE-p12 #0: Thu Apr 23 23:58:18 UTC 2009 >> May 18 13:52:10 gbs01-etc kernel: root@newcastle.greatbaysoftware.com:/usr/obj/usr/src/sys/BEACON >> May 18 13:52:10 gbs01-etc kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 >> May 18 13:52:10 gbs01-etc kernel: CPU: Intel(R) Xeon(R) CPU E5430 @ 2.66GHz (2673.32-MHz 686-class CPU) >> May 18 13:52:10 gbs01-etc kernel: Origin = "GenuineIntel" Id = 0x10676 Stepping = 6 >> May 18 13:52:10 gbs01-etc kernel: Features=0xbfebfbff >> May 18 13:52:10 gbs01-etc kernel: Features2=0xce3bd> >> May 18 13:52:10 gbs01-etc kernel: AMD Features=0x20100000 >> May 18 13:52:10 gbs01-etc kernel: AMD Features2=0x1 >> May 18 13:52:10 gbs01-etc kernel: Cores per package: 4 >> May 18 13:52:10 gbs01-etc kernel: real memory = 8053063680 (7680 MB) >> May 18 13:52:10 gbs01-etc kernel: avail memory = 6270386176 (5979 MB) >> May 18 13:52:10 gbs01-etc kernel: ACPI APIC Table: >> May 18 13:52:10 gbs01-etc kernel: FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs >> May 18 13:52:10 gbs01-etc kernel: cpu0 (BSP): APIC ID: 0 >> May 18 13:52:10 gbs01-etc kernel: cpu1 (AP): APIC ID: 1 >> May 18 13:52:10 gbs01-etc kernel: cpu2 (AP): APIC ID: 2 >> May 18 13:52:10 gbs01-etc kernel: cpu3 (AP): APIC ID: 3 >> May 18 13:52:10 gbs01-etc kernel: cpu4 (AP): APIC ID: 4 >> May 18 13:52:10 gbs01-etc kernel: cpu5 (AP): APIC ID: 5 >> May 18 13:52:10 gbs01-etc kernel: cpu6 (AP): APIC ID: 6 >> May 18 13:52:10 gbs01-etc kernel: cpu7 (AP): APIC ID: 7 >> May 18 13:52:10 gbs01-etc kernel: ioapic0 irqs 0-23 on motherboard >> May 18 13:52:10 gbs01-etc kernel: ioapic1 irqs 24-47 on motherboard >> May 18 13:52:10 gbs01-etc kernel: lapic0: Forcing LINT1 to edge trigger >> May 18 13:52:10 gbs01-etc kernel: registered firmware set >> May 18 13:52:10 gbs01-etc kernel: registered firmware set >> May 18 13:52:10 gbs01-etc kernel: registered firmware set >> May 18 13:52:10 gbs01-etc kernel: registered firmware set >> May 18 13:52:10 gbs01-etc kernel: registered firmware set >> May 18 13:52:10 gbs01-etc kernel: registered firmware set >> May 18 13:52:10 gbs01-etc kernel: registered firmware set >> May 18 13:52:10 gbs01-etc kernel: registered firmware set >> May 18 13:52:10 gbs01-etc kernel: registered firmware set >> May 18 13:52:10 gbs01-etc kernel: registered firmware set >> May 18 13:52:10 gbs01-etc kernel: registered firmware set >> May 18 13:52:10 gbs01-etc kernel: kbd1 at kbdmux0 >> May 18 13:52:10 gbs01-etc kernel: acpi0: on motherboard >> May 18 13:52:10 gbs01-etc kernel: acpi0: [ITHREAD] >> May 18 13:52:10 gbs01-etc kernel: acpi0: Power Button (fixed) >> May 18 13:52:10 gbs01-etc kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 >> May 18 13:52:10 gbs01-etc kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 >> May 18 13:52:10 gbs01-etc kernel: acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 >> May 18 13:52:10 gbs01-etc kernel: Timecounter "HPET" frequency 14318180 Hz quality 900 >> May 18 13:52:10 gbs01-etc kernel: ipmi0: port 0xca2,0xca3 on acpi0 >> May 18 13:52:10 gbs01-etc kernel: ipmi0: KCS mode found at io 0xca2 on acpi >> May 18 13:52:10 gbs01-etc kernel: cpu0: on acpi0 >> May 18 13:52:10 gbs01-etc kernel: est0: on cpu0 >> May 18 13:52:10 gbs01-etc kernel: p4tcc0: on cpu0 >> May 18 13:52:10 gbs01-etc kernel: cpu1: on acpi0 >> May 18 13:52:10 gbs01-etc kernel: est1: on cpu1 >> May 18 13:52:10 gbs01-etc kernel: p4tcc1: on cpu1 >> May 18 13:52:10 gbs01-etc kernel: cpu2: on acpi0 >> May 18 13:52:10 gbs01-etc kernel: est2: on cpu2 >> May 18 13:52:10 gbs01-etc kernel: p4tcc2: on cpu2 >> May 18 13:52:10 gbs01-etc kernel: cpu3: on acpi0 >> May 18 13:52:10 gbs01-etc kernel: est3: on cpu3 >> May 18 13:52:10 gbs01-etc kernel: p4tcc3: on cpu3 >> May 18 13:52:10 gbs01-etc kernel: cpu4: on acpi0 >> May 18 13:52:10 gbs01-etc kernel: est4: on cpu4 >> May 18 13:52:10 gbs01-etc kernel: p4tcc4: on cpu4 >> May 18 13:52:10 gbs01-etc kernel: cpu5: on acpi0 >> May 18 13:52:10 gbs01-etc kernel: est5: on cpu5 >> May 18 13:52:10 gbs01-etc kernel: p4tcc5: on cpu5 >> May 18 13:52:10 gbs01-etc kernel: cpu6: on acpi0 >> May 18 13:52:10 gbs01-etc kernel: est6: on cpu6 >> May 18 13:52:10 gbs01-etc kernel: p4tcc6: on cpu6 >> May 18 13:52:10 gbs01-etc kernel: cpu7: on acpi0 >> May 18 13:52:10 gbs01-etc kernel: est7: on cpu7 >> May 18 13:52:10 gbs01-etc kernel: p4tcc7: on cpu7 >> May 18 13:52:10 gbs01-etc kernel: acpi_button0: on acpi0 >> May 18 13:52:10 gbs01-etc kernel: pcib0: port 0xca2,0xca3,0xcf8-0xcff on acpi0 >> May 18 13:52:10 gbs01-etc kernel: pci0: on pcib0 >> May 18 13:52:10 gbs01-etc kernel: pcib1: at device 2.0 on pci0 >> May 18 13:52:10 gbs01-etc kernel: pci1: on pcib1 >> May 18 13:52:10 gbs01-etc kernel: pcib2: irq 16 at device 0.0 on pci1 >> May 18 13:52:10 gbs01-etc kernel: pci2: on pcib2 >> May 18 13:52:10 gbs01-etc kernel: pcib3: irq 16 at device 0.0 on pci2 >> May 18 13:52:10 gbs01-etc kernel: pci3: on pcib3 >> May 18 13:52:10 gbs01-etc kernel: pcib4: at device 0.0 on pci3 >> May 18 13:52:10 gbs01-etc kernel: pci4: on pcib4 >> May 18 13:52:10 gbs01-etc kernel: mfi0: mem 0xb8b00000-0xb8b0ffff,0xb8900000-0xb891ffff irq 18 at device 14.0 on pci4 >> May 18 13:52:10 gbs01-etc kernel: mfi0: Megaraid SAS driver Ver 2.00 >> May 18 13:52:10 gbs01-etc kernel: mfi0: 4064 (295722253s/0x0020/0) - Shutdown command received from host >> May 18 13:52:10 gbs01-etc kernel: mfi0: 4065 (4278190080s/0x0020/0) - PCI 0x041000 0x04411 0x048086 0x043501: Firmware initialization started (PCI ID 0411/1000/3501/8086) >> >> ... (more mfi messages) >> >> May 18 13:52:10 gbs01-etc kernel: pcib5: at device 0.2 on pci3 >> May 18 13:52:10 gbs01-etc kernel: pci5: on pcib5 >> May 18 13:52:10 gbs01-etc kernel: pcib6: irq 16 at device 1.0 on pci2 >> May 18 13:52:10 gbs01-etc kernel: pci6: on pcib6 >> May 18 13:52:10 gbs01-etc kernel: pcib7: irq 16 at device 2.0 on pci2 >> May 18 13:52:10 gbs01-etc kernel: pci7: on pcib7 >> May 18 13:52:10 gbs01-etc kernel: em0: port 0x3020-0x303f mem 0xb8820000-0xb883ffff,0xb8400000-0xb87fffff irq 18 at device 0.0 on pci7 >> May 18 13:52:10 gbs01-etc kernel: em0: Using MSI interrupt >> May 18 13:52:10 gbs01-etc kernel: em0: Ethernet address: 00:15:17:6b:7f:24 >> May 18 13:52:10 gbs01-etc kernel: em0: [FILTER] >> May 18 13:52:10 gbs01-etc kernel: em1: port 0x3000-0x301f mem 0xb8800000-0xb881ffff,0xb8000000-0xb83fffff irq 19 at device 0.1 on pci7 >> May 18 13:52:10 gbs01-etc kernel: em1: Using MSI interrupt >> May 18 13:52:10 gbs01-etc kernel: em1: Ethernet address: 00:15:17:6b:7f:25 >> May 18 13:52:10 gbs01-etc kernel: em1: [FILTER] >> May 18 13:52:10 gbs01-etc kernel: pcib8: at device 0.3 on pci1 >> May 18 13:52:10 gbs01-etc kernel: pci8: on pcib8 >> May 18 13:52:10 gbs01-etc kernel: pcib9: at device 3.0 on pci0 >> May 18 13:52:10 gbs01-etc kernel: pci9: on pcib9 >> May 18 13:52:10 gbs01-etc kernel: pcib10: at device 4.0 on pci0 >> May 18 13:52:10 gbs01-etc kernel: pci10: on pcib10 >> May 18 13:52:10 gbs01-etc kernel: pcib11: at device 5.0 on pci0 >> May 18 13:52:10 gbs01-etc kernel: pci11: on pcib11 >> May 18 13:52:10 gbs01-etc kernel: pcib12: at device 6.0 on pci0 >> May 18 13:52:10 gbs01-etc kernel: pci12: on pcib12 >> May 18 13:52:10 gbs01-etc kernel: em2: port 0x2020-0x203f mem 0xb8d60000-0xb8d7ffff,0xb8d40000-0xb8d5ffff irq 16 at device 0.0 on pci12 >> May 18 13:52:10 gbs01-etc kernel: em2: Using MSI interrupt >> May 18 13:52:10 gbs01-etc kernel: em2: Ethernet address: 00:15:17:61:6a:3e >> May 18 13:52:10 gbs01-etc kernel: em2: [FILTER] >> May 18 13:52:10 gbs01-etc kernel: em3: port 0x2000-0x201f mem 0xb8d20000-0xb8d3ffff,0xb8d00000-0xb8d1ffff irq 17 at device 0.1 on pci12 >> May 18 13:52:10 gbs01-etc kernel: em3: Using MSI interrupt >> May 18 13:52:10 gbs01-etc kernel: em3: Ethernet address: 00:15:17:61:6a:3f >> May 18 13:52:10 gbs01-etc kernel: em3: [FILTER] >> May 18 13:52:10 gbs01-etc kernel: pcib13: at device 7.0 on pci0 >> May 18 13:52:10 gbs01-etc kernel: pci13: on pcib13 >> May 18 13:52:10 gbs01-etc kernel: pci0: at device 8.0 (no driver attached) >> May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.0 (no driver attached) >> May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.1 (no driver attached) >> May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.2 (no driver attached) >> May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.3 (no driver attached) >> May 18 13:52:10 gbs01-etc kernel: pci0: at device 29.7 (no driver attached) >> May 18 13:52:10 gbs01-etc kernel: pcib14: at device 30.0 on pci0 >> May 18 13:52:10 gbs01-etc kernel: pci14: on pcib14 >> May 18 13:52:10 gbs01-etc kernel: vgapci0: port 0x1000-0x10ff mem 0xb0000000-0xb7ffffff,0xb8c00000-0xb8c0ffff irq 17 at device 12.0 on pci14 >> May 18 13:52:10 gbs01-etc kernel: isab0: at device 31.0 on pci0 >> May 18 13:52:10 gbs01-etc kernel: isa0: on isab0 >> May 18 13:52:10 gbs01-etc kernel: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x40b0-0x40bf irq 20 at device 31.1 on pci0 >> May 18 13:52:10 gbs01-etc kernel: ata0: on atapci0 >> May 18 13:52:10 gbs01-etc kernel: ata0: [ITHREAD] >> May 18 13:52:10 gbs01-etc kernel: ata1: on atapci0 >> May 18 13:52:10 gbs01-etc kernel: ata1: [ITHREAD] >> May 18 13:52:10 gbs01-etc kernel: atapci1: port 0x40c8-0x40cf,0x40e4-0x40e7,0x40c0-0x40c7,0x40e0-0x40e3,0x40a0-0x40af mem 0xb8e00000-0xb8e003ff irq 20 at device 31.2 on pci0 >> May 18 13:52:10 gbs01-etc kernel: atapci1: [ITHREAD] >> May 18 13:52:10 gbs01-etc kernel: ata2: on atapci1 >> May 18 13:52:10 gbs01-etc kernel: ata2: [ITHREAD] >> May 18 13:52:10 gbs01-etc kernel: ata3: on atapci1 >> May 18 13:52:10 gbs01-etc kernel: ata3: [ITHREAD] >> May 18 13:52:10 gbs01-etc kernel: pci0: at device 31.3 (no driver attached) >> May 18 13:52:10 gbs01-etc kernel: sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 on acpi0 >> May 18 13:52:10 gbs01-etc kernel: sio0: type 16550A >> May 18 13:52:10 gbs01-etc kernel: sio0: [FILTER] >> May 18 13:52:10 gbs01-etc kernel: sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 flags 0x10 on acpi0 >> May 18 13:52:10 gbs01-etc kernel: sio1: type 16550A, console >> May 18 13:52:10 gbs01-etc kernel: sio1: [FILTER] >> May 18 13:52:10 gbs01-etc kernel: atkbdc0: port 0x60,0x64 irq 1 on acpi0 >> May 18 13:52:10 gbs01-etc kernel: atkbd0: irq 1 on atkbdc0 >> May 18 13:52:10 gbs01-etc kernel: kbd0 at atkbd0 >> May 18 13:52:10 gbs01-etc kernel: atkbd0: [GIANT-LOCKED] >> May 18 13:52:10 gbs01-etc kernel: atkbd0: [ITHREAD] >> May 18 13:52:10 gbs01-etc kernel: ipmi1: on isa0 >> May 18 13:52:10 gbs01-etc kernel: device_attach: ipmi1 attach returned 16 >> May 18 13:52:10 gbs01-etc kernel: pmtimer0 on isa0 >> May 18 13:52:10 gbs01-etc kernel: orm0: at iomem 0xc0000-0xc8fff,0xc9000-0xcdfff pnpid ORM0000 on isa0 >> May 18 13:52:10 gbs01-etc kernel: ppc0: parallel port not found. >> May 18 13:52:10 gbs01-etc kernel: sc0: at flags 0x100 on isa0 >> May 18 13:52:10 gbs01-etc kernel: sc0: VGA <16 virtual consoles, flags=0x300> >> May 18 13:52:10 gbs01-etc kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >> May 18 13:52:10 gbs01-etc kernel: Timecounters tick every 1.000 msec >> May 18 13:52:10 gbs01-etc kernel: acd0: DVDROM at ata0-slave UDMA33 >> May 18 13:52:10 gbs01-etc kernel: ipmi0: IPMI device rev. 1, firmware rev. 0.2, version 2.0 >> May 18 13:52:10 gbs01-etc kernel: ipmi0: Number of channels 5 >> May 18 13:52:10 gbs01-etc kernel: ipmi0: Attached watchdog >> May 18 13:52:10 gbs01-etc kernel: mfid0: on mfi0 >> May 18 13:52:10 gbs01-etc kernel: mfid0: 278472MB (570310656 sectors) RAID volume '' is optimal >> May 18 13:52:10 gbs01-etc kernel: lapic3: Forcing LINT1 to edge trigger >> May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #3 Launched! >> May 18 13:52:10 gbs01-etc kernel: lapic2: Forcing LINT1 to edge trigger >> May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #2 Launched! >> May 18 13:52:10 gbs01-etc kernel: lapic1: Forcing LINT1 to edge trigger >> May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #1 Launched! >> May 18 13:52:10 gbs01-etc kernel: lapic7: Forcing LINT1 to edge trigger >> May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #7 Launched! >> May 18 13:52:10 gbs01-etc kernel: lapic4: Forcing LINT1 to edge trigger >> May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #4 Launched! >> May 18 13:52:10 gbs01-etc kernel: lapic5: Forcing LINT1 to edge trigger >> May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #5 Launched! >> May 18 13:52:10 gbs01-etc kernel: lapic6: Forcing LINT1 to edge trigger >> May 18 13:52:10 gbs01-etc kernel: SMP: AP CPU #6 Launched! >> May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: Journal 2994169821: mfid0s1a contains data. >> May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: Journal 2994169821: mfid0s1a contains journal. >> May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: Journal GmEfOiMd_0JsO1UaR NcAoLn:s iJsotuernnta.l >> May 18 13:52:10 gbs01-etc kernel: 1G2E8O5M1_3J7O1U8R:N AmLf:i dB0IsO1_dF LcUoSnHt anionts sduaptpao.rt >> May 18 13:52:10 gbs01-etc kernel: eGdE ObMy_ JmOfUiRdN0AsL1:a .Jo >> May 18 13:52:10 gbs01-etc kernel: urnal 128513718: mfid0s1d contains journal. >> May 18 13:52:10 gbs01-etc kernel: WARNING: Expected rawoffset 0, found 63 >> May 18 13:52:10 gbs01-etc kernel: Root mount waiting for: GJOURNAL >> May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: Journal mfid0s1d consistent. >> May 18 13:52:10 gbs01-etc kernel: GEOM_JOURNAL: BIO_FLUSH not supported by mfid0s1d. >> May 18 13:52:10 gbs01-etc kernel: Trying to mount root from ufs:/dev/mfid0s1a.journal >> May 18 13:52:10 gbs01-etc kernel: WARNING: / was not properly dismounted >> May 18 13:52:10 gbs01-etc kernel: WARNING: Expected rawoffset 0, found 63 >> May 18 13:52:10 gbs01-etc savecore: reboot after panic: lockmgr: upgrade without shared >> May 18 13:52:10 gbs01-etc savecore: writing core to vmcore.0 >> May 18 13:52:12 gbs01-etc kernel: eth0: link state changed to UP >> May 18 13:52:12 gbs01-etc kernel: eth1: link state changed to UP >> >> >> >> >> -- >> >> **Charles Owens** >> *Great Bay Software**|** m: *603.866.0860 *|** f: *603.430.0713 *|** e: >> *cowens@GreatBaySoftware.com**** >> >> > > >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> --------------030009000607040707030401-- From owner-freebsd-stable@FreeBSD.ORG Tue May 19 17:54:03 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A055F10656D1 for ; Tue, 19 May 2009 17:54:03 +0000 (UTC) (envelope-from thorzero@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id F163E8FC18 for ; Tue, 19 May 2009 17:54:02 +0000 (UTC) (envelope-from thorzero@gmail.com) Received: by fg-out-1718.google.com with SMTP id 22so1315729fge.12 for ; Tue, 19 May 2009 10:54:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:cc:x-mailer; bh=zkoSk04hnigkKcuxF4H21D37z/o3GTs6y9y1sCBCqIc=; b=UoFxSaL9067H6mid3aerqjOY0OzVLVDQO8CnqXzo5nNYqzvE4FjRvcoZyLSi2268LS tPyzLvtNvniu0CGfmfnOYeM/WRJycbqJYqww2snkLJyuHnF6PjVrMY9sSKqDx3sO8OeB EarMnel9YfMAX2PM7UIoA432IIuVXjfAZchBA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:cc:x-mailer; b=qYWXJwMFumMp2JFJ8mjMNa5Ij3YJU3spJWDOpRj/2W1pxHYOst7D0xAKoF//xRiXAc FO1A4kg3Cmqh+ykzxA2X3U7/sAKSWh/v7yMVkAoYAHzxMyt1492gVF1qcavL0ecQ6U13 /tbba464Ywk0C19qhJdeZFI9uHFkunGvkD3Vc= Received: by 10.86.80.17 with SMTP id d17mr354487fgb.27.1242755641799; Tue, 19 May 2009 10:54:01 -0700 (PDT) Received: from ?10.21.17.175? ([193.253.141.95]) by mx.google.com with ESMTPS id e20sm7237669fga.5.2009.05.19.10.53.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 19 May 2009 10:54:01 -0700 (PDT) References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> Message-Id: <5C872E1E-9AB0-4445-AFEE-B13CF7DFBD07@gmail.com> From: Laurent Grangeau To: Chris H In-Reply-To: <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (iPhone Mail 5H11) Date: Tue, 19 May 2009 19:30:01 +0200 X-Mailer: iPhone Mail (5H11) Cc: "freebsd-stable@FreeBSD.org" , Robert Noland Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 17:54:04 -0000 I think I can handle this answer. This is the default behavior of Xorg 7.4. If you want to see the old =20 screen, launch Xorg with the -retro option. The command should be like this : X -config xorg.conf.new -retro If your mouse or your keyboard doesn't seem to work, look if you have =20= enable dbus and hald. In your /etc/rc.conf, you should have =20 dbus_enable=3D"YES" and hald_enable=3D"YES" (I'm not sure about this). All this is explain in the handbook : Configuring X11. Le 19 mai 09 =C3=A0 19:15, Chris H a =C3=A9crit : > Quoting Robert Noland : > >> On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: >>> Quoting "Paul B. Mahol" : >>> >>> > On 5/19/09, Chris H wrote: >>> >> Quoting Chris H : >>> >> >>> >>> Quoting Chris H : >>> >>> >>> >>>> Greetings, >>> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >>> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with >>> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend =20 >>> (Sunday), >>> >>>> I've seen only a few discussions regarding this, but no joy. >>> >>>> >>> >>>> I'm not sure what to post for additional information. So I'll >>> >>>> provide the output of dmesg(8), and Xorg.0.log via links. >>> >>>> >>> >>>> Thank you for all your time and consideration in this matter. >>> >>>> >>> >>>> Sincerely, >>> >>>> Chris H >>> >>>> >>> >>>> Xorg log: >>> >>>> http://codewarehouse.NET/output/Xorg.0.log >>> >>>> >>> >>>> relevent dmesg(8) output: >>> >>>> http://codewarehouse.NET/output/dmesg.output >>> >>> >>> >>> OOPS! I guess the xorg config might be useful: >>> >>> http://codewarehouse.NET/output/xorg.conf.nvidia >>> >>> >>> >>>> >>> >> SIGH... Seems that the registrar isn't paying attention. >>> >> They happily accepted my money, but forgot to renew the domain. >>> >> >>> >> So here's trying to attach the files... >>> > >>> > That message appears for me only when I use xf86-video-vesa =20 >>> driver. >>> >>> I see. Well I'm specifically using the nv driver. Here's another >>> attempt to provide the relevant info: >> >> You have more than one card in the machine, which might be confusing >> things. The mtrr failure is caused by how your bios sets up memory >> regions. It should only impact performance. >> >> Exactly what issue are you seeing? > > I'm seeing a black screen on ctl-alt-f9 (tty8) > I'm seeing the message listed as this thread topic on tty0 (ctl-alt-=20= > f1). > The proceedure theat led me here is: > Xorc -configure > edit /root/xorg.config.new (move all the ati related stuff to =20 > xorg.conf.ati). > Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. > exec Xorg -config /etc/X11/xorg.conf.nvidia > > The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced > to ctl-alt-f1 (where I read the error message) then use ctl-C - > which kills Xorg, and returns me to a working console. > > Thank you Robert, for taking the time to respond. > > --Chris H > >> >> robert. >> >>> Xorg log: >>> X.Org X Server 1.6.0 >>> Release Date: 2009-2-25 >>> X Protocol Version 11, Revision 0 >>> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >>> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 >>> 14:37:25 UTC 2009 >>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >>> Build Date: 16 May 2009 07:15:01AM >>> >>> Before reporting problems, check http://wiki.x.org >>> to make sure that you have the latest version. >>> Markers: (--) probed, (**) from config file, (=3D=3D) default = setting, >>> (++) from command line, (!!) notice, (II) informational, >>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >>> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 = 2009 >>> (++) Using config file: "/etc/X11/xorg.conf.nvidia" >>> (=3D=3D) ServerLayout "X.org Configured" >>> (**) |-->Screen "Screen0" (0) >>> (**) | |-->Monitor "Monitor1" >>> (**) | |-->Device "Card1" >>> (**) |-->Input Device "Mouse0" >>> (**) |-->Input Device "Keyboard0" >>> (**) Option "AllowEmptyInput" "false" >>> (=3D=3D) Automatically adding devices >>> (=3D=3D) Automatically enabling devices >>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >>> Entry deleted from font path. >>> (WW) `fonts.dir' not found (or not valid) in >>> "/usr/local/lib/X11/fonts/100dpi/". >>> Entry deleted from font path. >>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >>> (WW) `fonts.dir' not found (or not valid) in >>> "/usr/local/lib/X11/fonts/75dpi/". >>> Entry deleted from font path. >>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >>> Entry deleted from font path. >>> (WW) `fonts.dir' not found (or not valid) in >>> "/usr/local/lib/X11/fonts/100dpi/". >>> Entry deleted from font path. >>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >>> (WW) `fonts.dir' not found (or not valid) in >>> "/usr/local/lib/X11/fonts/75dpi/". >>> Entry deleted from font path. >>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >>> (**) FontPath set to: >>> /usr/local/lib/X11/fonts/misc/, >>> /usr/local/lib/X11/fonts/TTF/, >>> /usr/local/lib/X11/fonts/OTF, >>> /usr/local/lib/X11/fonts/misc/, >>> /usr/local/lib/X11/fonts/TTF/, >>> /usr/local/lib/X11/fonts/OTF, >>> built-ins >>> (**) ModulePath set to "/usr/local/lib/xorg/modules" >>> (II) Loader magic: 0x6a0 >>> (II) Module ABI versions: >>> X.Org ANSI C Emulation: 0.4 >>> X.Org Video Driver: 5.0 >>> X.Org XInput driver : 4.0 >>> X.Org Server Extension : 2.0 >>> (II) Loader running on freebsd >>> (--) Using syscons driver with X support (version 2.0) >>> (--) using VT number 9 >>> >>> (!!) More than one possible primary device found >>> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ >>> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ >>> 0x????????/131072 >>> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev =20= >>> 163, >>> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, >>> BIOS @ 0x????????/131072 >>> (II) System resource ranges: >>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >>> (II) "extmod" will be loaded. This was enabled by default and also >>> specified in the config file. >>> (II) "dbe" will be loaded. This was enabled by default and also >>> specified in the config file. >>> (II) "glx" will be loaded. This was enabled by default and also >>> specified in the config file. >>> (II) "record" will be loaded. This was enabled by default and also >>> specified in the config file. >>> (II) "dri" will be loaded. This was enabled by default and also >>> specified in the config file. >>> (II) "dri2" will be loaded. This was enabled by default and also >>> specified in the config file. >>> (II) LoadModule: "extmod" >>> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so >>> (II) Module extmod: vendor=3D"X.Org Foundation" >>> compiled for 1.6.0, module version =3D 1.0.0 >>> Module class: X.Org Server Extension >>> ABI class: X.Org Server Extension, version 2.0 >>> (II) Loading extension MIT-SCREEN-SAVER >>> (II) Loading extension XFree86-VidModeExtension >>> (II) Loading extension XFree86-DGA >>> (II) Loading extension DPMS >>> (II) Loading extension XVideo >>> (II) Loading extension XVideo-MotionCompensation >>> (II) Loading extension X-Resource >>> (II) LoadModule: "record" >>> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so >>> (II) Module record: vendor=3D"X.Org Foundation" >>> compiled for 1.6.0, module version =3D 1.13.0 >>> Module class: X.Org Server Extension >>> ABI class: X.Org Server Extension, version 2.0 >>> (II) Loading extension RECORD >>> (II) LoadModule: "dbe" >>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so >>> (II) Module dbe: vendor=3D"X.Org Foundation" >>> compiled for 1.6.0, module version =3D 1.0.0 >>> Module class: X.Org Server Extension >>> ABI class: X.Org Server Extension, version 2.0 >>> (II) Loading extension DOUBLE-BUFFER >>> (II) LoadModule: "extmod" >>> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so >>> (II) Loading extension MIT-SCREEN-SAVER >>> (II) Loading extension XFree86-VidModeExtension >>> (II) Loading extension DPMS >>> (II) Loading extension XVideo >>> (II) Loading extension XVideo-MotionCompensation >>> (II) Loading extension X-Resource >>> (II) LoadModule: "glx" >>> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so >>> (II) Module glx: vendor=3D"X.Org Foundation" >>> compiled for 1.6.0, module version =3D 1.0.0 >>> ABI class: X.Org Server Extension, version 2.0 >>> (=3D=3D) AIGLX disabled >>> (II) Loading extension GLX >>> (II) LoadModule: "dri" >>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so >>> (II) Module dri: vendor=3D"X.Org Foundation" >>> compiled for 1.6.0, module version =3D 1.0.0 >>> ABI class: X.Org Server Extension, version 2.0 >>> (II) Loading extension XFree86-DRI >>> (II) LoadModule: "dri2" >>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so >>> (II) Module dri2: vendor=3D"X.Org Foundation" >>> compiled for 1.6.0, module version =3D 1.0.0 >>> ABI class: X.Org Server Extension, version 2.0 >>> (II) Loading extension DRI2 >>> (II) LoadModule: "nv" >>> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so >>> (II) Module nv: vendor=3D"X.Org Foundation" >>> compiled for 1.6.0, module version =3D 2.1.13 >>> Module class: X.Org Video Driver >>> ABI class: X.Org Video Driver, version 5.0 >>> (II) LoadModule: "mouse" >>> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so >>> (II) Module mouse: vendor=3D"X.Org Foundation" >>> compiled for 1.6.0, module version =3D 1.4.0 >>> Module class: X.Org XInput Driver >>> ABI class: X.Org XInput driver, version 4.0 >>> (II) LoadModule: "kbd" >>> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so >>> (II) Module kbd: vendor=3D"X.Org Foundation" >>> compiled for 1.6.0, module version =3D 1.3.2 >>> Module class: X.Org XInput Driver >>> ABI class: X.Org XInput driver, version 4.0 >>> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, >>> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, >>> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX =20= >>> 400, >>> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, >>> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 =20 >>> Ultra, >>> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, >>> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, >>> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, >>> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, >>> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, >>> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, >>> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 =20= >>> XGL, >>> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, >>> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, >>> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, >>> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 =20 >>> 750 XGL, >>> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, >>> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, >>> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, >>> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, >>> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, >>> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, >>> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, >>> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, >>> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, >>> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, >>> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 =20 >>> Ultra, >>> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, >>> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, >>> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, >>> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, >>> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce =20 >>> 6800, >>> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 =20= >>> GT, >>> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX =20 >>> 4000, >>> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, >>> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, >>> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, >>> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, >>> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, >>> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX =20 >>> 550, >>> Quadro FX 540, GeForce 6200, GeForce 6500, >>> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), >>> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go =20 >>> 6400, >>> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, >>> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, >>> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 =20= >>> GTX, >>> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go =20= >>> 7800, >>> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, >>> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go =20 >>> 7400, >>> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX =20= >>> 350M, >>> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, >>> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 =20= >>> GT, >>> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, >>> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX =20= >>> 560, >>> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, >>> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, >>> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, >>> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, >>> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce =20 >>> 8800 GTS, >>> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce =20 >>> 8600 GTS, >>> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 =20= >>> GS, >>> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, >>> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, >>> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, >>> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 =20= >>> GS, >>> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, >>> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS =20 >>> 135M, >>> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, >>> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, >>> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, >>> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, >>> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, >>> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX =20 >>> 3600M, >>> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, >>> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, >>> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, >>> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce =20 >>> 9300M GS, >>> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS =20= >>> 160M >>> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at =20 >>> 01@00:02:0 >>> (II) resource ranges after probing: >>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >>> (II) Loading sub module "int10" >>> (II) LoadModule: "int10" >>> (II) Loading /usr/local/lib/xorg/modules//libint10.so >>> (II) Module int10: vendor=3D"X.Org Foundation" >>> compiled for 1.6.0, module version =3D 1.0.0 >>> ABI class: X.Org Video Driver, version 5.0 >>> (II) NV(0): Initializing int10 >>> (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was already =20= >>> clear >>> (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was already =20= >>> clear >>> (--) NV(0): Chipset: "GeForce4 MX 440" >>> (**) NV(0): Depth 24, (--) framebuffer bpp 32 >>> (=3D=3D) NV(0): RGB weight 888 >>> (=3D=3D) NV(0): Default visual is TrueColor >>> (II) Loading sub module "vgahw" >>> (II) LoadModule: "vgahw" >>> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so >>> (II) Module vgahw: vendor=3D"X.Org Foundation" >>> compiled for 1.6.0, module version =3D 0.1.0 >>> ABI class: X.Org Video Driver, version 5.0 >>> (**) NV(0): Option "CrtcNumber" "0" >>> (=3D=3D) NV(0): Using HW cursor >>> (--) NV(0): Linear framebuffer at 0xF0000000 >>> (--) NV(0): MMIO registers at 0xFD000000 >>> (II) Loading sub module "i2c" >>> From owner-freebsd-stable@FreeBSD.ORG Tue May 19 18:05:04 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32F56106564A for ; Tue, 19 May 2009 18:05:04 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id D99598FC0A for ; Tue, 19 May 2009 18:05:00 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4JI4q0C024476 for ; Tue, 19 May 2009 11:04:58 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4JI4qkm024475 for freebsd-stable@freebsd.org; Tue, 19 May 2009 11:04:52 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 19 May 2009 11:04:52 -0700 Message-ID: <20090519110452.ncziw3qx5wcs88o8@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 19 May 2009 11:04:52 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <20090519104108.rokonoirmswg48wc@webmail.1command.com> In-Reply-To: <20090519104108.rokonoirmswg48wc@webmail.1command.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 18:05:04 -0000 Quoting Chris H : > Quoting Chris H : > >> Quoting Robert Noland : >> >>> On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: >>>> Quoting "Paul B. Mahol" : >>>> >>>> > On 5/19/09, Chris H wrote: >>>> >> Quoting Chris H : >>>> >> >>>> >>> Quoting Chris H : >>>> >>> >>>> >>>> Greetings, >>>> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >>>> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with >>>> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), >>>> >>>> I've seen only a few discussions regarding this, but no joy. >>>> >>>> >>>> >>>> I'm not sure what to post for additional information. So I'll >>>> >>>> provide the output of dmesg(8), and Xorg.0.log via links. >>>> >>>> >>>> >>>> Thank you for all your time and consideration in this matter. >>>> >>>> >>>> >>>> Sincerely, >>>> >>>> Chris H >>>> >>>> >>>> >>>> Xorg log: >>>> >>>> http://codewarehouse.NET/output/Xorg.0.log >>>> >>>> >>>> >>>> relevent dmesg(8) output: >>>> >>>> http://codewarehouse.NET/output/dmesg.output >>>> >>> >>>> >>> OOPS! I guess the xorg config might be useful: >>>> >>> http://codewarehouse.NET/output/xorg.conf.nvidia >>>> >>> >>>> >>>> >>>> >> SIGH... Seems that the registrar isn't paying attention. >>>> >> They happily accepted my money, but forgot to renew the domain. >>>> >> >>>> >> So here's trying to attach the files... >>>> > >>>> > That message appears for me only when I use xf86-video-vesa driver. >>>> >>>> I see. Well I'm specifically using the nv driver. Here's another >>>> attempt to provide the relevant info: >>> >>> You have more than one card in the machine, which might be confusing >>> things. The mtrr failure is caused by how your bios sets up memory >>> regions. It should only impact performance. >>> >>> Exactly what issue are you seeing? >> >> I'm seeing a black screen on ctl-alt-f9 (tty8) >> I'm seeing the message listed as this thread topic on tty0 (ctl-alt-f1). >> The proceedure theat led me here is: >> Xorg -configure >> edit /root/xorg.config.new (move all the ati related stuff to >> xorg.conf.ati). >> Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. >> exec Xorg -config /etc/X11/xorg.conf.nvidia >> >> The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced >> to ctl-alt-f1 (where I read the error message) then use ctl-C - >> which kills Xorg, and returns me to a working console. >> >> Thank you Robert, for taking the time to respond. >> >> --Chris H > > I might also add that the ati (Mach64) is an onboard controller, > and the BIOS provides no means to shut it off, nor is there a > shunt on the MB to disable it. I have never had any trouble > in the past in these situations, as FreeBSD has always known > how to handle things (even when the BIOS doesn't ;-) ). > > Thanks again. > > --Chris H OK. As I look at this closer, it appears that there is some confusion where the amount of videoRAM is concerned. I /don't/ pretend to to have /good/ HEX addressing skills, and I'm only now trying to comprehend mtrr. That said; don't the following two lines from Xorg.log (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ 0x????????/131072 (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, BIOS @ 0x????????/131072 indicate that the ati has 4Mb (0xfcaff000/4096), and the nVidia has 132Mb (0xf0000000/134217728) RAM on board? For the record the ati has 4Mb, and the nVidia has 64Mb, and I may be completely off my nut in my interpretation. ;) --Chris H > >> >>> >>> robert. >>> >>>> Xorg log: >>>> X.Org X Server 1.6.0 >>>> Release Date: 2009-2-25 >>>> X Protocol Version 11, Revision 0 >>>> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >>>> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 >>>> 14:37:25 UTC 2009 >>>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >>>> Build Date: 16 May 2009 07:15:01AM >>>> >>>> Before reporting problems, check http://wiki.x.org >>>> to make sure that you have the latest version. >>>> Markers: (--) probed, (**) from config file, (==) default setting, >>>> (++) from command line, (!!) notice, (II) informational, >>>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >>>> (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 2009 >>>> (++) Using config file: "/etc/X11/xorg.conf.nvidia" >>>> (==) ServerLayout "X.org Configured" >>>> (**) |-->Screen "Screen0" (0) >>>> (**) | |-->Monitor "Monitor1" >>>> (**) | |-->Device "Card1" >>>> (**) |-->Input Device "Mouse0" >>>> (**) |-->Input Device "Keyboard0" >>>> (**) Option "AllowEmptyInput" "false" >>>> (==) Automatically adding devices >>>> (==) Automatically enabling devices >>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >>>> Entry deleted from font path. >>>> (WW) `fonts.dir' not found (or not valid) in >>>> "/usr/local/lib/X11/fonts/100dpi/". >>>> Entry deleted from font path. >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >>>> (WW) `fonts.dir' not found (or not valid) in >>>> "/usr/local/lib/X11/fonts/75dpi/". >>>> Entry deleted from font path. >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >>>> Entry deleted from font path. >>>> (WW) `fonts.dir' not found (or not valid) in >>>> "/usr/local/lib/X11/fonts/100dpi/". >>>> Entry deleted from font path. >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >>>> (WW) `fonts.dir' not found (or not valid) in >>>> "/usr/local/lib/X11/fonts/75dpi/". >>>> Entry deleted from font path. >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >>>> (**) FontPath set to: >>>> /usr/local/lib/X11/fonts/misc/, >>>> /usr/local/lib/X11/fonts/TTF/, >>>> /usr/local/lib/X11/fonts/OTF, >>>> /usr/local/lib/X11/fonts/misc/, >>>> /usr/local/lib/X11/fonts/TTF/, >>>> /usr/local/lib/X11/fonts/OTF, >>>> built-ins >>>> (**) ModulePath set to "/usr/local/lib/xorg/modules" >>>> (II) Loader magic: 0x6a0 >>>> (II) Module ABI versions: >>>> X.Org ANSI C Emulation: 0.4 >>>> X.Org Video Driver: 5.0 >>>> X.Org XInput driver : 4.0 >>>> X.Org Server Extension : 2.0 >>>> (II) Loader running on freebsd >>>> (--) Using syscons driver with X support (version 2.0) >>>> (--) using VT number 9 >>>> >>>> (!!) More than one possible primary device found >>>> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ >>>> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ >>>> 0x????????/131072 >>>> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, >>>> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, >>>> BIOS @ 0x????????/131072 >>>> (II) System resource ranges: >>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >>>> (II) "extmod" will be loaded. This was enabled by default and also >>>> specified in the config file. >>>> (II) "dbe" will be loaded. This was enabled by default and also >>>> specified in the config file. >>>> (II) "glx" will be loaded. This was enabled by default and also >>>> specified in the config file. >>>> (II) "record" will be loaded. This was enabled by default and also >>>> specified in the config file. >>>> (II) "dri" will be loaded. This was enabled by default and also >>>> specified in the config file. >>>> (II) "dri2" will be loaded. This was enabled by default and also >>>> specified in the config file. >>>> (II) LoadModule: "extmod" >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so >>>> (II) Module extmod: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 1.0.0 >>>> Module class: X.Org Server Extension >>>> ABI class: X.Org Server Extension, version 2.0 >>>> (II) Loading extension MIT-SCREEN-SAVER >>>> (II) Loading extension XFree86-VidModeExtension >>>> (II) Loading extension XFree86-DGA >>>> (II) Loading extension DPMS >>>> (II) Loading extension XVideo >>>> (II) Loading extension XVideo-MotionCompensation >>>> (II) Loading extension X-Resource >>>> (II) LoadModule: "record" >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so >>>> (II) Module record: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 1.13.0 >>>> Module class: X.Org Server Extension >>>> ABI class: X.Org Server Extension, version 2.0 >>>> (II) Loading extension RECORD >>>> (II) LoadModule: "dbe" >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so >>>> (II) Module dbe: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 1.0.0 >>>> Module class: X.Org Server Extension >>>> ABI class: X.Org Server Extension, version 2.0 >>>> (II) Loading extension DOUBLE-BUFFER >>>> (II) LoadModule: "extmod" >>>> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so >>>> (II) Loading extension MIT-SCREEN-SAVER >>>> (II) Loading extension XFree86-VidModeExtension >>>> (II) Loading extension DPMS >>>> (II) Loading extension XVideo >>>> (II) Loading extension XVideo-MotionCompensation >>>> (II) Loading extension X-Resource >>>> (II) LoadModule: "glx" >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so >>>> (II) Module glx: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 1.0.0 >>>> ABI class: X.Org Server Extension, version 2.0 >>>> (==) AIGLX disabled >>>> (II) Loading extension GLX >>>> (II) LoadModule: "dri" >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so >>>> (II) Module dri: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 1.0.0 >>>> ABI class: X.Org Server Extension, version 2.0 >>>> (II) Loading extension XFree86-DRI >>>> (II) LoadModule: "dri2" >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so >>>> (II) Module dri2: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 1.0.0 >>>> ABI class: X.Org Server Extension, version 2.0 >>>> (II) Loading extension DRI2 >>>> (II) LoadModule: "nv" >>>> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so >>>> (II) Module nv: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 2.1.13 >>>> Module class: X.Org Video Driver >>>> ABI class: X.Org Video Driver, version 5.0 >>>> (II) LoadModule: "mouse" >>>> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so >>>> (II) Module mouse: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 1.4.0 >>>> Module class: X.Org XInput Driver >>>> ABI class: X.Org XInput driver, version 4.0 >>>> (II) LoadModule: "kbd" >>>> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so >>>> (II) Module kbd: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 1.3.2 >>>> Module class: X.Org XInput Driver >>>> ABI class: X.Org XInput driver, version 4.0 >>>> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, >>>> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, >>>> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, >>>> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, >>>> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, >>>> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, >>>> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, >>>> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, >>>> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, >>>> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, >>>> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, >>>> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, >>>> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, >>>> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, >>>> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, >>>> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, >>>> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, >>>> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, >>>> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, >>>> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, >>>> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, >>>> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, >>>> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, >>>> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, >>>> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, >>>> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, >>>> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, >>>> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, >>>> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, >>>> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, >>>> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, >>>> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, >>>> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, >>>> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, >>>> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, >>>> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, >>>> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, >>>> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, >>>> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, >>>> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, >>>> Quadro FX 540, GeForce 6200, GeForce 6500, >>>> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), >>>> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, >>>> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, >>>> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, >>>> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, >>>> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, >>>> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, >>>> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, >>>> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, >>>> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, >>>> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, >>>> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, >>>> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, >>>> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, >>>> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, >>>> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, >>>> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, >>>> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, >>>> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, >>>> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, >>>> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, >>>> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, >>>> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, >>>> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, >>>> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, >>>> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, >>>> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, >>>> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, >>>> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, >>>> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, >>>> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, >>>> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, >>>> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, >>>> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, >>>> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, >>>> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, >>>> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M >>>> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at >>>> 01@00:02:0 >>>> (II) resource ranges after probing: >>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >>>> (II) Loading sub module "int10" >>>> (II) LoadModule: "int10" >>>> (II) Loading /usr/local/lib/xorg/modules//libint10.so >>>> (II) Module int10: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 1.0.0 >>>> ABI class: X.Org Video Driver, version 5.0 >>>> (II) NV(0): Initializing int10 >>>> (==) NV(0): Write-combining range (0xa0000,0x20000) was already clear >>>> (==) NV(0): Write-combining range (0xc0000,0x40000) was already clear >>>> (--) NV(0): Chipset: "GeForce4 MX 440" >>>> (**) NV(0): Depth 24, (--) framebuffer bpp 32 >>>> (==) NV(0): RGB weight 888 >>>> (==) NV(0): Default visual is TrueColor >>>> (II) Loading sub module "vgahw" >>>> (II) LoadModule: "vgahw" >>>> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so >>>> (II) Module vgahw: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 0.1.0 >>>> ABI class: X.Org Video Driver, version 5.0 >>>> (**) NV(0): Option "CrtcNumber" "0" >>>> (==) NV(0): Using HW cursor >>>> (--) NV(0): Linear framebuffer at 0xF0000000 >>>> (--) NV(0): MMIO registers at 0xFD000000 >>>> (II) Loading sub module "i2c" >>>> (II) LoadModule: "i2c" >>>> (II) Module "i2c" already built-in >>>> (II) Loading sub module "ddc" >>>> (II) LoadModule: "ddc" >>>> (II) Module "ddc" already built-in >>>> (II) NV(0): I2C bus "DDC" initialized. >>>> (II) NV(0): Probing for analog device on output A... >>>> (--) NV(0): ...found one >>>> (II) NV(0): Probing for analog device on output B... >>>> (--) NV(0): ...can't find one >>>> (II) NV(0): Probing for EDID on I2C bus A... >>>> (II) NV(0): I2C device "DDC:E-EDID segment register" registered at >>>> address 0x60. >>>> (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. >>>> (--) NV(0): DDC detected a CRT: >>>> (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 >>>> (II) NV(0): Year: 1999 Week: 11 >>>> (II) NV(0): EDID Version: 1.1 >>>> (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V >>>> (II) NV(0): Sync: Separate Composite SyncOnGreen >>>> (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 >>>> (II) NV(0): Gamma: 2.05 >>>> (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display >>>> (II) NV(0): GTF timings supported >>>> (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 >>>> (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 >>>> (II) NV(0): Supported VESA Video Modes: >>>> (II) NV(0): 720x400@70Hz >>>> (II) NV(0): 720x400@88Hz >>>> (II) NV(0): 640x480@60Hz >>>> (II) NV(0): 640x480@67Hz >>>> (II) NV(0): 640x480@72Hz >>>> (II) NV(0): 640x480@75Hz >>>> (II) NV(0): 800x600@56Hz >>>> (II) NV(0): 800x600@60Hz >>>> (II) NV(0): 800x600@72Hz >>>> (II) NV(0): 800x600@75Hz >>>> (II) NV(0): 832x624@75Hz >>>> (II) NV(0): 1024x768@60Hz >>>> (II) NV(0): 1024x768@70Hz >>>> (II) NV(0): 1024x768@75Hz >>>> (II) NV(0): 1280x1024@75Hz >>>> (II) NV(0): 1152x870@75Hz >>>> (II) NV(0): Manufacturer's mask: 0 >>>> (II) NV(0): Supported Future Video Modes: >>>> (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 >>>> (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 >>>> (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 >>>> (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 >>>> (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 >>>> (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 >>>> (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 >>>> (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 >>>> (II) NV(0): Supported additional Video Mode: >>>> (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm >>>> (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_end >>>> 2208 h_border: 0 >>>> (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blanking: >>>> 1344 v_border: 0 >>>> (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 kHz, >>>> PixClock max 290 MHz >>>> (II) NV(0): Monitor name: PressView XL >>>> (II) NV(0): Serial No: 903500844 >>>> (II) NV(0): EDID (in hex): >>>> (II) NV(0): 00ffffffffffff00489315214c030000 >>>> (II) NV(0): 0b0901010e261c69e90488a0574a9b26 >>>> (II) NV(0): 12484cffef80455961598199a959c290 >>>> (II) NV(0): 71598b4fa94f886240606200405080b0 >>>> (II) NV(0): 13007c1d1100001e000000fd0032981e >>>> (II) NV(0): 731d000a202020202020000000fc0050 >>>> (II) NV(0): 726573735669657720584c0a000000ff >>>> (II) NV(0): 003930333530303834340a2020200078 >>>> (II) NV(0): Probing for EDID on I2C bus B... >>>> (II) NV(0): ... none found >>>> (--) NV(0): CRTC 0 appears to have a CRT attached >>>> (**) NV(0): Forcing CRTCNumber 0 as specified >>>> (II) NV(0): Using CRT on CRTC 0 >>>> (II) NV(0): EDID vendor "RDS", prod id 8469 >>>> (II) NV(0): Using EDID range info for horizontal sync >>>> (II) NV(0): Using EDID range info for vertical refresh >>>> (II) NV(0): Printing DDC gathered Modelines: >>>> (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 2208 1280 >>>> 1281 1284 1344 +hsync +vsync (114.2 kHz) >>>> (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 >>>> 605 628 +hsync +vsync (37.9 kHz) >>>> (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 >>>> 603 625 +hsync +vsync (35.2 kHz) >>>> (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 >>>> 484 500 -hsync -vsync (37.5 kHz) >>>> (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 >>>> 492 520 -hsync -vsync (37.9 kHz) >>>> (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 >>>> 486 525 -hsync -vsync (35.0 kHz) >>>> (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 >>>> 492 525 -hsync -vsync (31.5 kHz) >>>> (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 >>>> 423 449 -hsync -vsync (39.4 kHz) >>>> (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 >>>> 414 449 -hsync +vsync (31.5 kHz) >>>> (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 >>>> 1025 1028 1066 +hsync +vsync (80.0 kHz) >>>> (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 >>>> 769 772 800 +hsync +vsync (60.0 kHz) >>>> (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 >>>> 771 777 806 -hsync -vsync (56.5 kHz) >>>> (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 >>>> 771 777 806 -hsync -vsync (48.4 kHz) >>>> (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 >>>> 628 667 -hsync -vsync (49.7 kHz) >>>> (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 >>>> 604 625 +hsync +vsync (46.9 kHz) >>>> (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 >>>> 643 666 +hsync +vsync (48.1 kHz) >>>> (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 >>>> 865 868 900 +hsync +vsync (67.5 kHz) >>>> (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 >>>> 604 631 +hsync +vsync (53.7 kHz) >>>> (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 >>>> 769 772 808 +hsync +vsync (68.7 kHz) >>>> (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 >>>> 1025 1028 1072 +hsync +vsync (91.1 kHz) >>>> (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 2160 1200 >>>> 1201 1204 1250 +hsync +vsync (106.2 kHz) >>>> (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 >>>> 1201 1204 1250 +hsync +vsync (93.8 kHz) >>>> (--) NV(0): VideoRAM: 65536 kBytes >>>> (==) NV(0): Using gamma correction (1.0, 1.0, 1.0) >>>> (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz >>>> (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz >>>> (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz >>>> (II) NV(0): Clock range: 12.00 to 350.00 MHz >>>> (II) NV(0): Not using default mode "1024x768" (bad mode >>>> clock/interlace/doublescan) >>>> (II) NV(0): Not using default mode "512x384" (bad mode >>>> clock/interlace/doublescan) >>>> (II) NV(0): Not using default mode "1920x1440" (mode clock too high) >>>> (II) NV(0): Not using default mode "1920x1440" (hsync out of range) >>>> (II) NV(0): Not using default mode "960x720" (hsync out of range) >>>> (II) NV(0): Not using default mode "2048x1536" (hsync out of range) >>>> (II) NV(0): Not using default mode "1024x768" (hsync out of range) >>>> (II) NV(0): Not using default mode "2048x1536" (bad mode >>>> clock/interlace/doublescan) >>>> (II) NV(0): Not using default mode "1024x768" (hsync out of range) >>>> (II) NV(0): Not using mode "1152x864" (no mode of this name) >>>> (II) NV(0): Not using default mode "2048x1536" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1920x1440" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1856x1392" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1856x1392" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1792x1344" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1792x1344" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using driver mode "1600x1280" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using driver mode "1600x1200" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using driver mode "1600x1200" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1400x1050" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1400x1050" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using driver mode "1280x1024" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using driver mode "1280x1024" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1280x1024" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1280x1024" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1280x1024" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1280x960" (width too large for >>>> virtual size) >>>> (II) NV(0): Not using default mode "1280x960" (width too large for >>>> virtual size) >>>> (--) NV(0): Virtual size is 1152x864 (pitch 1152) >>>> (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz >>>> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 >>>> 865 868 900 +hsync +vsync (67.5 kHz) >>>> (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz >>>> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 >>>> 865 868 900 +hsync +vsync (67.5 kHz) >>>> (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz >>>> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 >>>> 769 772 808 +hsync +vsync (68.7 kHz) >>>> (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz >>>> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 >>>> 769 772 800 +hsync +vsync (60.0 kHz) >>>> (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz >>>> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 >>>> 771 777 806 -hsync -vsync (56.5 kHz) >>>> (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz >>>> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 >>>> 771 777 806 -hsync -vsync (48.4 kHz) >>>> (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz >>>> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 >>>> 769 772 808 +hsync +vsync (68.7 kHz) >>>> (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz >>>> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 >>>> 769 772 800 +hsync +vsync (60.0 kHz) >>>> (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz >>>> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 >>>> 771 777 806 -hsync -vsync (56.5 kHz) >>>> (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D) >>>> (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 >>>> 768 770 794 doublescan -hsync +vsync (95.3 kHz) >>>> (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz >>>> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 >>>> 771 777 806 -hsync -vsync (48.4 kHz) >>>> (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz (D) >>>> (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 >>>> 720 722 750 doublescan -hsync +vsync (112.5 kHz) >>>> (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D) >>>> (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 >>>> 720 722 750 doublescan -hsync +vsync (90.0 kHz) >>>> (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz (D) >>>> (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 >>>> 698 750 doublescan -hsync +vsync (112.5 kHz) >>>> (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D) >>>> (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 >>>> 698 719 doublescan -hsync +vsync (86.4 kHz) >>>> (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D) >>>> (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 >>>> 674 708 doublescan -hsync +vsync (106.3 kHz) >>>> (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D) >>>> (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 >>>> 674 697 doublescan -hsync +vsync (83.7 kHz) >>>> (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz >>>> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 >>>> 628 667 -hsync -vsync (49.7 kHz) >>>> (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz >>>> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 >>>> 628 667 -hsync -vsync (49.7 kHz) >>>> (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz >>>> (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 >>>> 604 631 +hsync +vsync (53.7 kHz) >>>> (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz >>>> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 >>>> 604 625 +hsync +vsync (46.9 kHz) >>>> (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz >>>> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 >>>> 643 666 +hsync +vsync (48.1 kHz) >>>> (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz >>>> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 >>>> 605 628 +hsync +vsync (37.9 kHz) >>>> (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz >>>> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 >>>> 603 625 +hsync +vsync (35.2 kHz) >>>> (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz >>>> (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 >>>> 604 631 +hsync +vsync (53.7 kHz) >>>> (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D) >>>> (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 >>>> 602 625 doublescan +hsync +vsync (106.2 kHz) >>>> (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz >>>> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 >>>> 604 625 +hsync +vsync (46.9 kHz) >>>> (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D) >>>> (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 >>>> 602 625 doublescan +hsync +vsync (93.8 kHz) >>>> (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz >>>> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 >>>> 643 666 +hsync +vsync (48.1 kHz) >>>> (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D) >>>> (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 >>>> 602 625 doublescan +hsync +vsync (87.5 kHz) >>>> (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) >>>> (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 >>>> 602 625 doublescan +hsync +vsync (81.2 kHz) >>>> (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz >>>> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 >>>> 605 628 +hsync +vsync (37.9 kHz) >>>> (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) >>>> (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 >>>> 602 625 doublescan +hsync +vsync (75.0 kHz) >>>> (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz >>>> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 >>>> 603 625 +hsync +vsync (35.2 kHz) >>>> (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) >>>> (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 >>>> 532 545 doublescan +hsync +vsync (81.5 kHz) >>>> (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) >>>> (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 >>>> 532 541 doublescan +hsync +vsync (64.9 kHz) >>>> (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D) >>>> (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 >>>> 514 536 doublescan +hsync +vsync (91.1 kHz) >>>> (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) >>>> (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 >>>> 514 533 doublescan +hsync +vsync (80.0 kHz) >>>> (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) >>>> (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 >>>> 514 533 doublescan +hsync +vsync (64.0 kHz) >>>> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz >>>> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 >>>> 484 500 -hsync -vsync (37.5 kHz) >>>> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz >>>> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 >>>> 492 520 -hsync -vsync (37.9 kHz) >>>> (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz >>>> (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 >>>> 486 525 -hsync -vsync (35.0 kHz) >>>> (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz >>>> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 >>>> 492 525 -hsync -vsync (31.5 kHz) >>>> (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D) >>>> (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 >>>> 482 505 doublescan +hsync +vsync (85.9 kHz) >>>> (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz >>>> (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 >>>> 484 509 -hsync -vsync (43.3 kHz) >>>> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz >>>> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 >>>> 484 500 -hsync -vsync (37.5 kHz) >>>> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz >>>> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 >>>> 492 520 -hsync -vsync (37.9 kHz) >>>> (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) >>>> (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 >>>> 482 500 doublescan +hsync +vsync (60.0 kHz) >>>> (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz >>>> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 >>>> 492 525 -hsync -vsync (31.5 kHz) >>>> (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz >>>> (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 >>>> 423 449 -hsync -vsync (39.4 kHz) >>>> (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz >>>> (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 >>>> 414 449 -hsync +vsync (31.5 kHz) >>>> (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz >>>> (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 >>>> 404 446 -hsync +vsync (37.9 kHz) >>>> (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz >>>> (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 >>>> 404 445 -hsync +vsync (37.9 kHz) >>>> (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) >>>> (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 >>>> 434 450 doublescan +hsync +vsync (67.5 kHz) >>>> (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz >>>> (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 >>>> 385 445 +hsync -vsync (37.9 kHz) >>>> (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) >>>> (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 >>>> 386 404 doublescan +hsync +vsync (68.7 kHz) >>>> (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) >>>> (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 >>>> 386 400 doublescan +hsync +vsync (60.0 kHz) >>>> (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) >>>> (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 >>>> 388 403 doublescan -hsync -vsync (56.5 kHz) >>>> (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) >>>> (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 >>>> 388 403 doublescan -hsync -vsync (48.4 kHz) >>>> (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) >>>> (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 >>>> 314 333 doublescan -hsync -vsync (49.7 kHz) >>>> (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) >>>> (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 >>>> 302 315 doublescan +hsync +vsync (53.7 kHz) >>>> (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) >>>> (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 >>>> 302 312 doublescan +hsync +vsync (46.9 kHz) >>>> (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) >>>> (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 >>>> 321 333 doublescan +hsync +vsync (48.1 kHz) >>>> (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) >>>> (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 >>>> 302 314 doublescan +hsync +vsync (37.9 kHz) >>>> (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) >>>> (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 >>>> 301 312 doublescan +hsync +vsync (35.2 kHz) >>>> (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) >>>> (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 >>>> 242 254 doublescan -hsync -vsync (43.3 kHz) >>>> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) >>>> (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 >>>> 242 250 doublescan -hsync -vsync (37.5 kHz) >>>> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) >>>> (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 >>>> 246 260 doublescan -hsync -vsync (37.9 kHz) >>>> (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) >>>> (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 >>>> 246 262 doublescan -hsync -vsync (31.5 kHz) >>>> (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) >>>> (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 >>>> 202 223 doublescan -hsync +vsync (37.9 kHz) >>>> (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) >>>> (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 >>>> 202 222 doublescan -hsync +vsync (37.9 kHz) >>>> (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) >>>> (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 >>>> 192 222 doublescan +hsync -vsync (37.9 kHz) >>>> (**) NV(0): Display dimensions: (380, 280) mm >>>> (**) NV(0): DPI set to (77, 78) >>>> (II) Loading sub module "fb" >>>> (II) LoadModule: "fb" >>>> (II) Loading /usr/local/lib/xorg/modules//libfb.so >>>> (II) Module fb: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 1.0.0 >>>> ABI class: X.Org ANSI C Emulation, version 0.4 >>>> (II) Loading sub module "xaa" >>>> (II) LoadModule: "xaa" >>>> (II) Loading /usr/local/lib/xorg/modules//libxaa.so >>>> (II) Module xaa: vendor="X.Org Foundation" >>>> compiled for 1.6.0, module version = 1.2.1 >>>> ABI class: X.Org Video Driver, version 5.0 >>>> (II) Loading sub module "ramdac" >>>> (II) LoadModule: "ramdac" >>>> (II) Module "ramdac" already built-in >>>> (--) Depth 24 pixmap format is 32 bpp >>>> (II) do I need RAC? No, I don't. >>>> (II) resource ranges after preInit: >>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >>>> (II) NV(0): Using XFree86 Acceleration Architecture (XAA) >>>> Screen to screen bit blits >>>> Solid filled rectangles >>>> 8x8 mono pattern filled rectangles >>>> Indirect CPU to Screen color expansion >>>> Solid Lines >>>> Scanline Image Writes >>>> Setting up tile and stipple cache: >>>> 32 128x128 slots >>>> 32 256x256 slots >>>> 16 512x512 slots >>>> (==) NV(0): Backing store disabled >>>> (==) NV(0): Silken mouse enabled >>>> (II) NV(0): DPMS enabled >>>> (==) RandR enabled >>>> (II) Initializing built-in extension Generic Event Extension >>>> (II) Initializing built-in extension SHAPE >>>> (II) Initializing built-in extension MIT-SHM >>>> (II) Initializing built-in extension XInputExtension >>>> (II) Initializing built-in extension XTEST >>>> (II) Initializing built-in extension BIG-REQUESTS >>>> (II) Initializing built-in extension SYNC >>>> (II) Initializing built-in extension XKEYBOARD >>>> (II) Initializing built-in extension XC-MISC >>>> (II) Initializing built-in extension XINERAMA >>>> (II) Initializing built-in extension XFIXES >>>> (II) Initializing built-in extension RENDER >>>> (II) Initializing built-in extension RANDR >>>> (II) Initializing built-in extension COMPOSITE >>>> (II) Initializing built-in extension DAMAGE >>>> (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so >>>> (II) GLX: Initialized DRISWRAST GL provider for screen 0 >>>> (**) Option "Protocol" "Auto" >>>> (**) Mouse0: Device: "/dev/sysmouse" >>>> (**) Mouse0: Protocol: "Auto" >>>> (**) Option "CorePointer" >>>> (**) Mouse0: always reports core events >>>> (**) Option "Device" "/dev/sysmouse" >>>> (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 >>>> (**) Option "ZAxisMapping" "4 5 6 7" >>>> (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 >>>> (**) Mouse0: Buttons: 11 >>>> (**) Option "Resolution" "800" >>>> (**) Mouse0: Resolution: 800 >>>> (**) Mouse0: Sensitivity: 1 >>>> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) >>>> (**) Mouse0: (accel) keeping acceleration scheme 1 >>>> (**) Mouse0: (accel) filter chain progression: 2.00 >>>> (**) Mouse0: (accel) filter stage 0: 20.00 ms >>>> (**) Mouse0: (accel) set acceleration profile 0 >>>> (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 >>>> (II) Mouse0: SetupAuto: protocol is SysMouse >>>> (**) Option "CoreKeyboard" >>>> (**) Keyboard0: always reports core events >>>> (**) Option "Protocol" "standard" >>>> (**) Keyboard0: Protocol: standard >>>> (**) Option "AutoRepeat" "500 30" >>>> (**) Option "XkbRules" "xorg" >>>> (**) Keyboard0: XkbRules: "xorg" >>>> (**) Option "XkbModel" "pc104" >>>> (**) Keyboard0: XkbModel: "pc104" >>>> (**) Option "XkbLayout" "us" >>>> (**) Keyboard0: XkbLayout: "us" >>>> (**) Option "CustomKeycodes" "off" >>>> (**) Keyboard0: CustomKeycodes disabled >>>> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) >>>> >>>> xorg.conf: >>>> Section "ServerLayout" >>>> Identifier "X.org Configured" >>>> Screen 0 "Screen0" 0 0 >>>> # Screen 1 "Screen1" RightOf "Screen0" >>>> InputDevice "Mouse0" "CorePointer" >>>> InputDevice "Keyboard0" "CoreKeyboard" >>>> EndSection >>>> >>>> Section "Files" >>>> ModulePath "/usr/local/lib/xorg/modules" >>>> FontPath "/usr/local/lib/X11/fonts/misc/" >>>> FontPath "/usr/local/lib/X11/fonts/TTF/" >>>> FontPath "/usr/local/lib/X11/fonts/OTF" >>>> FontPath "/usr/local/lib/X11/fonts/Type1/" >>>> FontPath "/usr/local/lib/X11/fonts/100dpi/" >>>> FontPath "/usr/local/lib/X11/fonts/75dpi/" >>>> EndSection >>>> >>>> Section "Module" >>>> Load "extmod" >>>> Load "record" >>>> Load "dbe" >>>> SubSection "extmod" >>>> Option "omit xfree86-dga" # don't initialise the DGA extension >>>> EndSubSection >>>> Load "glx" >>>> Load "dri" >>>> Load "dri2" >>>> EndSection >>>> >>>> Section "ServerFlags" >>>> Option "AllowEmptyInput" "false" >>>> EndSection >>>> >>>> Section "InputDevice" >>>> Identifier "Keyboard0" >>>> Driver "kbd" >>>> Option "AutoRepeat" "500 30" >>>> Option "XkbRules" "xorg" >>>> Option "XkbModel" "pc104" >>>> Option "XkbLayout" "us" >>>> EndSection >>>> >>>> Section "InputDevice" >>>> Identifier "Mouse0" >>>> Driver "mouse" >>>> Option "Protocol" "Auto" >>>> Option "Device" "/dev/sysmouse" >>>> Option "ZAxisMapping" "4 5 6 7" >>>> Option "Resolution" "800" >>>> EndSection >>>> >>>> Section "Monitor" >>>> Identifier "Monitor1" >>>> VendorName "RDS" >>>> ModelName "PressView XL" >>>> EndSection >>>> >>>> Section "Device" >>>> ### Available Driver options are:- >>>> ### Values: : integer, : float, : "True"/"False", >>>> ### : "String", : " Hz/kHz/MHz" >>>> ### [arg]: arg optional >>>> #Option "SWcursor" # [] >>>> #Option "HWcursor" # [] >>>> #Option "NoAccel" # [] >>>> #Option "ShadowFB" # [] >>>> #Option "UseFBDev" # [] >>>> #Option "Rotate" # [] >>>> #Option "VideoKey" # >>>> #Option "FlatPanel" # [] >>>> #Option "FPDither" # [] >>>> #Option "CrtcNumber" # >>>> Option "CrtcNumber" "0" >>>> #Option "FPScale" # [] >>>> #Option "FPTweak" # >>>> #Option "DualHead" # [] >>>> Identifier "Card1" >>>> Driver "nv" >>>> VendorName "nVidia Corporation" >>>> BoardName "NV17 [GeForce4 MX 440]" >>>> BusID "PCI:1:2:0" >>>> EndSection >>>> >>>> Section "Screen" >>>> Identifier "Screen0" >>>> Device "Card1" >>>> Monitor "Monitor1" >>>> DefaultDepth 24 >>>> >>>> SubSection "Display" >>>> Viewport 0 0 >>>> Depth 24 >>>> Modes "1152x864" "1152x864" "1152x864" >>>> EndSubSection >>>> EndSection >>>> >>>> dmesg(8) output: >>>> May 18 20:21:51 udns syslogd: kernel boot file is /boot/kernel/kernel >>>> May 18 20:21:51 udns kernel: Copyright (c) 1992-2009 The FreeBSD Project. >>>> May 18 20:21:51 udns kernel: Copyright (c) 1979, 1980, 1983, 1986, >>>> 1988, 1989, 1991, 1992, 1993, 1994 >>>> May 18 20:21:51 udns kernel: The Regents of the University of >>>> California. All rights reserved. >>>> May 18 20:21:51 udns kernel: FreeBSD is a registered trademark of The >>>> FreeBSD Foundation. >>>> May 18 20:21:51 udns kernel: FreeBSD 7.1-RELEASE #0: Thu Jan 1 >>>> 14:37:25 UTC 2009 >>>> May 18 20:21:51 udns kernel: >>>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC >>>> May 18 20:21:51 udns kernel: Preloaded elf kernel "/boot/kernel/kernel" >>>> at 0xc0d89000. >>>> May 18 20:21:51 udns kernel: Preloaded elf module >>>> "/boot/kernel/geom_stripe.ko" at 0xc0d89174. >>>> May 18 20:21:51 udns kernel: Calibrating clock(s) ... i8254 clock: >>>> 1192975 Hz >>>> May 18 20:21:51 udns kernel: CLK_USE_I8254_CALIBRATION not specified - >>>> using default frequency >>>> May 18 20:21:51 udns kernel: Timecounter "i8254" frequency 1193182 Hz >>>> quality 0 >>>> May 18 20:21:51 udns kernel: Calibrating TSC clock ... TSC clock: >>>> 797345795 Hz >>>> May 18 20:21:51 udns kernel: CPU: Intel Pentium III (797.35-MHz >>>> 686-class CPU) >>>> May 18 20:21:51 udns kernel: Origin = "GenuineIntel" Id = 0x686 >>>> Stepping = 6 >>>> May 18 20:21:51 udns kernel: >>>> Features=0x387fbff >>>> May 18 20:21:51 udns kernel: May 18 20:21:51 udns kernel: Instruction > ;>>> TLB: 4 KB pages, 4-way set associative, 32 entries >>>> May 18 20:21:51 udns kernel: Instruction TLB: 4 MB pages, fully >>>> associative, 2 entries >>>> May 18 20:21:51 udns kernel: Data TLB: 4 KB pages, 4-way set >>>> associative, 64 entries >>>> May 18 20:21:51 udns kernel: 2nd-level cache: 256 KB, 8-way set >>>> associative, 32 byte line size >>>> May 18 20:21:51 udns kernel: 1st-level instruction cache: 16 KB, 4-way >>>> set associative, 32 byte line size >>>> May 18 20:21:51 udns kernel: Data TLB: 4 MB Pages, 4-way set >>>> associative, 8 entries >>>> May 18 20:21:51 udns kernel: 1st-level data cache: 16 KB, 4-way set >>>> associative, 32 byte line size >>>> May 18 20:21:51 udns kernel: real memory = 1073741824 (1024 MB) >>>> May 18 20:21:51 udns kernel: Physical memory chunk(s): >>>> May 18 20:21:51 udns kernel: 0x0000000000001000 - 0x000000000009efff, >>>> 647168 bytes (158 pages) >>>> May 18 20:21:51 udns kernel: 0x0000000000100000 - 0x00000000003fffff, >>>> 3145728 bytes (768 pages) >>>> May 18 20:21:51 udns kernel: 0x0000000001025000 - 0x000000003edb7fff, >>>> 1037643776 bytes (253331 pages) >>>> May 18 20:21:51 udns kernel: avail memory = 1037078528 (989 MB) >>>> May 18 20:21:51 udns kernel: MP Configuration Table version 1.4 found >>>> at 0xc00f0db0 >>>> May 18 20:21:51 udns kernel: APIC: Using the MPTable enumerator. >>>> May 18 20:21:51 udns kernel: SMP: Added CPU 0 (BSP) >>>> May 18 20:21:51 udns kernel: SMP: Added CPU 1 (AP) >>>> May 18 20:21:51 udns kernel: MPTable: >>>> May 18 20:21:51 udns kernel: INTR: Adding local APIC 1 as a target >>>> May 18 20:21:51 udns kernel: FreeBSD/SMP: Multiprocessor System >>>> Detected: 2 CPUs >>>> May 18 20:21:51 udns kernel: cpu0 (BSP): APIC ID: 0 >>>> May 18 20:21:51 udns kernel: cpu1 (AP): APIC ID: 1 >>>> May 18 20:21:51 udns kernel: bios32: Found BIOS32 Service Directory >>>> header at 0xc00fdb90 >>>> May 18 20:21:51 udns kernel: bios32: Entry = 0xfdba0 (c00fdba0) Rev = >>>> 0 Len = 1 >>>> May 18 20:21:51 udns kernel: pcibios: PCI BIOS entry at 0xf0000+0xdbc1 >>>> May 18 20:21:51 udns kernel: pnpbios: Found PnP BIOS data at 0xc00f4c50 >>>> May 18 20:21:51 udns kernel: pnpbios: Entry = f0000:3954 Rev = 1.0 >>>> May 18 20:21:51 udns kernel: Other BIOS signatures found: >>>> May 18 20:21:51 udns kernel: ULE: setup cpu group 0 >>>> May 18 20:21:51 udns kernel: ULE: setup cpu 0 >>>> May 18 20:21:51 udns kernel: ULE: adding cpu 0 to group 0: cpus 1 mask 0x1 >>>> May 18 20:21:51 udns kernel: ULE: setup cpu group 1 >>>> May 18 20:21:51 udns kernel: ULE: setup cpu 1 >>>> May 18 20:21:51 udns kernel: ULE: adding cpu 1 to group 1: cpus 1 mask 0x2 >>>> May 18 20:21:51 udns kernel: ioapic0: Assuming intbase of 0 >>>> May 18 20:21:51 udns kernel: ioapic0: Routing external 8259A's -> intpin 0 >>>> May 18 20:21:51 udns kernel: ioapic1: Assuming intbase of 16 >>>> May 18 20:21:51 udns kernel: ioapic0: intpin 10 bus PCI >>>> May 18 20:21:51 udns kernel: ioapic0: intpin 10 trigger: level >>>> May 18 20:21:51 udns kernel: ioapic0: intpin 10 polarity: low >>>> May 18 20:21:51 udns kernel: ioapic0: Routing IRQ 0 -> intpin 2 >>>> May 18 20:21:51 udns kernel: lapic: Routing ExtINT -> LINT0 >>>> May 18 20:21:51 udns kernel: lapic: LINT0 trigger: edge >>>> May 18 20:21:51 udns kernel: lapic: LINT0 polarity: high >>>> May 18 20:21:51 udns kernel: lapic: Routing NMI -> LINT1 >>>> May 18 20:21:51 udns kernel: lapic: LINT1 trigger: edge >>>> May 18 20:21:51 udns kernel: lapic: LINT1 polarity: high >>>> May 18 20:21:51 udns kernel: ioapic0 irqs 0-15 on >>>> motherboard >>>> May 18 20:21:51 udns kernel: ioapic1 irqs 16-31 on >>>> motherboard >>>> May 18 20:21:51 udns kernel: cpu0 BSP: >>>> May 18 20:21:51 udns kernel: ID: 0x00000000 VER: 0x00040011 LDR: >>>> 0x00000000 DFR: 0xffffffff >>>> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: >>>> 0x00000000 SVR: 0x000001ff >>>> May 18 20:21:51 udns kernel: timer: 0x000100ef therm: 0x00000000 err: >>>> 0x0001000f pcm: 0x00010000 >>>> May 18 20:21:51 udns kernel: ath_rate: version 1.2 >>> selection algorithm> >>>> May 18 20:21:51 udns kernel: wlan_amrr: >>> Control Algorithm> >>>> May 18 20:21:51 udns kernel: wlan: <802.11 Link Layer> >>>> May 18 20:21:51 udns kernel: null: >>>> May 18 20:21:51 udns kernel: random: >>>> May 18 20:21:51 udns kernel: nfslock: pseudo-device >>>> May 18 20:21:51 udns kernel: io: >>>> May 18 20:21:51 udns kernel: kbd: new array size 4 >>>> May 18 20:21:51 udns kernel: kbd1 at kbdmux0 >>>> May 18 20:21:51 udns kernel: mem: >>>> May 18 20:21:51 udns kernel: Pentium Pro MTRR support enabled >>>> May 18 20:21:51 udns kernel: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, >>>> RF5111, RF5112, RF2413, RF5413) >>>> May 18 20:21:51 udns kernel: hptrr: RocketRAID 17xx/2xxx SATA >>>> controller driver v1.2 (Jan 1 2009 14:37:00) >>>> May 18 20:21:51 udns kernel: npx0: INT 16 interface >>>> May 18 20:21:51 udns kernel: pci_open(1): mode 1 addr port (0x0cf8) is >>>> 0x80000070 >>>> May 18 20:21:51 udns kernel: pci_open(1a): mode1res=0x80000000 >>>> (0x80000000) >>>> May 18 20:21:51 udns kernel: pci_cfgcheck: device 0 [class=060000] >>>> [hdr=80] is there (id=00091166) >>>> May 18 20:21:51 udns kernel: pcibios: BIOS version 2.10 >>>> May 18 20:21:51 udns kernel: pcib0: pcibus 0 >>>> on motherboard >>>> May 18 20:21:51 udns kernel: pci0: on pcib0 >>>> May 18 20:21:51 udns kernel: pci0: domain=0, physical bus=0 >>>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, revid=0x06 >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=0 >>>> May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 >>>> May 18 20:21:51 udns kernel: cmdreg=0x0006, statreg=0x2200, cachelnsz=8 >>>> (dwords) >>>> May 18 20:21:51 udns kernel: lattimer=0x20 (960 ns), mingnt=0x00 (0 >>>> ns), maxlat=0x00 (0 ns) >>>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, revid=0x06 >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=1 >>>> May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 >>>> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, cachelnsz=8 >>>> (dwords) >>>> May 18 20:21:51 udns kernel: lattimer=0x10 (480 ns), mingnt=0x00 (0 >>>> ns), maxlat=0x00 (0 ns) >>>> May 18 20:21:51 udns kernel: found-> vendor=0x1002, dev=0x4752, revid=0x27 >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=1, func=0 >>>> May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 >>>> May 18 20:21:51 udns kernel: cmdreg=0x0080, statreg=0x0290, cachelnsz=8 >>>> (dwords) >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 >>>> ns), maxlat=0x00 (0 ns) >>>> May 18 20:21:51 udns kernel: intpin=a, irq=9 >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 current D0 >>>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >>>> 0xfb000000, size 24, memory disabled >>>> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base >>>> 0xd800, size 8, port disabled >>>> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base >>>> 0xfcaff000, size 12, enabled >>>> May 18 20:21:51 udns kernel: pcib0: slot 1 INTA routed to irq 22 >>>> May 18 20:21:51 udns kernel: found-> vendor=0x8086, dev=0x1229, revid=0x08 >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=4, func=0 >>>> May 18 20:21:51 udns kernel: class=02-00-00, hdrtype=0x00, mfdev=0 >>>> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0290, cachelnsz=8 >>>> (dwords) >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 >>>> ns), maxlat=0x38 (14000 ns) >>>> May 18 20:21:51 udns kernel: intpin=a, irq=5 >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 current D0 >>>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >>>> 0xfcafe000, size 12, enabled >>>> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base >>>> 0xd400, size 6, enabled >>>> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base >>>> 0xfc900000, size 20, enabled >>>> May 18 20:21:51 udns kernel: pcib0: slot 4 INTA routed to irq 20 >>>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0200, revid=0x50 >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=0 >>>> May 18 20:21:51 udns kernel: class=06-01-00, hdrtype=0x00, mfdev=1 >>>> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, cachelnsz=0 >>>> (dwords) >>>> May 18 20:21:51 udns kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), >>>> maxlat=0x00 (0 ns) >>>> May 18 20:21:51 udns kernel: map[90]: type I/O Port, range 32, base >>>> 0x580, size 4, enabled >>>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0211, revid=0x00 >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=1 >>>> May 18 20:21:51 udns kernel: class=01-01-8a, hdrtype=0x00, mfdev=1 >>>> May 18 20:21:51 udns kernel: cmdreg=0x0005, statreg=0x0200, cachelnsz=0 >>>> (dwords) >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 >>>> ns), maxlat=0x00 (0 ns) >>>> May 18 20:21:51 udns kernel: map[20]: type I/O Port, range 32, base >>>> 0xffa0, size 4, enabled >>>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0220, revid=0x04 >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=2 >>>> May 18 20:21:51 udns kernel: class=0c-03-10, hdrtype=0x00, mfdev=1 >>>> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0280, cachelnsz=8 >>>> (dwords) >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 >>>> ns), maxlat=0x50 (20000 ns) >>>> May 18 20:21:51 udns kernel: intpin=a, irq=10 >>>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >>>> 0xfcafd000, size 12, enabled >>>> May 18 20:21:51 udns kernel: pcib0: slot 15 INTA routed to irq 10 >>>> May 18 20:21:51 udns kernel: vgapci0: port >>>> 0xd800-0xd8ff mem 0xfb000000-0xfbffffff,0xfcaff000-0xfcafffff irq 22 at >>>> device 1.0 on pci0 >>>> May 18 20:21:51 udns kernel: fxp0: port >>>> 0xd400-0xd43f mem 0xfcafe000-0xfcafefff,0xfc900000-0xfc9fffff irq 20 at >>>> device 4.0 on pci0 >>>> May 18 20:21:51 udns kernel: fxp0: Reserved 0x1000 bytes for rid 0x10 >>>> type 3 at 0xfcafe000 >>>> May 18 20:21:51 udns kernel: fxp0: using memory space register mapping >>>> May 18 20:21:51 udns kernel: fxp0: PCI IDs: 8086 1229 8086 100c 0008 >>>> May 18 20:21:51 udns kernel: fxp0: Dynamic Standby mode is disabled >>>> May 18 20:21:51 udns kernel: miibus0: on fxp0 >>>> May 18 20:21:51 udns kernel: inphy0: >>>> PHY 1 on miibus0 >>>> May 18 20:21:51 udns kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, >>>> 100baseTX-FDX, auto >>>> May 18 20:21:51 udns kernel: fxp0: bpf attached >>>> May 18 20:21:51 udns kernel: fxp0: Ethernet address: 00:e0:81:20:9d:66 >>>> May 18 20:21:51 udns kernel: ioapic1: routing intpin 4 (PCI IRQ 20) to >>>> vector 48 >>>> May 18 20:21:51 udns kernel: fxp0: [MPSAFE] >>>> May 18 20:21:51 udns kernel: fxp0: [ITHREAD] >>>> May 18 20:21:51 udns kernel: isab0: port 0x580-0x58f >>>> at device 15.0 on pci0 >>>> May 18 20:21:51 udns kernel: isa0: on isab0 >>>> May 18 20:21:51 udns kernel: atapci0: >>> controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at >>>> device 15.1 on pci0 >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x10 bytes for rid 0x20 >>>> type 4 at 0xffa0 >>>> May 18 20:21:51 udns kernel: ata0: on atapci0 >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x10 >>>> type 4 at 0x1f0 >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x14 >>>> type 4 at 0x3f6 >>>> May 18 20:21:51 udns kernel: ata0: reset tp1 mask=03 ostat0=50 ostat1=50 >>>> May 18 20:21:51 udns kernel: ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb >>>> May 18 20:21:51 udns kernel: ata0: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 >>>> May 18 20:21:51 udns kernel: ata0: reset tp2 stat0=00 stat1=50 >>>> devices=0x6 >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 14 (ISA IRQ 14) to >>>> vector 49 >>>> May 18 20:21:51 udns kernel: ata0: [MPSAFE] >>>> May 18 20:21:51 udns kernel: ata0: [ITHREAD] >>>> May 18 20:21:51 udns kernel: ata1: on atapci0 >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x18 >>>> type 4 at 0x170 >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x1c >>>> type 4 at 0x376 >>>> May 18 20:21:51 udns kernel: ata1: reset tp1 mask=03 ostat0=50 ostat1=00 >>>> May 18 20:21:51 udns kernel: ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb >>>> May 18 20:21:51 udns kernel: ata1: stat1=0x00 err=0x04 lsb=0x00 msb=0x02 >>>> May 18 20:21:51 udns kernel: ata1: reset tp2 stat0=00 stat1=00 >>>> devices=0x4 >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 15 (ISA IRQ 15) to >>>> vector 50 >>>> May 18 20:21:51 udns kernel: ata1: [MPSAFE] >>>> May 18 20:21:51 udns kernel: ata1: [ITHREAD] >>>> May 18 20:21:51 udns kernel: ohci0: mem >>>> 0xfcafd000-0xfcafdfff irq 10 at device 15.2 on pci0 >>>> May 18 20:21:51 udns kernel: ohci0: Reserved 0x1000 bytes for rid 0x10 >>>> type 3 at 0xfcafd000 >>>> May 18 20:21:51 udns kernel: ohci0: (New OHCI DeviceId=0x02201166) >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 10 (PCI IRQ 10) to >>>> vector 51 >>>> May 18 20:21:51 udns kernel: ohci0: [GIANT-LOCKED] >>>> May 18 20:21:51 udns kernel: ohci0: [ITHREAD] >>>> May 18 20:21:51 udns kernel: usb0: OHCI version 1.0, legacy support >>>> May 18 20:21:51 udns kernel: usb0: >>>> on ohci0 >>>> May 18 20:21:51 udns kernel: usb0: USB revision 1.0 >>>> May 18 20:21:51 udns kernel: uhub0: <(0x1166) OHCI root hub, class 9/0, >>>> rev 1.00/1.00, addr 1> on usb0 >>>> May 18 20:21:51 udns kernel: uhub0: 4 ports with 4 removable, self powered >>>> May 18 20:21:51 udns kernel: pcib1: pcibus 1 >>>> on motherboard >>>> May 18 20:21:51 udns kernel: pci1: on pcib1 >>>> May 18 20:21:51 udns kernel: pci1: domain=0, physical bus=1 >>>> May 18 20:21:51 udns kernel: found-> vendor=0x10de, dev=0x0171, revid=0xa3 >>>> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=2, func=0 >>>> May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 >>>> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 >>>> (dwords) >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x05 (1250 >>>> ns), maxlat=0x01 (250 ns) >>>> May 18 20:21:51 udns kernel: intpin=a, irq=11 >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >>>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >>>> 0xfd000000, size 24, enabled >>>> May 18 20:21:51 udns kernel: map[14]: type Prefetchable Memory, range >>>> 32, base 0xf0000000, size 27, enabled >>>> May 18 20:21:51 udns kernel: map[18]: type Prefetchable Memory, range >>>> 32, base 0xfa580000, size 19, enabled >>>> May 18 20:21:51 udns kernel: pcib1: slot 2 INTA routed to irq 27 >>>> May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, revid=0x01 >>>> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=0 >>>> May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 >>>> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, cachelnsz=8 >>>> (dwords) >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 >>>> (10000 ns), maxlat=0x19 (6250 ns) >>>> May 18 20:21:51 udns kernel: intpin=a, irq=3 >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >>>> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base >>>> 0xe400, size 8, enabled >>>> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base >>>> 0xfebde000, size 12, enabled >>>> May 18 20:21:51 udns kernel: pcib1: slot 6 INTA routed to irq 25 >>>> May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, revid=0x01 >>>> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=1 >>>> May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 >>>> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, cachelnsz=8 >>>> (dwords) >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 >>>> (10000 ns), maxlat=0x19 (6250 ns) >>>> May 18 20:21:51 udns kernel: intpin=b, irq=10 >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >>>> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base >>>> 0xe800, size 8, enabled >>>> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base >>>> 0xfebdf000, size 12, enabled >>>> May 18 20:21:51 udns kernel: pcib1: slot 6 INTB routed to irq 26 >>>> May 18 20:21:51 udns kernel: vgapci1: mem >>>> 0xfd000000-0xfdffffff,0xf0000000-0xf7ffffff,0xfa580000-0xfa5fffff irq >>>> 27 at device 2.0 on pci1 >>>> May 18 20:21:51 udns kernel: ahc0: >>> adapter> port 0xe400-0xe4ff mem 0xfebde000-0xfebdefff irq 25 at device >>>> 6.0 on pci1 >>>> May 18 20:21:51 udns kernel: ahc0: Defaulting to MEMIO off >>>> May 18 20:21:51 udns kernel: ahc0: Reserved 0x100 bytes for rid 0x10 >>>> type 4 at 0xe400 >>>> May 18 20:21:51 udns kernel: ahc0: Reading SEEPROM...done. >>>> May 18 20:21:51 udns kernel: ahc0: Manual LVD Termination >>>> May 18 20:21:51 udns kernel: ahc0: BIOS eeprom is present >>>> May 18 20:21:51 udns kernel: ahc0: Secondary High byte termination Enabled >>>> May 18 20:21:51 udns kernel: ahc0: Secondary Low byte termination Enabled >>>> May 18 20:21:51 udns kernel: ahc0: Primary Low Byte termination Enabled >>>> May 18 20:21:51 udns kernel: ahc0: Primary High Byte termination Enabled >>>> May 18 20:21:51 udns kernel: ahc0: Downloading Sequencer Program... 423 >>>> instructions downloaded >>>> May 18 20:21:51 udns kernel: ahc0: Features 0x1fef6, Bugs 0x40, Flags >>>> 0x20485520 >>>> May 18 20:21:51 udns kernel: ioapic1: routing intpin 9 (PCI IRQ 25) to >>>> vector 52 >>>> May 18 20:21:51 udns kernel: ahc0: [MPSAFE] >>>> May 18 20:21:51 udns kernel: ahc0: [ITHREAD] >>>> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel A, SCSI >>>> Id=7, 32/253 SCBs >>>> May 18 20:21:51 udns kernel: ahc1: >>> adapter> port 0xe800-0xe8ff mem 0xfebdf000-0xfebdffff irq 26 at device >>>> 6.1 on pci1 >>>> May 18 20:21:51 udns kernel: ahc1: Defaulting to MEMIO off >>>> May 18 20:21:51 udns kernel: ahc1: Reserved 0x100 bytes for rid 0x10 >>>> type 4 at 0xe800 >>>> May 18 20:21:51 udns kernel: ahc1: Reading SEEPROM...done. >>>> May 18 20:21:51 udns kernel: ahc1: Manual LVD Termination >>>> May 18 20:21:51 udns kernel: ahc1: BIOS eeprom is present >>>> May 18 20:21:51 udns kernel: ahc1: Secondary High byte termination Enabled >>>> May 18 20:21:51 udns kernel: ahc1: Secondary Low byte termination Enabled >>>> May 18 20:21:51 udns kernel: ahc1: Primary Low Byte termination Enabled >>>> May 18 20:21:51 udns kernel: ahc1: Primary High Byte termination Enabled >>>> May 18 20:21:51 udns kernel: ahc1: Downloading Sequencer Program... 423 >>>> instructions downloaded >>>> May 18 20:21:51 udns kernel: ahc1: Features 0x1fef6, Bugs 0x40, Flags >>>> 0x20485560 >>>> May 18 20:21:51 udns kernel: ioapic1: routing intpin 10 (PCI IRQ 26) to >>>> vector 53 >>>> May 18 20:21:51 udns kernel: ahc1: [MPSAFE] >>>> May 18 20:21:51 udns kernel: ahc1: [ITHREAD] >>>> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel B, SCSI >>>> Id=7, 32/253 SCBs >>>> May 18 20:21:51 udns kernel: cpu0 on motherboard >>>> May 18 20:21:51 udns kernel: cpu1 on motherboard >>>> ... >>>> May 18 20:21:51 udns kernel: pnpbios: 14 devices, largest 234 bytes >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>>> 0-0x9fbff, size=0x9fc00 >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>>> 0x9fc00-0x9ffff, size=0x400 >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>>> 0xe0000-0xfffff, size=0x20000 >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>>> 0x100000-0x3fffffff, size=0x3ff00000 >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>>> 0xfec00000-0xfec00fff, size=0x1000 >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>>> 0xfec01000-0xfec01fff, size=0x1000 >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>>> 0xfee00000-0xfee00fff, size=0x1000 >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >>>> 0xfff80000-0xffffffff, size=0x80000 >>>> May 18 20:21:51 udns kernel: pnpbios: handle 0 device ID PNP0c01 >>>> (010cd041) >>>> May 18 20:21:51 udns kernel: PNP0200: adding dma mask 0x10 >>>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0-0xf, size=0x10, >>>> align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x80-0x90, >>>> size=0x11, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x94-0x9f, >>>> size=0xc, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0xc0-0xde, >>>> size=0x1f, align=0x1 >>>> May 18 20:21:51 udns kernel: pnpbios: handle 2 device ID PNP0200 >>>> (0002d041) >>>> May 18 20:21:51 udns kernel: PNP0100: adding irq mask 0x1 >>>> May 18 20:21:51 udns kernel: PNP0100: adding io range 0x40-0x43, >>>> size=0x4, align=0x1 >>>> May 18 20:21:51 udns kernel: pnpbios: handle 3 device ID PNP0100 >>>> (0001d041) >>>> May 18 20:21:51 udns kernel: PNP0b00: adding irq mask 0x100 >>>> May 18 20:21:51 udns kernel: PNP0b00: adding io range 0x70-0x71, >>>> size=0x2, align=0x1 >>>> May 18 20:21:51 udns kernel: pnpbios: handle 4 device ID PNP0b00 >>>> (000bd041) >>>> May 18 20:21:51 udns kernel: PNP0303: adding irq mask 0x2 >>>> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x60-0x60, >>>> size=0x1, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x64-0x64, >>>> size=0x1, align=0x1 >>>> May 18 20:21:51 udns kernel: pnpbios: handle 5 device ID PNP0303 >>>> (0303d041) >>>> May 18 20:21:51 udns kernel: PNP0800: adding io range 0x61-0x61, >>>> size=0x1, align=0x1 >>>> May 18 20:21:51 udns kernel: pnpbios: handle 6 device ID PNP0800 >>>> (0008d041) >>>> May 18 20:21:51 udns kernel: PNP0c04: adding irq mask 0x2000 >>>> May 18 20:21:51 udns kernel: PNP0c04: adding io range 0xf0-0xff, >>>> size=0x10, align=0x1 >>>> May 18 20:21:51 udns kernel: pnpbios: handle 7 device ID PNP0c04 >>>> (040cd041) >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d0-0x4d1, >>>> size=0x2, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcf8-0xcff, >>>> size=0x8, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x10-0x1f, >>>> size=0x10, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x40b-0x40b, >>>> size=0x1, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d6-0x4d6, >>>> size=0x1, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc00-0xc01, >>>> size=0x2, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc14-0xc14, >>>> size=0x1, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc49-0xc4a, >>>> size=0x2, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc52-0xc52, >>>> size=0x1, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6c-0xc6c, >>>> size=0x1, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6f-0xc6f, >>>> size=0x1, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcd6-0xcd7, >>>> size=0x2, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xf50-0xf58, >>>> size=0x9, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x374-0x375, >>>> size=0x2, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x377-0x377, >>>> size=0x1, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range >>>> 0xcfc00-0xd03ff, size=0x800 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range >>>> 0xd7400-0xdffff, size=0x8c00 >>>> May 18 20:21:51 udns kernel: pnpbios: handle 8 device ID PNP0c02 >>>> (020cd041) >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x580-0x58f, >>>> size=0x10, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x500-0x51f, >>>> size=0x20, align=0x1 >>>> May 18 20:21:51 udns kernel: pnpbios: handle 9 device ID PNP0c02 >>>> (020cd041) >>>> May 18 20:21:51 udns kernel: PNP0f13: adding irq mask 0x1000 >>>> May 18 20:21:51 udns kernel: pnpbios: handle 10 device ID PNP0f13 >>>> (130fd041) >>>> May 18 20:21:51 udns kernel: pnpbios: handle 11 device ID PNP0a03 >>>> (030ad041) >>>> May 18 20:21:51 udns kernel: PNP0501: adding io range 0x3f8-0x3ff, >>>> size=0x8, align=0x8 >>>> May 18 20:21:51 udns kernel: PNP0501: adding irq mask 0x10 >>>> May 18 20:21:51 udns kernel: pnpbios: handle 12 device ID PNP0501 >>>> (0105d041) >>>> May 18 20:21:51 udns kernel: PNP0700: adding io range 0x3f0-0x3f5, >>>> size=0x6, align=0x1 >>>> May 18 20:21:51 udns kernel: PNP0700: adding irq mask 0x40 >>>> May 18 20:21:51 udns kernel: PNP0700: adding dma mask 0x4 >>>> May 18 20:21:51 udns kernel: pnpbios: handle 13 device ID PNP0700 >>>> (0007d041) >>>> May 18 20:21:51 udns kernel: sc: sc0 already exists; skipping it >>>> May 18 20:21:51 udns kernel: vga: vga0 already exists; skipping it >>>> May 18 20:21:51 udns kernel: isa_probe_children: disabling PnP devices >>>> May 18 20:21:51 udns kernel: isa_probe_children: probing non-PnP devices >>>> May 18 20:21:51 udns kernel: pmtimer0 on isa0 >>>> May 18 20:21:51 udns kernel: adv0: not probed (disabled) >>>> May 18 20:21:51 udns kernel: aha0: not probed (disabled) >>>> May 18 20:21:51 udns kernel: aic0: not probed (disabled) >>>> May 18 20:21:51 udns kernel: atkbdc0: at >>>> port 0x60,0x64 on isa0 >>>> May 18 20:21:51 udns kernel: atkbd0: irq 1 on atkbdc0 >>>> May 18 20:21:51 udns kernel: atkbd: the current kbd controller command >>>> byte 0065 >>>> May 18 20:21:51 udns kernel: atkbd: keyboard ID 0x41ab (2) >>>> May 18 20:21:51 udns kernel: kbd0 at atkbd0 >>>> May 18 20:21:51 udns kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0, >>>> flags:0x3d0000 >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 1 (ISA IRQ 1) to >>>> vector 54 >>>> May 18 20:21:51 udns kernel: atkbd0: [GIANT-LOCKED] >>>> May 18 20:21:51 udns kernel: atkbd0: [ITHREAD] >>>> May 18 20:21:51 udns kernel: psm0: current command byte:0065 >>>> May 18 20:21:51 udns kernel: psm0: irq 12 on atkbdc0 >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 12 (ISA IRQ 12) to >>>> vector 55 >>>> May 18 20:21:51 udns kernel: psm0: [GIANT-LOCKED] >>>> May 18 20:21:51 udns kernel: psm0: [ITHREAD] >>>> May 18 20:21:51 udns kernel: psm0: model IntelliMouse, device ID 3-00, >>>> 3 buttons >>>> May 18 20:21:51 udns kernel: psm0: config:00000000, flags:00000008, >>>> packet size:4 >>>> May 18 20:21:51 udns kernel: psm0: syncmask:08, syncbits:00 >>>> May 18 20:21:51 udns kernel: bt0: not probed (disabled) >>>> May 18 20:21:51 udns kernel: cs0: not probed (disabled) >>>> May 18 20:21:51 udns kernel: ed0: not probed (disabled) >>>> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 >>>> May 18 20:21:51 udns kernel: fdc0: at port >>>> 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 >>>> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 6 (ISA IRQ 6) to >>>> vector 56 >>>> May 18 20:21:51 udns kernel: fdc0: [FILTER] >>>> May 18 20:21:51 udns kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >>>> May 18 20:21:51 udns kernel: fe0: not probed (disabled) >>>> May 18 20:21:51 udns kernel: ie0: not probed (disabled) >>>> May 18 20:21:51 udns kernel: le0: not probed (disabled) >>>> May 18 20:21:51 udns kernel: ppc0: parallel port not found. >>>> May 18 20:21:51 udns kernel: ppc0: failed to probe at >>>> irq 7 on isa0 >>>> May 18 20:21:51 udns kernel: sc0: at flags 0x100 on isa0 >>>> May 18 20:21:51 udns kernel: sc0: VGA <16 virtual consoles, flags=0x300> >>>> May 18 20:21:51 udns kernel: sc0: fb0, kbd1, terminal emulator: sc >>>> (syscons terminal) >>>> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc001 >>>> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc001 >>>> May 18 20:21:51 udns kernel: sio0 at port 0x3f8-0x3ff irq 4 flags >>>> 0x10 on isa0 >>>> May 18 20:21:51 udns kernel: sio0: type 16550A >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 4 (ISA IRQ 4) to >>>> vector 57 >>>> May 18 20:21:51 udns kernel: sio0: [FILTER] >>>> May 18 20:21:51 udns kernel: sio1: configured irq 3 not in bitmap of >>>> probed irqs 0 >>>> May 18 20:21:51 udns kernel: sio1: port may not be enabled >>>> May 18 20:21:51 udns kernel: sio1: irq maps: 0xc001 0xc001 0xc001 0xc001 >>>> May 18 20:21:51 udns kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9 >>>> May 18 20:21:51 udns kernel: sio1 failed to probe at port 0x2f8-0x2ff >>>> irq 3 on isa0 >>>> May 18 20:21:51 udns kernel: sio2: not probed (disabled) >>>> May 18 20:21:51 udns kernel: sio3: not probed (disabled) >>>> May 18 20:21:51 udns kernel: sn0: not probed (disabled) >>>> May 18 20:21:51 udns kernel: vga0: at port >>>> 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >>>> May 18 20:21:51 udns kernel: vt0: not probed (disabled) >>>> May 18 20:21:51 udns kernel: isa_probe_children: probing PnP devices >>>> ... >>>> May 18 20:21:51 udns kernel: Device configuration finished. >>>> May 18 20:21:51 udns kernel: procfs registered >>>> May 18 20:21:51 udns kernel: lapic: Divisor 2, Frequency 49834131 hz >>>> May 18 20:21:51 udns kernel: Timecounter "TSC" frequency 797345795 Hz >>>> quality -100 >>>> May 18 20:21:51 udns kernel: Timecounters tick every 1.000 msec >>>> May 18 20:21:51 udns kernel: lo0: bpf attached >>>> May 18 20:21:51 udns kernel: hptrr: no controller detected. >>>> May 18 20:21:51 udns kernel: Waiting 5 seconds for SCSI devices to settle >>>> ... >>>> May 18 20:21:51 udns kernel: SMP: AP CPU #1 Launched! >>>> May 18 20:21:51 udns kernel: cpu1 AP: >>>> May 18 20:21:51 udns kernel: ID: 0x01000000 VER: 0x00040011 LDR: >>>> 0x00000000 DFR: 0xffffffff >>>> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: >>>> 0x00000000 SVR: 0x000001ff >>>> May 18 20:21:51 udns kernel: timer: 0x000200ef therm: 0x00000000 err: >>>> 0x00010000 pcm: 0x00010000 >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 1 to local APIC 0 >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 4 to local APIC 1 >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 6 to local APIC 0 >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning PCI IRQ 10 to local APIC 1 >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 12 to local APIC 0 >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 14 to local APIC 1 >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 15 to local APIC 0 >>>> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 20 to local APIC 1 >>>> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 25 to local APIC 0 >>>> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 26 to local APIC 1 >>>> >>>> > >>>> > -- >>>> > Paul >>>> > _______________________________________________ >>>> > freebsd-stable@freebsd.org mailing list >>>> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>>> > To unsubscribe, send any mail to >>>> "freebsd-stable-unsubscribe@freebsd.org" >>>> > >>>> >>>> >>>> >>>> _______________________________________________ >>>> freebsd-stable@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >>> -- >>> Robert Noland >>> FreeBSD >>> >> >> >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 18:17:49 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A7C2106566B for ; Tue, 19 May 2009 18:17:49 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id 8ED8B8FC20 for ; Tue, 19 May 2009 18:17:48 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4JIHeoV024541 for ; Tue, 19 May 2009 11:17:46 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4JIHeAO024540 for freebsd-stable@freebsd.org; Tue, 19 May 2009 11:17:40 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 19 May 2009 11:17:40 -0700 Message-ID: <20090519111740.v7pzy6v0g04w4wc8@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 19 May 2009 11:17:40 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <5C872E1E-9AB0-4445-AFEE-B13CF7DFBD07@gmail.com> In-Reply-To: <5C872E1E-9AB0-4445-AFEE-B13CF7DFBD07@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 18:17:49 -0000 Quoting Laurent Grangeau : > I think I can handle this answer. > > This is the default behavior of Xorg 7.4. If you want to see the old > screen, launch Xorg with the -retro option. > The command should be like this : > X -config xorg.conf.new -retro > > If your mouse or your keyboard doesn't seem to work, look if you have > enable dbus and hald. In your /etc/rc.conf, you should have > dbus_enable=3D"YES" and hald_enable=3D"YES" (I'm not sure about this). > > All this is explain in the handbook : Configuring X11. Hello Laurent, and thank you for your reply. For the record, this is the way I /first/ attempted to do it - echo 'enable_hald=3D"YES"' >> /etc/rc.conf echo 'enable_dbus=3D"YES"' >> /etc/rc.conf Bounce the box attempt to test Xorg: Xorg -config /root/xorg.conf.new no joy. So I tweaked the file (removing the card I wasn't going to use). Save the remaining as /etc/X11/xorg.conf.nvidia && Xorg -config /etc/X11/xorg.conf.nvidia But again, "no joy". I'll try it again, and report back with my findings. Thanks again for your response. --Chris H > > Le 19 mai 09 =C3=A0 19:15, Chris H a =C3=A9crit : > >> Quoting Robert Noland : >> >>> On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: >>>> Quoting "Paul B. Mahol" : >>>> >>>> > On 5/19/09, Chris H wrote: >>>> >> Quoting Chris H : >>>> >> >>>> >>> Quoting Chris H : >>>> >>> >>>> >>>> Greetings, >>>> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >>>> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with >>>> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday)= , >>>> >>>> I've seen only a few discussions regarding this, but no joy. >>>> >>>> >>>> >>>> I'm not sure what to post for additional information. So I'll >>>> >>>> provide the output of dmesg(8), and Xorg.0.log via links. >>>> >>>> >>>> >>>> Thank you for all your time and consideration in this matter. >>>> >>>> >>>> >>>> Sincerely, >>>> >>>> Chris H >>>> >>>> >>>> >>>> Xorg log: >>>> >>>> http://codewarehouse.NET/output/Xorg.0.log >>>> >>>> >>>> >>>> relevent dmesg(8) output: >>>> >>>> http://codewarehouse.NET/output/dmesg.output >>>> >>> >>>> >>> OOPS! I guess the xorg config might be useful: >>>> >>> http://codewarehouse.NET/output/xorg.conf.nvidia >>>> >>> >>>> >>>> >>>> >> SIGH... Seems that the registrar isn't paying attention. >>>> >> They happily accepted my money, but forgot to renew the domain. >>>> >> >>>> >> So here's trying to attach the files... >>>> > >>>> > That message appears for me only when I use xf86-video-vesa driver. >>>> >>>> I see. Well I'm specifically using the nv driver. Here's another >>>> attempt to provide the relevant info: >>> >>> You have more than one card in the machine, which might be confusing >>> things. The mtrr failure is caused by how your bios sets up memory >>> regions. It should only impact performance. >>> >>> Exactly what issue are you seeing? >> >> I'm seeing a black screen on ctl-alt-f9 (tty8) >> I'm seeing the message listed as this thread topic on tty0 (ctl-alt- f1)= . >> The proceedure theat led me here is: >> Xorc -configure >> edit /root/xorg.config.new (move all the ati related stuff to >> xorg.conf.ati). >> Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. >> exec Xorg -config /etc/X11/xorg.conf.nvidia >> >> The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced >> to ctl-alt-f1 (where I read the error message) then use ctl-C - >> which kills Xorg, and returns me to a working console. >> >> Thank you Robert, for taking the time to respond. >> >> --Chris H >> >>> >>> robert. >>> >>>> Xorg log: >>>> X.Org X Server 1.6.0 >>>> Release Date: 2009-2-25 >>>> X Protocol Version 11, Revision 0 >>>> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >>>> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 >>>> 14:37:25 UTC 2009 >>>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >>>> Build Date: 16 May 2009 07:15:01AM >>>> >>>> Before reporting problems, check http://wiki.x.org >>>> to make sure that you have the latest version. >>>> Markers: (--) probed, (**) from config file, (=3D=3D) default setting, >>>> (++) from command line, (!!) notice, (II) informational, >>>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >>>> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 20= 09 >>>> (++) Using config file: "/etc/X11/xorg.conf.nvidia" >>>> (=3D=3D) ServerLayout "X.org Configured" >>>> (**) |-->Screen "Screen0" (0) >>>> (**) | |-->Monitor "Monitor1" >>>> (**) | |-->Device "Card1" >>>> (**) |-->Input Device "Mouse0" >>>> (**) |-->Input Device "Keyboard0" >>>> (**) Option "AllowEmptyInput" "false" >>>> (=3D=3D) Automatically adding devices >>>> (=3D=3D) Automatically enabling devices >>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >>>> Entry deleted from font path. >>>> (WW) `fonts.dir' not found (or not valid) in >>>> "/usr/local/lib/X11/fonts/100dpi/". >>>> Entry deleted from font path. >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >>>> (WW) `fonts.dir' not found (or not valid) in >>>> "/usr/local/lib/X11/fonts/75dpi/". >>>> Entry deleted from font path. >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >>>> Entry deleted from font path. >>>> (WW) `fonts.dir' not found (or not valid) in >>>> "/usr/local/lib/X11/fonts/100dpi/". >>>> Entry deleted from font path. >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >>>> (WW) `fonts.dir' not found (or not valid) in >>>> "/usr/local/lib/X11/fonts/75dpi/". >>>> Entry deleted from font path. >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >>>> (**) FontPath set to: >>>> /usr/local/lib/X11/fonts/misc/, >>>> /usr/local/lib/X11/fonts/TTF/, >>>> /usr/local/lib/X11/fonts/OTF, >>>> /usr/local/lib/X11/fonts/misc/, >>>> /usr/local/lib/X11/fonts/TTF/, >>>> /usr/local/lib/X11/fonts/OTF, >>>> built-ins >>>> (**) ModulePath set to "/usr/local/lib/xorg/modules" >>>> (II) Loader magic: 0x6a0 >>>> (II) Module ABI versions: >>>> X.Org ANSI C Emulation: 0.4 >>>> X.Org Video Driver: 5.0 >>>> X.Org XInput driver : 4.0 >>>> X.Org Server Extension : 2.0 >>>> (II) Loader running on freebsd >>>> (--) Using syscons driver with X support (version 2.0) >>>> (--) using VT number 9 >>>> >>>> (!!) More than one possible primary device found >>>> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ >>>> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ >>>> 0x????????/131072 >>>> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163= , >>>> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, >>>> BIOS @ 0x????????/131072 >>>> (II) System resource ranges: >>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >>>> (II) "extmod" will be loaded. This was enabled by default and also >>>> specified in the config file. >>>> (II) "dbe" will be loaded. This was enabled by default and also >>>> specified in the config file. >>>> (II) "glx" will be loaded. This was enabled by default and also >>>> specified in the config file. >>>> (II) "record" will be loaded. This was enabled by default and also >>>> specified in the config file. >>>> (II) "dri" will be loaded. This was enabled by default and also >>>> specified in the config file. >>>> (II) "dri2" will be loaded. This was enabled by default and also >>>> specified in the config file. >>>> (II) LoadModule: "extmod" >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so >>>> (II) Module extmod: vendor=3D"X.Org Foundation" >>>> compiled for 1.6.0, module version =3D 1.0.0 >>>> Module class: X.Org Server Extension >>>> ABI class: X.Org Server Extension, version 2.0 >>>> (II) Loading extension MIT-SCREEN-SAVER >>>> (II) Loading extension XFree86-VidModeExtension >>>> (II) Loading extension XFree86-DGA >>>> (II) Loading extension DPMS >>>> (II) Loading extension XVideo >>>> (II) Loading extension XVideo-MotionCompensation >>>> (II) Loading extension X-Resource >>>> (II) LoadModule: "record" >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so >>>> (II) Module record: vendor=3D"X.Org Foundation" >>>> compiled for 1.6.0, module version =3D 1.13.0 >>>> Module class: X.Org Server Extension >>>> ABI class: X.Org Server Extension, version 2.0 >>>> (II) Loading extension RECORD >>>> (II) LoadModule: "dbe" >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so >>>> (II) Module dbe: vendor=3D"X.Org Foundation" >>>> compiled for 1.6.0, module version =3D 1.0.0 >>>> Module class: X.Org Server Extension >>>> ABI class: X.Org Server Extension, version 2.0 >>>> (II) Loading extension DOUBLE-BUFFER >>>> (II) LoadModule: "extmod" >>>> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so >>>> (II) Loading extension MIT-SCREEN-SAVER >>>> (II) Loading extension XFree86-VidModeExtension >>>> (II) Loading extension DPMS >>>> (II) Loading extension XVideo >>>> (II) Loading extension XVideo-MotionCompensation >>>> (II) Loading extension X-Resource >>>> (II) LoadModule: "glx" >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so >>>> (II) Module glx: vendor=3D"X.Org Foundation" >>>> compiled for 1.6.0, module version =3D 1.0.0 >>>> ABI class: X.Org Server Extension, version 2.0 >>>> (=3D=3D) AIGLX disabled >>>> (II) Loading extension GLX >>>> (II) LoadModule: "dri" >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so >>>> (II) Module dri: vendor=3D"X.Org Foundation" >>>> compiled for 1.6.0, module version =3D 1.0.0 >>>> ABI class: X.Org Server Extension, version 2.0 >>>> (II) Loading extension XFree86-DRI >>>> (II) LoadModule: "dri2" >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so >>>> (II) Module dri2: vendor=3D"X.Org Foundation" >>>> compiled for 1.6.0, module version =3D 1.0.0 >>>> ABI class: X.Org Server Extension, version 2.0 >>>> (II) Loading extension DRI2 >>>> (II) LoadModule: "nv" >>>> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so >>>> (II) Module nv: vendor=3D"X.Org Foundation" >>>> compiled for 1.6.0, module version =3D 2.1.13 >>>> Module class: X.Org Video Driver >>>> ABI class: X.Org Video Driver, version 5.0 >>>> (II) LoadModule: "mouse" >>>> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so >>>> (II) Module mouse: vendor=3D"X.Org Foundation" >>>> compiled for 1.6.0, module version =3D 1.4.0 >>>> Module class: X.Org XInput Driver >>>> ABI class: X.Org XInput driver, version 4.0 >>>> (II) LoadModule: "kbd" >>>> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so >>>> (II) Module kbd: vendor=3D"X.Org Foundation" >>>> compiled for 1.6.0, module version =3D 1.3.2 >>>> Module class: X.Org XInput Driver >>>> ABI class: X.Org XInput driver, version 4.0 >>>> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, >>>> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, >>>> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400= , >>>> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, >>>> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra= , >>>> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, >>>> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, >>>> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, >>>> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, >>>> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, >>>> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, >>>> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XG= L, >>>> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, >>>> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, >>>> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, >>>> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 X= GL, >>>> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, >>>> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, >>>> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, >>>> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, >>>> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, >>>> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, >>>> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, >>>> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, >>>> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, >>>> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, >>>> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra= , >>>> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, >>>> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, >>>> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, >>>> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, >>>> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800= , >>>> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT= , >>>> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, >>>> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, >>>> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, >>>> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, >>>> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, >>>> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, >>>> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, >>>> Quadro FX 540, GeForce 6200, GeForce 6500, >>>> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), >>>> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, >>>> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, >>>> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, >>>> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GT= X, >>>> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 780= 0, >>>> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, >>>> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400= , >>>> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 35= 0M, >>>> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, >>>> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT= , >>>> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, >>>> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560= , >>>> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, >>>> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, >>>> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, >>>> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, >>>> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 G= TS, >>>> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 G= TS, >>>> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS= , >>>> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, >>>> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, >>>> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, >>>> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS= , >>>> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, >>>> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M= , >>>> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, >>>> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, >>>> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, >>>> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, >>>> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, >>>> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600= M, >>>> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, >>>> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, >>>> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, >>>> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M G= S, >>>> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 16= 0M >>>> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at >>>> 01@00:02:0 >>>> (II) resource ranges after probing: >>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >>>> (II) Loading sub module "int10" >>>> (II) LoadModule: "int10" >>>> (II) Loading /usr/local/lib/xorg/modules//libint10.so >>>> (II) Module int10: vendor=3D"X.Org Foundation" >>>> compiled for 1.6.0, module version =3D 1.0.0 >>>> ABI class: X.Org Video Driver, version 5.0 >>>> (II) NV(0): Initializing int10 >>>> (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was already c= lear >>>> (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was already c= lear >>>> (--) NV(0): Chipset: "GeForce4 MX 440" >>>> (**) NV(0): Depth 24, (--) framebuffer bpp 32 >>>> (=3D=3D) NV(0): RGB weight 888 >>>> (=3D=3D) NV(0): Default visual is TrueColor >>>> (II) Loading sub module "vgahw" >>>> (II) LoadModule: "vgahw" >>>> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so >>>> (II) Module vgahw: vendor=3D"X.Org Foundation" >>>> compiled for 1.6.0, module version =3D 0.1.0 >>>> ABI class: X.Org Video Driver, version 5.0 >>>> (**) NV(0): Option "CrtcNumber" "0" >>>> (=3D=3D) NV(0): Using HW cursor >>>> (--) NV(0): Linear framebuffer at 0xF0000000 >>>> (--) NV(0): MMIO registers at 0xFD000000 >>>> (II) Loading sub module "i2c" >>>> > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 18:33:52 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 505F7106564A for ; Tue, 19 May 2009 18:33:52 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id D78CD8FC16 for ; Tue, 19 May 2009 18:33:51 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: by ey-out-2122.google.com with SMTP id 9so1225840eyd.7 for ; Tue, 19 May 2009 11:33:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=O0yvlAamQPzv0ELtxQIj7crtXIwujHwJ3HAPQdMJIEw=; b=WyJpl4wOTXUTuL+O6p9/pAmgXGLUyiAghlwaps4vNQ1ggB+qOZ27kCbexsGbDD0vBi 3iZz9wf0EZjmIeMqlxiCwqXedswiO0VXSiBB2p77y3JbAVZwYodKlRzUomyBuLlnHFXV 8qrzi4V0ZOpiTBHNp+WJE/8H/R2ZWr1yZ38uk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=EgRWPso7VCoReZWfJI7mz40Dr1eklLaPSlkCzvNANa0Qd+dMaeJT9LgxE3uW24I5b/ 91TLwN2mCufQ86nENwNmRLSE7rMw0sw3ad+dQMFBzHicfszpFbaE13WsC4Ilenkb0IsK fmGsOrB8CKogoftWcJPUDq/BzWDoCv+HY596A= MIME-Version: 1.0 Received: by 10.210.63.2 with SMTP id l2mr465233eba.67.1242758030840; Tue, 19 May 2009 11:33:50 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 May 2009 14:33:50 -0400 Message-ID: <5f67a8c40905191133h43fee109r28499dff3ec5f501@mail.gmail.com> From: Zaphod Beeblebrox To: =?KOI8-R?B?7cnIwcnMIOvJ0ME=?= Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: mountd doean`t start when ZFS is enabled. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 18:33:52 -0000 2009/5/18 =ED=C9=C8=C1=C9=CC =EB=C9=D0=C1 > I have two servers with Identical FreeBSD7.2 system. On both I have such > config in /etc/rc.conf: > rpcbind_enable=3D"YES" > rpc_lockd_enable=3D"YES" > rpc_statd_enable=3D"YES" > nfs_client_enable=3D"YES" > nfs_server_enable=3D"YES" > nfs_server_flags=3D"-u -t -n 5 -h 192.168.x.y" > mountd_flags=3D"-r" You might also want to post the result of zfs get all | grep sharenfs Mountd can be refusing to start if there are syntax errors in those declarations. From owner-freebsd-stable@FreeBSD.ORG Tue May 19 18:47:12 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FE55106566B for ; Tue, 19 May 2009 18:47:12 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id 954E88FC13 for ; Tue, 19 May 2009 18:47:10 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4JIl1sj024674 for ; Tue, 19 May 2009 11:47:07 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4JIl1FB024673 for freebsd-stable@freebsd.org; Tue, 19 May 2009 11:47:01 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 19 May 2009 11:47:01 -0700 Message-ID: <20090519114701.s4hfpz4s0swk0s8w@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 19 May 2009 11:47:01 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <5C872E1E-9AB0-4445-AFEE-B13CF7DFBD07@gmail.com> <20090519111740.v7pzy6v0g04w4wc8@webmail.1command.com> In-Reply-To: <20090519111740.v7pzy6v0g04w4wc8@webmail.1command.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 18:47:12 -0000 Quoting Chris H : > Quoting Laurent Grangeau : > >> I think I can handle this answer. >> >> This is the default behavior of Xorg 7.4. If you want to see the old >> screen, launch Xorg with the -retro option. >> The command should be like this : >> X -config xorg.conf.new -retro >> >> If your mouse or your keyboard doesn't seem to work, look if you >> have enable dbus and hald. In your /etc/rc.conf, you should have >> dbus_enable=3D"YES" and hald_enable=3D"YES" (I'm not sure about this). >> >> All this is explain in the handbook : Configuring X11. > > Hello Laurent, and thank you for your reply. > > For the record, this is the way I /first/ attempted to do it - > > echo 'enable_hald=3D"YES"' >> /etc/rc.conf > echo 'enable_dbus=3D"YES"' >> /etc/rc.conf > > Bounce the box > attempt to test Xorg: > > Xorg -config /root/xorg.conf.new > > no joy. > > So I tweaked the file (removing the card I wasn't going to use). > Save the remaining as /etc/X11/xorg.conf.nvidia && > > Xorg -config /etc/X11/xorg.conf.nvidia > > But again, "no joy". > > I'll try it again, and report back with my findings. > > Thanks again for your response. > > --Chris H OK here's the results: echo 'hald_enable=3D"YES"' >> /etc/rc.conf echo 'enable_dbus=3D"YES"' >> /etc/rc.conf bounce the box Xorg -config /etc/X11/xorg.conf.nvidia returns the following: X.Org X Server 1.6.0 Release Date: 2009-2-25 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating System: FreeBSD udns.ultimatedns.NET 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Build Date: 16 May 2009 07:15:01AM =09Before reporting problems, check http://wiki.x.org =09to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (=3D=3D) default setting, =09(++) from command line, (!!) notice, (II) informational, =09(WW) warning, (EE) error, (NI) not implemented, (??) unknown. (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Tue May 19 11:24:39 2009 (++) Using config file: "/etc/X11/xorg.conf.nvidia" (=3D=3D) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Card1" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "AllowEmptyInput" "false" (=3D=3D) Automatically adding devices (=3D=3D) Automatically enabling devices (**) FontPath set to: =09/usr/local/lib/X11/fonts/misc/, =09/usr/local/lib/X11/fonts/TTF/, =09/usr/local/lib/X11/fonts/OTF, =09/usr/local/lib/X11/fonts/Type1/, =09/usr/local/lib/X11/fonts/100dpi/, =09/usr/local/lib/X11/fonts/75dpi/, =09/usr/local/lib/X11/fonts/misc/, =09/usr/local/lib/X11/fonts/TTF/, =09/usr/local/lib/X11/fonts/OTF, =09/usr/local/lib/X11/fonts/Type1/, =09/usr/local/lib/X11/fonts/100dpi/, =09/usr/local/lib/X11/fonts/75dpi/, =09built-ins (**) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x6a0 (II) Module ABI versions: =09X.Org ANSI C Emulation: 0.4 =09X.Org Video Driver: 5.0 =09X.Org XInput driver : 4.0 =09X.Org Server Extension : 2.0 (II) Loader running on freebsd (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (!!) More than one possible primary device found (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ 0x????????/131072 (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, BIOS @ 0x????????/131072 (II) System resource ranges: =09[0] -1=090=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[1] -1=090=090x000c0000 - 0x000effff (0x30000) MX[B] =09[2] -1=090=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[3] -1=090=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[4] -1=090=090x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09Module class: X.Org Server Extension =09ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.13.0 =09Module class: X.Org Server Extension =09ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09Module class: X.Org Server Extension =09ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09ABI class: X.Org Server Extension, version 2.0 (=3D=3D) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so (II) Module dri2: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "nv" (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so (II) Module nv: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 2.1.13 =09Module class: X.Org Video Driver =09ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.4.0 =09Module class: X.Org XInput Driver =09ABI class: X.Org XInput driver, version 4.0 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.3.2 =09Module class: X.Org XInput Driver =09ABI class: X.Org XInput driver, version 4.0 (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, =09Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, =09Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, =09GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, =09GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, =09Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, =09GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, =09GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, =09GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, =09GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, =09GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, =09GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, =09Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, =09GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, =09GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, =09GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, =09Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, =09GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, =09Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, =09GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, =09GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, =09GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, =09GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, =09GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, =09GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, =09Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, =09GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, =09GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, =09GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, =09GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, =09GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, =09Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, =09GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, =09GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, =09GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, =09GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, =09Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, =09GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, =09GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, =09GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, =09Quadro FX 540, GeForce 6200, GeForce 6500, =09GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), =09GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, =09GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, =09GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, =09GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, =09GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, =09GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, =09GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, =09GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, =09GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, =09GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, =09GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, =09Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, =09GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, =09GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, =09Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, =09Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, =09GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, =09GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, =09GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, =09GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, =09GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, =09Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, =09GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, =09GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, =09GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, =09GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, =09GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, =09GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, =09GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, =09GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, =09GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, =09GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, =09GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, =09GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, =09GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, =09GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at 01@00:02:0 (II) resource ranges after probing: =09[0] -1=090=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[1] -1=090=090x000c0000 - 0x000effff (0x30000) MX[B] =09[2] -1=090=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[3] -1=090=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[4] -1=090=090x00000000 - 0x000000ff (0x100) IX[B] (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09ABI class: X.Org Video Driver, version 5.0 (II) NV(0): Initializing int10 (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was already clear (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was already clear (--) NV(0): Chipset: "GeForce4 MX 440" (**) NV(0): Depth 24, (--) framebuffer bpp 32 (=3D=3D) NV(0): RGB weight 888 (=3D=3D) NV(0): Default visual is TrueColor (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 0.1.0 =09ABI class: X.Org Video Driver, version 5.0 (**) NV(0): Option "CrtcNumber" "0" (=3D=3D) NV(0): Using HW cursor (--) NV(0): Linear framebuffer at 0xF0000000 (--) NV(0): MMIO registers at 0xFD000000 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) NV(0): I2C bus "DDC" initialized. (II) NV(0): Probing for analog device on output A... (--) NV(0): ...found one (II) NV(0): Probing for analog device on output B... (--) NV(0): ...can't find one (II) NV(0): Probing for EDID on I2C bus A... (II) NV(0): I2C device "DDC:E-EDID segment register" registered at address 0x60. (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. (--) NV(0): DDC detected a CRT: (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 (II) NV(0): Year: 1999 Week: 11 (II) NV(0): EDID Version: 1.1 (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V (II) NV(0): Sync: Separate Composite SyncOnGreen (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 (II) NV(0): Gamma: 2.05 (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) NV(0): GTF timings supported (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 (II) NV(0): Supported VESA Video Modes: (II) NV(0): 720x400@70Hz (II) NV(0): 720x400@88Hz (II) NV(0): 640x480@60Hz (II) NV(0): 640x480@67Hz (II) NV(0): 640x480@72Hz (II) NV(0): 640x480@75Hz (II) NV(0): 800x600@56Hz (II) NV(0): 800x600@60Hz (II) NV(0): 800x600@72Hz (II) NV(0): 800x600@75Hz (II) NV(0): 832x624@75Hz (II) NV(0): 1024x768@60Hz (II) NV(0): 1024x768@70Hz (II) NV(0): 1024x768@75Hz (II) NV(0): 1280x1024@75Hz (II) NV(0): 1152x870@75Hz (II) NV(0): Manufacturer's mask: 0 (II) NV(0): Supported Future Video Modes: (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 (II) NV(0): Supported additional Video Mode: (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_end 2208 h_border: 0 (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blanking: 1344 v_border: 0 (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 kHz, PixClock max 290 MHz (II) NV(0): Monitor name: PressView XL (II) NV(0): Serial No: 903500844 (II) NV(0): EDID (in hex): (II) NV(0): =0900ffffffffffff00489315214c030000 (II) NV(0): =090b0901010e261c69e90488a0574a9b26 (II) NV(0): =0912484cffef80455961598199a959c290 (II) NV(0): =0971598b4fa94f886240606200405080b0 (II) NV(0): =0913007c1d1100001e000000fd0032981e (II) NV(0): =09731d000a202020202020000000fc0050 (II) NV(0): =09726573735669657720584c0a000000ff (II) NV(0): =09003930333530303834340a2020200078 (II) NV(0): Probing for EDID on I2C bus B... (II) NV(0): ... none found (--) NV(0): CRTC 0 appears to have a CRT attached (**) NV(0): Forcing CRTCNumber 0 as specified (II) NV(0): Using CRT on CRTC 0 (II) NV(0): EDID vendor "RDS", prod id 8469 (II) NV(0): Using EDID range info for horizontal sync (II) NV(0): Using EDID range info for vertical refresh (II) NV(0): Printing DDC gathered Modelines: (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 2208 1280 1281 1284 1344 +hsync +vsync (114.2 kHz) (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz) (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz) (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (106.2 kHz) (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz) (--) NV(0): VideoRAM: 65536 kBytes (=3D=3D) NV(0): Using gamma correction (1.0, 1.0, 1.0) (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz (II) NV(0): Clock range: 12.00 to 350.00 MHz (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1920x1440" (mode clock too high) (II) NV(0): Not using default mode "1920x1440" (hsync out of range) (II) NV(0): Not using default mode "960x720" (hsync out of range) (II) NV(0): Not using default mode "2048x1536" (hsync out of range) (II) NV(0): Not using default mode "1024x768" (hsync out of range) (II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1024x768" (hsync out of range) (II) NV(0): Not using mode "1152x864" (no mode of this name) (II) NV(0): Not using default mode "2048x1536" (width too large for virtual size) (II) NV(0): Not using default mode "1920x1440" (width too large for virtual size) (II) NV(0): Not using default mode "1856x1392" (width too large for virtual size) (II) NV(0): Not using default mode "1856x1392" (width too large for virtual size) (II) NV(0): Not using default mode "1792x1344" (width too large for virtual size) (II) NV(0): Not using default mode "1792x1344" (width too large for virtual size) (II) NV(0): Not using driver mode "1600x1280" (width too large for virtual size) (II) NV(0): Not using driver mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using driver mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using default mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using default mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using default mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using default mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using default mode "1600x1200" (width too large for virtual size) (II) NV(0): Not using default mode "1400x1050" (width too large for virtual size) (II) NV(0): Not using default mode "1400x1050" (width too large for virtual size) (II) NV(0): Not using driver mode "1280x1024" (width too large for virtual size) (II) NV(0): Not using driver mode "1280x1024" (width too large for virtual size) (II) NV(0): Not using default mode "1280x1024" (width too large for virtual size) (II) NV(0): Not using default mode "1280x1024" (width too large for virtual size) (II) NV(0): Not using default mode "1280x1024" (width too large for virtual size) (II) NV(0): Not using default mode "1280x960" (width too large for virtual size) (II) NV(0): Not using default mode "1280x960" (width too large for virtual size) (--) NV(0): Virtual size is 1152x864 (pitch 1152) (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D) (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz) (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz (D) (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz) (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D) (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz) (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz (D) (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz) (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D) (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz) (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D) (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz) (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D) (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz) (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D) (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz) (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D) (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz) (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D) (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz) (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz) (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz) (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz) (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz) (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D) (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz) (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz) (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz) (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D) (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz) (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz) (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz) (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz) (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz) (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz) (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz) (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz) (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz) (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz) (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz) (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz) (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz) (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz) (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz) (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz) (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz) (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz) (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz) (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz) (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz) (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz) (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz) (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz) (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz) (**) NV(0): Display dimensions: (380, 280) mm (**) NV(0): DPI set to (77, 78) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/local/lib/xorg/modules//libxaa.so (II) Module xaa: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.2.1 =09ABI class: X.Org Video Driver, version 5.0 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: =09[0] -1=090=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[1] -1=090=090x000c0000 - 0x000effff (0x30000) MX[B] =09[2] -1=090=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[3] -1=090=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[4] -1=090=090x00000000 - 0x000000ff (0x100) IX[B] (II) NV(0): Using XFree86 Acceleration Architecture (XAA) =09Screen to screen bit blits =09Solid filled rectangles =098x8 mono pattern filled rectangles =09Indirect CPU to Screen color expansion =09Solid Lines =09Scanline Image Writes =09Setting up tile and stipple cache: =09=0932 128x128 slots =09=0932 256x256 slots =09=0916 512x512 slots (=3D=3D) NV(0): Backing store disabled (=3D=3D) NV(0): Silken mouse enabled (II) NV(0): DPMS enabled (=3D=3D) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (**) Option "Protocol" "Auto" (**) Mouse0: Device: "/dev/sysmouse" (**) Mouse0: Protocol: "Auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/sysmouse" (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) Option "Resolution" "800" (**) Mouse0: Resolution: 800 (**) Mouse0: Sensitivity: 1 (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (**) Mouse0: (accel) keeping acceleration scheme 1 (**) Mouse0: (accel) filter chain progression: 2.00 (**) Mouse0: (accel) filter stage 0: 20.00 ms (**) Mouse0: (accel) set acceleration profile 0 (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse (**) Option "CoreKeyboard" (**) Keyboard0: always reports core events (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc104" (**) Keyboard0: XkbModel: "pc104" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) config/hal: Adding input device AT Keyboard (**) AT Keyboard: always reports core events (**) Option "Protocol" "standard" (**) AT Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) AT Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) AT Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) AT Keyboard: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) AT Keyboard: CustomKeycodes disabled (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) (II) config/hal: Adding input device PS/2 Mouse (**) PS/2 Mouse: Device: "/dev/sysmouse" (=3D=3D) PS/2 Mouse: Protocol: "Auto" (**) PS/2 Mouse: always reports core events (**) Option "Device" "/dev/sysmouse" (=3D=3D) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5 (**) PS/2 Mouse: Buttons: 9 (**) PS/2 Mouse: Sensitivity: 1 (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE) (**) PS/2 Mouse: (accel) keeping acceleration scheme 1 (**) PS/2 Mouse: (accel) filter chain progression: 2.00 (**) PS/2 Mouse: (accel) filter stage 0: 20.00 ms (**) PS/2 Mouse: (accel) set acceleration profile 0 (II) PS/2 Mouse: SetupAuto: hw.iftype is 4, hw.model is 0 (II) PS/2 Mouse: SetupAuto: protocol is SysMouse (**) Option "BaudRate" "1200" (**) Option "StopBits" "2" (**) Option "DataBits" "8" (**) Option "Parity" "None" (**) Option "Vmin" "1" (**) Option "Vtime" "0" (**) Option "FlowControl" "None" (**) Option "BaudRate" "1200" (**) Option "StopBits" "2" (**) Option "DataBits" "8" (**) Option "Parity" "None" (**) Option "Vmin" "1" (**) Option "Vtime" "0" (**) Option "FlowControl" "None" An attempt to bail out of X on tty8 (ctl-alt-backspace) returns: Failed to switch consoles (Invalid argument) on tty0 Attempting again returns: Failed to switch consoles (Invalid argument) on tty0 move to tty0 (ctl-alt-f1) && ctl-C OK let's try the -retro switch on the Xorg created conf... --- Xorg -config xorg.conf.new -retro provides: X.Org X Server 1.6.0 Release Date: 2009-2-25 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating System: FreeBSD udns.ultimatedns.NET 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Build Date: 16 May 2009 07:15:01AM =09Before reporting problems, check http://wiki.x.org =09to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (=3D=3D) default setting, =09(++) from command line, (!!) notice, (II) informational, =09(WW) warning, (EE) error, (NI) not implemented, (??) unknown. (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Tue May 19 11:33:40 2009 (++) Using config file: "/etc/X11/xorg.conf.new" (=3D=3D) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Screen "Screen1" (1) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Card1" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (=3D=3D) Automatically adding devices (=3D=3D) Automatically enabling devices (**) FontPath set to: =09/usr/local/lib/X11/fonts/misc/, =09/usr/local/lib/X11/fonts/TTF/, =09/usr/local/lib/X11/fonts/OTF, =09/usr/local/lib/X11/fonts/Type1/, =09/usr/local/lib/X11/fonts/100dpi/, =09/usr/local/lib/X11/fonts/75dpi/, =09/usr/local/lib/X11/fonts/misc/, =09/usr/local/lib/X11/fonts/TTF/, =09/usr/local/lib/X11/fonts/OTF, =09/usr/local/lib/X11/fonts/Type1/, =09/usr/local/lib/X11/fonts/100dpi/, =09/usr/local/lib/X11/fonts/75dpi/, =09built-ins (**) ModulePath set to "/usr/local/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 (II) Loader magic: 0x6a0 (II) Module ABI versions: =09X.Org ANSI C Emulation: 0.4 =09X.Org Video Driver: 5.0 =09X.Org XInput driver : 4.0 =09X.Org Server Extension : 2.0 (II) Loader running on freebsd (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (!!) More than one possible primary device found (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ 0x????????/131072 (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, BIOS @ 0x????????/131072 (II) System resource ranges: =09[0] -1=090=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[1] -1=090=090x000c0000 - 0x000effff (0x30000) MX[B] =09[2] -1=090=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[3] -1=090=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[4] -1=090=090x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09Module class: X.Org Server Extension =09ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.13.0 =09Module class: X.Org Server Extension =09ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09Module class: X.Org Server Extension =09ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09ABI class: X.Org Server Extension, version 2.0 (=3D=3D) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so (II) Module dri2: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "mach64" (II) Loading /usr/local/lib/xorg/modules/drivers//mach64_drv.so (II) Module mach64: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 6.8.1 =09Module class: X.Org Video Driver =09ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "nv" (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so (II) Module nv: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 2.1.13 =09Module class: X.Org Video Driver =09ABI class: X.Org Video Driver, version 5.0 (II) MACH64: Driver for ATI Mach64 chipsets (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, =09Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, =09Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, =09GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, =09GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, =09Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, =09GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, =09GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, =09GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, =09GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, =09GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, =09GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, =09Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, =09GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, =09GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, =09GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, =09Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, =09GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, =09Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, =09GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, =09GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, =09GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, =09GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, =09GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, =09GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, =09Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, =09GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, =09GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, =09GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, =09GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, =09GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, =09Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, =09GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, =09GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, =09GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, =09GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, =09Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, =09GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, =09GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, =09GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, =09Quadro FX 540, GeForce 6200, GeForce 6500, =09GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), =09GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, =09GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, =09GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, =09GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, =09GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, =09GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, =09GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, =09GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, =09GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, =09GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, =09GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, =09Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, =09GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, =09GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, =09Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, =09Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, =09GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, =09GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, =09GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, =09GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, =09GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, =09Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, =09GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, =09GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, =09GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, =09GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, =09GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, =09GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, =09GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, =09GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, =09GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, =09GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, =09GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, =09GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, =09GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, =09GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M (II) Primary Device is: (--) MACH64(0): NV: Found NVIDIA GeForce4 MX 440 at 01@00:02:0 (II) resource ranges after probing: =09[0] -1=090=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[1] -1=090=090x000c0000 - 0x000effff (0x30000) MX[B] =09[2] -1=090=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[3] -1=090=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[4] -1=090=090x00000000 - 0x000000ff (0x100) IX[B] (=3D=3D) MACH64(0): Depth 24, (--) framebuffer bpp 32 (=3D=3D) MACH64(0): Using XAA acceleration architecture (II) MACH64: Mach64 in slot 0:1:0 detected. (II) resource ranges after xf86ClaimFixedResources() call: =09[0] -1=090=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[1] -1=090=090x000c0000 - 0x000effff (0x30000) MX[B] =09[2] -1=090=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[3] -1=090=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[4] -1=090=090x00000000 - 0x000000ff (0x100) IX[B] (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor=3D"X.Org Foundation" =09compiled for 1.6.0, module version =3D 1.0.0 =09ABI class: X.Org Video Driver, version 5.0 (=3D=3D) MACH64(0): Write-combining range (0xa0000,0x20000) was already cle= ar (=3D=3D) MACH64(0): Write-combining range (0xc0000,0x40000) was already cle= ar Which only leaves me with a blinking block cursor in the upper hight-hand corner while hooked up to the NV card. There is no output to the MACH64. I don't think this is the answer. --Chris H > >> >> Le 19 mai 09 =C3=A0 19:15, Chris H a =C3=A9crit : >> >>> Quoting Robert Noland : >>> >>>> On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: >>>>> Quoting "Paul B. Mahol" : >>>>> >>>>> > On 5/19/09, Chris H wrote: >>>>> >> Quoting Chris H : >>>>> >> >>>>> >>> Quoting Chris H : >>>>> >>> >>>>> >>>> Greetings, >>>>> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >>>>> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with >>>>> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday= ), >>>>> >>>> I've seen only a few discussions regarding this, but no joy. >>>>> >>>> >>>>> >>>> I'm not sure what to post for additional information. So I'll >>>>> >>>> provide the output of dmesg(8), and Xorg.0.log via links. >>>>> >>>> >>>>> >>>> Thank you for all your time and consideration in this matter. >>>>> >>>> >>>>> >>>> Sincerely, >>>>> >>>> Chris H >>>>> >>>> >>>>> >>>> Xorg log: >>>>> >>>> http://codewarehouse.NET/output/Xorg.0.log >>>>> >>>> >>>>> >>>> relevent dmesg(8) output: >>>>> >>>> http://codewarehouse.NET/output/dmesg.output >>>>> >>> >>>>> >>> OOPS! I guess the xorg config might be useful: >>>>> >>> http://codewarehouse.NET/output/xorg.conf.nvidia >>>>> >>> >>>>> >>>> >>>>> >> SIGH... Seems that the registrar isn't paying attention. >>>>> >> They happily accepted my money, but forgot to renew the domain. >>>>> >> >>>>> >> So here's trying to attach the files... >>>>> > >>>>> > That message appears for me only when I use xf86-video-vesa driver= . >>>>> >>>>> I see. Well I'm specifically using the nv driver. Here's another >>>>> attempt to provide the relevant info: >>>> >>>> You have more than one card in the machine, which might be confusing >>>> things. The mtrr failure is caused by how your bios sets up memory >>>> regions. It should only impact performance. >>>> >>>> Exactly what issue are you seeing? >>> >>> I'm seeing a black screen on ctl-alt-f9 (tty8) >>> I'm seeing the message listed as this thread topic on tty0 (ctl-alt- f1= ). >>> The proceedure theat led me here is: >>> Xorc -configure >>> edit /root/xorg.config.new (move all the ati related stuff to >>> xorg.conf.ati). >>> Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. >>> exec Xorg -config /etc/X11/xorg.conf.nvidia >>> >>> The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced >>> to ctl-alt-f1 (where I read the error message) then use ctl-C - >>> which kills Xorg, and returns me to a working console. >>> >>> Thank you Robert, for taking the time to respond. >>> >>> --Chris H >>> >>>> >>>> robert. >>>> >>>>> Xorg log: >>>>> X.Org X Server 1.6.0 >>>>> Release Date: 2009-2-25 >>>>> X Protocol Version 11, Revision 0 >>>>> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >>>>> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 >>>>> 14:37:25 UTC 2009 >>>>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >>>>> Build Date: 16 May 2009 07:15:01AM >>>>> >>>>> Before reporting problems, check http://wiki.x.org >>>>> to make sure that you have the latest version. >>>>> Markers: (--) probed, (**) from config file, (=3D=3D) default setting= , >>>>> (++) from command line, (!!) notice, (II) informational, >>>>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >>>>> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 2= 009 >>>>> (++) Using config file: "/etc/X11/xorg.conf.nvidia" >>>>> (=3D=3D) ServerLayout "X.org Configured" >>>>> (**) |-->Screen "Screen0" (0) >>>>> (**) | |-->Monitor "Monitor1" >>>>> (**) | |-->Device "Card1" >>>>> (**) |-->Input Device "Mouse0" >>>>> (**) |-->Input Device "Keyboard0" >>>>> (**) Option "AllowEmptyInput" "false" >>>>> (=3D=3D) Automatically adding devices >>>>> (=3D=3D) Automatically enabling devices >>>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >>>>> Entry deleted from font path. >>>>> (WW) `fonts.dir' not found (or not valid) in >>>>> "/usr/local/lib/X11/fonts/100dpi/". >>>>> Entry deleted from font path. >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >>>>> (WW) `fonts.dir' not found (or not valid) in >>>>> "/usr/local/lib/X11/fonts/75dpi/". >>>>> Entry deleted from font path. >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >>>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >>>>> Entry deleted from font path. >>>>> (WW) `fonts.dir' not found (or not valid) in >>>>> "/usr/local/lib/X11/fonts/100dpi/". >>>>> Entry deleted from font path. >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >>>>> (WW) `fonts.dir' not found (or not valid) in >>>>> "/usr/local/lib/X11/fonts/75dpi/". >>>>> Entry deleted from font path. >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >>>>> (**) FontPath set to: >>>>> /usr/local/lib/X11/fonts/misc/, >>>>> /usr/local/lib/X11/fonts/TTF/, >>>>> /usr/local/lib/X11/fonts/OTF, >>>>> /usr/local/lib/X11/fonts/misc/, >>>>> /usr/local/lib/X11/fonts/TTF/, >>>>> /usr/local/lib/X11/fonts/OTF, >>>>> built-ins >>>>> (**) ModulePath set to "/usr/local/lib/xorg/modules" >>>>> (II) Loader magic: 0x6a0 >>>>> (II) Module ABI versions: >>>>> X.Org ANSI C Emulation: 0.4 >>>>> X.Org Video Driver: 5.0 >>>>> X.Org XInput driver : 4.0 >>>>> X.Org Server Extension : 2.0 >>>>> (II) Loader running on freebsd >>>>> (--) Using syscons driver with X support (version 2.0) >>>>> (--) using VT number 9 >>>>> >>>>> (!!) More than one possible primary device found >>>>> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ >>>>> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ >>>>> 0x????????/131072 >>>>> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 16= 3, >>>>> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, >>>>> BIOS @ 0x????????/131072 >>>>> (II) System resource ranges: >>>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >>>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >>>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >>>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >>>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >>>>> (II) "extmod" will be loaded. This was enabled by default and also >>>>> specified in the config file. >>>>> (II) "dbe" will be loaded. This was enabled by default and also >>>>> specified in the config file. >>>>> (II) "glx" will be loaded. This was enabled by default and also >>>>> specified in the config file. >>>>> (II) "record" will be loaded. This was enabled by default and also >>>>> specified in the config file. >>>>> (II) "dri" will be loaded. This was enabled by default and also >>>>> specified in the config file. >>>>> (II) "dri2" will be loaded. This was enabled by default and also >>>>> specified in the config file. >>>>> (II) LoadModule: "extmod" >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so >>>>> (II) Module extmod: vendor=3D"X.Org Foundation" >>>>> compiled for 1.6.0, module version =3D 1.0.0 >>>>> Module class: X.Org Server Extension >>>>> ABI class: X.Org Server Extension, version 2.0 >>>>> (II) Loading extension MIT-SCREEN-SAVER >>>>> (II) Loading extension XFree86-VidModeExtension >>>>> (II) Loading extension XFree86-DGA >>>>> (II) Loading extension DPMS >>>>> (II) Loading extension XVideo >>>>> (II) Loading extension XVideo-MotionCompensation >>>>> (II) Loading extension X-Resource >>>>> (II) LoadModule: "record" >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so >>>>> (II) Module record: vendor=3D"X.Org Foundation" >>>>> compiled for 1.6.0, module version =3D 1.13.0 >>>>> Module class: X.Org Server Extension >>>>> ABI class: X.Org Server Extension, version 2.0 >>>>> (II) Loading extension RECORD >>>>> (II) LoadModule: "dbe" >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so >>>>> (II) Module dbe: vendor=3D"X.Org Foundation" >>>>> compiled for 1.6.0, module version =3D 1.0.0 >>>>> Module class: X.Org Server Extension >>>>> ABI class: X.Org Server Extension, version 2.0 >>>>> (II) Loading extension DOUBLE-BUFFER >>>>> (II) LoadModule: "extmod" >>>>> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so >>>>> (II) Loading extension MIT-SCREEN-SAVER >>>>> (II) Loading extension XFree86-VidModeExtension >>>>> (II) Loading extension DPMS >>>>> (II) Loading extension XVideo >>>>> (II) Loading extension XVideo-MotionCompensation >>>>> (II) Loading extension X-Resource >>>>> (II) LoadModule: "glx" >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so >>>>> (II) Module glx: vendor=3D"X.Org Foundation" >>>>> compiled for 1.6.0, module version =3D 1.0.0 >>>>> ABI class: X.Org Server Extension, version 2.0 >>>>> (=3D=3D) AIGLX disabled >>>>> (II) Loading extension GLX >>>>> (II) LoadModule: "dri" >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so >>>>> (II) Module dri: vendor=3D"X.Org Foundation" >>>>> compiled for 1.6.0, module version =3D 1.0.0 >>>>> ABI class: X.Org Server Extension, version 2.0 >>>>> (II) Loading extension XFree86-DRI >>>>> (II) LoadModule: "dri2" >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so >>>>> (II) Module dri2: vendor=3D"X.Org Foundation" >>>>> compiled for 1.6.0, module version =3D 1.0.0 >>>>> ABI class: X.Org Server Extension, version 2.0 >>>>> (II) Loading extension DRI2 >>>>> (II) LoadModule: "nv" >>>>> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so >>>>> (II) Module nv: vendor=3D"X.Org Foundation" >>>>> compiled for 1.6.0, module version =3D 2.1.13 >>>>> Module class: X.Org Video Driver >>>>> ABI class: X.Org Video Driver, version 5.0 >>>>> (II) LoadModule: "mouse" >>>>> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so >>>>> (II) Module mouse: vendor=3D"X.Org Foundation" >>>>> compiled for 1.6.0, module version =3D 1.4.0 >>>>> Module class: X.Org XInput Driver >>>>> ABI class: X.Org XInput driver, version 4.0 >>>>> (II) LoadModule: "kbd" >>>>> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so >>>>> (II) Module kbd: vendor=3D"X.Org Foundation" >>>>> compiled for 1.6.0, module version =3D 1.3.2 >>>>> Module class: X.Org XInput Driver >>>>> ABI class: X.Org XInput driver, version 4.0 >>>>> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, >>>>> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, >>>>> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 40= 0, >>>>> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, >>>>> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultr= a, >>>>> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, >>>>> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, >>>>> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, >>>>> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, >>>>> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, >>>>> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, >>>>> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 X= GL, >>>>> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, >>>>> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, >>>>> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, >>>>> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 = XGL, >>>>> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, >>>>> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, >>>>> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, >>>>> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, >>>>> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, >>>>> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, >>>>> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, >>>>> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, >>>>> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, >>>>> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, >>>>> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultr= a, >>>>> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, >>>>> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, >>>>> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, >>>>> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, >>>>> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 680= 0, >>>>> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 G= T, >>>>> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000= , >>>>> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, >>>>> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, >>>>> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, >>>>> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, >>>>> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, >>>>> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550= , >>>>> Quadro FX 540, GeForce 6200, GeForce 6500, >>>>> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), >>>>> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400= , >>>>> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, >>>>> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, >>>>> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 G= TX, >>>>> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 78= 00, >>>>> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, >>>>> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 740= 0, >>>>> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 3= 50M, >>>>> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, >>>>> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 G= T, >>>>> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, >>>>> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 56= 0, >>>>> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, >>>>> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, >>>>> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, >>>>> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, >>>>> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 = GTS, >>>>> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 = GTS, >>>>> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 G= S, >>>>> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, >>>>> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, >>>>> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, >>>>> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 G= S, >>>>> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, >>>>> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135= M, >>>>> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, >>>>> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, >>>>> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, >>>>> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, >>>>> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, >>>>> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 360= 0M, >>>>> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, >>>>> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, >>>>> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, >>>>> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M = GS, >>>>> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 1= 60M >>>>> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at >>>>> 01@00:02:0 >>>>> (II) resource ranges after probing: >>>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >>>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >>>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >>>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >>>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >>>>> (II) Loading sub module "int10" >>>>> (II) LoadModule: "int10" >>>>> (II) Loading /usr/local/lib/xorg/modules//libint10.so >>>>> (II) Module int10: vendor=3D"X.Org Foundation" >>>>> compiled for 1.6.0, module version =3D 1.0.0 >>>>> ABI class: X.Org Video Driver, version 5.0 >>>>> (II) NV(0): Initializing int10 >>>>> (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was already = clear >>>>> (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was already = clear >>>>> (--) NV(0): Chipset: "GeForce4 MX 440" >>>>> (**) NV(0): Depth 24, (--) framebuffer bpp 32 >>>>> (=3D=3D) NV(0): RGB weight 888 >>>>> (=3D=3D) NV(0): Default visual is TrueColor >>>>> (II) Loading sub module "vgahw" >>>>> (II) LoadModule: "vgahw" >>>>> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so >>>>> (II) Module vgahw: vendor=3D"X.Org Foundation" >>>>> compiled for 1.6.0, module version =3D 0.1.0 >>>>> ABI class: X.Org Video Driver, version 5.0 >>>>> (**) NV(0): Option "CrtcNumber" "0" >>>>> (=3D=3D) NV(0): Using HW cursor >>>>> (--) NV(0): Linear framebuffer at 0xF0000000 >>>>> (--) NV(0): MMIO registers at 0xFD000000 >>>>> (II) Loading sub module "i2c" >>>>> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org= " >> >> > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 19:12:03 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7FA21065678 for ; Tue, 19 May 2009 19:12:03 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 7AD358FC18 for ; Tue, 19 May 2009 19:12:03 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-241-161-127.bna.bellsouth.net [74.241.161.127]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4JJ9Of1079951 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 May 2009 15:09:25 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Chris H In-Reply-To: <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-aqMrOd0kf+AvC9NT+96Q" Organization: FreeBSD Date: Tue, 19 May 2009 14:08:42 -0500 Message-Id: <1242760122.1752.17.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00, MIME_QP_LONG_LINE,RCVD_IN_PBL,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@FreeBSD.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 19:12:04 -0000 --=-aqMrOd0kf+AvC9NT+96Q Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2009-05-19 at 10:15 -0700, Chris H wrote: > Quoting Robert Noland : >=20 > > On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: > >> Quoting "Paul B. Mahol" : > >> > >> > On 5/19/09, Chris H wrote: > >> >> Quoting Chris H : > >> >> > >> >>> Quoting Chris H : > >> >>> > >> >>>> Greetings, > >> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. > >> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with > >> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), > >> >>>> I've seen only a few discussions regarding this, but no joy. > >> >>>> > >> >>>> I'm not sure what to post for additional information. So I'll > >> >>>> provide the output of dmesg(8), and Xorg.0.log via links. > >> >>>> > >> >>>> Thank you for all your time and consideration in this matter. > >> >>>> > >> >>>> Sincerely, > >> >>>> Chris H > >> >>>> > >> >>>> Xorg log: > >> >>>> http://codewarehouse.NET/output/Xorg.0.log > >> >>>> > >> >>>> relevent dmesg(8) output: > >> >>>> http://codewarehouse.NET/output/dmesg.output > >> >>> > >> >>> OOPS! I guess the xorg config might be useful: > >> >>> http://codewarehouse.NET/output/xorg.conf.nvidia > >> >>> > >> >>>> > >> >> SIGH... Seems that the registrar isn't paying attention. > >> >> They happily accepted my money, but forgot to renew the domain. > >> >> > >> >> So here's trying to attach the files... > >> > > >> > That message appears for me only when I use xf86-video-vesa driver. > >> > >> I see. Well I'm specifically using the nv driver. Here's another > >> attempt to provide the relevant info: > > > > You have more than one card in the machine, which might be confusing > > things. The mtrr failure is caused by how your bios sets up memory > > regions. It should only impact performance. > > > > Exactly what issue are you seeing? >=20 > I'm seeing a black screen on ctl-alt-f9 (tty8) > I'm seeing the message listed as this thread topic on tty0 (ctl-alt-f1). > The proceedure theat led me here is: > Xorc -configure > edit /root/xorg.config.new (move all the ati related stuff to xorg.conf.a= ti). > Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. > exec Xorg -config /etc/X11/xorg.conf.nvidia >=20 > The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced > to ctl-alt-f1 (where I read the error message) then use ctl-C - > which kills Xorg, and returns me to a working console. >=20 > Thank you Robert, for taking the time to respond. So, I expect that things are working... Except that you may not have a mouse if hal and dbus aren't running. Just move the config to /etc/X11/xorg.conf and try startx which should at least give you a twm session. robert. > --Chris H >=20 > > > > robert. > > > >> Xorg log: > >> X.Org X Server 1.6.0 > >> Release Date: 2009-2-25 > >> X Protocol Version 11, Revision 0 > >> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating > >> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 > >> 14:37:25 UTC 2009 > >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > >> Build Date: 16 May 2009 07:15:01AM > >> > >> Before reporting problems, check http://wiki.x.org > >> to make sure that you have the latest version. > >> Markers: (--) probed, (**) from config file, (=3D=3D) default setting, > >> (++) from command line, (!!) notice, (II) informational, > >> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > >> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 20= 09 > >> (++) Using config file: "/etc/X11/xorg.conf.nvidia" > >> (=3D=3D) ServerLayout "X.org Configured" > >> (**) |-->Screen "Screen0" (0) > >> (**) | |-->Monitor "Monitor1" > >> (**) | |-->Device "Card1" > >> (**) |-->Input Device "Mouse0" > >> (**) |-->Input Device "Keyboard0" > >> (**) Option "AllowEmptyInput" "false" > >> (=3D=3D) Automatically adding devices > >> (=3D=3D) Automatically enabling devices > >> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. > >> Entry deleted from font path. > >> (WW) `fonts.dir' not found (or not valid) in > >> "/usr/local/lib/X11/fonts/100dpi/". > >> Entry deleted from font path. > >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). > >> (WW) `fonts.dir' not found (or not valid) in > >> "/usr/local/lib/X11/fonts/75dpi/". > >> Entry deleted from font path. > >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). > >> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. > >> Entry deleted from font path. > >> (WW) `fonts.dir' not found (or not valid) in > >> "/usr/local/lib/X11/fonts/100dpi/". > >> Entry deleted from font path. > >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). > >> (WW) `fonts.dir' not found (or not valid) in > >> "/usr/local/lib/X11/fonts/75dpi/". > >> Entry deleted from font path. > >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). > >> (**) FontPath set to: > >> /usr/local/lib/X11/fonts/misc/, > >> /usr/local/lib/X11/fonts/TTF/, > >> /usr/local/lib/X11/fonts/OTF, > >> /usr/local/lib/X11/fonts/misc/, > >> /usr/local/lib/X11/fonts/TTF/, > >> /usr/local/lib/X11/fonts/OTF, > >> built-ins > >> (**) ModulePath set to "/usr/local/lib/xorg/modules" > >> (II) Loader magic: 0x6a0 > >> (II) Module ABI versions: > >> X.Org ANSI C Emulation: 0.4 > >> X.Org Video Driver: 5.0 > >> X.Org XInput driver : 4.0 > >> X.Org Server Extension : 2.0 > >> (II) Loader running on freebsd > >> (--) Using syscons driver with X support (version 2.0) > >> (--) using VT number 9 > >> > >> (!!) More than one possible primary device found > >> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ > >> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ > >> 0x????????/131072 > >> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, > >> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, > >> BIOS @ 0x????????/131072 > >> (II) System resource ranges: > >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >> (II) "extmod" will be loaded. This was enabled by default and also > >> specified in the config file. > >> (II) "dbe" will be loaded. This was enabled by default and also > >> specified in the config file. > >> (II) "glx" will be loaded. This was enabled by default and also > >> specified in the config file. > >> (II) "record" will be loaded. This was enabled by default and also > >> specified in the config file. > >> (II) "dri" will be loaded. This was enabled by default and also > >> specified in the config file. > >> (II) "dri2" will be loaded. This was enabled by default and also > >> specified in the config file. > >> (II) LoadModule: "extmod" > >> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > >> (II) Module extmod: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 1.0.0 > >> Module class: X.Org Server Extension > >> ABI class: X.Org Server Extension, version 2.0 > >> (II) Loading extension MIT-SCREEN-SAVER > >> (II) Loading extension XFree86-VidModeExtension > >> (II) Loading extension XFree86-DGA > >> (II) Loading extension DPMS > >> (II) Loading extension XVideo > >> (II) Loading extension XVideo-MotionCompensation > >> (II) Loading extension X-Resource > >> (II) LoadModule: "record" > >> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > >> (II) Module record: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 1.13.0 > >> Module class: X.Org Server Extension > >> ABI class: X.Org Server Extension, version 2.0 > >> (II) Loading extension RECORD > >> (II) LoadModule: "dbe" > >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > >> (II) Module dbe: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 1.0.0 > >> Module class: X.Org Server Extension > >> ABI class: X.Org Server Extension, version 2.0 > >> (II) Loading extension DOUBLE-BUFFER > >> (II) LoadModule: "extmod" > >> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so > >> (II) Loading extension MIT-SCREEN-SAVER > >> (II) Loading extension XFree86-VidModeExtension > >> (II) Loading extension DPMS > >> (II) Loading extension XVideo > >> (II) Loading extension XVideo-MotionCompensation > >> (II) Loading extension X-Resource > >> (II) LoadModule: "glx" > >> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > >> (II) Module glx: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 1.0.0 > >> ABI class: X.Org Server Extension, version 2.0 > >> (=3D=3D) AIGLX disabled > >> (II) Loading extension GLX > >> (II) LoadModule: "dri" > >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > >> (II) Module dri: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 1.0.0 > >> ABI class: X.Org Server Extension, version 2.0 > >> (II) Loading extension XFree86-DRI > >> (II) LoadModule: "dri2" > >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so > >> (II) Module dri2: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 1.0.0 > >> ABI class: X.Org Server Extension, version 2.0 > >> (II) Loading extension DRI2 > >> (II) LoadModule: "nv" > >> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so > >> (II) Module nv: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 2.1.13 > >> Module class: X.Org Video Driver > >> ABI class: X.Org Video Driver, version 5.0 > >> (II) LoadModule: "mouse" > >> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > >> (II) Module mouse: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 1.4.0 > >> Module class: X.Org XInput Driver > >> ABI class: X.Org XInput driver, version 4.0 > >> (II) LoadModule: "kbd" > >> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > >> (II) Module kbd: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 1.3.2 > >> Module class: X.Org XInput Driver > >> ABI class: X.Org XInput driver, version 4.0 > >> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, > >> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, > >> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, > >> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, > >> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, > >> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, > >> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, > >> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, > >> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, > >> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, > >> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, > >> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, > >> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, > >> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, > >> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, > >> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, > >> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, > >> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, > >> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, > >> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, > >> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, > >> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, > >> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, > >> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, > >> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, > >> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, > >> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, > >> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, > >> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, > >> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, > >> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, > >> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, > >> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, > >> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, > >> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, > >> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, > >> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, > >> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, > >> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, > >> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, > >> Quadro FX 540, GeForce 6200, GeForce 6500, > >> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), > >> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, > >> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, > >> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, > >> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, > >> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, > >> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, > >> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, > >> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, > >> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, > >> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, > >> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, > >> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, > >> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, > >> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, > >> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, > >> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, > >> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, > >> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, > >> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, > >> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, > >> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, > >> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, > >> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, > >> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, > >> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, > >> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, > >> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, > >> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, > >> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, > >> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, > >> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, > >> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, > >> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, > >> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, > >> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, > >> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M > >> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at 01@00= :02:0 > >> (II) resource ranges after probing: > >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >> (II) Loading sub module "int10" > >> (II) LoadModule: "int10" > >> (II) Loading /usr/local/lib/xorg/modules//libint10.so > >> (II) Module int10: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 1.0.0 > >> ABI class: X.Org Video Driver, version 5.0 > >> (II) NV(0): Initializing int10 > >> (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was already cl= ear > >> (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was already cl= ear > >> (--) NV(0): Chipset: "GeForce4 MX 440" > >> (**) NV(0): Depth 24, (--) framebuffer bpp 32 > >> (=3D=3D) NV(0): RGB weight 888 > >> (=3D=3D) NV(0): Default visual is TrueColor > >> (II) Loading sub module "vgahw" > >> (II) LoadModule: "vgahw" > >> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > >> (II) Module vgahw: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 0.1.0 > >> ABI class: X.Org Video Driver, version 5.0 > >> (**) NV(0): Option "CrtcNumber" "0" > >> (=3D=3D) NV(0): Using HW cursor > >> (--) NV(0): Linear framebuffer at 0xF0000000 > >> (--) NV(0): MMIO registers at 0xFD000000 > >> (II) Loading sub module "i2c" > >> (II) LoadModule: "i2c" > >> (II) Module "i2c" already built-in > >> (II) Loading sub module "ddc" > >> (II) LoadModule: "ddc" > >> (II) Module "ddc" already built-in > >> (II) NV(0): I2C bus "DDC" initialized. > >> (II) NV(0): Probing for analog device on output A... > >> (--) NV(0): ...found one > >> (II) NV(0): Probing for analog device on output B... > >> (--) NV(0): ...can't find one > >> (II) NV(0): Probing for EDID on I2C bus A... > >> (II) NV(0): I2C device "DDC:E-EDID segment register" registered at > >> address 0x60. > >> (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. > >> (--) NV(0): DDC detected a CRT: > >> (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 > >> (II) NV(0): Year: 1999 Week: 11 > >> (II) NV(0): EDID Version: 1.1 > >> (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V > >> (II) NV(0): Sync: Separate Composite SyncOnGreen > >> (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 > >> (II) NV(0): Gamma: 2.05 > >> (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display > >> (II) NV(0): GTF timings supported > >> (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 > >> (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 > >> (II) NV(0): Supported VESA Video Modes: > >> (II) NV(0): 720x400@70Hz > >> (II) NV(0): 720x400@88Hz > >> (II) NV(0): 640x480@60Hz > >> (II) NV(0): 640x480@67Hz > >> (II) NV(0): 640x480@72Hz > >> (II) NV(0): 640x480@75Hz > >> (II) NV(0): 800x600@56Hz > >> (II) NV(0): 800x600@60Hz > >> (II) NV(0): 800x600@72Hz > >> (II) NV(0): 800x600@75Hz > >> (II) NV(0): 832x624@75Hz > >> (II) NV(0): 1024x768@60Hz > >> (II) NV(0): 1024x768@70Hz > >> (II) NV(0): 1024x768@75Hz > >> (II) NV(0): 1280x1024@75Hz > >> (II) NV(0): 1152x870@75Hz > >> (II) NV(0): Manufacturer's mask: 0 > >> (II) NV(0): Supported Future Video Modes: > >> (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 > >> (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 > >> (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 > >> (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 > >> (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 > >> (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 > >> (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 > >> (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 > >> (II) NV(0): Supported additional Video Mode: > >> (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm > >> (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_end > >> 2208 h_border: 0 > >> (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blanking: > >> 1344 v_border: 0 > >> (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 kHz, > >> PixClock max 290 MHz > >> (II) NV(0): Monitor name: PressView XL > >> (II) NV(0): Serial No: 903500844 > >> (II) NV(0): EDID (in hex): > >> (II) NV(0): 00ffffffffffff00489315214c030000 > >> (II) NV(0): 0b0901010e261c69e90488a0574a9b26 > >> (II) NV(0): 12484cffef80455961598199a959c290 > >> (II) NV(0): 71598b4fa94f886240606200405080b0 > >> (II) NV(0): 13007c1d1100001e000000fd0032981e > >> (II) NV(0): 731d000a202020202020000000fc0050 > >> (II) NV(0): 726573735669657720584c0a000000ff > >> (II) NV(0): 003930333530303834340a2020200078 > >> (II) NV(0): Probing for EDID on I2C bus B... > >> (II) NV(0): ... none found > >> (--) NV(0): CRTC 0 appears to have a CRT attached > >> (**) NV(0): Forcing CRTCNumber 0 as specified > >> (II) NV(0): Using CRT on CRTC 0 > >> (II) NV(0): EDID vendor "RDS", prod id 8469 > >> (II) NV(0): Using EDID range info for horizontal sync > >> (II) NV(0): Using EDID range info for vertical refresh > >> (II) NV(0): Printing DDC gathered Modelines: > >> (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 2208 128= 0 > >> 1281 1284 1344 +hsync +vsync (114.2 kHz) > >> (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 > >> 605 628 +hsync +vsync (37.9 kHz) > >> (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 > >> 603 625 +hsync +vsync (35.2 kHz) > >> (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 > >> 484 500 -hsync -vsync (37.5 kHz) > >> (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 > >> 492 520 -hsync -vsync (37.9 kHz) > >> (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 > >> 486 525 -hsync -vsync (35.0 kHz) > >> (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 > >> 492 525 -hsync -vsync (31.5 kHz) > >> (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 > >> 423 449 -hsync -vsync (39.4 kHz) > >> (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 > >> 414 449 -hsync +vsync (31.5 kHz) > >> (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 102= 4 > >> 1025 1028 1066 +hsync +vsync (80.0 kHz) > >> (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 > >> 769 772 800 +hsync +vsync (60.0 kHz) > >> (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 > >> 771 777 806 -hsync -vsync (56.5 kHz) > >> (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 > >> 771 777 806 -hsync -vsync (48.4 kHz) > >> (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 > >> 628 667 -hsync -vsync (49.7 kHz) > >> (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 > >> 604 625 +hsync +vsync (46.9 kHz) > >> (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 > >> 643 666 +hsync +vsync (48.1 kHz) > >> (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 > >> 865 868 900 +hsync +vsync (67.5 kHz) > >> (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 > >> 604 631 +hsync +vsync (53.7 kHz) > >> (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 > >> 769 772 808 +hsync +vsync (68.7 kHz) > >> (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 102= 4 > >> 1025 1028 1072 +hsync +vsync (91.1 kHz) > >> (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 2160 120= 0 > >> 1201 1204 1250 +hsync +vsync (106.2 kHz) > >> (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 120= 0 > >> 1201 1204 1250 +hsync +vsync (93.8 kHz) > >> (--) NV(0): VideoRAM: 65536 kBytes > >> (=3D=3D) NV(0): Using gamma correction (1.0, 1.0, 1.0) > >> (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz > >> (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz > >> (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz > >> (II) NV(0): Clock range: 12.00 to 350.00 MHz > >> (II) NV(0): Not using default mode "1024x768" (bad mode > >> clock/interlace/doublescan) > >> (II) NV(0): Not using default mode "512x384" (bad mode > >> clock/interlace/doublescan) > >> (II) NV(0): Not using default mode "1920x1440" (mode clock too high) > >> (II) NV(0): Not using default mode "1920x1440" (hsync out of range) > >> (II) NV(0): Not using default mode "960x720" (hsync out of range) > >> (II) NV(0): Not using default mode "2048x1536" (hsync out of range) > >> (II) NV(0): Not using default mode "1024x768" (hsync out of range) > >> (II) NV(0): Not using default mode "2048x1536" (bad mode > >> clock/interlace/doublescan) > >> (II) NV(0): Not using default mode "1024x768" (hsync out of range) > >> (II) NV(0): Not using mode "1152x864" (no mode of this name) > >> (II) NV(0): Not using default mode "2048x1536" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1920x1440" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1856x1392" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1856x1392" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1792x1344" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1792x1344" (width too large for > >> virtual size) > >> (II) NV(0): Not using driver mode "1600x1280" (width too large for > >> virtual size) > >> (II) NV(0): Not using driver mode "1600x1200" (width too large for > >> virtual size) > >> (II) NV(0): Not using driver mode "1600x1200" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1600x1200" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1600x1200" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1600x1200" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1600x1200" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1600x1200" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1400x1050" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1400x1050" (width too large for > >> virtual size) > >> (II) NV(0): Not using driver mode "1280x1024" (width too large for > >> virtual size) > >> (II) NV(0): Not using driver mode "1280x1024" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1280x1024" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1280x1024" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1280x1024" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1280x960" (width too large for > >> virtual size) > >> (II) NV(0): Not using default mode "1280x960" (width too large for > >> virtual size) > >> (--) NV(0): Virtual size is 1152x864 (pitch 1152) > >> (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz > >> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 > >> 865 868 900 +hsync +vsync (67.5 kHz) > >> (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz > >> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 > >> 865 868 900 +hsync +vsync (67.5 kHz) > >> (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz > >> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 > >> 769 772 808 +hsync +vsync (68.7 kHz) > >> (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz > >> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 > >> 769 772 800 +hsync +vsync (60.0 kHz) > >> (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz > >> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 > >> 771 777 806 -hsync -vsync (56.5 kHz) > >> (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz > >> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 > >> 771 777 806 -hsync -vsync (48.4 kHz) > >> (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz > >> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 > >> 769 772 808 +hsync +vsync (68.7 kHz) > >> (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz > >> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 > >> 769 772 800 +hsync +vsync (60.0 kHz) > >> (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz > >> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 > >> 771 777 806 -hsync -vsync (56.5 kHz) > >> (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D) > >> (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 > >> 768 770 794 doublescan -hsync +vsync (95.3 kHz) > >> (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz > >> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 > >> 771 777 806 -hsync -vsync (48.4 kHz) > >> (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz (D) > >> (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 > >> 720 722 750 doublescan -hsync +vsync (112.5 kHz) > >> (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D) > >> (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 > >> 720 722 750 doublescan -hsync +vsync (90.0 kHz) > >> (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz (D) > >> (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 69= 6 > >> 698 750 doublescan -hsync +vsync (112.5 kHz) > >> (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D) > >> (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 69= 6 > >> 698 719 doublescan -hsync +vsync (86.4 kHz) > >> (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D) > >> (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 67= 2 > >> 674 708 doublescan -hsync +vsync (106.3 kHz) > >> (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D) > >> (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 67= 2 > >> 674 697 doublescan -hsync +vsync (83.7 kHz) > >> (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz > >> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 > >> 628 667 -hsync -vsync (49.7 kHz) > >> (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz > >> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 > >> 628 667 -hsync -vsync (49.7 kHz) > >> (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz > >> (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 > >> 604 631 +hsync +vsync (53.7 kHz) > >> (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz > >> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 > >> 604 625 +hsync +vsync (46.9 kHz) > >> (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz > >> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 > >> 643 666 +hsync +vsync (48.1 kHz) > >> (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz > >> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 > >> 605 628 +hsync +vsync (37.9 kHz) > >> (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz > >> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 > >> 603 625 +hsync +vsync (35.2 kHz) > >> (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz > >> (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 > >> 604 631 +hsync +vsync (53.7 kHz) > >> (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D) > >> (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 > >> 602 625 doublescan +hsync +vsync (106.2 kHz) > >> (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz > >> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 > >> 604 625 +hsync +vsync (46.9 kHz) > >> (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D) > >> (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 > >> 602 625 doublescan +hsync +vsync (93.8 kHz) > >> (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz > >> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 > >> 643 666 +hsync +vsync (48.1 kHz) > >> (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D) > >> (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 > >> 602 625 doublescan +hsync +vsync (87.5 kHz) > >> (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) > >> (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 > >> 602 625 doublescan +hsync +vsync (81.2 kHz) > >> (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz > >> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 > >> 605 628 +hsync +vsync (37.9 kHz) > >> (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) > >> (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 > >> 602 625 doublescan +hsync +vsync (75.0 kHz) > >> (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz > >> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 > >> 603 625 +hsync +vsync (35.2 kHz) > >> (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) > >> (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 > >> 532 545 doublescan +hsync +vsync (81.5 kHz) > >> (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) > >> (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 > >> 532 541 doublescan +hsync +vsync (64.9 kHz) > >> (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D) > >> (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 > >> 514 536 doublescan +hsync +vsync (91.1 kHz) > >> (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) > >> (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 > >> 514 533 doublescan +hsync +vsync (80.0 kHz) > >> (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) > >> (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 > >> 514 533 doublescan +hsync +vsync (64.0 kHz) > >> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz > >> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 > >> 484 500 -hsync -vsync (37.5 kHz) > >> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz > >> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 > >> 492 520 -hsync -vsync (37.9 kHz) > >> (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz > >> (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 > >> 486 525 -hsync -vsync (35.0 kHz) > >> (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz > >> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 > >> 492 525 -hsync -vsync (31.5 kHz) > >> (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D) > >> (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 > >> 482 505 doublescan +hsync +vsync (85.9 kHz) > >> (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz > >> (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 > >> 484 509 -hsync -vsync (43.3 kHz) > >> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz > >> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 > >> 484 500 -hsync -vsync (37.5 kHz) > >> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz > >> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 > >> 492 520 -hsync -vsync (37.9 kHz) > >> (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) > >> (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 > >> 482 500 doublescan +hsync +vsync (60.0 kHz) > >> (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz > >> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 > >> 492 525 -hsync -vsync (31.5 kHz) > >> (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz > >> (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 > >> 423 449 -hsync -vsync (39.4 kHz) > >> (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz > >> (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 > >> 414 449 -hsync +vsync (31.5 kHz) > >> (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz > >> (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 > >> 404 446 -hsync +vsync (37.9 kHz) > >> (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz > >> (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 > >> 404 445 -hsync +vsync (37.9 kHz) > >> (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) > >> (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 > >> 434 450 doublescan +hsync +vsync (67.5 kHz) > >> (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz > >> (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 > >> 385 445 +hsync -vsync (37.9 kHz) > >> (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) > >> (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 > >> 386 404 doublescan +hsync +vsync (68.7 kHz) > >> (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) > >> (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 > >> 386 400 doublescan +hsync +vsync (60.0 kHz) > >> (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) > >> (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 > >> 388 403 doublescan -hsync -vsync (56.5 kHz) > >> (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) > >> (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 > >> 388 403 doublescan -hsync -vsync (48.4 kHz) > >> (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) > >> (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 > >> 314 333 doublescan -hsync -vsync (49.7 kHz) > >> (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) > >> (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 > >> 302 315 doublescan +hsync +vsync (53.7 kHz) > >> (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) > >> (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 > >> 302 312 doublescan +hsync +vsync (46.9 kHz) > >> (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) > >> (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 > >> 321 333 doublescan +hsync +vsync (48.1 kHz) > >> (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) > >> (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 > >> 302 314 doublescan +hsync +vsync (37.9 kHz) > >> (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) > >> (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 > >> 301 312 doublescan +hsync +vsync (35.2 kHz) > >> (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) > >> (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 > >> 242 254 doublescan -hsync -vsync (43.3 kHz) > >> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) > >> (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 > >> 242 250 doublescan -hsync -vsync (37.5 kHz) > >> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) > >> (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 > >> 246 260 doublescan -hsync -vsync (37.9 kHz) > >> (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) > >> (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 > >> 246 262 doublescan -hsync -vsync (31.5 kHz) > >> (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) > >> (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 > >> 202 223 doublescan -hsync +vsync (37.9 kHz) > >> (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) > >> (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 > >> 202 222 doublescan -hsync +vsync (37.9 kHz) > >> (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) > >> (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 > >> 192 222 doublescan +hsync -vsync (37.9 kHz) > >> (**) NV(0): Display dimensions: (380, 280) mm > >> (**) NV(0): DPI set to (77, 78) > >> (II) Loading sub module "fb" > >> (II) LoadModule: "fb" > >> (II) Loading /usr/local/lib/xorg/modules//libfb.so > >> (II) Module fb: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 1.0.0 > >> ABI class: X.Org ANSI C Emulation, version 0.4 > >> (II) Loading sub module "xaa" > >> (II) LoadModule: "xaa" > >> (II) Loading /usr/local/lib/xorg/modules//libxaa.so > >> (II) Module xaa: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 1.2.1 > >> ABI class: X.Org Video Driver, version 5.0 > >> (II) Loading sub module "ramdac" > >> (II) LoadModule: "ramdac" > >> (II) Module "ramdac" already built-in > >> (--) Depth 24 pixmap format is 32 bpp > >> (II) do I need RAC? No, I don't. > >> (II) resource ranges after preInit: > >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >> (II) NV(0): Using XFree86 Acceleration Architecture (XAA) > >> Screen to screen bit blits > >> Solid filled rectangles > >> 8x8 mono pattern filled rectangles > >> Indirect CPU to Screen color expansion > >> Solid Lines > >> Scanline Image Writes > >> Setting up tile and stipple cache: > >> 32 128x128 slots > >> 32 256x256 slots > >> 16 512x512 slots > >> (=3D=3D) NV(0): Backing store disabled > >> (=3D=3D) NV(0): Silken mouse enabled > >> (II) NV(0): DPMS enabled > >> (=3D=3D) RandR enabled > >> (II) Initializing built-in extension Generic Event Extension > >> (II) Initializing built-in extension SHAPE > >> (II) Initializing built-in extension MIT-SHM > >> (II) Initializing built-in extension XInputExtension > >> (II) Initializing built-in extension XTEST > >> (II) Initializing built-in extension BIG-REQUESTS > >> (II) Initializing built-in extension SYNC > >> (II) Initializing built-in extension XKEYBOARD > >> (II) Initializing built-in extension XC-MISC > >> (II) Initializing built-in extension XINERAMA > >> (II) Initializing built-in extension XFIXES > >> (II) Initializing built-in extension RENDER > >> (II) Initializing built-in extension RANDR > >> (II) Initializing built-in extension COMPOSITE > >> (II) Initializing built-in extension DAMAGE > >> (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so > >> (II) GLX: Initialized DRISWRAST GL provider for screen 0 > >> (**) Option "Protocol" "Auto" > >> (**) Mouse0: Device: "/dev/sysmouse" > >> (**) Mouse0: Protocol: "Auto" > >> (**) Option "CorePointer" > >> (**) Mouse0: always reports core events > >> (**) Option "Device" "/dev/sysmouse" > >> (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > >> (**) Option "ZAxisMapping" "4 5 6 7" > >> (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 > >> (**) Mouse0: Buttons: 11 > >> (**) Option "Resolution" "800" > >> (**) Mouse0: Resolution: 800 > >> (**) Mouse0: Sensitivity: 1 > >> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > >> (**) Mouse0: (accel) keeping acceleration scheme 1 > >> (**) Mouse0: (accel) filter chain progression: 2.00 > >> (**) Mouse0: (accel) filter stage 0: 20.00 ms > >> (**) Mouse0: (accel) set acceleration profile 0 > >> (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 > >> (II) Mouse0: SetupAuto: protocol is SysMouse > >> (**) Option "CoreKeyboard" > >> (**) Keyboard0: always reports core events > >> (**) Option "Protocol" "standard" > >> (**) Keyboard0: Protocol: standard > >> (**) Option "AutoRepeat" "500 30" > >> (**) Option "XkbRules" "xorg" > >> (**) Keyboard0: XkbRules: "xorg" > >> (**) Option "XkbModel" "pc104" > >> (**) Keyboard0: XkbModel: "pc104" > >> (**) Option "XkbLayout" "us" > >> (**) Keyboard0: XkbLayout: "us" > >> (**) Option "CustomKeycodes" "off" > >> (**) Keyboard0: CustomKeycodes disabled > >> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) > >> > >> xorg.conf: > >> Section "ServerLayout" > >> Identifier "X.org Configured" > >> Screen 0 "Screen0" 0 0 > >> # Screen 1 "Screen1" RightOf "Screen0" > >> InputDevice "Mouse0" "CorePointer" > >> InputDevice "Keyboard0" "CoreKeyboard" > >> EndSection > >> > >> Section "Files" > >> ModulePath "/usr/local/lib/xorg/modules" > >> FontPath "/usr/local/lib/X11/fonts/misc/" > >> FontPath "/usr/local/lib/X11/fonts/TTF/" > >> FontPath "/usr/local/lib/X11/fonts/OTF" > >> FontPath "/usr/local/lib/X11/fonts/Type1/" > >> FontPath "/usr/local/lib/X11/fonts/100dpi/" > >> FontPath "/usr/local/lib/X11/fonts/75dpi/" > >> EndSection > >> > >> Section "Module" > >> Load "extmod" > >> Load "record" > >> Load "dbe" > >> SubSection "extmod" > >> Option "omit xfree86-dga" # don't initialise the DGA extension > >> EndSubSection > >> Load "glx" > >> Load "dri" > >> Load "dri2" > >> EndSection > >> > >> Section "ServerFlags" > >> Option "AllowEmptyInput" "false" > >> EndSection > >> > >> Section "InputDevice" > >> Identifier "Keyboard0" > >> Driver "kbd" > >> Option "AutoRepeat" "500 30" > >> Option "XkbRules" "xorg" > >> Option "XkbModel" "pc104" > >> Option "XkbLayout" "us" > >> EndSection > >> > >> Section "InputDevice" > >> Identifier "Mouse0" > >> Driver "mouse" > >> Option "Protocol" "Auto" > >> Option "Device" "/dev/sysmouse" > >> Option "ZAxisMapping" "4 5 6 7" > >> Option "Resolution" "800" > >> EndSection > >> > >> Section "Monitor" > >> Identifier "Monitor1" > >> VendorName "RDS" > >> ModelName "PressView XL" > >> EndSection > >> > >> Section "Device" > >> ### Available Driver options are:- > >> ### Values: : integer, : float, : "True"/"False", > >> ### : "String", : " Hz/kHz/MHz" > >> ### [arg]: arg optional > >> #Option "SWcursor" # [] > >> #Option "HWcursor" # [] > >> #Option "NoAccel" # [] > >> #Option "ShadowFB" # [] > >> #Option "UseFBDev" # [] > >> #Option "Rotate" # [] > >> #Option "VideoKey" # > >> #Option "FlatPanel" # [] > >> #Option "FPDither" # [] > >> #Option "CrtcNumber" # > >> Option "CrtcNumber" "0" > >> #Option "FPScale" # [] > >> #Option "FPTweak" # > >> #Option "DualHead" # [] > >> Identifier "Card1" > >> Driver "nv" > >> VendorName "nVidia Corporation" > >> BoardName "NV17 [GeForce4 MX 440]" > >> BusID "PCI:1:2:0" > >> EndSection > >> > >> Section "Screen" > >> Identifier "Screen0" > >> Device "Card1" > >> Monitor "Monitor1" > >> DefaultDepth 24 > >> > >> SubSection "Display" > >> Viewport 0 0 > >> Depth 24 > >> Modes "1152x864" "1152x864" "1152x864" > >> EndSubSection > >> EndSection > >> > >> dmesg(8) output: > >> May 18 20:21:51 udns syslogd: kernel boot file is /boot/kernel/kernel > >> May 18 20:21:51 udns kernel: Copyright (c) 1992-2009 The FreeBSD Proje= ct. > >> May 18 20:21:51 udns kernel: Copyright (c) 1979, 1980, 1983, 1986, > >> 1988, 1989, 1991, 1992, 1993, 1994 > >> May 18 20:21:51 udns kernel: The Regents of the University of > >> California. All rights reserved. > >> May 18 20:21:51 udns kernel: FreeBSD is a registered trademark of The > >> FreeBSD Foundation. > >> May 18 20:21:51 udns kernel: FreeBSD 7.1-RELEASE #0: Thu Jan 1 > >> 14:37:25 UTC 2009 > >> May 18 20:21:51 udns kernel: > >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > >> May 18 20:21:51 udns kernel: Preloaded elf kernel "/boot/kernel/kernel= " > >> at 0xc0d89000. > >> May 18 20:21:51 udns kernel: Preloaded elf module > >> "/boot/kernel/geom_stripe.ko" at 0xc0d89174. > >> May 18 20:21:51 udns kernel: Calibrating clock(s) ... i8254 clock:=20 > >> 1192975 Hz > >> May 18 20:21:51 udns kernel: CLK_USE_I8254_CALIBRATION not specified - > >> using default frequency > >> May 18 20:21:51 udns kernel: Timecounter "i8254" frequency 1193182 Hz > >> quality 0 > >> May 18 20:21:51 udns kernel: Calibrating TSC clock ... TSC clock:=20 > >> 797345795 Hz > >> May 18 20:21:51 udns kernel: CPU: Intel Pentium III (797.35-MHz=20 > >> 686-class CPU) > >> May 18 20:21:51 udns kernel: Origin =3D "GenuineIntel" Id =3D 0x686 =20 > >> Stepping =3D 6 > >> May 18 20:21:51 udns kernel: > >> Features=3D0x387fbff > >> May 18 20:21:51 udns kernel: May 18 20:21:51 udns kernel: Instruction > >> TLB: 4 KB pages, 4-way set associative, 32 entries > >> May 18 20:21:51 udns kernel: Instruction TLB: 4 MB pages, fully > >> associative, 2 entries > >> May 18 20:21:51 udns kernel: Data TLB: 4 KB pages, 4-way set > >> associative, 64 entries > >> May 18 20:21:51 udns kernel: 2nd-level cache: 256 KB, 8-way set > >> associative, 32 byte line size > >> May 18 20:21:51 udns kernel: 1st-level instruction cache: 16 KB, 4-way > >> set associative, 32 byte line size > >> May 18 20:21:51 udns kernel: Data TLB: 4 MB Pages, 4-way set > >> associative, 8 entries > >> May 18 20:21:51 udns kernel: 1st-level data cache: 16 KB, 4-way set > >> associative, 32 byte line size > >> May 18 20:21:51 udns kernel: real memory =3D 1073741824 (1024 MB) > >> May 18 20:21:51 udns kernel: Physical memory chunk(s): > >> May 18 20:21:51 udns kernel: 0x0000000000001000 - 0x000000000009efff, > >> 647168 bytes (158 pages) > >> May 18 20:21:51 udns kernel: 0x0000000000100000 - 0x00000000003fffff, > >> 3145728 bytes (768 pages) > >> May 18 20:21:51 udns kernel: 0x0000000001025000 - 0x000000003edb7fff, > >> 1037643776 bytes (253331 pages) > >> May 18 20:21:51 udns kernel: avail memory =3D 1037078528 (989 MB) > >> May 18 20:21:51 udns kernel: MP Configuration Table version 1.4 found > >> at 0xc00f0db0 > >> May 18 20:21:51 udns kernel: APIC: Using the MPTable enumerator. > >> May 18 20:21:51 udns kernel: SMP: Added CPU 0 (BSP) > >> May 18 20:21:51 udns kernel: SMP: Added CPU 1 (AP) > >> May 18 20:21:51 udns kernel: MPTable: > >> May 18 20:21:51 udns kernel: INTR: Adding local APIC 1 as a target > >> May 18 20:21:51 udns kernel: FreeBSD/SMP: Multiprocessor System > >> Detected: 2 CPUs > >> May 18 20:21:51 udns kernel: cpu0 (BSP): APIC ID: 0 > >> May 18 20:21:51 udns kernel: cpu1 (AP): APIC ID: 1 > >> May 18 20:21:51 udns kernel: bios32: Found BIOS32 Service Directory > >> header at 0xc00fdb90 > >> May 18 20:21:51 udns kernel: bios32: Entry =3D 0xfdba0 (c00fdba0) Rev= =3D > >> 0 Len =3D 1 > >> May 18 20:21:51 udns kernel: pcibios: PCI BIOS entry at 0xf0000+0xdbc1 > >> May 18 20:21:51 udns kernel: pnpbios: Found PnP BIOS data at 0xc00f4c5= 0 > >> May 18 20:21:51 udns kernel: pnpbios: Entry =3D f0000:3954 Rev =3D 1.= 0 > >> May 18 20:21:51 udns kernel: Other BIOS signatures found: > >> May 18 20:21:51 udns kernel: ULE: setup cpu group 0 > >> May 18 20:21:51 udns kernel: ULE: setup cpu 0 > >> May 18 20:21:51 udns kernel: ULE: adding cpu 0 to group 0: cpus 1 mask= 0x1 > >> May 18 20:21:51 udns kernel: ULE: setup cpu group 1 > >> May 18 20:21:51 udns kernel: ULE: setup cpu 1 > >> May 18 20:21:51 udns kernel: ULE: adding cpu 1 to group 1: cpus 1 mask= 0x2 > >> May 18 20:21:51 udns kernel: ioapic0: Assuming intbase of 0 > >> May 18 20:21:51 udns kernel: ioapic0: Routing external 8259A's -> intp= in 0 > >> May 18 20:21:51 udns kernel: ioapic1: Assuming intbase of 16 > >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 bus PCI > >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 trigger: level > >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 polarity: low > >> May 18 20:21:51 udns kernel: ioapic0: Routing IRQ 0 -> intpin 2 > >> May 18 20:21:51 udns kernel: lapic: Routing ExtINT -> LINT0 > >> May 18 20:21:51 udns kernel: lapic: LINT0 trigger: edge > >> May 18 20:21:51 udns kernel: lapic: LINT0 polarity: high > >> May 18 20:21:51 udns kernel: lapic: Routing NMI -> LINT1 > >> May 18 20:21:51 udns kernel: lapic: LINT1 trigger: edge > >> May 18 20:21:51 udns kernel: lapic: LINT1 polarity: high > >> May 18 20:21:51 udns kernel: ioapic0 irqs 0-15 on mother= board > >> May 18 20:21:51 udns kernel: ioapic1 irqs 16-31 on mothe= rboard > >> May 18 20:21:51 udns kernel: cpu0 BSP: > >> May 18 20:21:51 udns kernel: ID: 0x00000000 VER: 0x00040011 LDR: > >> 0x00000000 DFR: 0xffffffff > >> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: > >> 0x00000000 SVR: 0x000001ff > >> May 18 20:21:51 udns kernel: timer: 0x000100ef therm: 0x00000000 err: > >> 0x0001000f pcm: 0x00010000 > >> May 18 20:21:51 udns kernel: ath_rate: version 1.2 >> selection algorithm> > >> May 18 20:21:51 udns kernel: wlan_amrr: >> Algorithm> > >> May 18 20:21:51 udns kernel: wlan: <802.11 Link Layer> > >> May 18 20:21:51 udns kernel: null: > >> May 18 20:21:51 udns kernel: random: > >> May 18 20:21:51 udns kernel: nfslock: pseudo-device > >> May 18 20:21:51 udns kernel: io: > >> May 18 20:21:51 udns kernel: kbd: new array size 4 > >> May 18 20:21:51 udns kernel: kbd1 at kbdmux0 > >> May 18 20:21:51 udns kernel: mem: > >> May 18 20:21:51 udns kernel: Pentium Pro MTRR support enabled > >> May 18 20:21:51 udns kernel: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212= , > >> RF5111, RF5112, RF2413, RF5413) > >> May 18 20:21:51 udns kernel: hptrr: RocketRAID 17xx/2xxx SATA > >> controller driver v1.2 (Jan 1 2009 14:37:00) > >> May 18 20:21:51 udns kernel: npx0: INT 16 interface > >> May 18 20:21:51 udns kernel: pci_open(1): mode 1 addr port (0x0cf8) is > >> 0x80000070 > >> May 18 20:21:51 udns kernel: pci_open(1a): mode1res=3D0x80000000 (0x80= 000000) > >> May 18 20:21:51 udns kernel: pci_cfgcheck: device 0 [class=3D060000] > >> [hdr=3D80] is there (id=3D00091166) > >> May 18 20:21:51 udns kernel: pcibios: BIOS version 2.10 > >> May 18 20:21:51 udns kernel: pcib0: pcibus 0 > >> on motherboard > >> May 18 20:21:51 udns kernel: pci0: on pcib0 > >> May 18 20:21:51 udns kernel: pci0: domain=3D0, physical bus=3D0 > >> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0009, re= vid=3D0x06 > >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D0, func=3D0 > >> May 18 20:21:51 udns kernel: class=3D06-00-00, hdrtype=3D0x00, mfdev= =3D1 > >> May 18 20:21:51 udns kernel: cmdreg=3D0x0006, statreg=3D0x2200, cachel= nsz=3D8 > >> (dwords) > >> May 18 20:21:51 udns kernel: lattimer=3D0x20 (960 ns), mingnt=3D0x00 (= 0 > >> ns), maxlat=3D0x00 (0 ns) > >> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0009, re= vid=3D0x06 > >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D0, func=3D1 > >> May 18 20:21:51 udns kernel: class=3D06-00-00, hdrtype=3D0x00, mfdev= =3D1 > >> May 18 20:21:51 udns kernel: cmdreg=3D0x0007, statreg=3D0x0200, cachel= nsz=3D8 > >> (dwords) > >> May 18 20:21:51 udns kernel: lattimer=3D0x10 (480 ns), mingnt=3D0x00 (= 0 > >> ns), maxlat=3D0x00 (0 ns) > >> May 18 20:21:51 udns kernel: found-> vendor=3D0x1002, dev=3D0x4752, re= vid=3D0x27 > >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D1, func=3D0 > >> May 18 20:21:51 udns kernel: class=3D03-00-00, hdrtype=3D0x00, mfdev= =3D0 > >> May 18 20:21:51 udns kernel: cmdreg=3D0x0080, statreg=3D0x0290, cachel= nsz=3D8 > >> (dwords) > >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x08 = (2000 > >> ns), maxlat=3D0x00 (0 ns) > >> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D9 > >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 curren= t D0 > >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base > >> 0xfb000000, size 24, memory disabled > >> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base > >> 0xd800, size 8, port disabled > >> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base > >> 0xfcaff000, size 12, enabled > >> May 18 20:21:51 udns kernel: pcib0: slot 1 INTA routed to irq 22 > >> May 18 20:21:51 udns kernel: found-> vendor=3D0x8086, dev=3D0x1229, re= vid=3D0x08 > >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D4, func=3D0 > >> May 18 20:21:51 udns kernel: class=3D02-00-00, hdrtype=3D0x00, mfdev= =3D0 > >> May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x0290, cachel= nsz=3D8 > >> (dwords) > >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x08 = (2000 > >> ns), maxlat=3D0x38 (14000 ns) > >> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D5 > >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 curren= t D0 > >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base > >> 0xfcafe000, size 12, enabled > >> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base > >> 0xd400, size 6, enabled > >> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base > >> 0xfc900000, size 20, enabled > >> May 18 20:21:51 udns kernel: pcib0: slot 4 INTA routed to irq 20 > >> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0200, re= vid=3D0x50 > >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D15, func=3D0 > >> May 18 20:21:51 udns kernel: class=3D06-01-00, hdrtype=3D0x00, mfdev= =3D1 > >> May 18 20:21:51 udns kernel: cmdreg=3D0x0007, statreg=3D0x0200, cachel= nsz=3D0 > >> (dwords) > >> May 18 20:21:51 udns kernel: lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 = ns), > >> maxlat=3D0x00 (0 ns) > >> May 18 20:21:51 udns kernel: map[90]: type I/O Port, range 32, base > >> 0x580, size 4, enabled > >> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0211, re= vid=3D0x00 > >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D15, func=3D1 > >> May 18 20:21:51 udns kernel: class=3D01-01-8a, hdrtype=3D0x00, mfdev= =3D1 > >> May 18 20:21:51 udns kernel: cmdreg=3D0x0005, statreg=3D0x0200, cachel= nsz=3D0 > >> (dwords) > >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x00 = (0 > >> ns), maxlat=3D0x00 (0 ns) > >> May 18 20:21:51 udns kernel: map[20]: type I/O Port, range 32, base > >> 0xffa0, size 4, enabled > >> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0220, re= vid=3D0x04 > >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D15, func=3D2 > >> May 18 20:21:51 udns kernel: class=3D0c-03-10, hdrtype=3D0x00, mfdev= =3D1 > >> May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x0280, cachel= nsz=3D8 > >> (dwords) > >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x00 = (0 > >> ns), maxlat=3D0x50 (20000 ns) > >> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D10 > >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base > >> 0xfcafd000, size 12, enabled > >> May 18 20:21:51 udns kernel: pcib0: slot 15 INTA routed to irq 10 > >> May 18 20:21:51 udns kernel: vgapci0: port > >> 0xd800-0xd8ff mem 0xfb000000-0xfbffffff,0xfcaff000-0xfcafffff irq 22 a= t > >> device 1.0 on pci0 > >> May 18 20:21:51 udns kernel: fxp0: port > >> 0xd400-0xd43f mem 0xfcafe000-0xfcafefff,0xfc900000-0xfc9fffff irq 20 a= t > >> device 4.0 on pci0 > >> May 18 20:21:51 udns kernel: fxp0: Reserved 0x1000 bytes for rid 0x10 > >> type 3 at 0xfcafe000 > >> May 18 20:21:51 udns kernel: fxp0: using memory space register mapping > >> May 18 20:21:51 udns kernel: fxp0: PCI IDs: 8086 1229 8086 100c 0008 > >> May 18 20:21:51 udns kernel: fxp0: Dynamic Standby mode is disabled > >> May 18 20:21:51 udns kernel: miibus0: on fxp0 > >> May 18 20:21:51 udns kernel: inphy0: > >> PHY 1 on miibus0 > >> May 18 20:21:51 udns kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, > >> 100baseTX-FDX, auto > >> May 18 20:21:51 udns kernel: fxp0: bpf attached > >> May 18 20:21:51 udns kernel: fxp0: Ethernet address: 00:e0:81:20:9d:66 > >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 4 (PCI IRQ 20) to > >> vector 48 > >> May 18 20:21:51 udns kernel: fxp0: [MPSAFE] > >> May 18 20:21:51 udns kernel: fxp0: [ITHREAD] > >> May 18 20:21:51 udns kernel: isab0: port 0x580-0x58f > >> at device 15.0 on pci0 > >> May 18 20:21:51 udns kernel: isa0: on isab0 > >> May 18 20:21:51 udns kernel: atapci0: >> controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at > >> device 15.1 on pci0 > >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x10 bytes for rid 0x20 > >> type 4 at 0xffa0 > >> May 18 20:21:51 udns kernel: ata0: on atapci0 > >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x10 > >> type 4 at 0x1f0 > >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x14 > >> type 4 at 0x3f6 > >> May 18 20:21:51 udns kernel: ata0: reset tp1 mask=3D03 ostat0=3D50 ost= at1=3D50 > >> May 18 20:21:51 udns kernel: ata0: stat0=3D0x00 err=3D0x01 lsb=3D0x14 = msb=3D0xeb > >> May 18 20:21:51 udns kernel: ata0: stat1=3D0x50 err=3D0x01 lsb=3D0x00 = msb=3D0x00 > >> May 18 20:21:51 udns kernel: ata0: reset tp2 stat0=3D00 stat1=3D50 > >> devices=3D0x6 > >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 14 (ISA IRQ 14) t= o > >> vector 49 > >> May 18 20:21:51 udns kernel: ata0: [MPSAFE] > >> May 18 20:21:51 udns kernel: ata0: [ITHREAD] > >> May 18 20:21:51 udns kernel: ata1: on atapci0 > >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x18 > >> type 4 at 0x170 > >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x1c > >> type 4 at 0x376 > >> May 18 20:21:51 udns kernel: ata1: reset tp1 mask=3D03 ostat0=3D50 ost= at1=3D00 > >> May 18 20:21:51 udns kernel: ata1: stat0=3D0x00 err=3D0x01 lsb=3D0x14 = msb=3D0xeb > >> May 18 20:21:51 udns kernel: ata1: stat1=3D0x00 err=3D0x04 lsb=3D0x00 = msb=3D0x02 > >> May 18 20:21:51 udns kernel: ata1: reset tp2 stat0=3D00 stat1=3D00 > >> devices=3D0x4 > >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 15 (ISA IRQ 15) t= o > >> vector 50 > >> May 18 20:21:51 udns kernel: ata1: [MPSAFE] > >> May 18 20:21:51 udns kernel: ata1: [ITHREAD] > >> May 18 20:21:51 udns kernel: ohci0: me= m > >> 0xfcafd000-0xfcafdfff irq 10 at device 15.2 on pci0 > >> May 18 20:21:51 udns kernel: ohci0: Reserved 0x1000 bytes for rid 0x10 > >> type 3 at 0xfcafd000 > >> May 18 20:21:51 udns kernel: ohci0: (New OHCI DeviceId=3D0x02201166) > >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 10 (PCI IRQ 10) t= o > >> vector 51 > >> May 18 20:21:51 udns kernel: ohci0: [GIANT-LOCKED] > >> May 18 20:21:51 udns kernel: ohci0: [ITHREAD] > >> May 18 20:21:51 udns kernel: usb0: OHCI version 1.0, legacy support > >> May 18 20:21:51 udns kernel: usb0: on = ohci0 > >> May 18 20:21:51 udns kernel: usb0: USB revision 1.0 > >> May 18 20:21:51 udns kernel: uhub0: <(0x1166) OHCI root hub, class 9/0= , > >> rev 1.00/1.00, addr 1> on usb0 > >> May 18 20:21:51 udns kernel: uhub0: 4 ports with 4 removable, self pow= ered > >> May 18 20:21:51 udns kernel: pcib1: pcibus 1 > >> on motherboard > >> May 18 20:21:51 udns kernel: pci1: on pcib1 > >> May 18 20:21:51 udns kernel: pci1: domain=3D0, physical bus=3D1 > >> May 18 20:21:51 udns kernel: found-> vendor=3D0x10de, dev=3D0x0171, re= vid=3D0xa3 > >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D1, slot=3D2, func=3D0 > >> May 18 20:21:51 udns kernel: class=3D03-00-00, hdrtype=3D0x00, mfdev= =3D0 > >> May 18 20:21:51 udns kernel: cmdreg=3D0x0007, statreg=3D0x02b0, cachel= nsz=3D0 > >> (dwords) > >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x05 = (1250 > >> ns), maxlat=3D0x01 (250 ns) > >> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D11 > >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 > >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base > >> 0xfd000000, size 24, enabled > >> May 18 20:21:51 udns kernel: map[14]: type Prefetchable Memory, range > >> 32, base 0xf0000000, size 27, enabled > >> May 18 20:21:51 udns kernel: map[18]: type Prefetchable Memory, range > >> 32, base 0xfa580000, size 19, enabled > >> May 18 20:21:51 udns kernel: pcib1: slot 2 INTA routed to irq 27 > >> May 18 20:21:51 udns kernel: found-> vendor=3D0x9005, dev=3D0x00cf, re= vid=3D0x01 > >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D1, slot=3D6, func=3D0 > >> May 18 20:21:51 udns kernel: class=3D01-00-00, hdrtype=3D0x00, mfdev= =3D1 > >> May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x02b0, cachel= nsz=3D8 > >> (dwords) > >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x28 > >> (10000 ns), maxlat=3D0x19 (6250 ns) > >> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D3 > >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 > >> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base > >> 0xe400, size 8, enabled > >> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base > >> 0xfebde000, size 12, enabled > >> May 18 20:21:51 udns kernel: pcib1: slot 6 INTA routed to irq 25 > >> May 18 20:21:51 udns kernel: found-> vendor=3D0x9005, dev=3D0x00cf, re= vid=3D0x01 > >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D1, slot=3D6, func=3D1 > >> May 18 20:21:51 udns kernel: class=3D01-00-00, hdrtype=3D0x00, mfdev= =3D1 > >> May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x02b0, cachel= nsz=3D8 > >> (dwords) > >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x28 > >> (10000 ns), maxlat=3D0x19 (6250 ns) > >> May 18 20:21:51 udns kernel: intpin=3Db, irq=3D10 > >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 > >> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base > >> 0xe800, size 8, enabled > >> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base > >> 0xfebdf000, size 12, enabled > >> May 18 20:21:51 udns kernel: pcib1: slot 6 INTB routed to irq 26 > >> May 18 20:21:51 udns kernel: vgapci1: mem > >> 0xfd000000-0xfdffffff,0xf0000000-0xf7ffffff,0xfa580000-0xfa5fffff irq > >> 27 at device 2.0 on pci1 > >> May 18 20:21:51 udns kernel: ahc0: >> adapter> port 0xe400-0xe4ff mem 0xfebde000-0xfebdefff irq 25 at device > >> 6.0 on pci1 > >> May 18 20:21:51 udns kernel: ahc0: Defaulting to MEMIO off > >> May 18 20:21:51 udns kernel: ahc0: Reserved 0x100 bytes for rid 0x10 > >> type 4 at 0xe400 > >> May 18 20:21:51 udns kernel: ahc0: Reading SEEPROM...done. > >> May 18 20:21:51 udns kernel: ahc0: Manual LVD Termination > >> May 18 20:21:51 udns kernel: ahc0: BIOS eeprom is present > >> May 18 20:21:51 udns kernel: ahc0: Secondary High byte termination Ena= bled > >> May 18 20:21:51 udns kernel: ahc0: Secondary Low byte termination Enab= led > >> May 18 20:21:51 udns kernel: ahc0: Primary Low Byte termination Enable= d > >> May 18 20:21:51 udns kernel: ahc0: Primary High Byte termination Enabl= ed > >> May 18 20:21:51 udns kernel: ahc0: Downloading Sequencer Program... 42= 3 > >> instructions downloaded > >> May 18 20:21:51 udns kernel: ahc0: Features 0x1fef6, Bugs 0x40, Flags > >> 0x20485520 > >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 9 (PCI IRQ 25) to > >> vector 52 > >> May 18 20:21:51 udns kernel: ahc0: [MPSAFE] > >> May 18 20:21:51 udns kernel: ahc0: [ITHREAD] > >> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel A, SCSI > >> Id=3D7, 32/253 SCBs > >> May 18 20:21:51 udns kernel: ahc1: >> adapter> port 0xe800-0xe8ff mem 0xfebdf000-0xfebdffff irq 26 at device > >> 6.1 on pci1 > >> May 18 20:21:51 udns kernel: ahc1: Defaulting to MEMIO off > >> May 18 20:21:51 udns kernel: ahc1: Reserved 0x100 bytes for rid 0x10 > >> type 4 at 0xe800 > >> May 18 20:21:51 udns kernel: ahc1: Reading SEEPROM...done. > >> May 18 20:21:51 udns kernel: ahc1: Manual LVD Termination > >> May 18 20:21:51 udns kernel: ahc1: BIOS eeprom is present > >> May 18 20:21:51 udns kernel: ahc1: Secondary High byte termination Ena= bled > >> May 18 20:21:51 udns kernel: ahc1: Secondary Low byte termination Enab= led > >> May 18 20:21:51 udns kernel: ahc1: Primary Low Byte termination Enable= d > >> May 18 20:21:51 udns kernel: ahc1: Primary High Byte termination Enabl= ed > >> May 18 20:21:51 udns kernel: ahc1: Downloading Sequencer Program... 42= 3 > >> instructions downloaded > >> May 18 20:21:51 udns kernel: ahc1: Features 0x1fef6, Bugs 0x40, Flags > >> 0x20485560 > >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 10 (PCI IRQ 26) t= o > >> vector 53 > >> May 18 20:21:51 udns kernel: ahc1: [MPSAFE] > >> May 18 20:21:51 udns kernel: ahc1: [ITHREAD] > >> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel B, SCSI > >> Id=3D7, 32/253 SCBs > >> May 18 20:21:51 udns kernel: cpu0 on motherboard > >> May 18 20:21:51 udns kernel: cpu1 on motherboard > >> ... > >> May 18 20:21:51 udns kernel: pnpbios: 14 devices, largest 234 bytes > >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> 0-0x9fbff, size=3D0x9fc00 > >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> 0x9fc00-0x9ffff, size=3D0x400 > >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> 0xe0000-0xfffff, size=3D0x20000 > >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> 0x100000-0x3fffffff, size=3D0x3ff00000 > >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> 0xfec00000-0xfec00fff, size=3D0x1000 > >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> 0xfec01000-0xfec01fff, size=3D0x1000 > >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> 0xfee00000-0xfee00fff, size=3D0x1000 > >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> 0xfff80000-0xffffffff, size=3D0x80000 > >> May 18 20:21:51 udns kernel: pnpbios: handle 0 device ID PNP0c01 (010c= d041) > >> May 18 20:21:51 udns kernel: PNP0200: adding dma mask 0x10 > >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0-0xf, size=3D0x= 10, > >> align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x80-0x90, > >> size=3D0x11, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x94-0x9f, > >> size=3D0xc, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0xc0-0xde, > >> size=3D0x1f, align=3D0x1 > >> May 18 20:21:51 udns kernel: pnpbios: handle 2 device ID PNP0200 (0002= d041) > >> May 18 20:21:51 udns kernel: PNP0100: adding irq mask 0x1 > >> May 18 20:21:51 udns kernel: PNP0100: adding io range 0x40-0x43, > >> size=3D0x4, align=3D0x1 > >> May 18 20:21:51 udns kernel: pnpbios: handle 3 device ID PNP0100 (0001= d041) > >> May 18 20:21:51 udns kernel: PNP0b00: adding irq mask 0x100 > >> May 18 20:21:51 udns kernel: PNP0b00: adding io range 0x70-0x71, > >> size=3D0x2, align=3D0x1 > >> May 18 20:21:51 udns kernel: pnpbios: handle 4 device ID PNP0b00 (000b= d041) > >> May 18 20:21:51 udns kernel: PNP0303: adding irq mask 0x2 > >> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x60-0x60, > >> size=3D0x1, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x64-0x64, > >> size=3D0x1, align=3D0x1 > >> May 18 20:21:51 udns kernel: pnpbios: handle 5 device ID PNP0303 (0303= d041) > >> May 18 20:21:51 udns kernel: PNP0800: adding io range 0x61-0x61, > >> size=3D0x1, align=3D0x1 > >> May 18 20:21:51 udns kernel: pnpbios: handle 6 device ID PNP0800 (0008= d041) > >> May 18 20:21:51 udns kernel: PNP0c04: adding irq mask 0x2000 > >> May 18 20:21:51 udns kernel: PNP0c04: adding io range 0xf0-0xff, > >> size=3D0x10, align=3D0x1 > >> May 18 20:21:51 udns kernel: pnpbios: handle 7 device ID PNP0c04 (040c= d041) > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d0-0x4d1, > >> size=3D0x2, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcf8-0xcff, > >> size=3D0x8, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x10-0x1f, > >> size=3D0x10, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x40b-0x40b, > >> size=3D0x1, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d6-0x4d6, > >> size=3D0x1, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc00-0xc01, > >> size=3D0x2, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc14-0xc14, > >> size=3D0x1, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc49-0xc4a, > >> size=3D0x2, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc52-0xc52, > >> size=3D0x1, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6c-0xc6c, > >> size=3D0x1, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6f-0xc6f, > >> size=3D0x1, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcd6-0xcd7, > >> size=3D0x2, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xf50-0xf58, > >> size=3D0x9, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x374-0x375, > >> size=3D0x2, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x377-0x377, > >> size=3D0x1, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range > >> 0xcfc00-0xd03ff, size=3D0x800 > >> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range > >> 0xd7400-0xdffff, size=3D0x8c00 > >> May 18 20:21:51 udns kernel: pnpbios: handle 8 device ID PNP0c02 (020c= d041) > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x580-0x58f, > >> size=3D0x10, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x500-0x51f, > >> size=3D0x20, align=3D0x1 > >> May 18 20:21:51 udns kernel: pnpbios: handle 9 device ID PNP0c02 (020c= d041) > >> May 18 20:21:51 udns kernel: PNP0f13: adding irq mask 0x1000 > >> May 18 20:21:51 udns kernel: pnpbios: handle 10 device ID PNP0f13 (130= fd041) > >> May 18 20:21:51 udns kernel: pnpbios: handle 11 device ID PNP0a03 (030= ad041) > >> May 18 20:21:51 udns kernel: PNP0501: adding io range 0x3f8-0x3ff, > >> size=3D0x8, align=3D0x8 > >> May 18 20:21:51 udns kernel: PNP0501: adding irq mask 0x10 > >> May 18 20:21:51 udns kernel: pnpbios: handle 12 device ID PNP0501 (010= 5d041) > >> May 18 20:21:51 udns kernel: PNP0700: adding io range 0x3f0-0x3f5, > >> size=3D0x6, align=3D0x1 > >> May 18 20:21:51 udns kernel: PNP0700: adding irq mask 0x40 > >> May 18 20:21:51 udns kernel: PNP0700: adding dma mask 0x4 > >> May 18 20:21:51 udns kernel: pnpbios: handle 13 device ID PNP0700 (000= 7d041) > >> May 18 20:21:51 udns kernel: sc: sc0 already exists; skipping it > >> May 18 20:21:51 udns kernel: vga: vga0 already exists; skipping it > >> May 18 20:21:51 udns kernel: isa_probe_children: disabling PnP devices > >> May 18 20:21:51 udns kernel: isa_probe_children: probing non-PnP devic= es > >> May 18 20:21:51 udns kernel: pmtimer0 on isa0 > >> May 18 20:21:51 udns kernel: adv0: not probed (disabled) > >> May 18 20:21:51 udns kernel: aha0: not probed (disabled) > >> May 18 20:21:51 udns kernel: aic0: not probed (disabled) > >> May 18 20:21:51 udns kernel: atkbdc0: at > >> port 0x60,0x64 on isa0 > >> May 18 20:21:51 udns kernel: atkbd0: irq 1 on atkbdc0 > >> May 18 20:21:51 udns kernel: atkbd: the current kbd controller command > >> byte 0065 > >> May 18 20:21:51 udns kernel: atkbd: keyboard ID 0x41ab (2) > >> May 18 20:21:51 udns kernel: kbd0 at atkbd0 > >> May 18 20:21:51 udns kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0, > >> flags:0x3d0000 > >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 1 (ISA IRQ 1) to > >> vector 54 > >> May 18 20:21:51 udns kernel: atkbd0: [GIANT-LOCKED] > >> May 18 20:21:51 udns kernel: atkbd0: [ITHREAD] > >> May 18 20:21:51 udns kernel: psm0: current command byte:0065 > >> May 18 20:21:51 udns kernel: psm0: irq 12 on atkbdc0 > >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 12 (ISA IRQ 12) t= o > >> vector 55 > >> May 18 20:21:51 udns kernel: psm0: [GIANT-LOCKED] > >> May 18 20:21:51 udns kernel: psm0: [ITHREAD] > >> May 18 20:21:51 udns kernel: psm0: model IntelliMouse, device ID 3-00, > >> 3 buttons > >> May 18 20:21:51 udns kernel: psm0: config:00000000, flags:00000008, > >> packet size:4 > >> May 18 20:21:51 udns kernel: psm0: syncmask:08, syncbits:00 > >> May 18 20:21:51 udns kernel: bt0: not probed (disabled) > >> May 18 20:21:51 udns kernel: cs0: not probed (disabled) > >> May 18 20:21:51 udns kernel: ed0: not probed (disabled) > >> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 > >> May 18 20:21:51 udns kernel: fdc0: at por= t > >> 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 > >> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 > >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 6 (ISA IRQ 6) to > >> vector 56 > >> May 18 20:21:51 udns kernel: fdc0: [FILTER] > >> May 18 20:21:51 udns kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > >> May 18 20:21:51 udns kernel: fe0: not probed (disabled) > >> May 18 20:21:51 udns kernel: ie0: not probed (disabled) > >> May 18 20:21:51 udns kernel: le0: not probed (disabled) > >> May 18 20:21:51 udns kernel: ppc0: parallel port not found. > >> May 18 20:21:51 udns kernel: ppc0: failed to probe at > >> irq 7 on isa0 > >> May 18 20:21:51 udns kernel: sc0: at flags 0x100 on i= sa0 > >> May 18 20:21:51 udns kernel: sc0: VGA <16 virtual consoles, flags=3D0x= 300> > >> May 18 20:21:51 udns kernel: sc0: fb0, kbd1, terminal emulator: sc > >> (syscons terminal) > >> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc0= 01 > >> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc0= 01 > >> May 18 20:21:51 udns kernel: sio0 at port 0x3f8-0x3ff irq 4 flags=20 > >> 0x10 on isa0 > >> May 18 20:21:51 udns kernel: sio0: type 16550A > >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 4 (ISA IRQ 4) to > >> vector 57 > >> May 18 20:21:51 udns kernel: sio0: [FILTER] > >> May 18 20:21:51 udns kernel: sio1: configured irq 3 not in bitmap of > >> probed irqs 0 > >> May 18 20:21:51 udns kernel: sio1: port may not be enabled > >> May 18 20:21:51 udns kernel: sio1: irq maps: 0xc001 0xc001 0xc001 0xc0= 01 > >> May 18 20:21:51 udns kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9 > >> May 18 20:21:51 udns kernel: sio1 failed to probe at port 0x2f8-0x2ff > >> irq 3 on isa0 > >> May 18 20:21:51 udns kernel: sio2: not probed (disabled) > >> May 18 20:21:51 udns kernel: sio3: not probed (disabled) > >> May 18 20:21:51 udns kernel: sn0: not probed (disabled) > >> May 18 20:21:51 udns kernel: vga0: at port > >> 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > >> May 18 20:21:51 udns kernel: vt0: not probed (disabled) > >> May 18 20:21:51 udns kernel: isa_probe_children: probing PnP devices > >> ... > >> May 18 20:21:51 udns kernel: Device configuration finished. > >> May 18 20:21:51 udns kernel: procfs registered > >> May 18 20:21:51 udns kernel: lapic: Divisor 2, Frequency 49834131 hz > >> May 18 20:21:51 udns kernel: Timecounter "TSC" frequency 797345795 Hz > >> quality -100 > >> May 18 20:21:51 udns kernel: Timecounters tick every 1.000 msec > >> May 18 20:21:51 udns kernel: lo0: bpf attached > >> May 18 20:21:51 udns kernel: hptrr: no controller detected. > >> May 18 20:21:51 udns kernel: Waiting 5 seconds for SCSI devices to set= tle > >> ... > >> May 18 20:21:51 udns kernel: SMP: AP CPU #1 Launched! > >> May 18 20:21:51 udns kernel: cpu1 AP: > >> May 18 20:21:51 udns kernel: ID: 0x01000000 VER: 0x00040011 LDR: > >> 0x00000000 DFR: 0xffffffff > >> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: > >> 0x00000000 SVR: 0x000001ff > >> May 18 20:21:51 udns kernel: timer: 0x000200ef therm: 0x00000000 err: > >> 0x00010000 pcm: 0x00010000 > >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 1 to local API= C 0 > >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 4 to local API= C 1 > >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 6 to local API= C 0 > >> May 18 20:21:51 udns kernel: ioapic0: Assigning PCI IRQ 10 to local AP= IC 1 > >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 12 to local AP= IC 0 > >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 14 to local AP= IC 1 > >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 15 to local AP= IC 0 > >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 20 to local AP= IC 1 > >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 25 to local AP= IC 0 > >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 26 to local AP= IC 1 > >> > >> > > >> > -- > >> > Paul > >> > _______________________________________________ > >> > freebsd-stable@freebsd.org mailing list > >> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >> > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd= .org" > >> > > >> > >> > >> > >> _______________________________________________ > >> freebsd-stable@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.o= rg" > > -- > > Robert Noland > > FreeBSD > > >=20 >=20 >=20 --=20 Robert Noland FreeBSD --=-aqMrOd0kf+AvC9NT+96Q Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoTA7oACgkQM4TrQ4qfROPOPQCfRQfLbftkko5i3vBN4ov5CqW/ RSAAni8tz6E0bOAd3o0OYhIcvVzUty2x =Ozvr -----END PGP SIGNATURE----- --=-aqMrOd0kf+AvC9NT+96Q-- From owner-freebsd-stable@FreeBSD.ORG Tue May 19 19:31:35 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50F8C1065672 for ; Tue, 19 May 2009 19:31:35 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 0F3E48FC12 for ; Tue, 19 May 2009 19:31:34 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-241-161-127.bna.bellsouth.net [74.241.161.127]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4JJTbUL080059 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 May 2009 15:29:37 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Chris H In-Reply-To: <20090519095739.5o53vu0gcg4owkww@webmail.1command.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <4A126DBA.9080701@andric.com> <20090519095739.5o53vu0gcg4owkww@webmail.1command.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-KDBiKcBNB87NquIeaG+t" Organization: FreeBSD Date: Tue, 19 May 2009 14:28:55 -0500 Message-Id: <1242761335.1752.28.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 19:31:35 -0000 --=-KDBiKcBNB87NquIeaG+t Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2009-05-19 at 09:57 -0700, Chris H wrote: > Quoting Dimitry Andric : >=20 > > On 2009-05-19 08:40, Chris H wrote: > >> I see. Well I'm specifically using the nv driver. Here's another > >> attempt to provide the relevant info: > > > > I could not find the error message from $subject in these logs. Where > > is it? :) >=20 > If I had found it, I would have better known what direction to travel > to overcome it. :) > Aparently Xorg wants to keep it a secret - I saw no "argument". This isn't actually Xorg per se... It is when we attempt to set an MTRR range via ioctl on /dev/mem. The ultimate return value is EINVAL which just gets displayed as invalid argument. > The closest possible answer I can come up with, involves "write combining= " > and provinding some information in /proc/mtrr > But I only have /proc and nothing in it. Thought about echo(1)ing > the information to mtrr. But don't understand the whole thing well > enough to /dare/ do it. I only know it involves something in this > area: >=20 > 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288 >=20 > out of the Xorg log. I'm also not sure if GENERIC knows how to handle > mtrr (Memory Type Range Registers) ideally. I hadn't built world/kernel > yet because there are also some issues on the ATA ports that need to be=20 > resolved. I started a theread on this earlier. >=20 > Thank you for taking the time to respond. You can do a "memcontrol list" which will display the memory regions and their caching method. Likely what you will find is a "global" MTRR which is set to write-back. We don't have the ability to split regions and we aren't allowed to overlap write-combine on top of write-back, so any attempt to set MTRR will fail. The specific failure is most likely when X tries to set write-combine on the framebuffer, which in your case looks like 0xf0000000/134217728. Again, this shouldn't prevent X from working... It is just a performance issue. robert. > --Chris H >=20 > > >=20 >=20 >=20 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --=20 Robert Noland FreeBSD --=-KDBiKcBNB87NquIeaG+t Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoTCHcACgkQM4TrQ4qfRONnuwCfaKEGMwWLz7ffkemktWtc2BxA 26kAn281hz9CCaBFH2moJntzCytf+0IP =/t1N -----END PGP SIGNATURE----- --=-KDBiKcBNB87NquIeaG+t-- From owner-freebsd-stable@FreeBSD.ORG Tue May 19 19:39:51 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1A6C1065674 for ; Tue, 19 May 2009 19:39:51 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 58CD98FC12 for ; Tue, 19 May 2009 19:39:51 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-241-161-127.bna.bellsouth.net [74.241.161.127]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4JJbBVI080121 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 May 2009 15:37:12 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Chris H In-Reply-To: <20090519110452.ncziw3qx5wcs88o8@webmail.1command.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <20090519104108.rokonoirmswg48wc@webmail.1command.com> <20090519110452.ncziw3qx5wcs88o8@webmail.1command.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-N4ZC+djPGk8Lhg7Rtn43" Organization: FreeBSD Date: Tue, 19 May 2009 14:36:34 -0500 Message-Id: <1242761794.1752.32.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 19:39:52 -0000 --=-N4ZC+djPGk8Lhg7Rtn43 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2009-05-19 at 11:04 -0700, Chris H wrote: > Quoting Chris H : >=20 > > Quoting Chris H : > > > >> Quoting Robert Noland : > >> > >>> On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: > >>>> Quoting "Paul B. Mahol" : > >>>> > >>>> > On 5/19/09, Chris H wrote: > >>>> >> Quoting Chris H : > >>>> >> > >>>> >>> Quoting Chris H : > >>>> >>> > >>>> >>>> Greetings, > >>>> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. > >>>> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with > >>>> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday= ), > >>>> >>>> I've seen only a few discussions regarding this, but no joy. > >>>> >>>> > >>>> >>>> I'm not sure what to post for additional information. So I'll > >>>> >>>> provide the output of dmesg(8), and Xorg.0.log via links. > >>>> >>>> > >>>> >>>> Thank you for all your time and consideration in this matter. > >>>> >>>> > >>>> >>>> Sincerely, > >>>> >>>> Chris H > >>>> >>>> > >>>> >>>> Xorg log: > >>>> >>>> http://codewarehouse.NET/output/Xorg.0.log > >>>> >>>> > >>>> >>>> relevent dmesg(8) output: > >>>> >>>> http://codewarehouse.NET/output/dmesg.output > >>>> >>> > >>>> >>> OOPS! I guess the xorg config might be useful: > >>>> >>> http://codewarehouse.NET/output/xorg.conf.nvidia > >>>> >>> > >>>> >>>> > >>>> >> SIGH... Seems that the registrar isn't paying attention. > >>>> >> They happily accepted my money, but forgot to renew the domain. > >>>> >> > >>>> >> So here's trying to attach the files... > >>>> > > >>>> > That message appears for me only when I use xf86-video-vesa driver= . > >>>> > >>>> I see. Well I'm specifically using the nv driver. Here's another > >>>> attempt to provide the relevant info: > >>> > >>> You have more than one card in the machine, which might be confusing > >>> things. The mtrr failure is caused by how your bios sets up memory > >>> regions. It should only impact performance. > >>> > >>> Exactly what issue are you seeing? > >> > >> I'm seeing a black screen on ctl-alt-f9 (tty8) > >> I'm seeing the message listed as this thread topic on tty0 (ctl-alt-f1= ). > >> The proceedure theat led me here is: > >> Xorg -configure > >> edit /root/xorg.config.new (move all the ati related stuff to=20 > >> xorg.conf.ati). > >> Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. > >> exec Xorg -config /etc/X11/xorg.conf.nvidia > >> > >> The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced > >> to ctl-alt-f1 (where I read the error message) then use ctl-C - > >> which kills Xorg, and returns me to a working console. > >> > >> Thank you Robert, for taking the time to respond. > >> > >> --Chris H > > > > I might also add that the ati (Mach64) is an onboard controller, > > and the BIOS provides no means to shut it off, nor is there a > > shunt on the MB to disable it. I have never had any trouble > > in the past in these situations, as FreeBSD has always known > > how to handle things (even when the BIOS doesn't ;-) ). > > > > Thanks again. > > > > --Chris H >=20 > OK. As I look at this closer, it appears that there is some confusion > where the amount of videoRAM is concerned. I /don't/ pretend to to > have /good/ HEX addressing skills, and I'm only now trying to comprehend > mtrr. That said; don't the following two lines from Xorg.log >=20 > (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @=20 > 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @=20 > 0x????????/131072 Actually, I would say that the ati has a 16MB framebuffer at 0xfb000000. > (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163,=20 > Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288,=20 > BIOS @ 0x????????/131072 and the Nvidia has 128MB framebuffer at 0xf0000000. > indicate that the ati has 4Mb (0xfcaff000/4096), and the nVidia has 132Mb > (0xf0000000/134217728) RAM on board? > For the record the ati has 4Mb, and the nVidia has 64Mb, and I may be > completely off my nut in my interpretation. ;) Luckily, it does appear the X is not confused by the multiple cards at the moment, though attempting to use both would likely end badly. robert. > --Chris H > > > >> > >>> > >>> robert. > >>> > >>>> Xorg log: > >>>> X.Org X Server 1.6.0 > >>>> Release Date: 2009-2-25 > >>>> X Protocol Version 11, Revision 0 > >>>> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating > >>>> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 > >>>> 14:37:25 UTC 2009 > >>>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > >>>> Build Date: 16 May 2009 07:15:01AM > >>>> > >>>> Before reporting problems, check http://wiki.x.org > >>>> to make sure that you have the latest version. > >>>> Markers: (--) probed, (**) from config file, (=3D=3D) default settin= g, > >>>> (++) from command line, (!!) notice, (II) informational, > >>>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > >>>> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 = 2009 > >>>> (++) Using config file: "/etc/X11/xorg.conf.nvidia" > >>>> (=3D=3D) ServerLayout "X.org Configured" > >>>> (**) |-->Screen "Screen0" (0) > >>>> (**) | |-->Monitor "Monitor1" > >>>> (**) | |-->Device "Card1" > >>>> (**) |-->Input Device "Mouse0" > >>>> (**) |-->Input Device "Keyboard0" > >>>> (**) Option "AllowEmptyInput" "false" > >>>> (=3D=3D) Automatically adding devices > >>>> (=3D=3D) Automatically enabling devices > >>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. > >>>> Entry deleted from font path. > >>>> (WW) `fonts.dir' not found (or not valid) in > >>>> "/usr/local/lib/X11/fonts/100dpi/". > >>>> Entry deleted from font path. > >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). > >>>> (WW) `fonts.dir' not found (or not valid) in > >>>> "/usr/local/lib/X11/fonts/75dpi/". > >>>> Entry deleted from font path. > >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). > >>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. > >>>> Entry deleted from font path. > >>>> (WW) `fonts.dir' not found (or not valid) in > >>>> "/usr/local/lib/X11/fonts/100dpi/". > >>>> Entry deleted from font path. > >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). > >>>> (WW) `fonts.dir' not found (or not valid) in > >>>> "/usr/local/lib/X11/fonts/75dpi/". > >>>> Entry deleted from font path. > >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). > >>>> (**) FontPath set to: > >>>> /usr/local/lib/X11/fonts/misc/, > >>>> /usr/local/lib/X11/fonts/TTF/, > >>>> /usr/local/lib/X11/fonts/OTF, > >>>> /usr/local/lib/X11/fonts/misc/, > >>>> /usr/local/lib/X11/fonts/TTF/, > >>>> /usr/local/lib/X11/fonts/OTF, > >>>> built-ins > >>>> (**) ModulePath set to "/usr/local/lib/xorg/modules" > >>>> (II) Loader magic: 0x6a0 > >>>> (II) Module ABI versions: > >>>> X.Org ANSI C Emulation: 0.4 > >>>> X.Org Video Driver: 5.0 > >>>> X.Org XInput driver : 4.0 > >>>> X.Org Server Extension : 2.0 > >>>> (II) Loader running on freebsd > >>>> (--) Using syscons driver with X support (version 2.0) > >>>> (--) using VT number 9 > >>>> > >>>> (!!) More than one possible primary device found > >>>> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ > >>>> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ > >>>> 0x????????/131072 > >>>> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 16= 3, > >>>> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, > >>>> BIOS @ 0x????????/131072 > >>>> (II) System resource ranges: > >>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >>>> (II) "extmod" will be loaded. This was enabled by default and also > >>>> specified in the config file. > >>>> (II) "dbe" will be loaded. This was enabled by default and also > >>>> specified in the config file. > >>>> (II) "glx" will be loaded. This was enabled by default and also > >>>> specified in the config file. > >>>> (II) "record" will be loaded. This was enabled by default and also > >>>> specified in the config file. > >>>> (II) "dri" will be loaded. This was enabled by default and also > >>>> specified in the config file. > >>>> (II) "dri2" will be loaded. This was enabled by default and also > >>>> specified in the config file. > >>>> (II) LoadModule: "extmod" > >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > >>>> (II) Module extmod: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>> Module class: X.Org Server Extension > >>>> ABI class: X.Org Server Extension, version 2.0 > >>>> (II) Loading extension MIT-SCREEN-SAVER > >>>> (II) Loading extension XFree86-VidModeExtension > >>>> (II) Loading extension XFree86-DGA > >>>> (II) Loading extension DPMS > >>>> (II) Loading extension XVideo > >>>> (II) Loading extension XVideo-MotionCompensation > >>>> (II) Loading extension X-Resource > >>>> (II) LoadModule: "record" > >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > >>>> (II) Module record: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 1.13.0 > >>>> Module class: X.Org Server Extension > >>>> ABI class: X.Org Server Extension, version 2.0 > >>>> (II) Loading extension RECORD > >>>> (II) LoadModule: "dbe" > >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > >>>> (II) Module dbe: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>> Module class: X.Org Server Extension > >>>> ABI class: X.Org Server Extension, version 2.0 > >>>> (II) Loading extension DOUBLE-BUFFER > >>>> (II) LoadModule: "extmod" > >>>> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so > >>>> (II) Loading extension MIT-SCREEN-SAVER > >>>> (II) Loading extension XFree86-VidModeExtension > >>>> (II) Loading extension DPMS > >>>> (II) Loading extension XVideo > >>>> (II) Loading extension XVideo-MotionCompensation > >>>> (II) Loading extension X-Resource > >>>> (II) LoadModule: "glx" > >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > >>>> (II) Module glx: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>> ABI class: X.Org Server Extension, version 2.0 > >>>> (=3D=3D) AIGLX disabled > >>>> (II) Loading extension GLX > >>>> (II) LoadModule: "dri" > >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > >>>> (II) Module dri: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>> ABI class: X.Org Server Extension, version 2.0 > >>>> (II) Loading extension XFree86-DRI > >>>> (II) LoadModule: "dri2" > >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so > >>>> (II) Module dri2: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>> ABI class: X.Org Server Extension, version 2.0 > >>>> (II) Loading extension DRI2 > >>>> (II) LoadModule: "nv" > >>>> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so > >>>> (II) Module nv: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 2.1.13 > >>>> Module class: X.Org Video Driver > >>>> ABI class: X.Org Video Driver, version 5.0 > >>>> (II) LoadModule: "mouse" > >>>> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > >>>> (II) Module mouse: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 1.4.0 > >>>> Module class: X.Org XInput Driver > >>>> ABI class: X.Org XInput driver, version 4.0 > >>>> (II) LoadModule: "kbd" > >>>> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > >>>> (II) Module kbd: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 1.3.2 > >>>> Module class: X.Org XInput Driver > >>>> ABI class: X.Org XInput driver, version 4.0 > >>>> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, > >>>> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, > >>>> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, > >>>> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, > >>>> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, > >>>> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, > >>>> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, > >>>> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, > >>>> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, > >>>> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, > >>>> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, > >>>> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL= , > >>>> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, > >>>> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, > >>>> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, > >>>> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XG= L, > >>>> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, > >>>> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, > >>>> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, > >>>> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, > >>>> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, > >>>> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, > >>>> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, > >>>> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, > >>>> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, > >>>> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, > >>>> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, > >>>> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, > >>>> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, > >>>> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, > >>>> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, > >>>> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, > >>>> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, > >>>> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, > >>>> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, > >>>> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, > >>>> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, > >>>> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, > >>>> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, > >>>> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, > >>>> Quadro FX 540, GeForce 6200, GeForce 6500, > >>>> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), > >>>> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, > >>>> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, > >>>> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, > >>>> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX= , > >>>> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800= , > >>>> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, > >>>> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, > >>>> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350= M, > >>>> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, > >>>> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, > >>>> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, > >>>> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, > >>>> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, > >>>> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, > >>>> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, > >>>> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, > >>>> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GT= S, > >>>> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GT= S, > >>>> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, > >>>> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, > >>>> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, > >>>> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, > >>>> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, > >>>> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, > >>>> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, > >>>> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, > >>>> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, > >>>> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, > >>>> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, > >>>> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, > >>>> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M= , > >>>> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, > >>>> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, > >>>> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, > >>>> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS= , > >>>> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160= M > >>>> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at=20 > >>>> 01@00:02:0 > >>>> (II) resource ranges after probing: > >>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >>>> (II) Loading sub module "int10" > >>>> (II) LoadModule: "int10" > >>>> (II) Loading /usr/local/lib/xorg/modules//libint10.so > >>>> (II) Module int10: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>> ABI class: X.Org Video Driver, version 5.0 > >>>> (II) NV(0): Initializing int10 > >>>> (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was already = clear > >>>> (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was already = clear > >>>> (--) NV(0): Chipset: "GeForce4 MX 440" > >>>> (**) NV(0): Depth 24, (--) framebuffer bpp 32 > >>>> (=3D=3D) NV(0): RGB weight 888 > >>>> (=3D=3D) NV(0): Default visual is TrueColor > >>>> (II) Loading sub module "vgahw" > >>>> (II) LoadModule: "vgahw" > >>>> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > >>>> (II) Module vgahw: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 0.1.0 > >>>> ABI class: X.Org Video Driver, version 5.0 > >>>> (**) NV(0): Option "CrtcNumber" "0" > >>>> (=3D=3D) NV(0): Using HW cursor > >>>> (--) NV(0): Linear framebuffer at 0xF0000000 > >>>> (--) NV(0): MMIO registers at 0xFD000000 > >>>> (II) Loading sub module "i2c" > >>>> (II) LoadModule: "i2c" > >>>> (II) Module "i2c" already built-in > >>>> (II) Loading sub module "ddc" > >>>> (II) LoadModule: "ddc" > >>>> (II) Module "ddc" already built-in > >>>> (II) NV(0): I2C bus "DDC" initialized. > >>>> (II) NV(0): Probing for analog device on output A... > >>>> (--) NV(0): ...found one > >>>> (II) NV(0): Probing for analog device on output B... > >>>> (--) NV(0): ...can't find one > >>>> (II) NV(0): Probing for EDID on I2C bus A... > >>>> (II) NV(0): I2C device "DDC:E-EDID segment register" registered at > >>>> address 0x60. > >>>> (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. > >>>> (--) NV(0): DDC detected a CRT: > >>>> (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 > >>>> (II) NV(0): Year: 1999 Week: 11 > >>>> (II) NV(0): EDID Version: 1.1 > >>>> (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300 = V > >>>> (II) NV(0): Sync: Separate Composite SyncOnGreen > >>>> (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 > >>>> (II) NV(0): Gamma: 2.05 > >>>> (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Displa= y > >>>> (II) NV(0): GTF timings supported > >>>> (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 > >>>> (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 > >>>> (II) NV(0): Supported VESA Video Modes: > >>>> (II) NV(0): 720x400@70Hz > >>>> (II) NV(0): 720x400@88Hz > >>>> (II) NV(0): 640x480@60Hz > >>>> (II) NV(0): 640x480@67Hz > >>>> (II) NV(0): 640x480@72Hz > >>>> (II) NV(0): 640x480@75Hz > >>>> (II) NV(0): 800x600@56Hz > >>>> (II) NV(0): 800x600@60Hz > >>>> (II) NV(0): 800x600@72Hz > >>>> (II) NV(0): 800x600@75Hz > >>>> (II) NV(0): 832x624@75Hz > >>>> (II) NV(0): 1024x768@60Hz > >>>> (II) NV(0): 1024x768@70Hz > >>>> (II) NV(0): 1024x768@75Hz > >>>> (II) NV(0): 1280x1024@75Hz > >>>> (II) NV(0): 1152x870@75Hz > >>>> (II) NV(0): Manufacturer's mask: 0 > >>>> (II) NV(0): Supported Future Video Modes: > >>>> (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 > >>>> (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 > >>>> (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 > >>>> (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 > >>>> (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 > >>>> (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 > >>>> (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 > >>>> (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 > >>>> (II) NV(0): Supported additional Video Mode: > >>>> (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm > >>>> (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_en= d > >>>> 2208 h_border: 0 > >>>> (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blanking= : > >>>> 1344 v_border: 0 > >>>> (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 kH= z, > >>>> PixClock max 290 MHz > >>>> (II) NV(0): Monitor name: PressView XL > >>>> (II) NV(0): Serial No: 903500844 > >>>> (II) NV(0): EDID (in hex): > >>>> (II) NV(0): 00ffffffffffff00489315214c030000 > >>>> (II) NV(0): 0b0901010e261c69e90488a0574a9b26 > >>>> (II) NV(0): 12484cffef80455961598199a959c290 > >>>> (II) NV(0): 71598b4fa94f886240606200405080b0 > >>>> (II) NV(0): 13007c1d1100001e000000fd0032981e > >>>> (II) NV(0): 731d000a202020202020000000fc0050 > >>>> (II) NV(0): 726573735669657720584c0a000000ff > >>>> (II) NV(0): 003930333530303834340a2020200078 > >>>> (II) NV(0): Probing for EDID on I2C bus B... > >>>> (II) NV(0): ... none found > >>>> (--) NV(0): CRTC 0 appears to have a CRT attached > >>>> (**) NV(0): Forcing CRTCNumber 0 as specified > >>>> (II) NV(0): Using CRT on CRTC 0 > >>>> (II) NV(0): EDID vendor "RDS", prod id 8469 > >>>> (II) NV(0): Using EDID range info for horizontal sync > >>>> (II) NV(0): Using EDID range info for vertical refresh > >>>> (II) NV(0): Printing DDC gathered Modelines: > >>>> (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 2208 1= 280 > >>>> 1281 1284 1344 +hsync +vsync (114.2 kHz) > >>>> (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 60= 1 > >>>> 605 628 +hsync +vsync (37.9 kHz) > >>>> (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 60= 1 > >>>> 603 625 +hsync +vsync (35.2 kHz) > >>>> (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 > >>>> 484 500 -hsync -vsync (37.5 kHz) > >>>> (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 > >>>> 492 520 -hsync -vsync (37.9 kHz) > >>>> (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 > >>>> 486 525 -hsync -vsync (35.0 kHz) > >>>> (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 > >>>> 492 525 -hsync -vsync (31.5 kHz) > >>>> (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 > >>>> 423 449 -hsync -vsync (39.4 kHz) > >>>> (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 > >>>> 414 449 -hsync +vsync (31.5 kHz) > >>>> (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1= 024 > >>>> 1025 1028 1066 +hsync +vsync (80.0 kHz) > >>>> (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 76= 8 > >>>> 769 772 800 +hsync +vsync (60.0 kHz) > >>>> (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 76= 8 > >>>> 771 777 806 -hsync -vsync (56.5 kHz) > >>>> (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 76= 8 > >>>> 771 777 806 -hsync -vsync (48.4 kHz) > >>>> (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 62= 5 > >>>> 628 667 -hsync -vsync (49.7 kHz) > >>>> (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 60= 1 > >>>> 604 625 +hsync +vsync (46.9 kHz) > >>>> (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 63= 7 > >>>> 643 666 +hsync +vsync (48.1 kHz) > >>>> (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 86= 4 > >>>> 865 868 900 +hsync +vsync (67.5 kHz) > >>>> (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 60= 1 > >>>> 604 631 +hsync +vsync (53.7 kHz) > >>>> (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 76= 8 > >>>> 769 772 808 +hsync +vsync (68.7 kHz) > >>>> (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1= 024 > >>>> 1025 1028 1072 +hsync +vsync (91.1 kHz) > >>>> (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 2160 1= 200 > >>>> 1201 1204 1250 +hsync +vsync (106.2 kHz) > >>>> (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1= 200 > >>>> 1201 1204 1250 +hsync +vsync (93.8 kHz) > >>>> (--) NV(0): VideoRAM: 65536 kBytes > >>>> (=3D=3D) NV(0): Using gamma correction (1.0, 1.0, 1.0) > >>>> (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz > >>>> (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz > >>>> (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz > >>>> (II) NV(0): Clock range: 12.00 to 350.00 MHz > >>>> (II) NV(0): Not using default mode "1024x768" (bad mode > >>>> clock/interlace/doublescan) > >>>> (II) NV(0): Not using default mode "512x384" (bad mode > >>>> clock/interlace/doublescan) > >>>> (II) NV(0): Not using default mode "1920x1440" (mode clock too high) > >>>> (II) NV(0): Not using default mode "1920x1440" (hsync out of range) > >>>> (II) NV(0): Not using default mode "960x720" (hsync out of range) > >>>> (II) NV(0): Not using default mode "2048x1536" (hsync out of range) > >>>> (II) NV(0): Not using default mode "1024x768" (hsync out of range) > >>>> (II) NV(0): Not using default mode "2048x1536" (bad mode > >>>> clock/interlace/doublescan) > >>>> (II) NV(0): Not using default mode "1024x768" (hsync out of range) > >>>> (II) NV(0): Not using mode "1152x864" (no mode of this name) > >>>> (II) NV(0): Not using default mode "2048x1536" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1920x1440" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1856x1392" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1856x1392" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1792x1344" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1792x1344" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using driver mode "1600x1280" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using driver mode "1600x1200" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using driver mode "1600x1200" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1400x1050" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1400x1050" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using driver mode "1280x1024" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using driver mode "1280x1024" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1280x1024" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1280x1024" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1280x1024" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1280x960" (width too large for > >>>> virtual size) > >>>> (II) NV(0): Not using default mode "1280x960" (width too large for > >>>> virtual size) > >>>> (--) NV(0): Virtual size is 1152x864 (pitch 1152) > >>>> (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz > >>>> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 8= 64 > >>>> 865 868 900 +hsync +vsync (67.5 kHz) > >>>> (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz > >>>> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 8= 64 > >>>> 865 868 900 +hsync +vsync (67.5 kHz) > >>>> (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz > >>>> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 7= 68 > >>>> 769 772 808 +hsync +vsync (68.7 kHz) > >>>> (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz > >>>> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 7= 68 > >>>> 769 772 800 +hsync +vsync (60.0 kHz) > >>>> (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz > >>>> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 7= 68 > >>>> 771 777 806 -hsync -vsync (56.5 kHz) > >>>> (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz > >>>> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 7= 68 > >>>> 771 777 806 -hsync -vsync (48.4 kHz) > >>>> (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz > >>>> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 7= 68 > >>>> 769 772 808 +hsync +vsync (68.7 kHz) > >>>> (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz > >>>> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 7= 68 > >>>> 769 772 800 +hsync +vsync (60.0 kHz) > >>>> (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz > >>>> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 7= 68 > >>>> 771 777 806 -hsync -vsync (56.5 kHz) > >>>> (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (= D) > >>>> (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 7= 68 > >>>> 768 770 794 doublescan -hsync +vsync (95.3 kHz) > >>>> (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz > >>>> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 7= 68 > >>>> 771 777 806 -hsync -vsync (48.4 kHz) > >>>> (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz (= D) > >>>> (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 > >>>> 720 722 750 doublescan -hsync +vsync (112.5 kHz) > >>>> (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D= ) > >>>> (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 > >>>> 720 722 750 doublescan -hsync +vsync (90.0 kHz) > >>>> (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz (= D) > >>>> (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 = 696 > >>>> 698 750 doublescan -hsync +vsync (112.5 kHz) > >>>> (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D= ) > >>>> (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 = 696 > >>>> 698 719 doublescan -hsync +vsync (86.4 kHz) > >>>> (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (= D) > >>>> (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 = 672 > >>>> 674 708 doublescan -hsync +vsync (106.3 kHz) > >>>> (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D= ) > >>>> (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 = 672 > >>>> 674 697 doublescan -hsync +vsync (83.7 kHz) > >>>> (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz > >>>> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 6= 25 > >>>> 628 667 -hsync -vsync (49.7 kHz) > >>>> (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz > >>>> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 6= 25 > >>>> 628 667 -hsync -vsync (49.7 kHz) > >>>> (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz > >>>> (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 6= 01 > >>>> 604 631 +hsync +vsync (53.7 kHz) > >>>> (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz > >>>> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 6= 01 > >>>> 604 625 +hsync +vsync (46.9 kHz) > >>>> (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz > >>>> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 6= 37 > >>>> 643 666 +hsync +vsync (48.1 kHz) > >>>> (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz > >>>> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 6= 01 > >>>> 605 628 +hsync +vsync (37.9 kHz) > >>>> (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz > >>>> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 6= 01 > >>>> 603 625 +hsync +vsync (35.2 kHz) > >>>> (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz > >>>> (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 6= 01 > >>>> 604 631 +hsync +vsync (53.7 kHz) > >>>> (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (= D) > >>>> (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 6= 00 > >>>> 602 625 doublescan +hsync +vsync (106.2 kHz) > >>>> (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz > >>>> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 6= 01 > >>>> 604 625 +hsync +vsync (46.9 kHz) > >>>> (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D= ) > >>>> (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 6= 00 > >>>> 602 625 doublescan +hsync +vsync (93.8 kHz) > >>>> (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz > >>>> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 6= 37 > >>>> 643 666 +hsync +vsync (48.1 kHz) > >>>> (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D) > >>>> (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 6= 00 > >>>> 602 625 doublescan +hsync +vsync (87.5 kHz) > >>>> (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) > >>>> (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 6= 00 > >>>> 602 625 doublescan +hsync +vsync (81.2 kHz) > >>>> (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz > >>>> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 6= 01 > >>>> 605 628 +hsync +vsync (37.9 kHz) > >>>> (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) > >>>> (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 6= 00 > >>>> 602 625 doublescan +hsync +vsync (75.0 kHz) > >>>> (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz > >>>> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 6= 01 > >>>> 603 625 +hsync +vsync (35.2 kHz) > >>>> (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) > >>>> (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 52= 6 > >>>> 532 545 doublescan +hsync +vsync (81.5 kHz) > >>>> (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) > >>>> (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 52= 6 > >>>> 532 541 doublescan +hsync +vsync (64.9 kHz) > >>>> (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D) > >>>> (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 51= 2 > >>>> 514 536 doublescan +hsync +vsync (91.1 kHz) > >>>> (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) > >>>> (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 51= 2 > >>>> 514 533 doublescan +hsync +vsync (80.0 kHz) > >>>> (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) > >>>> (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 51= 2 > >>>> 514 533 doublescan +hsync +vsync (64.0 kHz) > >>>> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz > >>>> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 48= 1 > >>>> 484 500 -hsync -vsync (37.5 kHz) > >>>> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz > >>>> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 48= 9 > >>>> 492 520 -hsync -vsync (37.9 kHz) > >>>> (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz > >>>> (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 48= 3 > >>>> 486 525 -hsync -vsync (35.0 kHz) > >>>> (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz > >>>> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 49= 0 > >>>> 492 525 -hsync -vsync (31.5 kHz) > >>>> (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D) > >>>> (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 48= 0 > >>>> 482 505 doublescan +hsync +vsync (85.9 kHz) > >>>> (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz > >>>> (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 48= 1 > >>>> 484 509 -hsync -vsync (43.3 kHz) > >>>> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz > >>>> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 48= 1 > >>>> 484 500 -hsync -vsync (37.5 kHz) > >>>> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz > >>>> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 48= 9 > >>>> 492 520 -hsync -vsync (37.9 kHz) > >>>> (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) > >>>> (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 48= 0 > >>>> 482 500 doublescan +hsync +vsync (60.0 kHz) > >>>> (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz > >>>> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 49= 0 > >>>> 492 525 -hsync -vsync (31.5 kHz) > >>>> (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz > >>>> (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 42= 1 > >>>> 423 449 -hsync -vsync (39.4 kHz) > >>>> (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz > >>>> (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 41= 2 > >>>> 414 449 -hsync +vsync (31.5 kHz) > >>>> (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz > >>>> (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 40= 1 > >>>> 404 446 -hsync +vsync (37.9 kHz) > >>>> (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz > >>>> (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 40= 1 > >>>> 404 445 -hsync +vsync (37.9 kHz) > >>>> (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) > >>>> (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 43= 2 > >>>> 434 450 doublescan +hsync +vsync (67.5 kHz) > >>>> (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz > >>>> (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 38= 2 > >>>> 385 445 +hsync -vsync (37.9 kHz) > >>>> (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) > >>>> (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 38= 4 > >>>> 386 404 doublescan +hsync +vsync (68.7 kHz) > >>>> (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) > >>>> (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 38= 4 > >>>> 386 400 doublescan +hsync +vsync (60.0 kHz) > >>>> (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) > >>>> (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 38= 5 > >>>> 388 403 doublescan -hsync -vsync (56.5 kHz) > >>>> (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) > >>>> (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 38= 5 > >>>> 388 403 doublescan -hsync -vsync (48.4 kHz) > >>>> (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) > >>>> (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 31= 2 > >>>> 314 333 doublescan -hsync -vsync (49.7 kHz) > >>>> (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) > >>>> (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 30= 0 > >>>> 302 315 doublescan +hsync +vsync (53.7 kHz) > >>>> (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) > >>>> (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 30= 0 > >>>> 302 312 doublescan +hsync +vsync (46.9 kHz) > >>>> (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) > >>>> (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 31= 8 > >>>> 321 333 doublescan +hsync +vsync (48.1 kHz) > >>>> (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) > >>>> (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 30= 0 > >>>> 302 314 doublescan +hsync +vsync (37.9 kHz) > >>>> (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) > >>>> (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 30= 0 > >>>> 301 312 doublescan +hsync +vsync (35.2 kHz) > >>>> (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) > >>>> (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 24= 0 > >>>> 242 254 doublescan -hsync -vsync (43.3 kHz) > >>>> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) > >>>> (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 24= 0 > >>>> 242 250 doublescan -hsync -vsync (37.5 kHz) > >>>> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) > >>>> (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 24= 4 > >>>> 246 260 doublescan -hsync -vsync (37.9 kHz) > >>>> (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) > >>>> (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 24= 5 > >>>> 246 262 doublescan -hsync -vsync (31.5 kHz) > >>>> (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) > >>>> (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 20= 0 > >>>> 202 223 doublescan -hsync +vsync (37.9 kHz) > >>>> (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) > >>>> (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 20= 0 > >>>> 202 222 doublescan -hsync +vsync (37.9 kHz) > >>>> (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) > >>>> (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 19= 1 > >>>> 192 222 doublescan +hsync -vsync (37.9 kHz) > >>>> (**) NV(0): Display dimensions: (380, 280) mm > >>>> (**) NV(0): DPI set to (77, 78) > >>>> (II) Loading sub module "fb" > >>>> (II) LoadModule: "fb" > >>>> (II) Loading /usr/local/lib/xorg/modules//libfb.so > >>>> (II) Module fb: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>> ABI class: X.Org ANSI C Emulation, version 0.4 > >>>> (II) Loading sub module "xaa" > >>>> (II) LoadModule: "xaa" > >>>> (II) Loading /usr/local/lib/xorg/modules//libxaa.so > >>>> (II) Module xaa: vendor=3D"X.Org Foundation" > >>>> compiled for 1.6.0, module version =3D 1.2.1 > >>>> ABI class: X.Org Video Driver, version 5.0 > >>>> (II) Loading sub module "ramdac" > >>>> (II) LoadModule: "ramdac" > >>>> (II) Module "ramdac" already built-in > >>>> (--) Depth 24 pixmap format is 32 bpp > >>>> (II) do I need RAC? No, I don't. > >>>> (II) resource ranges after preInit: > >>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >>>> (II) NV(0): Using XFree86 Acceleration Architecture (XAA) > >>>> Screen to screen bit blits > >>>> Solid filled rectangles > >>>> 8x8 mono pattern filled rectangles > >>>> Indirect CPU to Screen color expansion > >>>> Solid Lines > >>>> Scanline Image Writes > >>>> Setting up tile and stipple cache: > >>>> 32 128x128 slots > >>>> 32 256x256 slots > >>>> 16 512x512 slots > >>>> (=3D=3D) NV(0): Backing store disabled > >>>> (=3D=3D) NV(0): Silken mouse enabled > >>>> (II) NV(0): DPMS enabled > >>>> (=3D=3D) RandR enabled > >>>> (II) Initializing built-in extension Generic Event Extension > >>>> (II) Initializing built-in extension SHAPE > >>>> (II) Initializing built-in extension MIT-SHM > >>>> (II) Initializing built-in extension XInputExtension > >>>> (II) Initializing built-in extension XTEST > >>>> (II) Initializing built-in extension BIG-REQUESTS > >>>> (II) Initializing built-in extension SYNC > >>>> (II) Initializing built-in extension XKEYBOARD > >>>> (II) Initializing built-in extension XC-MISC > >>>> (II) Initializing built-in extension XINERAMA > >>>> (II) Initializing built-in extension XFIXES > >>>> (II) Initializing built-in extension RENDER > >>>> (II) Initializing built-in extension RANDR > >>>> (II) Initializing built-in extension COMPOSITE > >>>> (II) Initializing built-in extension DAMAGE > >>>> (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so > >>>> (II) GLX: Initialized DRISWRAST GL provider for screen 0 > >>>> (**) Option "Protocol" "Auto" > >>>> (**) Mouse0: Device: "/dev/sysmouse" > >>>> (**) Mouse0: Protocol: "Auto" > >>>> (**) Option "CorePointer" > >>>> (**) Mouse0: always reports core events > >>>> (**) Option "Device" "/dev/sysmouse" > >>>> (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > >>>> (**) Option "ZAxisMapping" "4 5 6 7" > >>>> (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 > >>>> (**) Mouse0: Buttons: 11 > >>>> (**) Option "Resolution" "800" > >>>> (**) Mouse0: Resolution: 800 > >>>> (**) Mouse0: Sensitivity: 1 > >>>> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > >>>> (**) Mouse0: (accel) keeping acceleration scheme 1 > >>>> (**) Mouse0: (accel) filter chain progression: 2.00 > >>>> (**) Mouse0: (accel) filter stage 0: 20.00 ms > >>>> (**) Mouse0: (accel) set acceleration profile 0 > >>>> (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 > >>>> (II) Mouse0: SetupAuto: protocol is SysMouse > >>>> (**) Option "CoreKeyboard" > >>>> (**) Keyboard0: always reports core events > >>>> (**) Option "Protocol" "standard" > >>>> (**) Keyboard0: Protocol: standard > >>>> (**) Option "AutoRepeat" "500 30" > >>>> (**) Option "XkbRules" "xorg" > >>>> (**) Keyboard0: XkbRules: "xorg" > >>>> (**) Option "XkbModel" "pc104" > >>>> (**) Keyboard0: XkbModel: "pc104" > >>>> (**) Option "XkbLayout" "us" > >>>> (**) Keyboard0: XkbLayout: "us" > >>>> (**) Option "CustomKeycodes" "off" > >>>> (**) Keyboard0: CustomKeycodes disabled > >>>> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOAR= D) > >>>> > >>>> xorg.conf: > >>>> Section "ServerLayout" > >>>> Identifier "X.org Configured" > >>>> Screen 0 "Screen0" 0 0 > >>>> # Screen 1 "Screen1" RightOf "Screen0" > >>>> InputDevice "Mouse0" "CorePointer" > >>>> InputDevice "Keyboard0" "CoreKeyboard" > >>>> EndSection > >>>> > >>>> Section "Files" > >>>> ModulePath "/usr/local/lib/xorg/modules" > >>>> FontPath "/usr/local/lib/X11/fonts/misc/" > >>>> FontPath "/usr/local/lib/X11/fonts/TTF/" > >>>> FontPath "/usr/local/lib/X11/fonts/OTF" > >>>> FontPath "/usr/local/lib/X11/fonts/Type1/" > >>>> FontPath "/usr/local/lib/X11/fonts/100dpi/" > >>>> FontPath "/usr/local/lib/X11/fonts/75dpi/" > >>>> EndSection > >>>> > >>>> Section "Module" > >>>> Load "extmod" > >>>> Load "record" > >>>> Load "dbe" > >>>> SubSection "extmod" > >>>> Option "omit xfree86-dga" # don't initialise the DGA extensi= on > >>>> EndSubSection > >>>> Load "glx" > >>>> Load "dri" > >>>> Load "dri2" > >>>> EndSection > >>>> > >>>> Section "ServerFlags" > >>>> Option "AllowEmptyInput" "false" > >>>> EndSection > >>>> > >>>> Section "InputDevice" > >>>> Identifier "Keyboard0" > >>>> Driver "kbd" > >>>> Option "AutoRepeat" "500 30" > >>>> Option "XkbRules" "xorg" > >>>> Option "XkbModel" "pc104" > >>>> Option "XkbLayout" "us" > >>>> EndSection > >>>> > >>>> Section "InputDevice" > >>>> Identifier "Mouse0" > >>>> Driver "mouse" > >>>> Option "Protocol" "Auto" > >>>> Option "Device" "/dev/sysmouse" > >>>> Option "ZAxisMapping" "4 5 6 7" > >>>> Option "Resolution" "800" > >>>> EndSection > >>>> > >>>> Section "Monitor" > >>>> Identifier "Monitor1" > >>>> VendorName "RDS" > >>>> ModelName "PressView XL" > >>>> EndSection > >>>> > >>>> Section "Device" > >>>> ### Available Driver options are:- > >>>> ### Values: : integer, : float, : "True"/"False"= , > >>>> ### : "String", : " Hz/kHz/MHz" > >>>> ### [arg]: arg optional > >>>> #Option "SWcursor" # [] > >>>> #Option "HWcursor" # [] > >>>> #Option "NoAccel" # [] > >>>> #Option "ShadowFB" # [] > >>>> #Option "UseFBDev" # [] > >>>> #Option "Rotate" # [] > >>>> #Option "VideoKey" # > >>>> #Option "FlatPanel" # [] > >>>> #Option "FPDither" # [] > >>>> #Option "CrtcNumber" # > >>>> Option "CrtcNumber" "0" > >>>> #Option "FPScale" # [] > >>>> #Option "FPTweak" # > >>>> #Option "DualHead" # [] > >>>> Identifier "Card1" > >>>> Driver "nv" > >>>> VendorName "nVidia Corporation" > >>>> BoardName "NV17 [GeForce4 MX 440]" > >>>> BusID "PCI:1:2:0" > >>>> EndSection > >>>> > >>>> Section "Screen" > >>>> Identifier "Screen0" > >>>> Device "Card1" > >>>> Monitor "Monitor1" > >>>> DefaultDepth 24 > >>>> > >>>> SubSection "Display" > >>>> Viewport 0 0 > >>>> Depth 24 > >>>> Modes "1152x864" "1152x864" "1152x864" > >>>> EndSubSection > >>>> EndSection > >>>> > >>>> dmesg(8) output: > >>>> May 18 20:21:51 udns syslogd: kernel boot file is /boot/kernel/kerne= l > >>>> May 18 20:21:51 udns kernel: Copyright (c) 1992-2009 The FreeBSD Pro= ject. > >>>> May 18 20:21:51 udns kernel: Copyright (c) 1979, 1980, 1983, 1986, > >>>> 1988, 1989, 1991, 1992, 1993, 1994 > >>>> May 18 20:21:51 udns kernel: The Regents of the University of > >>>> California. All rights reserved. > >>>> May 18 20:21:51 udns kernel: FreeBSD is a registered trademark of Th= e > >>>> FreeBSD Foundation. > >>>> May 18 20:21:51 udns kernel: FreeBSD 7.1-RELEASE #0: Thu Jan 1 > >>>> 14:37:25 UTC 2009 > >>>> May 18 20:21:51 udns kernel: > >>>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > >>>> May 18 20:21:51 udns kernel: Preloaded elf kernel "/boot/kernel/kern= el" > >>>> at 0xc0d89000. > >>>> May 18 20:21:51 udns kernel: Preloaded elf module > >>>> "/boot/kernel/geom_stripe.ko" at 0xc0d89174. > >>>> May 18 20:21:51 udns kernel: Calibrating clock(s) ... i8254 clock:=20 > >>>> 1192975 Hz > >>>> May 18 20:21:51 udns kernel: CLK_USE_I8254_CALIBRATION not specified= - > >>>> using default frequency > >>>> May 18 20:21:51 udns kernel: Timecounter "i8254" frequency 1193182 H= z > >>>> quality 0 > >>>> May 18 20:21:51 udns kernel: Calibrating TSC clock ... TSC clock:=20 > >>>> 797345795 Hz > >>>> May 18 20:21:51 udns kernel: CPU: Intel Pentium III (797.35-MHz=20 > >>>> 686-class CPU) > >>>> May 18 20:21:51 udns kernel: Origin =3D "GenuineIntel" Id =3D 0x686= =20 > >>>> Stepping =3D 6 > >>>> May 18 20:21:51 udns kernel: > >>>> Features=3D0x387fbff > >>>> May 18 20:21:51 udns kernel: May 18 20:21:51 udns kernel: Instructio= n > > ;>>> TLB: 4 KB pages, 4-way set associative, 32 entries > >>>> May 18 20:21:51 udns kernel: Instruction TLB: 4 MB pages, fully > >>>> associative, 2 entries > >>>> May 18 20:21:51 udns kernel: Data TLB: 4 KB pages, 4-way set > >>>> associative, 64 entries > >>>> May 18 20:21:51 udns kernel: 2nd-level cache: 256 KB, 8-way set > >>>> associative, 32 byte line size > >>>> May 18 20:21:51 udns kernel: 1st-level instruction cache: 16 KB, 4-w= ay > >>>> set associative, 32 byte line size > >>>> May 18 20:21:51 udns kernel: Data TLB: 4 MB Pages, 4-way set > >>>> associative, 8 entries > >>>> May 18 20:21:51 udns kernel: 1st-level data cache: 16 KB, 4-way set > >>>> associative, 32 byte line size > >>>> May 18 20:21:51 udns kernel: real memory =3D 1073741824 (1024 MB) > >>>> May 18 20:21:51 udns kernel: Physical memory chunk(s): > >>>> May 18 20:21:51 udns kernel: 0x0000000000001000 - 0x000000000009efff= , > >>>> 647168 bytes (158 pages) > >>>> May 18 20:21:51 udns kernel: 0x0000000000100000 - 0x00000000003fffff= , > >>>> 3145728 bytes (768 pages) > >>>> May 18 20:21:51 udns kernel: 0x0000000001025000 - 0x000000003edb7fff= , > >>>> 1037643776 bytes (253331 pages) > >>>> May 18 20:21:51 udns kernel: avail memory =3D 1037078528 (989 MB) > >>>> May 18 20:21:51 udns kernel: MP Configuration Table version 1.4 foun= d > >>>> at 0xc00f0db0 > >>>> May 18 20:21:51 udns kernel: APIC: Using the MPTable enumerator. > >>>> May 18 20:21:51 udns kernel: SMP: Added CPU 0 (BSP) > >>>> May 18 20:21:51 udns kernel: SMP: Added CPU 1 (AP) > >>>> May 18 20:21:51 udns kernel: MPTable: > >>>> May 18 20:21:51 udns kernel: INTR: Adding local APIC 1 as a target > >>>> May 18 20:21:51 udns kernel: FreeBSD/SMP: Multiprocessor System > >>>> Detected: 2 CPUs > >>>> May 18 20:21:51 udns kernel: cpu0 (BSP): APIC ID: 0 > >>>> May 18 20:21:51 udns kernel: cpu1 (AP): APIC ID: 1 > >>>> May 18 20:21:51 udns kernel: bios32: Found BIOS32 Service Directory > >>>> header at 0xc00fdb90 > >>>> May 18 20:21:51 udns kernel: bios32: Entry =3D 0xfdba0 (c00fdba0) R= ev =3D > >>>> 0 Len =3D 1 > >>>> May 18 20:21:51 udns kernel: pcibios: PCI BIOS entry at 0xf0000+0xdb= c1 > >>>> May 18 20:21:51 udns kernel: pnpbios: Found PnP BIOS data at 0xc00f4= c50 > >>>> May 18 20:21:51 udns kernel: pnpbios: Entry =3D f0000:3954 Rev =3D = 1.0 > >>>> May 18 20:21:51 udns kernel: Other BIOS signatures found: > >>>> May 18 20:21:51 udns kernel: ULE: setup cpu group 0 > >>>> May 18 20:21:51 udns kernel: ULE: setup cpu 0 > >>>> May 18 20:21:51 udns kernel: ULE: adding cpu 0 to group 0: cpus 1 ma= sk 0x1 > >>>> May 18 20:21:51 udns kernel: ULE: setup cpu group 1 > >>>> May 18 20:21:51 udns kernel: ULE: setup cpu 1 > >>>> May 18 20:21:51 udns kernel: ULE: adding cpu 1 to group 1: cpus 1 ma= sk 0x2 > >>>> May 18 20:21:51 udns kernel: ioapic0: Assuming intbase of 0 > >>>> May 18 20:21:51 udns kernel: ioapic0: Routing external 8259A's -> in= tpin 0 > >>>> May 18 20:21:51 udns kernel: ioapic1: Assuming intbase of 16 > >>>> May 18 20:21:51 udns kernel: ioapic0: intpin 10 bus PCI > >>>> May 18 20:21:51 udns kernel: ioapic0: intpin 10 trigger: level > >>>> May 18 20:21:51 udns kernel: ioapic0: intpin 10 polarity: low > >>>> May 18 20:21:51 udns kernel: ioapic0: Routing IRQ 0 -> intpin 2 > >>>> May 18 20:21:51 udns kernel: lapic: Routing ExtINT -> LINT0 > >>>> May 18 20:21:51 udns kernel: lapic: LINT0 trigger: edge > >>>> May 18 20:21:51 udns kernel: lapic: LINT0 polarity: high > >>>> May 18 20:21:51 udns kernel: lapic: Routing NMI -> LINT1 > >>>> May 18 20:21:51 udns kernel: lapic: LINT1 trigger: edge > >>>> May 18 20:21:51 udns kernel: lapic: LINT1 polarity: high > >>>> May 18 20:21:51 udns kernel: ioapic0 irqs 0-15 on=20 > >>>> motherboard > >>>> May 18 20:21:51 udns kernel: ioapic1 irqs 16-31 on=20 > >>>> motherboard > >>>> May 18 20:21:51 udns kernel: cpu0 BSP: > >>>> May 18 20:21:51 udns kernel: ID: 0x00000000 VER: 0x00040011 LDR: > >>>> 0x00000000 DFR: 0xffffffff > >>>> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR= : > >>>> 0x00000000 SVR: 0x000001ff > >>>> May 18 20:21:51 udns kernel: timer: 0x000100ef therm: 0x00000000 err= : > >>>> 0x0001000f pcm: 0x00010000 > >>>> May 18 20:21:51 udns kernel: ath_rate: version 1.2 >>>> selection algorithm> > >>>> May 18 20:21:51 udns kernel: wlan_amrr: >>>> Control Algorithm> > >>>> May 18 20:21:51 udns kernel: wlan: <802.11 Link Layer> > >>>> May 18 20:21:51 udns kernel: null: > >>>> May 18 20:21:51 udns kernel: random: > >>>> May 18 20:21:51 udns kernel: nfslock: pseudo-device > >>>> May 18 20:21:51 udns kernel: io: > >>>> May 18 20:21:51 udns kernel: kbd: new array size 4 > >>>> May 18 20:21:51 udns kernel: kbd1 at kbdmux0 > >>>> May 18 20:21:51 udns kernel: mem: > >>>> May 18 20:21:51 udns kernel: Pentium Pro MTRR support enabled > >>>> May 18 20:21:51 udns kernel: ath_hal: 0.9.20.3 (AR5210, AR5211, AR52= 12, > >>>> RF5111, RF5112, RF2413, RF5413) > >>>> May 18 20:21:51 udns kernel: hptrr: RocketRAID 17xx/2xxx SATA > >>>> controller driver v1.2 (Jan 1 2009 14:37:00) > >>>> May 18 20:21:51 udns kernel: npx0: INT 16 interface > >>>> May 18 20:21:51 udns kernel: pci_open(1): mode 1 addr port (0x0cf8) = is > >>>> 0x80000070 > >>>> May 18 20:21:51 udns kernel: pci_open(1a): mode1res=3D0x80000000=20 > >>>> (0x80000000) > >>>> May 18 20:21:51 udns kernel: pci_cfgcheck: device 0 [class=3D060000] > >>>> [hdr=3D80] is there (id=3D00091166) > >>>> May 18 20:21:51 udns kernel: pcibios: BIOS version 2.10 > >>>> May 18 20:21:51 udns kernel: pcib0: pcibus= 0 > >>>> on motherboard > >>>> May 18 20:21:51 udns kernel: pci0: on pcib0 > >>>> May 18 20:21:51 udns kernel: pci0: domain=3D0, physical bus=3D0 > >>>> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0009, = revid=3D0x06 > >>>> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D0, func=3D0 > >>>> May 18 20:21:51 udns kernel: class=3D06-00-00, hdrtype=3D0x00, mfdev= =3D1 > >>>> May 18 20:21:51 udns kernel: cmdreg=3D0x0006, statreg=3D0x2200, cach= elnsz=3D8 > >>>> (dwords) > >>>> May 18 20:21:51 udns kernel: lattimer=3D0x20 (960 ns), mingnt=3D0x00= (0 > >>>> ns), maxlat=3D0x00 (0 ns) > >>>> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0009, = revid=3D0x06 > >>>> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D0, func=3D1 > >>>> May 18 20:21:51 udns kernel: class=3D06-00-00, hdrtype=3D0x00, mfdev= =3D1 > >>>> May 18 20:21:51 udns kernel: cmdreg=3D0x0007, statreg=3D0x0200, cach= elnsz=3D8 > >>>> (dwords) > >>>> May 18 20:21:51 udns kernel: lattimer=3D0x10 (480 ns), mingnt=3D0x00= (0 > >>>> ns), maxlat=3D0x00 (0 ns) > >>>> May 18 20:21:51 udns kernel: found-> vendor=3D0x1002, dev=3D0x4752, = revid=3D0x27 > >>>> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D1, func=3D0 > >>>> May 18 20:21:51 udns kernel: class=3D03-00-00, hdrtype=3D0x00, mfdev= =3D0 > >>>> May 18 20:21:51 udns kernel: cmdreg=3D0x0080, statreg=3D0x0290, cach= elnsz=3D8 > >>>> (dwords) > >>>> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x0= 8 (2000 > >>>> ns), maxlat=3D0x00 (0 ns) > >>>> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D9 > >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 curr= ent D0 > >>>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base > >>>> 0xfb000000, size 24, memory disabled > >>>> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base > >>>> 0xd800, size 8, port disabled > >>>> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base > >>>> 0xfcaff000, size 12, enabled > >>>> May 18 20:21:51 udns kernel: pcib0: slot 1 INTA routed to irq 22 > >>>> May 18 20:21:51 udns kernel: found-> vendor=3D0x8086, dev=3D0x1229, = revid=3D0x08 > >>>> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D4, func=3D0 > >>>> May 18 20:21:51 udns kernel: class=3D02-00-00, hdrtype=3D0x00, mfdev= =3D0 > >>>> May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x0290, cach= elnsz=3D8 > >>>> (dwords) > >>>> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x0= 8 (2000 > >>>> ns), maxlat=3D0x38 (14000 ns) > >>>> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D5 > >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 curr= ent D0 > >>>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base > >>>> 0xfcafe000, size 12, enabled > >>>> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base > >>>> 0xd400, size 6, enabled > >>>> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base > >>>> 0xfc900000, size 20, enabled > >>>> May 18 20:21:51 udns kernel: pcib0: slot 4 INTA routed to irq 20 > >>>> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0200, = revid=3D0x50 > >>>> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D15, func=3D= 0 > >>>> May 18 20:21:51 udns kernel: class=3D06-01-00, hdrtype=3D0x00, mfdev= =3D1 > >>>> May 18 20:21:51 udns kernel: cmdreg=3D0x0007, statreg=3D0x0200, cach= elnsz=3D0 > >>>> (dwords) > >>>> May 18 20:21:51 udns kernel: lattimer=3D0x00 (0 ns), mingnt=3D0x00 (= 0 ns), > >>>> maxlat=3D0x00 (0 ns) > >>>> May 18 20:21:51 udns kernel: map[90]: type I/O Port, range 32, base > >>>> 0x580, size 4, enabled > >>>> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0211, = revid=3D0x00 > >>>> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D15, func=3D= 1 > >>>> May 18 20:21:51 udns kernel: class=3D01-01-8a, hdrtype=3D0x00, mfdev= =3D1 > >>>> May 18 20:21:51 udns kernel: cmdreg=3D0x0005, statreg=3D0x0200, cach= elnsz=3D0 > >>>> (dwords) > >>>> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x0= 0 (0 > >>>> ns), maxlat=3D0x00 (0 ns) > >>>> May 18 20:21:51 udns kernel: map[20]: type I/O Port, range 32, base > >>>> 0xffa0, size 4, enabled > >>>> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0220, = revid=3D0x04 > >>>> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D15, func=3D= 2 > >>>> May 18 20:21:51 udns kernel: class=3D0c-03-10, hdrtype=3D0x00, mfdev= =3D1 > >>>> May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x0280, cach= elnsz=3D8 > >>>> (dwords) > >>>> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x0= 0 (0 > >>>> ns), maxlat=3D0x50 (20000 ns) > >>>> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D10 > >>>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base > >>>> 0xfcafd000, size 12, enabled > >>>> May 18 20:21:51 udns kernel: pcib0: slot 15 INTA routed to irq 10 > >>>> May 18 20:21:51 udns kernel: vgapci0: port > >>>> 0xd800-0xd8ff mem 0xfb000000-0xfbffffff,0xfcaff000-0xfcafffff irq 22= at > >>>> device 1.0 on pci0 > >>>> May 18 20:21:51 udns kernel: fxp0: po= rt > >>>> 0xd400-0xd43f mem 0xfcafe000-0xfcafefff,0xfc900000-0xfc9fffff irq 20= at > >>>> device 4.0 on pci0 > >>>> May 18 20:21:51 udns kernel: fxp0: Reserved 0x1000 bytes for rid 0x1= 0 > >>>> type 3 at 0xfcafe000 > >>>> May 18 20:21:51 udns kernel: fxp0: using memory space register mappi= ng > >>>> May 18 20:21:51 udns kernel: fxp0: PCI IDs: 8086 1229 8086 100c 0008 > >>>> May 18 20:21:51 udns kernel: fxp0: Dynamic Standby mode is disabled > >>>> May 18 20:21:51 udns kernel: miibus0: on fxp0 > >>>> May 18 20:21:51 udns kernel: inphy0: > >>>> PHY 1 on miibus0 > >>>> May 18 20:21:51 udns kernel: inphy0: 10baseT, 10baseT-FDX, 100baseT= X, > >>>> 100baseTX-FDX, auto > >>>> May 18 20:21:51 udns kernel: fxp0: bpf attached > >>>> May 18 20:21:51 udns kernel: fxp0: Ethernet address: 00:e0:81:20:9d:= 66 > >>>> May 18 20:21:51 udns kernel: ioapic1: routing intpin 4 (PCI IRQ 20) = to > >>>> vector 48 > >>>> May 18 20:21:51 udns kernel: fxp0: [MPSAFE] > >>>> May 18 20:21:51 udns kernel: fxp0: [ITHREAD] > >>>> May 18 20:21:51 udns kernel: isab0: port 0x580-0x58= f > >>>> at device 15.0 on pci0 > >>>> May 18 20:21:51 udns kernel: isa0: on isab0 > >>>> May 18 20:21:51 udns kernel: atapci0: >>>> controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf a= t > >>>> device 15.1 on pci0 > >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x10 bytes for rid 0x= 20 > >>>> type 4 at 0xffa0 > >>>> May 18 20:21:51 udns kernel: ata0: on atapci0 > >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x1= 0 > >>>> type 4 at 0x1f0 > >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x1= 4 > >>>> type 4 at 0x3f6 > >>>> May 18 20:21:51 udns kernel: ata0: reset tp1 mask=3D03 ostat0=3D50 o= stat1=3D50 > >>>> May 18 20:21:51 udns kernel: ata0: stat0=3D0x00 err=3D0x01 lsb=3D0x1= 4 msb=3D0xeb > >>>> May 18 20:21:51 udns kernel: ata0: stat1=3D0x50 err=3D0x01 lsb=3D0x0= 0 msb=3D0x00 > >>>> May 18 20:21:51 udns kernel: ata0: reset tp2 stat0=3D00 stat1=3D50 > >>>> devices=3D0x6 > >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 14 (ISA IRQ 14)= to > >>>> vector 49 > >>>> May 18 20:21:51 udns kernel: ata0: [MPSAFE] > >>>> May 18 20:21:51 udns kernel: ata0: [ITHREAD] > >>>> May 18 20:21:51 udns kernel: ata1: on atapci0 > >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x1= 8 > >>>> type 4 at 0x170 > >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x1= c > >>>> type 4 at 0x376 > >>>> May 18 20:21:51 udns kernel: ata1: reset tp1 mask=3D03 ostat0=3D50 o= stat1=3D00 > >>>> May 18 20:21:51 udns kernel: ata1: stat0=3D0x00 err=3D0x01 lsb=3D0x1= 4 msb=3D0xeb > >>>> May 18 20:21:51 udns kernel: ata1: stat1=3D0x00 err=3D0x04 lsb=3D0x0= 0 msb=3D0x02 > >>>> May 18 20:21:51 udns kernel: ata1: reset tp2 stat0=3D00 stat1=3D00 > >>>> devices=3D0x4 > >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 15 (ISA IRQ 15)= to > >>>> vector 50 > >>>> May 18 20:21:51 udns kernel: ata1: [MPSAFE] > >>>> May 18 20:21:51 udns kernel: ata1: [ITHREAD] > >>>> May 18 20:21:51 udns kernel: ohci0: = mem > >>>> 0xfcafd000-0xfcafdfff irq 10 at device 15.2 on pci0 > >>>> May 18 20:21:51 udns kernel: ohci0: Reserved 0x1000 bytes for rid 0x= 10 > >>>> type 3 at 0xfcafd000 > >>>> May 18 20:21:51 udns kernel: ohci0: (New OHCI DeviceId=3D0x02201166) > >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 10 (PCI IRQ 10)= to > >>>> vector 51 > >>>> May 18 20:21:51 udns kernel: ohci0: [GIANT-LOCKED] > >>>> May 18 20:21:51 udns kernel: ohci0: [ITHREAD] > >>>> May 18 20:21:51 udns kernel: usb0: OHCI version 1.0, legacy support > >>>> May 18 20:21:51 udns kernel: usb0: =20 > >>>> on ohci0 > >>>> May 18 20:21:51 udns kernel: usb0: USB revision 1.0 > >>>> May 18 20:21:51 udns kernel: uhub0: <(0x1166) OHCI root hub, class 9= /0, > >>>> rev 1.00/1.00, addr 1> on usb0 > >>>> May 18 20:21:51 udns kernel: uhub0: 4 ports with 4 removable, self p= owered > >>>> May 18 20:21:51 udns kernel: pcib1: pcibus= 1 > >>>> on motherboard > >>>> May 18 20:21:51 udns kernel: pci1: on pcib1 > >>>> May 18 20:21:51 udns kernel: pci1: domain=3D0, physical bus=3D1 > >>>> May 18 20:21:51 udns kernel: found-> vendor=3D0x10de, dev=3D0x0171, = revid=3D0xa3 > >>>> May 18 20:21:51 udns kernel: domain=3D0, bus=3D1, slot=3D2, func=3D0 > >>>> May 18 20:21:51 udns kernel: class=3D03-00-00, hdrtype=3D0x00, mfdev= =3D0 > >>>> May 18 20:21:51 udns kernel: cmdreg=3D0x0007, statreg=3D0x02b0, cach= elnsz=3D0 > >>>> (dwords) > >>>> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x0= 5 (1250 > >>>> ns), maxlat=3D0x01 (250 ns) > >>>> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D11 > >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 > >>>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base > >>>> 0xfd000000, size 24, enabled > >>>> May 18 20:21:51 udns kernel: map[14]: type Prefetchable Memory, rang= e > >>>> 32, base 0xf0000000, size 27, enabled > >>>> May 18 20:21:51 udns kernel: map[18]: type Prefetchable Memory, rang= e > >>>> 32, base 0xfa580000, size 19, enabled > >>>> May 18 20:21:51 udns kernel: pcib1: slot 2 INTA routed to irq 27 > >>>> May 18 20:21:51 udns kernel: found-> vendor=3D0x9005, dev=3D0x00cf, = revid=3D0x01 > >>>> May 18 20:21:51 udns kernel: domain=3D0, bus=3D1, slot=3D6, func=3D0 > >>>> May 18 20:21:51 udns kernel: class=3D01-00-00, hdrtype=3D0x00, mfdev= =3D1 > >>>> May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x02b0, cach= elnsz=3D8 > >>>> (dwords) > >>>> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x2= 8 > >>>> (10000 ns), maxlat=3D0x19 (6250 ns) > >>>> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D3 > >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 > >>>> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base > >>>> 0xe400, size 8, enabled > >>>> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base > >>>> 0xfebde000, size 12, enabled > >>>> May 18 20:21:51 udns kernel: pcib1: slot 6 INTA routed to irq 25 > >>>> May 18 20:21:51 udns kernel: found-> vendor=3D0x9005, dev=3D0x00cf, = revid=3D0x01 > >>>> May 18 20:21:51 udns kernel: domain=3D0, bus=3D1, slot=3D6, func=3D1 > >>>> May 18 20:21:51 udns kernel: class=3D01-00-00, hdrtype=3D0x00, mfdev= =3D1 > >>>> May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x02b0, cach= elnsz=3D8 > >>>> (dwords) > >>>> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x2= 8 > >>>> (10000 ns), maxlat=3D0x19 (6250 ns) > >>>> May 18 20:21:51 udns kernel: intpin=3Db, irq=3D10 > >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 > >>>> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base > >>>> 0xe800, size 8, enabled > >>>> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base > >>>> 0xfebdf000, size 12, enabled > >>>> May 18 20:21:51 udns kernel: pcib1: slot 6 INTB routed to irq 26 > >>>> May 18 20:21:51 udns kernel: vgapci1: mem > >>>> 0xfd000000-0xfdffffff,0xf0000000-0xf7ffffff,0xfa580000-0xfa5fffff ir= q > >>>> 27 at device 2.0 on pci1 > >>>> May 18 20:21:51 udns kernel: ahc0: >>>> adapter> port 0xe400-0xe4ff mem 0xfebde000-0xfebdefff irq 25 at devi= ce > >>>> 6.0 on pci1 > >>>> May 18 20:21:51 udns kernel: ahc0: Defaulting to MEMIO off > >>>> May 18 20:21:51 udns kernel: ahc0: Reserved 0x100 bytes for rid 0x10 > >>>> type 4 at 0xe400 > >>>> May 18 20:21:51 udns kernel: ahc0: Reading SEEPROM...done. > >>>> May 18 20:21:51 udns kernel: ahc0: Manual LVD Termination > >>>> May 18 20:21:51 udns kernel: ahc0: BIOS eeprom is present > >>>> May 18 20:21:51 udns kernel: ahc0: Secondary High byte termination E= nabled > >>>> May 18 20:21:51 udns kernel: ahc0: Secondary Low byte termination En= abled > >>>> May 18 20:21:51 udns kernel: ahc0: Primary Low Byte termination Enab= led > >>>> May 18 20:21:51 udns kernel: ahc0: Primary High Byte termination Ena= bled > >>>> May 18 20:21:51 udns kernel: ahc0: Downloading Sequencer Program... = 423 > >>>> instructions downloaded > >>>> May 18 20:21:51 udns kernel: ahc0: Features 0x1fef6, Bugs 0x40, Flag= s > >>>> 0x20485520 > >>>> May 18 20:21:51 udns kernel: ioapic1: routing intpin 9 (PCI IRQ 25) = to > >>>> vector 52 > >>>> May 18 20:21:51 udns kernel: ahc0: [MPSAFE] > >>>> May 18 20:21:51 udns kernel: ahc0: [ITHREAD] > >>>> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel A, SCSI > >>>> Id=3D7, 32/253 SCBs > >>>> May 18 20:21:51 udns kernel: ahc1: >>>> adapter> port 0xe800-0xe8ff mem 0xfebdf000-0xfebdffff irq 26 at devi= ce > >>>> 6.1 on pci1 > >>>> May 18 20:21:51 udns kernel: ahc1: Defaulting to MEMIO off > >>>> May 18 20:21:51 udns kernel: ahc1: Reserved 0x100 bytes for rid 0x10 > >>>> type 4 at 0xe800 > >>>> May 18 20:21:51 udns kernel: ahc1: Reading SEEPROM...done. > >>>> May 18 20:21:51 udns kernel: ahc1: Manual LVD Termination > >>>> May 18 20:21:51 udns kernel: ahc1: BIOS eeprom is present > >>>> May 18 20:21:51 udns kernel: ahc1: Secondary High byte termination E= nabled > >>>> May 18 20:21:51 udns kernel: ahc1: Secondary Low byte termination En= abled > >>>> May 18 20:21:51 udns kernel: ahc1: Primary Low Byte termination Enab= led > >>>> May 18 20:21:51 udns kernel: ahc1: Primary High Byte termination Ena= bled > >>>> May 18 20:21:51 udns kernel: ahc1: Downloading Sequencer Program... = 423 > >>>> instructions downloaded > >>>> May 18 20:21:51 udns kernel: ahc1: Features 0x1fef6, Bugs 0x40, Flag= s > >>>> 0x20485560 > >>>> May 18 20:21:51 udns kernel: ioapic1: routing intpin 10 (PCI IRQ 26)= to > >>>> vector 53 > >>>> May 18 20:21:51 udns kernel: ahc1: [MPSAFE] > >>>> May 18 20:21:51 udns kernel: ahc1: [ITHREAD] > >>>> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel B, SCSI > >>>> Id=3D7, 32/253 SCBs > >>>> May 18 20:21:51 udns kernel: cpu0 on motherboard > >>>> May 18 20:21:51 udns kernel: cpu1 on motherboard > >>>> ... > >>>> May 18 20:21:51 udns kernel: pnpbios: 14 devices, largest 234 bytes > >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >>>> 0-0x9fbff, size=3D0x9fc00 > >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >>>> 0x9fc00-0x9ffff, size=3D0x400 > >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >>>> 0xe0000-0xfffff, size=3D0x20000 > >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >>>> 0x100000-0x3fffffff, size=3D0x3ff00000 > >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >>>> 0xfec00000-0xfec00fff, size=3D0x1000 > >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >>>> 0xfec01000-0xfec01fff, size=3D0x1000 > >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >>>> 0xfee00000-0xfee00fff, size=3D0x1000 > >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >>>> 0xfff80000-0xffffffff, size=3D0x80000 > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 0 device ID PNP0c01=20 > >>>> (010cd041) > >>>> May 18 20:21:51 udns kernel: PNP0200: adding dma mask 0x10 > >>>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0-0xf, size=3D= 0x10, > >>>> align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x80-0x90, > >>>> size=3D0x11, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x94-0x9f, > >>>> size=3D0xc, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0xc0-0xde, > >>>> size=3D0x1f, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 2 device ID PNP0200=20 > >>>> (0002d041) > >>>> May 18 20:21:51 udns kernel: PNP0100: adding irq mask 0x1 > >>>> May 18 20:21:51 udns kernel: PNP0100: adding io range 0x40-0x43, > >>>> size=3D0x4, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 3 device ID PNP0100=20 > >>>> (0001d041) > >>>> May 18 20:21:51 udns kernel: PNP0b00: adding irq mask 0x100 > >>>> May 18 20:21:51 udns kernel: PNP0b00: adding io range 0x70-0x71, > >>>> size=3D0x2, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 4 device ID PNP0b00=20 > >>>> (000bd041) > >>>> May 18 20:21:51 udns kernel: PNP0303: adding irq mask 0x2 > >>>> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x60-0x60, > >>>> size=3D0x1, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x64-0x64, > >>>> size=3D0x1, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 5 device ID PNP0303=20 > >>>> (0303d041) > >>>> May 18 20:21:51 udns kernel: PNP0800: adding io range 0x61-0x61, > >>>> size=3D0x1, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 6 device ID PNP0800=20 > >>>> (0008d041) > >>>> May 18 20:21:51 udns kernel: PNP0c04: adding irq mask 0x2000 > >>>> May 18 20:21:51 udns kernel: PNP0c04: adding io range 0xf0-0xff, > >>>> size=3D0x10, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 7 device ID PNP0c04=20 > >>>> (040cd041) > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d0-0x4d1, > >>>> size=3D0x2, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcf8-0xcff, > >>>> size=3D0x8, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x10-0x1f, > >>>> size=3D0x10, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x40b-0x40b, > >>>> size=3D0x1, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d6-0x4d6, > >>>> size=3D0x1, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc00-0xc01, > >>>> size=3D0x2, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc14-0xc14, > >>>> size=3D0x1, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc49-0xc4a, > >>>> size=3D0x2, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc52-0xc52, > >>>> size=3D0x1, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6c-0xc6c, > >>>> size=3D0x1, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6f-0xc6f, > >>>> size=3D0x1, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcd6-0xcd7, > >>>> size=3D0x2, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xf50-0xf58, > >>>> size=3D0x9, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x374-0x375, > >>>> size=3D0x2, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x377-0x377, > >>>> size=3D0x1, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range > >>>> 0xcfc00-0xd03ff, size=3D0x800 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range > >>>> 0xd7400-0xdffff, size=3D0x8c00 > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 8 device ID PNP0c02=20 > >>>> (020cd041) > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x580-0x58f, > >>>> size=3D0x10, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x500-0x51f, > >>>> size=3D0x20, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 9 device ID PNP0c02=20 > >>>> (020cd041) > >>>> May 18 20:21:51 udns kernel: PNP0f13: adding irq mask 0x1000 > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 10 device ID PNP0f13=20 > >>>> (130fd041) > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 11 device ID PNP0a03=20 > >>>> (030ad041) > >>>> May 18 20:21:51 udns kernel: PNP0501: adding io range 0x3f8-0x3ff, > >>>> size=3D0x8, align=3D0x8 > >>>> May 18 20:21:51 udns kernel: PNP0501: adding irq mask 0x10 > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 12 device ID PNP0501=20 > >>>> (0105d041) > >>>> May 18 20:21:51 udns kernel: PNP0700: adding io range 0x3f0-0x3f5, > >>>> size=3D0x6, align=3D0x1 > >>>> May 18 20:21:51 udns kernel: PNP0700: adding irq mask 0x40 > >>>> May 18 20:21:51 udns kernel: PNP0700: adding dma mask 0x4 > >>>> May 18 20:21:51 udns kernel: pnpbios: handle 13 device ID PNP0700=20 > >>>> (0007d041) > >>>> May 18 20:21:51 udns kernel: sc: sc0 already exists; skipping it > >>>> May 18 20:21:51 udns kernel: vga: vga0 already exists; skipping it > >>>> May 18 20:21:51 udns kernel: isa_probe_children: disabling PnP devic= es > >>>> May 18 20:21:51 udns kernel: isa_probe_children: probing non-PnP dev= ices > >>>> May 18 20:21:51 udns kernel: pmtimer0 on isa0 > >>>> May 18 20:21:51 udns kernel: adv0: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: aha0: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: aic0: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: atkbdc0: = at > >>>> port 0x60,0x64 on isa0 > >>>> May 18 20:21:51 udns kernel: atkbd0: irq 1 on atkbdc0 > >>>> May 18 20:21:51 udns kernel: atkbd: the current kbd controller comma= nd > >>>> byte 0065 > >>>> May 18 20:21:51 udns kernel: atkbd: keyboard ID 0x41ab (2) > >>>> May 18 20:21:51 udns kernel: kbd0 at atkbd0 > >>>> May 18 20:21:51 udns kernel: kbd0: atkbd0, AT 101/102 (2), config:0x= 0, > >>>> flags:0x3d0000 > >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 1 (ISA IRQ 1) t= o > >>>> vector 54 > >>>> May 18 20:21:51 udns kernel: atkbd0: [GIANT-LOCKED] > >>>> May 18 20:21:51 udns kernel: atkbd0: [ITHREAD] > >>>> May 18 20:21:51 udns kernel: psm0: current command byte:0065 > >>>> May 18 20:21:51 udns kernel: psm0: irq 12 on atkbdc0 > >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 12 (ISA IRQ 12)= to > >>>> vector 55 > >>>> May 18 20:21:51 udns kernel: psm0: [GIANT-LOCKED] > >>>> May 18 20:21:51 udns kernel: psm0: [ITHREAD] > >>>> May 18 20:21:51 udns kernel: psm0: model IntelliMouse, device ID 3-0= 0, > >>>> 3 buttons > >>>> May 18 20:21:51 udns kernel: psm0: config:00000000, flags:00000008, > >>>> packet size:4 > >>>> May 18 20:21:51 udns kernel: psm0: syncmask:08, syncbits:00 > >>>> May 18 20:21:51 udns kernel: bt0: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: cs0: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: ed0: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 > >>>> May 18 20:21:51 udns kernel: fdc0: at p= ort > >>>> 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 > >>>> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 > >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 6 (ISA IRQ 6) t= o > >>>> vector 56 > >>>> May 18 20:21:51 udns kernel: fdc0: [FILTER] > >>>> May 18 20:21:51 udns kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive= 0 > >>>> May 18 20:21:51 udns kernel: fe0: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: ie0: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: le0: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: ppc0: parallel port not found. > >>>> May 18 20:21:51 udns kernel: ppc0: failed to probe a= t > >>>> irq 7 on isa0 > >>>> May 18 20:21:51 udns kernel: sc0: at flags 0x100 on= isa0 > >>>> May 18 20:21:51 udns kernel: sc0: VGA <16 virtual consoles, flags=3D= 0x300> > >>>> May 18 20:21:51 udns kernel: sc0: fb0, kbd1, terminal emulator: sc > >>>> (syscons terminal) > >>>> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0x= c001 > >>>> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0x= c001 > >>>> May 18 20:21:51 udns kernel: sio0 at port 0x3f8-0x3ff irq 4 flags=20 > >>>> 0x10 on isa0 > >>>> May 18 20:21:51 udns kernel: sio0: type 16550A > >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 4 (ISA IRQ 4) t= o > >>>> vector 57 > >>>> May 18 20:21:51 udns kernel: sio0: [FILTER] > >>>> May 18 20:21:51 udns kernel: sio1: configured irq 3 not in bitmap of > >>>> probed irqs 0 > >>>> May 18 20:21:51 udns kernel: sio1: port may not be enabled > >>>> May 18 20:21:51 udns kernel: sio1: irq maps: 0xc001 0xc001 0xc001 0x= c001 > >>>> May 18 20:21:51 udns kernel: sio1: probe failed test(s): 0 1 2 4 6 7= 9 > >>>> May 18 20:21:51 udns kernel: sio1 failed to probe at port 0x2f8-0x2f= f > >>>> irq 3 on isa0 > >>>> May 18 20:21:51 udns kernel: sio2: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: sio3: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: sn0: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: vga0: at port > >>>> 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > >>>> May 18 20:21:51 udns kernel: vt0: not probed (disabled) > >>>> May 18 20:21:51 udns kernel: isa_probe_children: probing PnP devices > >>>> ... > >>>> May 18 20:21:51 udns kernel: Device configuration finished. > >>>> May 18 20:21:51 udns kernel: procfs registered > >>>> May 18 20:21:51 udns kernel: lapic: Divisor 2, Frequency 49834131 hz > >>>> May 18 20:21:51 udns kernel: Timecounter "TSC" frequency 797345795 H= z > >>>> quality -100 > >>>> May 18 20:21:51 udns kernel: Timecounters tick every 1.000 msec > >>>> May 18 20:21:51 udns kernel: lo0: bpf attached > >>>> May 18 20:21:51 udns kernel: hptrr: no controller detected. > >>>> May 18 20:21:51 udns kernel: Waiting 5 seconds for SCSI devices to s= ettle > >>>> ... > >>>> May 18 20:21:51 udns kernel: SMP: AP CPU #1 Launched! > >>>> May 18 20:21:51 udns kernel: cpu1 AP: > >>>> May 18 20:21:51 udns kernel: ID: 0x01000000 VER: 0x00040011 LDR: > >>>> 0x00000000 DFR: 0xffffffff > >>>> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR= : > >>>> 0x00000000 SVR: 0x000001ff > >>>> May 18 20:21:51 udns kernel: timer: 0x000200ef therm: 0x00000000 err= : > >>>> 0x00010000 pcm: 0x00010000 > >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 1 to local A= PIC 0 > >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 4 to local A= PIC 1 > >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 6 to local A= PIC 0 > >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning PCI IRQ 10 to local = APIC 1 > >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 12 to local = APIC 0 > >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 14 to local = APIC 1 > >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 15 to local = APIC 0 > >>>> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 20 to local = APIC 1 > >>>> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 25 to local = APIC 0 > >>>> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 26 to local = APIC 1 > >>>> > >>>> > > >>>> > -- > >>>> > Paul > >>>> > _______________________________________________ > >>>> > freebsd-stable@freebsd.org mailing list > >>>> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >>>> > To unsubscribe, send any mail to=20 > >>>> "freebsd-stable-unsubscribe@freebsd.org" > >>>> > > >>>> > >>>> > >>>> > >>>> _______________________________________________ > >>>> freebsd-stable@freebsd.org mailing list > >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >>>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd= .org" > >>> -- > >>> Robert Noland > >>> FreeBSD > >>> > >> > >> > >> > >> _______________________________________________ > >> freebsd-stable@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.o= rg" > >> > > > > > > > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.or= g" > > >=20 >=20 >=20 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --=20 Robert Noland FreeBSD --=-N4ZC+djPGk8Lhg7Rtn43 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoTCkIACgkQM4TrQ4qfROPbmwCeKbDL3SpXpQztV7CZhcqO+lWE jLIAn0pCO2cbgSif8OdKNrzzKxB3sLOV =/6PQ -----END PGP SIGNATURE----- --=-N4ZC+djPGk8Lhg7Rtn43-- From owner-freebsd-stable@FreeBSD.ORG Tue May 19 19:46:54 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6295C1065687 for ; Tue, 19 May 2009 19:46:54 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 26B568FC1E for ; Tue, 19 May 2009 19:46:53 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-241-161-127.bna.bellsouth.net [74.241.161.127]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4JJiFte080156 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 May 2009 15:44:15 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Chris H In-Reply-To: <20090519114701.s4hfpz4s0swk0s8w@webmail.1command.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <5C872E1E-9AB0-4445-AFEE-B13CF7DFBD07@gmail.com> <20090519111740.v7pzy6v0g04w4wc8@webmail.1command.com> <20090519114701.s4hfpz4s0swk0s8w@webmail.1command.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-/SIveaNxybPgDuZDAA+k" Organization: FreeBSD Date: Tue, 19 May 2009 14:43:33 -0500 Message-Id: <1242762213.1752.36.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 19:46:55 -0000 --=-/SIveaNxybPgDuZDAA+k Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable On Tue, 2009-05-19 at 11:47 -0700, Chris H wrote: > Quoting Chris H : >=20 > > Quoting Laurent Grangeau : > > > >> I think I can handle this answer. > >> > >> This is the default behavior of Xorg 7.4. If you want to see the old=20 > >> screen, launch Xorg with the -retro option. > >> The command should be like this : > >> X -config xorg.conf.new -retro > >> > >> If your mouse or your keyboard doesn't seem to work, look if you=20 > >> have enable dbus and hald. In your /etc/rc.conf, you should have =20 > >> dbus_enable=3D"YES" and hald_enable=3D"YES" (I'm not sure about this). > >> > >> All this is explain in the handbook : Configuring X11. > > > > Hello Laurent, and thank you for your reply. > > > > For the record, this is the way I /first/ attempted to do it - > > > > echo 'enable_hald=3D"YES"' >> /etc/rc.conf > > echo 'enable_dbus=3D"YES"' >> /etc/rc.conf > > > > Bounce the box > > attempt to test Xorg: > > > > Xorg -config /root/xorg.conf.new > > > > no joy. > > > > So I tweaked the file (removing the card I wasn't going to use). > > Save the remaining as /etc/X11/xorg.conf.nvidia && > > > > Xorg -config /etc/X11/xorg.conf.nvidia > > > > But again, "no joy". > > > > I'll try it again, and report back with my findings. > > > > Thanks again for your response. > > > > --Chris H >=20 > OK here's the results: >=20 > echo 'hald_enable=3D"YES"' >> /etc/rc.conf > echo 'enable_dbus=3D"YES"' >> /etc/rc.conf >=20 > bounce the box >=20 > Xorg -config /etc/X11/xorg.conf.nvidia >=20 > returns the following: >=20 > X.Org X Server 1.6.0 > Release Date: 2009-2-25 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating=20 > System: FreeBSD udns.ultimatedns.NET 7.1-RELEASE FreeBSD 7.1-RELEASE=20 > #0: Thu Jan 1 14:37:25 UTC 2009 =20 > root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > Build Date: 16 May 2009 07:15:01AM >=20 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (=3D=3D) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Tue May 19 11:24:39 2009 > (++) Using config file: "/etc/X11/xorg.conf.nvidia" > (=3D=3D) ServerLayout "X.org Configured" > (**) |-->Screen "Screen0" (0) > (**) | |-->Monitor "Monitor1" > (**) | |-->Device "Card1" > (**) |-->Input Device "Mouse0" > (**) |-->Input Device "Keyboard0" > (**) Option "AllowEmptyInput" "false" > (=3D=3D) Automatically adding devices > (=3D=3D) Automatically enabling devices > (**) FontPath set to: > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/, > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/, > built-ins > (**) ModulePath set to "/usr/local/lib/xorg/modules" > (II) Loader magic: 0x6a0 > (II) Module ABI versions: > X.Org ANSI C Emulation: 0.4 > X.Org Video Driver: 5.0 > X.Org XInput driver : 4.0 > X.Org Server Extension : 2.0 > (II) Loader running on freebsd > (--) Using syscons driver with X support (version 2.0) > (--) using VT number 9 >=20 > (!!) More than one possible primary device found > (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @=20 > 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @=20 > 0x????????/131072 > (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163,=20 > Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288,=20 > BIOS @ 0x????????/131072 > (II) System resource ranges: > [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) "extmod" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "dbe" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "glx" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "record" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "dri" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "dri2" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) LoadModule: "extmod" > (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > (II) Module extmod: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension MIT-SCREEN-SAVER > (II) Loading extension XFree86-VidModeExtension > (II) Loading extension XFree86-DGA > (II) Loading extension DPMS > (II) Loading extension XVideo > (II) Loading extension XVideo-MotionCompensation > (II) Loading extension X-Resource > (II) LoadModule: "record" > (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > (II) Module record: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.13.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension RECORD > (II) LoadModule: "dbe" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > (II) Module dbe: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension DOUBLE-BUFFER > (II) LoadModule: "extmod" > (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so > (II) Loading extension MIT-SCREEN-SAVER > (II) Loading extension XFree86-VidModeExtension > (II) Loading extension DPMS > (II) Loading extension XVideo > (II) Loading extension XVideo-MotionCompensation > (II) Loading extension X-Resource > (II) LoadModule: "glx" > (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > (II) Module glx: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 2.0 > (=3D=3D) AIGLX disabled > (II) Loading extension GLX > (II) LoadModule: "dri" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > (II) Module dri: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension XFree86-DRI > (II) LoadModule: "dri2" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so > (II) Module dri2: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension DRI2 > (II) LoadModule: "nv" > (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so > (II) Module nv: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 2.1.13 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 5.0 > (II) LoadModule: "mouse" > (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > (II) Module mouse: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.4.0 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 4.0 > (II) LoadModule: "kbd" > (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > (II) Module kbd: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.3.2 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 4.0 > (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, > Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, > Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, > GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, > GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, > Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, > GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, > GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, > GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, > GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, > GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, > GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, > Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, > GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, > GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, > GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, > Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, > GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, > Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, > GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, > GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, > GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, > GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, > GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, > GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, > Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, > GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, > GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, > GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, > GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, > GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, > Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, > GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, > GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, > GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, > GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, > Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, > GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, > GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, > GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, > Quadro FX 540, GeForce 6200, GeForce 6500, > GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), > GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, > GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, > GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, > GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, > GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, > GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, > GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, > GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, > GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, > GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, > GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, > Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, > GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, > GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, > Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, > Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, > GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, > GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, > GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, > GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, > GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, > Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, > GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, > GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, > GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, > GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, > GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, > GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, > GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, > GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, > GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, > GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, > GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, > GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, > GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, > GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M > (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at 01@00:02= :0 > (II) resource ranges after probing: > [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Loading /usr/local/lib/xorg/modules//libint10.so > (II) Module int10: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 5.0 > (II) NV(0): Initializing int10 > (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was already clear > (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was already clear > (--) NV(0): Chipset: "GeForce4 MX 440" > (**) NV(0): Depth 24, (--) framebuffer bpp 32 > (=3D=3D) NV(0): RGB weight 888 > (=3D=3D) NV(0): Default visual is TrueColor > (II) Loading sub module "vgahw" > (II) LoadModule: "vgahw" > (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > (II) Module vgahw: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 0.1.0 > ABI class: X.Org Video Driver, version 5.0 > (**) NV(0): Option "CrtcNumber" "0" > (=3D=3D) NV(0): Using HW cursor > (--) NV(0): Linear framebuffer at 0xF0000000 > (--) NV(0): MMIO registers at 0xFD000000 > (II) Loading sub module "i2c" > (II) LoadModule: "i2c" > (II) Module "i2c" already built-in > (II) Loading sub module "ddc" > (II) LoadModule: "ddc" > (II) Module "ddc" already built-in > (II) NV(0): I2C bus "DDC" initialized. > (II) NV(0): Probing for analog device on output A... > (--) NV(0): ...found one > (II) NV(0): Probing for analog device on output B... > (--) NV(0): ...can't find one > (II) NV(0): Probing for EDID on I2C bus A... > (II) NV(0): I2C device "DDC:E-EDID segment register" registered at=20 > address 0x60. > (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. > (--) NV(0): DDC detected a CRT: > (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 > (II) NV(0): Year: 1999 Week: 11 > (II) NV(0): EDID Version: 1.1 > (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V > (II) NV(0): Sync: Separate Composite SyncOnGreen > (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 > (II) NV(0): Gamma: 2.05 > (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display > (II) NV(0): GTF timings supported > (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 > (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 > (II) NV(0): Supported VESA Video Modes: > (II) NV(0): 720x400@70Hz > (II) NV(0): 720x400@88Hz > (II) NV(0): 640x480@60Hz > (II) NV(0): 640x480@67Hz > (II) NV(0): 640x480@72Hz > (II) NV(0): 640x480@75Hz > (II) NV(0): 800x600@56Hz > (II) NV(0): 800x600@60Hz > (II) NV(0): 800x600@72Hz > (II) NV(0): 800x600@75Hz > (II) NV(0): 832x624@75Hz > (II) NV(0): 1024x768@60Hz > (II) NV(0): 1024x768@70Hz > (II) NV(0): 1024x768@75Hz > (II) NV(0): 1280x1024@75Hz > (II) NV(0): 1152x870@75Hz > (II) NV(0): Manufacturer's mask: 0 > (II) NV(0): Supported Future Video Modes: > (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 > (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 > (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 > (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 > (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 > (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 > (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 > (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 > (II) NV(0): Supported additional Video Mode: > (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm > (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_end=20 > 2208 h_border: 0 > (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blanking:=20 > 1344 v_border: 0 > (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 kHz,=20 > PixClock max 290 MHz > (II) NV(0): Monitor name: PressView XL > (II) NV(0): Serial No: 903500844 > (II) NV(0): EDID (in hex): > (II) NV(0): 00ffffffffffff00489315214c030000 > (II) NV(0): 0b0901010e261c69e90488a0574a9b26 > (II) NV(0): 12484cffef80455961598199a959c290 > (II) NV(0): 71598b4fa94f886240606200405080b0 > (II) NV(0): 13007c1d1100001e000000fd0032981e > (II) NV(0): 731d000a202020202020000000fc0050 > (II) NV(0): 726573735669657720584c0a000000ff > (II) NV(0): 003930333530303834340a2020200078 > (II) NV(0): Probing for EDID on I2C bus B... > (II) NV(0): ... none found > (--) NV(0): CRTC 0 appears to have a CRT attached > (**) NV(0): Forcing CRTCNumber 0 as specified > (II) NV(0): Using CRT on CRTC 0 > (II) NV(0): EDID vendor "RDS", prod id 8469 > (II) NV(0): Using EDID range info for horizontal sync > (II) NV(0): Using EDID range info for vertical refresh > (II) NV(0): Printing DDC gathered Modelines: > (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 2208 1280=20 > 1281 1284 1344 +hsync +vsync (114.2 kHz) > (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601=20 > 605 628 +hsync +vsync (37.9 kHz) > (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601=20 > 603 625 +hsync +vsync (35.2 kHz) > (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481=20 > 484 500 -hsync -vsync (37.5 kHz) > (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489=20 > 492 520 -hsync -vsync (37.9 kHz) > (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483=20 > 486 525 -hsync -vsync (35.0 kHz) > (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490=20 > 492 525 -hsync -vsync (31.5 kHz) > (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421=20 > 423 449 -hsync -vsync (39.4 kHz) > (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412=20 > 414 449 -hsync +vsync (31.5 kHz) > (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024=20 > 1025 1028 1066 +hsync +vsync (80.0 kHz) > (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768=20 > 769 772 800 +hsync +vsync (60.0 kHz) > (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768=20 > 771 777 806 -hsync -vsync (56.5 kHz) > (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768=20 > 771 777 806 -hsync -vsync (48.4 kHz) > (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625=20 > 628 667 -hsync -vsync (49.7 kHz) > (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601=20 > 604 625 +hsync +vsync (46.9 kHz) > (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637=20 > 643 666 +hsync +vsync (48.1 kHz) > (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864=20 > 865 868 900 +hsync +vsync (67.5 kHz) > (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601=20 > 604 631 +hsync +vsync (53.7 kHz) > (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768=20 > 769 772 808 +hsync +vsync (68.7 kHz) > (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024=20 > 1025 1028 1072 +hsync +vsync (91.1 kHz) > (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 2160 1200=20 > 1201 1204 1250 +hsync +vsync (106.2 kHz) > (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200=20 > 1201 1204 1250 +hsync +vsync (93.8 kHz) > (--) NV(0): VideoRAM: 65536 kBytes > (=3D=3D) NV(0): Using gamma correction (1.0, 1.0, 1.0) > (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz > (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz > (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz > (II) NV(0): Clock range: 12.00 to 350.00 MHz > (II) NV(0): Not using default mode "1024x768" (bad mode=20 > clock/interlace/doublescan) > (II) NV(0): Not using default mode "512x384" (bad mode=20 > clock/interlace/doublescan) > (II) NV(0): Not using default mode "1920x1440" (mode clock too high) > (II) NV(0): Not using default mode "1920x1440" (hsync out of range) > (II) NV(0): Not using default mode "960x720" (hsync out of range) > (II) NV(0): Not using default mode "2048x1536" (hsync out of range) > (II) NV(0): Not using default mode "1024x768" (hsync out of range) > (II) NV(0): Not using default mode "2048x1536" (bad mode=20 > clock/interlace/doublescan) > (II) NV(0): Not using default mode "1024x768" (hsync out of range) > (II) NV(0): Not using mode "1152x864" (no mode of this name) > (II) NV(0): Not using default mode "2048x1536" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1920x1440" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1856x1392" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1856x1392" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1792x1344" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1792x1344" (width too large for=20 > virtual size) > (II) NV(0): Not using driver mode "1600x1280" (width too large for=20 > virtual size) > (II) NV(0): Not using driver mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using driver mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1600x1200" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1400x1050" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1400x1050" (width too large for=20 > virtual size) > (II) NV(0): Not using driver mode "1280x1024" (width too large for=20 > virtual size) > (II) NV(0): Not using driver mode "1280x1024" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1280x1024" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1280x1024" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1280x1024" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1280x960" (width too large for=20 > virtual size) > (II) NV(0): Not using default mode "1280x960" (width too large for=20 > virtual size) > (--) NV(0): Virtual size is 1152x864 (pitch 1152) > (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz > (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864=20 > 865 868 900 +hsync +vsync (67.5 kHz) > (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz > (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864=20 > 865 868 900 +hsync +vsync (67.5 kHz) > (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz > (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768=20 > 769 772 808 +hsync +vsync (68.7 kHz) > (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz > (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768=20 > 769 772 800 +hsync +vsync (60.0 kHz) > (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz > (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768=20 > 771 777 806 -hsync -vsync (56.5 kHz) > (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz > (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768=20 > 771 777 806 -hsync -vsync (48.4 kHz) > (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz > (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768=20 > 769 772 808 +hsync +vsync (68.7 kHz) > (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz > (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768=20 > 769 772 800 +hsync +vsync (60.0 kHz) > (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz > (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768=20 > 771 777 806 -hsync -vsync (56.5 kHz) > (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768=20 > 768 770 794 doublescan -hsync +vsync (95.3 kHz) > (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz > (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768=20 > 771 777 806 -hsync -vsync (48.4 kHz) > (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720=20 > 720 722 750 doublescan -hsync +vsync (112.5 kHz) > (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720=20 > 720 722 750 doublescan -hsync +vsync (90.0 kHz) > (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696=20 > 698 750 doublescan -hsync +vsync (112.5 kHz) > (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D) > (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696=20 > 698 719 doublescan -hsync +vsync (86.4 kHz) > (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672=20 > 674 708 doublescan -hsync +vsync (106.3 kHz) > (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672=20 > 674 697 doublescan -hsync +vsync (83.7 kHz) > (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz > (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625=20 > 628 667 -hsync -vsync (49.7 kHz) > (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz > (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625=20 > 628 667 -hsync -vsync (49.7 kHz) > (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz > (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601=20 > 604 631 +hsync +vsync (53.7 kHz) > (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz > (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601=20 > 604 625 +hsync +vsync (46.9 kHz) > (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz > (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637=20 > 643 666 +hsync +vsync (48.1 kHz) > (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz > (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601=20 > 605 628 +hsync +vsync (37.9 kHz) > (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz > (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601=20 > 603 625 +hsync +vsync (35.2 kHz) > (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz > (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601=20 > 604 631 +hsync +vsync (53.7 kHz) > (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D) > (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600=20 > 602 625 doublescan +hsync +vsync (106.2 kHz) > (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz > (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601=20 > 604 625 +hsync +vsync (46.9 kHz) > (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600=20 > 602 625 doublescan +hsync +vsync (93.8 kHz) > (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz > (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637=20 > 643 666 +hsync +vsync (48.1 kHz) > (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D) > (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600=20 > 602 625 doublescan +hsync +vsync (87.5 kHz) > (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) > (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600=20 > 602 625 doublescan +hsync +vsync (81.2 kHz) > (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz > (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601=20 > 605 628 +hsync +vsync (37.9 kHz) > (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600=20 > 602 625 doublescan +hsync +vsync (75.0 kHz) > (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz > (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601=20 > 603 625 +hsync +vsync (35.2 kHz) > (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) > (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526=20 > 532 545 doublescan +hsync +vsync (81.5 kHz) > (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526=20 > 532 541 doublescan +hsync +vsync (64.9 kHz) > (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D) > (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512=20 > 514 536 doublescan +hsync +vsync (91.1 kHz) > (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512=20 > 514 533 doublescan +hsync +vsync (80.0 kHz) > (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512=20 > 514 533 doublescan +hsync +vsync (64.0 kHz) > (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz > (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481=20 > 484 500 -hsync -vsync (37.5 kHz) > (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz > (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489=20 > 492 520 -hsync -vsync (37.9 kHz) > (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz > (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483=20 > 486 525 -hsync -vsync (35.0 kHz) > (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz > (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490=20 > 492 525 -hsync -vsync (31.5 kHz) > (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D) > (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480=20 > 482 505 doublescan +hsync +vsync (85.9 kHz) > (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz > (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481=20 > 484 509 -hsync -vsync (43.3 kHz) > (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz > (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481=20 > 484 500 -hsync -vsync (37.5 kHz) > (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz > (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489=20 > 492 520 -hsync -vsync (37.9 kHz) > (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480=20 > 482 500 doublescan +hsync +vsync (60.0 kHz) > (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz > (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490=20 > 492 525 -hsync -vsync (31.5 kHz) > (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz > (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421=20 > 423 449 -hsync -vsync (39.4 kHz) > (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz > (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412=20 > 414 449 -hsync +vsync (31.5 kHz) > (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz > (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401=20 > 404 446 -hsync +vsync (37.9 kHz) > (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz > (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401=20 > 404 445 -hsync +vsync (37.9 kHz) > (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432=20 > 434 450 doublescan +hsync +vsync (67.5 kHz) > (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz > (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382=20 > 385 445 +hsync -vsync (37.9 kHz) > (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) > (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384=20 > 386 404 doublescan +hsync +vsync (68.7 kHz) > (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384=20 > 386 400 doublescan +hsync +vsync (60.0 kHz) > (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) > (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385=20 > 388 403 doublescan -hsync -vsync (56.5 kHz) > (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) > (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385=20 > 388 403 doublescan -hsync -vsync (48.4 kHz) > (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) > (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312=20 > 314 333 doublescan -hsync -vsync (49.7 kHz) > (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) > (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300=20 > 302 315 doublescan +hsync +vsync (53.7 kHz) > (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) > (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300=20 > 302 312 doublescan +hsync +vsync (46.9 kHz) > (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) > (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318=20 > 321 333 doublescan +hsync +vsync (48.1 kHz) > (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) > (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300=20 > 302 314 doublescan +hsync +vsync (37.9 kHz) > (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) > (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300=20 > 301 312 doublescan +hsync +vsync (35.2 kHz) > (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) > (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240=20 > 242 254 doublescan -hsync -vsync (43.3 kHz) > (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) > (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240=20 > 242 250 doublescan -hsync -vsync (37.5 kHz) > (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) > (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244=20 > 246 260 doublescan -hsync -vsync (37.9 kHz) > (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) > (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245=20 > 246 262 doublescan -hsync -vsync (31.5 kHz) > (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) > (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200=20 > 202 223 doublescan -hsync +vsync (37.9 kHz) > (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) > (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200=20 > 202 222 doublescan -hsync +vsync (37.9 kHz) > (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) > (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191=20 > 192 222 doublescan +hsync -vsync (37.9 kHz) > (**) NV(0): Display dimensions: (380, 280) mm > (**) NV(0): DPI set to (77, 78) > (II) Loading sub module "fb" > (II) LoadModule: "fb" > (II) Loading /usr/local/lib/xorg/modules//libfb.so > (II) Module fb: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org ANSI C Emulation, version 0.4 > (II) Loading sub module "xaa" > (II) LoadModule: "xaa" > (II) Loading /usr/local/lib/xorg/modules//libxaa.so > (II) Module xaa: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.2.1 > ABI class: X.Org Video Driver, version 5.0 > (II) Loading sub module "ramdac" > (II) LoadModule: "ramdac" > (II) Module "ramdac" already built-in > (--) Depth 24 pixmap format is 32 bpp > (II) do I need RAC? No, I don't. > (II) resource ranges after preInit: > [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) NV(0): Using XFree86 Acceleration Architecture (XAA) > Screen to screen bit blits > Solid filled rectangles > 8x8 mono pattern filled rectangles > Indirect CPU to Screen color expansion > Solid Lines > Scanline Image Writes > Setting up tile and stipple cache: > 32 128x128 slots > 32 256x256 slots > 16 512x512 slots > (=3D=3D) NV(0): Backing store disabled > (=3D=3D) NV(0): Silken mouse enabled > (II) NV(0): DPMS enabled > (=3D=3D) RandR enabled > (II) Initializing built-in extension Generic Event Extension > (II) Initializing built-in extension SHAPE > (II) Initializing built-in extension MIT-SHM > (II) Initializing built-in extension XInputExtension > (II) Initializing built-in extension XTEST > (II) Initializing built-in extension BIG-REQUESTS > (II) Initializing built-in extension SYNC > (II) Initializing built-in extension XKEYBOARD > (II) Initializing built-in extension XC-MISC > (II) Initializing built-in extension XINERAMA > (II) Initializing built-in extension XFIXES > (II) Initializing built-in extension RENDER > (II) Initializing built-in extension RANDR > (II) Initializing built-in extension COMPOSITE > (II) Initializing built-in extension DAMAGE > (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so > (II) GLX: Initialized DRISWRAST GL provider for screen 0 > (**) Option "Protocol" "Auto" > (**) Mouse0: Device: "/dev/sysmouse" > (**) Mouse0: Protocol: "Auto" > (**) Option "CorePointer" > (**) Mouse0: always reports core events > (**) Option "Device" "/dev/sysmouse" > (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > (**) Option "ZAxisMapping" "4 5 6 7" > (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 > (**) Mouse0: Buttons: 11 > (**) Option "Resolution" "800" > (**) Mouse0: Resolution: 800 > (**) Mouse0: Sensitivity: 1 > (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > (**) Mouse0: (accel) keeping acceleration scheme 1 > (**) Mouse0: (accel) filter chain progression: 2.00 > (**) Mouse0: (accel) filter stage 0: 20.00 ms > (**) Mouse0: (accel) set acceleration profile 0 > (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 > (II) Mouse0: SetupAuto: protocol is SysMouse > (**) Option "CoreKeyboard" > (**) Keyboard0: always reports core events > (**) Option "Protocol" "standard" > (**) Keyboard0: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) Keyboard0: XkbRules: "xorg" > (**) Option "XkbModel" "pc104" > (**) Keyboard0: XkbModel: "pc104" > (**) Option "XkbLayout" "us" > (**) Keyboard0: XkbLayout: "us" > (**) Option "CustomKeycodes" "off" > (**) Keyboard0: CustomKeycodes disabled > (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) > (II) config/hal: Adding input device AT Keyboard > (**) AT Keyboard: always reports core events > (**) Option "Protocol" "standard" > (**) AT Keyboard: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) AT Keyboard: XkbRules: "xorg" > (**) Option "XkbModel" "pc105" > (**) AT Keyboard: XkbModel: "pc105" > (**) Option "XkbLayout" "us" > (**) AT Keyboard: XkbLayout: "us" > (**) Option "CustomKeycodes" "off" > (**) AT Keyboard: CustomKeycodes disabled > (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) > (II) config/hal: Adding input device PS/2 Mouse > (**) PS/2 Mouse: Device: "/dev/sysmouse" > (=3D=3D) PS/2 Mouse: Protocol: "Auto" > (**) PS/2 Mouse: always reports core events > (**) Option "Device" "/dev/sysmouse" > (=3D=3D) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50 > (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5 > (**) PS/2 Mouse: Buttons: 9 > (**) PS/2 Mouse: Sensitivity: 1 > (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE) > (**) PS/2 Mouse: (accel) keeping acceleration scheme 1 > (**) PS/2 Mouse: (accel) filter chain progression: 2.00 > (**) PS/2 Mouse: (accel) filter stage 0: 20.00 ms > (**) PS/2 Mouse: (accel) set acceleration profile 0 > (II) PS/2 Mouse: SetupAuto: hw.iftype is 4, hw.model is 0 > (II) PS/2 Mouse: SetupAuto: protocol is SysMouse > (**) Option "BaudRate" "1200" > (**) Option "StopBits" "2" > (**) Option "DataBits" "8" > (**) Option "Parity" "None" > (**) Option "Vmin" "1" > (**) Option "Vtime" "0" > (**) Option "FlowControl" "None" > (**) Option "BaudRate" "1200" > (**) Option "StopBits" "2" > (**) Option "DataBits" "8" > (**) Option "Parity" "None" > (**) Option "Vmin" "1" > (**) Option "Vtime" "0" > (**) Option "FlowControl" "None" >=20 > An attempt to bail out of X on tty8 (ctl-alt-backspace) > returns: > Failed to switch consoles (Invalid argument) > on tty0 >=20 > Attempting again returns: > Failed to switch consoles (Invalid argument) > on tty0 >=20 > move to tty0 (ctl-alt-f1) && ctl-C >=20 > OK let's try the -retro switch on the Xorg created conf... >=20 > --- >=20 > Xorg -config xorg.conf.new -retro > provides: >=20 > X.Org X Server 1.6.0 > Release Date: 2009-2-25 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating=20 > System: FreeBSD udns.ultimatedns.NET 7.1-RELEASE FreeBSD 7.1-RELEASE=20 > #0: Thu Jan 1 14:37:25 UTC 2009 =20 > root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > Build Date: 16 May 2009 07:15:01AM >=20 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (=3D=3D) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Tue May 19 11:33:40 2009 > (++) Using config file: "/etc/X11/xorg.conf.new" > (=3D=3D) ServerLayout "X.org Configured" > (**) |-->Screen "Screen0" (0) > (**) | |-->Monitor "Monitor0" > (**) | |-->Device "Card0" > (**) |-->Screen "Screen1" (1) > (**) | |-->Monitor "Monitor1" > (**) | |-->Device "Card1" > (**) |-->Input Device "Mouse0" > (**) |-->Input Device "Keyboard0" > (=3D=3D) Automatically adding devices > (=3D=3D) Automatically enabling devices > (**) FontPath set to: > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/, > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/, > built-ins > (**) ModulePath set to "/usr/local/lib/xorg/modules" > (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or=20 > 'vmmouse' will be disabled. > (WW) Disabling Mouse0 > (WW) Disabling Keyboard0 > (II) Loader magic: 0x6a0 > (II) Module ABI versions: > X.Org ANSI C Emulation: 0.4 > X.Org Video Driver: 5.0 > X.Org XInput driver : 4.0 > X.Org Server Extension : 2.0 > (II) Loader running on freebsd > (--) Using syscons driver with X support (version 2.0) > (--) using VT number 9 >=20 > (!!) More than one possible primary device found > (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @=20 > 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @=20 > 0x????????/131072 > (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163,=20 > Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288,=20 > BIOS @ 0x????????/131072 > (II) System resource ranges: > [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) "extmod" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "dbe" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "glx" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "record" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "dri" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) "dri2" will be loaded. This was enabled by default and also=20 > specified in the config file. > (II) LoadModule: "extmod" > (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > (II) Module extmod: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension MIT-SCREEN-SAVER > (II) Loading extension XFree86-VidModeExtension > (II) Loading extension XFree86-DGA > (II) Loading extension DPMS > (II) Loading extension XVideo > (II) Loading extension XVideo-MotionCompensation > (II) Loading extension X-Resource > (II) LoadModule: "record" > (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > (II) Module record: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.13.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension RECORD > (II) LoadModule: "dbe" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > (II) Module dbe: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension DOUBLE-BUFFER > (II) LoadModule: "glx" > (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > (II) Module glx: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 2.0 > (=3D=3D) AIGLX disabled > (II) Loading extension GLX > (II) LoadModule: "dri" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > (II) Module dri: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension XFree86-DRI > (II) LoadModule: "dri2" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so > (II) Module dri2: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension DRI2 > (II) LoadModule: "mach64" > (II) Loading /usr/local/lib/xorg/modules/drivers//mach64_drv.so > (II) Module mach64: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 6.8.1 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 5.0 > (II) LoadModule: "nv" > (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so > (II) Module nv: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 2.1.13 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 5.0 > (II) MACH64: Driver for ATI Mach64 chipsets > (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, > Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, > Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, > GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, > GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, > Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, > GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, > GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, > GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, > GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, > GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, > GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, > Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, > GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, > GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, > GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, > Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, > GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, > Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, > GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, > GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, > GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, > GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, > GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, > GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, > Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, > GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, > GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, > GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, > GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, > GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, > Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, > GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, > GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, > GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, > GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, > Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, > GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, > GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, > GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, > Quadro FX 540, GeForce 6200, GeForce 6500, > GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), > GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, > GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, > GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, > GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, > GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, > GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, > GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, > GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, > GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, > GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, > GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, > Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, > GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, > GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, > Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, > Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, > GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, > GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, > GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, > GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, > GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, > Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, > GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, > GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, > GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, > GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, > GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, > GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, > GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, > GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, > GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, > GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, > GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, > GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, > GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, > GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M > (II) Primary Device is: (--) MACH64(0): NV: Found NVIDIA GeForce4 MX=20 > 440 at 01@00:02:0 > (II) resource ranges after probing: > [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (=3D=3D) MACH64(0): Depth 24, (--) framebuffer bpp 32 > (=3D=3D) MACH64(0): Using XAA acceleration architecture > (II) MACH64: Mach64 in slot 0:1:0 detected. > (II) resource ranges after xf86ClaimFixedResources() call: > [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Loading /usr/local/lib/xorg/modules//libint10.so > (II) Module int10: vendor=3D"X.Org Foundation" > compiled for 1.6.0, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 5.0 > (=3D=3D) MACH64(0): Write-combining range (0xa0000,0x20000) was already c= lear > (=3D=3D) MACH64(0): Write-combining range (0xc0000,0x40000) was already c= lear >=20 >=20 > Which only leaves me with a blinking block cursor in the upper > hight-hand corner while hooked up to the NV card. There is no > output to the MACH64. >=20 > I don't think this is the answer. Hrm, ok... It might still be getting confused by the ati card... The issue comes down to which card (hopefully not both) is handling legacy vga calls to 0xc0000. I did just notice someone else post an issue with the openchrome driver and int10 though, so you might try disabling int10. robert. > --Chris H >=20 > > > >> > >> Le 19 mai 09 =E0 19:15, Chris H a =E9crit : > >> > >>> Quoting Robert Noland : > >>> > >>>> On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: > >>>>> Quoting "Paul B. Mahol" : > >>>>> > >>>>> > On 5/19/09, Chris H wrote: > >>>>> >> Quoting Chris H : > >>>>> >> > >>>>> >>> Quoting Chris H : > >>>>> >>> > >>>>> >>>> Greetings, > >>>>> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. > >>>>> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with > >>>>> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sund= ay), > >>>>> >>>> I've seen only a few discussions regarding this, but no joy. > >>>>> >>>> > >>>>> >>>> I'm not sure what to post for additional information. So I'll > >>>>> >>>> provide the output of dmesg(8), and Xorg.0.log via links. > >>>>> >>>> > >>>>> >>>> Thank you for all your time and consideration in this matter. > >>>>> >>>> > >>>>> >>>> Sincerely, > >>>>> >>>> Chris H > >>>>> >>>> > >>>>> >>>> Xorg log: > >>>>> >>>> http://codewarehouse.NET/output/Xorg.0.log > >>>>> >>>> > >>>>> >>>> relevent dmesg(8) output: > >>>>> >>>> http://codewarehouse.NET/output/dmesg.output > >>>>> >>> > >>>>> >>> OOPS! I guess the xorg config might be useful: > >>>>> >>> http://codewarehouse.NET/output/xorg.conf.nvidia > >>>>> >>> > >>>>> >>>> > >>>>> >> SIGH... Seems that the registrar isn't paying attention. > >>>>> >> They happily accepted my money, but forgot to renew the domain. > >>>>> >> > >>>>> >> So here's trying to attach the files... > >>>>> > > >>>>> > That message appears for me only when I use xf86-video-vesa driv= er. > >>>>> > >>>>> I see. Well I'm specifically using the nv driver. Here's another > >>>>> attempt to provide the relevant info: > >>>> > >>>> You have more than one card in the machine, which might be confusing > >>>> things. The mtrr failure is caused by how your bios sets up memory > >>>> regions. It should only impact performance. > >>>> > >>>> Exactly what issue are you seeing? > >>> > >>> I'm seeing a black screen on ctl-alt-f9 (tty8) > >>> I'm seeing the message listed as this thread topic on tty0 (ctl-alt- = f1). > >>> The proceedure theat led me here is: > >>> Xorc -configure > >>> edit /root/xorg.config.new (move all the ati related stuff to =20 > >>> xorg.conf.ati). > >>> Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. > >>> exec Xorg -config /etc/X11/xorg.conf.nvidia > >>> > >>> The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced > >>> to ctl-alt-f1 (where I read the error message) then use ctl-C - > >>> which kills Xorg, and returns me to a working console. > >>> > >>> Thank you Robert, for taking the time to respond. > >>> > >>> --Chris H > >>> > >>>> > >>>> robert. > >>>> > >>>>> Xorg log: > >>>>> X.Org X Server 1.6.0 > >>>>> Release Date: 2009-2-25 > >>>>> X Protocol Version 11, Revision 0 > >>>>> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating > >>>>> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 > >>>>> 14:37:25 UTC 2009 > >>>>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > >>>>> Build Date: 16 May 2009 07:15:01AM > >>>>> > >>>>> Before reporting problems, check http://wiki.x.org > >>>>> to make sure that you have the latest version. > >>>>> Markers: (--) probed, (**) from config file, (=3D=3D) default setti= ng, > >>>>> (++) from command line, (!!) notice, (II) informational, > >>>>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > >>>>> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43= 2009 > >>>>> (++) Using config file: "/etc/X11/xorg.conf.nvidia" > >>>>> (=3D=3D) ServerLayout "X.org Configured" > >>>>> (**) |-->Screen "Screen0" (0) > >>>>> (**) | |-->Monitor "Monitor1" > >>>>> (**) | |-->Device "Card1" > >>>>> (**) |-->Input Device "Mouse0" > >>>>> (**) |-->Input Device "Keyboard0" > >>>>> (**) Option "AllowEmptyInput" "false" > >>>>> (=3D=3D) Automatically adding devices > >>>>> (=3D=3D) Automatically enabling devices > >>>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist= . > >>>>> Entry deleted from font path. > >>>>> (WW) `fonts.dir' not found (or not valid) in > >>>>> "/usr/local/lib/X11/fonts/100dpi/". > >>>>> Entry deleted from font path. > >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). > >>>>> (WW) `fonts.dir' not found (or not valid) in > >>>>> "/usr/local/lib/X11/fonts/75dpi/". > >>>>> Entry deleted from font path. > >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). > >>>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist= . > >>>>> Entry deleted from font path. > >>>>> (WW) `fonts.dir' not found (or not valid) in > >>>>> "/usr/local/lib/X11/fonts/100dpi/". > >>>>> Entry deleted from font path. > >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). > >>>>> (WW) `fonts.dir' not found (or not valid) in > >>>>> "/usr/local/lib/X11/fonts/75dpi/". > >>>>> Entry deleted from font path. > >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). > >>>>> (**) FontPath set to: > >>>>> /usr/local/lib/X11/fonts/misc/, > >>>>> /usr/local/lib/X11/fonts/TTF/, > >>>>> /usr/local/lib/X11/fonts/OTF, > >>>>> /usr/local/lib/X11/fonts/misc/, > >>>>> /usr/local/lib/X11/fonts/TTF/, > >>>>> /usr/local/lib/X11/fonts/OTF, > >>>>> built-ins > >>>>> (**) ModulePath set to "/usr/local/lib/xorg/modules" > >>>>> (II) Loader magic: 0x6a0 > >>>>> (II) Module ABI versions: > >>>>> X.Org ANSI C Emulation: 0.4 > >>>>> X.Org Video Driver: 5.0 > >>>>> X.Org XInput driver : 4.0 > >>>>> X.Org Server Extension : 2.0 > >>>>> (II) Loader running on freebsd > >>>>> (--) Using syscons driver with X support (version 2.0) > >>>>> (--) using VT number 9 > >>>>> > >>>>> (!!) More than one possible primary device found > >>>>> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ > >>>>> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ > >>>>> 0x????????/131072 > >>>>> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev = 163, > >>>>> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, > >>>>> BIOS @ 0x????????/131072 > >>>>> (II) System resource ranges: > >>>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >>>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >>>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >>>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >>>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >>>>> (II) "extmod" will be loaded. This was enabled by default and also > >>>>> specified in the config file. > >>>>> (II) "dbe" will be loaded. This was enabled by default and also > >>>>> specified in the config file. > >>>>> (II) "glx" will be loaded. This was enabled by default and also > >>>>> specified in the config file. > >>>>> (II) "record" will be loaded. This was enabled by default and also > >>>>> specified in the config file. > >>>>> (II) "dri" will be loaded. This was enabled by default and also > >>>>> specified in the config file. > >>>>> (II) "dri2" will be loaded. This was enabled by default and also > >>>>> specified in the config file. > >>>>> (II) LoadModule: "extmod" > >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > >>>>> (II) Module extmod: vendor=3D"X.Org Foundation" > >>>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>>> Module class: X.Org Server Extension > >>>>> ABI class: X.Org Server Extension, version 2.0 > >>>>> (II) Loading extension MIT-SCREEN-SAVER > >>>>> (II) Loading extension XFree86-VidModeExtension > >>>>> (II) Loading extension XFree86-DGA > >>>>> (II) Loading extension DPMS > >>>>> (II) Loading extension XVideo > >>>>> (II) Loading extension XVideo-MotionCompensation > >>>>> (II) Loading extension X-Resource > >>>>> (II) LoadModule: "record" > >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > >>>>> (II) Module record: vendor=3D"X.Org Foundation" > >>>>> compiled for 1.6.0, module version =3D 1.13.0 > >>>>> Module class: X.Org Server Extension > >>>>> ABI class: X.Org Server Extension, version 2.0 > >>>>> (II) Loading extension RECORD > >>>>> (II) LoadModule: "dbe" > >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > >>>>> (II) Module dbe: vendor=3D"X.Org Foundation" > >>>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>>> Module class: X.Org Server Extension > >>>>> ABI class: X.Org Server Extension, version 2.0 > >>>>> (II) Loading extension DOUBLE-BUFFER > >>>>> (II) LoadModule: "extmod" > >>>>> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so > >>>>> (II) Loading extension MIT-SCREEN-SAVER > >>>>> (II) Loading extension XFree86-VidModeExtension > >>>>> (II) Loading extension DPMS > >>>>> (II) Loading extension XVideo > >>>>> (II) Loading extension XVideo-MotionCompensation > >>>>> (II) Loading extension X-Resource > >>>>> (II) LoadModule: "glx" > >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > >>>>> (II) Module glx: vendor=3D"X.Org Foundation" > >>>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>>> ABI class: X.Org Server Extension, version 2.0 > >>>>> (=3D=3D) AIGLX disabled > >>>>> (II) Loading extension GLX > >>>>> (II) LoadModule: "dri" > >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > >>>>> (II) Module dri: vendor=3D"X.Org Foundation" > >>>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>>> ABI class: X.Org Server Extension, version 2.0 > >>>>> (II) Loading extension XFree86-DRI > >>>>> (II) LoadModule: "dri2" > >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so > >>>>> (II) Module dri2: vendor=3D"X.Org Foundation" > >>>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>>> ABI class: X.Org Server Extension, version 2.0 > >>>>> (II) Loading extension DRI2 > >>>>> (II) LoadModule: "nv" > >>>>> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so > >>>>> (II) Module nv: vendor=3D"X.Org Foundation" > >>>>> compiled for 1.6.0, module version =3D 2.1.13 > >>>>> Module class: X.Org Video Driver > >>>>> ABI class: X.Org Video Driver, version 5.0 > >>>>> (II) LoadModule: "mouse" > >>>>> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > >>>>> (II) Module mouse: vendor=3D"X.Org Foundation" > >>>>> compiled for 1.6.0, module version =3D 1.4.0 > >>>>> Module class: X.Org XInput Driver > >>>>> ABI class: X.Org XInput driver, version 4.0 > >>>>> (II) LoadModule: "kbd" > >>>>> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > >>>>> (II) Module kbd: vendor=3D"X.Org Foundation" > >>>>> compiled for 1.6.0, module version =3D 1.3.2 > >>>>> Module class: X.Org XInput Driver > >>>>> ABI class: X.Org XInput driver, version 4.0 > >>>>> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, > >>>>> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, > >>>>> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX = 400, > >>>>> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, > >>>>> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ul= tra, > >>>>> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, > >>>>> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, > >>>>> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, > >>>>> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, > >>>>> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, > >>>>> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, > >>>>> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 = XGL, > >>>>> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, > >>>>> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, > >>>>> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, > >>>>> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 75= 0 XGL, > >>>>> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, > >>>>> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, > >>>>> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, > >>>>> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, > >>>>> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, > >>>>> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, > >>>>> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, > >>>>> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, > >>>>> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, > >>>>> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, > >>>>> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ul= tra, > >>>>> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, > >>>>> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, > >>>>> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, > >>>>> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, > >>>>> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6= 800, > >>>>> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 = GT, > >>>>> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 40= 00, > >>>>> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, > >>>>> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, > >>>>> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, > >>>>> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, > >>>>> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, > >>>>> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 5= 50, > >>>>> Quadro FX 540, GeForce 6200, GeForce 6500, > >>>>> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), > >>>>> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 64= 00, > >>>>> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, > >>>>> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, > >>>>> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 = GTX, > >>>>> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go = 7800, > >>>>> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, > >>>>> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7= 400, > >>>>> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX = 350M, > >>>>> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT= , > >>>>> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 = GT, > >>>>> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, > >>>>> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX = 560, > >>>>> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, > >>>>> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, > >>>>> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, > >>>>> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, > >>>>> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 880= 0 GTS, > >>>>> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 860= 0 GTS, > >>>>> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 = GS, > >>>>> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, > >>>>> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M= , > >>>>> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, > >>>>> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 = GS, > >>>>> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, > >>>>> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 1= 35M, > >>>>> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290= , > >>>>> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, > >>>>> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, > >>>>> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, > >>>>> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, > >>>>> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3= 600M, > >>>>> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, > >>>>> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, > >>>>> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, > >>>>> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300= M GS, > >>>>> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS = 160M > >>>>> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at =20 > >>>>> 01@00:02:0 > >>>>> (II) resource ranges after probing: > >>>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >>>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >>>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >>>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >>>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >>>>> (II) Loading sub module "int10" > >>>>> (II) LoadModule: "int10" > >>>>> (II) Loading /usr/local/lib/xorg/modules//libint10.so > >>>>> (II) Module int10: vendor=3D"X.Org Foundation" > >>>>> compiled for 1.6.0, module version =3D 1.0.0 > >>>>> ABI class: X.Org Video Driver, version 5.0 > >>>>> (II) NV(0): Initializing int10 > >>>>> (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was already= clear > >>>>> (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was already= clear > >>>>> (--) NV(0): Chipset: "GeForce4 MX 440" > >>>>> (**) NV(0): Depth 24, (--) framebuffer bpp 32 > >>>>> (=3D=3D) NV(0): RGB weight 888 > >>>>> (=3D=3D) NV(0): Default visual is TrueColor > >>>>> (II) Loading sub module "vgahw" > >>>>> (II) LoadModule: "vgahw" > >>>>> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > >>>>> (II) Module vgahw: vendor=3D"X.Org Foundation" > >>>>> compiled for 1.6.0, module version =3D 0.1.0 > >>>>> ABI class: X.Org Video Driver, version 5.0 > >>>>> (**) NV(0): Option "CrtcNumber" "0" > >>>>> (=3D=3D) NV(0): Using HW cursor > >>>>> (--) NV(0): Linear framebuffer at 0xF0000000 > >>>>> (--) NV(0): MMIO registers at 0xFD000000 > >>>>> (II) Loading sub module "i2c" > >>>>> > >> _______________________________________________ > >> freebsd-stable@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.o= rg" > >> > >> > > > > > > > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.or= g" > > > > >=20 >=20 >=20 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --=20 Robert Noland FreeBSD --=-/SIveaNxybPgDuZDAA+k Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoTC+UACgkQM4TrQ4qfROP9CgCeNLnT2lGplDJVOBEPBXC7afpV IqQAn1ba8jYdK0TZ+08DYy7+NdVh/MpW =Cyq0 -----END PGP SIGNATURE----- --=-/SIveaNxybPgDuZDAA+k-- From owner-freebsd-stable@FreeBSD.ORG Tue May 19 19:54:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3B68106564A for ; Tue, 19 May 2009 19:54:14 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9590C8FC0A for ; Tue, 19 May 2009 19:54:14 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:1dc8:f31e:251e:727c] (unknown [IPv6:2001:7b8:3a7:0:1dc8:f31e:251e:727c]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id D94A75C42; Tue, 19 May 2009 21:54:13 +0200 (CEST) Message-ID: <4A130E66.9070903@andric.com> Date: Tue, 19 May 2009 21:54:14 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b5pre) Gecko/20090515 Shredder/3.0b3pre MIME-Version: 1.0 To: Pete French References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, marck@rinet.ru Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 19:54:15 -0000 On 2009-05-19 19:41, Pete French wrote: >> http://www.andric.com/freebsd/zfs13/r192269/zfs_mfc-r192269.diff.bz2 > > Thanks - am going to gve this a try later. Preseumably if I leave the > pool at the revision it is currently on then I can revert back easily ? I'll just repeat what Kip told us, "The standard disclaimers apply. This has only been lightly tested in a VM. Please do not use it with data you care about at this time." That said, zpool(1M) tells: zpool upgrade [-V version] -a | pool ... Upgrades the given pool to the latest on-disk version. Once this is done, the pool will no longer be accessible on systems running older versions of the software. and later on: -V version Upgrade to the specified version. If the -V flag is not specified, the pool is upgraded to the most recent version. This option can only be used to increase the version number, and only up to the most recent version supported by this software. E.g. you can upgrade pools to ZFS v13, but there's no way back. If you don't upgrade your pool, it should not destroy anything (but don't count on it!), but you won't be able to test any new features either... > Also, is this the version which no longer requires any tuning parameters > in loader.conf ? That would be extermely interesting! As far as I know, the tuning stuff still applies, especially for i386. On my i386 test VM with 1GB RAM, vm.kmem_size is about 163 MiB without any tuning, while vm.kmem_size_max is about 320 MiB, so you get the warning: ZFS WARNING: Recommended minimum kmem_size is 512MB; expect unstable behavior. Consider tuning vm.kmem_size and vm.kmem_size_max in /boot/loader.conf. So please test, and let us know your findings. :) From owner-freebsd-stable@FreeBSD.ORG Tue May 19 19:59:38 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B31A1065679 for ; Tue, 19 May 2009 19:59:38 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id B400E8FC15 for ; Tue, 19 May 2009 19:59:32 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4JJxOlZ025063 for ; Tue, 19 May 2009 12:59:30 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4JJxO0V025062 for freebsd-stable@freebsd.org; Tue, 19 May 2009 12:59:24 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 19 May 2009 12:59:24 -0700 Message-ID: <20090519125924.q79c5na0e888s8sk@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 19 May 2009 12:59:24 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <1242760122.1752.17.camel@balrog.2hip.net> In-Reply-To: <1242760122.1752.17.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 19:59:38 -0000 Quoting Robert Noland : > On Tue, 2009-05-19 at 10:15 -0700, Chris H wrote: >> Quoting Robert Noland : >> >> > On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: >> >> Quoting "Paul B. Mahol" : >> >> >> >> > On 5/19/09, Chris H wrote: >> >> >> Quoting Chris H : >> >> >> >> >> >>> Quoting Chris H : >> >> >>> >> >> >>>> Greetings, >> >> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >> >> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with >> >> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), >> >> >>>> I've seen only a few discussions regarding this, but no joy. >> >> >>>> >> >> >>>> I'm not sure what to post for additional information. So I'll >> >> >>>> provide the output of dmesg(8), and Xorg.0.log via links. >> >> >>>> >> >> >>>> Thank you for all your time and consideration in this matter. >> >> >>>> >> >> >>>> Sincerely, >> >> >>>> Chris H >> >> >>>> >> >> >>>> Xorg log: >> >> >>>> http://codewarehouse.NET/output/Xorg.0.log >> >> >>>> >> >> >>>> relevent dmesg(8) output: >> >> >>>> http://codewarehouse.NET/output/dmesg.output >> >> >>> >> >> >>> OOPS! I guess the xorg config might be useful: >> >> >>> http://codewarehouse.NET/output/xorg.conf.nvidia >> >> >>> >> >> >>>> >> >> >> SIGH... Seems that the registrar isn't paying attention. >> >> >> They happily accepted my money, but forgot to renew the domain. >> >> >> >> >> >> So here's trying to attach the files... >> >> > >> >> > That message appears for me only when I use xf86-video-vesa driver. >> >> >> >> I see. Well I'm specifically using the nv driver. Here's another >> >> attempt to provide the relevant info: >> > >> > You have more than one card in the machine, which might be confusing >> > things. The mtrr failure is caused by how your bios sets up memory >> > regions. It should only impact performance. >> > >> > Exactly what issue are you seeing? >> >> I'm seeing a black screen on ctl-alt-f9 (tty8) >> I'm seeing the message listed as this thread topic on tty0 (ctl-alt-f1). >> The proceedure theat led me here is: >> Xorc -configure >> edit /root/xorg.config.new (move all the ati related stuff to >> xorg.conf.ati). >> Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. >> exec Xorg -config /etc/X11/xorg.conf.nvidia >> >> The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced >> to ctl-alt-f1 (where I read the error message) then use ctl-C - >> which kills Xorg, and returns me to a working console. >> >> Thank you Robert, for taking the time to respond. > > So, I expect that things are working... Except that you may not have a > mouse if hal and dbus aren't running. Just move the config > to /etc/X11/xorg.conf and try startx which should at least give you a > twm session. Well, with the version that only has the NV related info copied to /etc/X11/xorg.conf && startx /does/ start twm as expexted. /However/, there is not, nor has there ever been the crosshatched background that Xorg has always provided when a WM hasn't been chosen. I am also unable to use ctl-alt-backspace to break out (kill) X. The exit in the twm menu ends twm, but I'm still left stuck in X with the (undecorated) Xterm windows. My only escape, is to ctl-alt-f1, where I see the message: failed to set mtrr: invalid argument. I press ctl-C, where I'm returned to a usable tty0 console, and X has terminated. I guess I could live with this. But there /must/ be a better way. I can't help but think that there's something missing in the X mix. Thank you Robert, for taking the time to respond. --Chris H > > robert. > >> --Chris H >> >> > >> > robert. >> > >> >> Xorg log: >> >> X.Org X Server 1.6.0 >> >> Release Date: 2009-2-25 >> >> X Protocol Version 11, Revision 0 >> >> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >> >> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 >> >> 14:37:25 UTC 2009 >> >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> >> Build Date: 16 May 2009 07:15:01AM >> >> >> >> Before reporting problems, check http://wiki.x.org >> >> to make sure that you have the latest version. >> >> Markers: (--) probed, (**) from config file, (==) default setting, >> >> (++) from command line, (!!) notice, (II) informational, >> >> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >> >> (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 2009 >> >> (++) Using config file: "/etc/X11/xorg.conf.nvidia" >> >> (==) ServerLayout "X.org Configured" >> >> (**) |-->Screen "Screen0" (0) >> >> (**) | |-->Monitor "Monitor1" >> >> (**) | |-->Device "Card1" >> >> (**) |-->Input Device "Mouse0" >> >> (**) |-->Input Device "Keyboard0" >> >> (**) Option "AllowEmptyInput" "false" >> >> (==) Automatically adding devices >> >> (==) Automatically enabling devices >> >> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >> >> Entry deleted from font path. >> >> (WW) `fonts.dir' not found (or not valid) in >> >> "/usr/local/lib/X11/fonts/100dpi/". >> >> Entry deleted from font path. >> >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >> >> (WW) `fonts.dir' not found (or not valid) in >> >> "/usr/local/lib/X11/fonts/75dpi/". >> >> Entry deleted from font path. >> >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >> >> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >> >> Entry deleted from font path. >> >> (WW) `fonts.dir' not found (or not valid) in >> >> "/usr/local/lib/X11/fonts/100dpi/". >> >> Entry deleted from font path. >> >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >> >> (WW) `fonts.dir' not found (or not valid) in >> >> "/usr/local/lib/X11/fonts/75dpi/". >> >> Entry deleted from font path. >> >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >> >> (**) FontPath set to: >> >> /usr/local/lib/X11/fonts/misc/, >> >> /usr/local/lib/X11/fonts/TTF/, >> >> /usr/local/lib/X11/fonts/OTF, >> >> /usr/local/lib/X11/fonts/misc/, >> >> /usr/local/lib/X11/fonts/TTF/, >> >> /usr/local/lib/X11/fonts/OTF, >> >> built-ins >> >> (**) ModulePath set to "/usr/local/lib/xorg/modules" >> >> (II) Loader magic: 0x6a0 >> >> (II) Module ABI versions: >> >> X.Org ANSI C Emulation: 0.4 >> >> X.Org Video Driver: 5.0 >> >> X.Org XInput driver : 4.0 >> >> X.Org Server Extension : 2.0 >> >> (II) Loader running on freebsd >> >> (--) Using syscons driver with X support (version 2.0) >> >> (--) using VT number 9 >> >> >> >> (!!) More than one possible primary device found >> >> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ >> >> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ >> >> 0x????????/131072 >> >> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, >> >> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, >> >> BIOS @ 0x????????/131072 >> >> (II) System resource ranges: >> >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >> (II) "extmod" will be loaded. This was enabled by default and also >> >> specified in the config file. >> >> (II) "dbe" will be loaded. This was enabled by default and also >> >> specified in the config file. >> >> (II) "glx" will be loaded. This was enabled by default and also >> >> specified in the config file. >> >> (II) "record" will be loaded. This was enabled by default and also >> >> specified in the config file. >> >> (II) "dri" will be loaded. This was enabled by default and also >> >> specified in the config file. >> >> (II) "dri2" will be loaded. This was enabled by default and also >> >> specified in the config file. >> >> (II) LoadModule: "extmod" >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so >> >> (II) Module extmod: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 1.0.0 >> >> Module class: X.Org Server Extension >> >> ABI class: X.Org Server Extension, version 2.0 >> >> (II) Loading extension MIT-SCREEN-SAVER >> >> (II) Loading extension XFree86-VidModeExtension >> >> (II) Loading extension XFree86-DGA >> >> (II) Loading extension DPMS >> >> (II) Loading extension XVideo >> >> (II) Loading extension XVideo-MotionCompensation >> >> (II) Loading extension X-Resource >> >> (II) LoadModule: "record" >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so >> >> (II) Module record: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 1.13.0 >> >> Module class: X.Org Server Extension >> >> ABI class: X.Org Server Extension, version 2.0 >> >> (II) Loading extension RECORD >> >> (II) LoadModule: "dbe" >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so >> >> (II) Module dbe: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 1.0.0 >> >> Module class: X.Org Server Extension >> >> ABI class: X.Org Server Extension, version 2.0 >> >> (II) Loading extension DOUBLE-BUFFER >> >> (II) LoadModule: "extmod" >> >> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so >> >> (II) Loading extension MIT-SCREEN-SAVER >> >> (II) Loading extension XFree86-VidModeExtension >> >> (II) Loading extension DPMS >> >> (II) Loading extension XVideo >> >> (II) Loading extension XVideo-MotionCompensation >> >> (II) Loading extension X-Resource >> >> (II) LoadModule: "glx" >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so >> >> (II) Module glx: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 1.0.0 >> >> ABI class: X.Org Server Extension, version 2.0 >> >> (==) AIGLX disabled >> >> (II) Loading extension GLX >> >> (II) LoadModule: "dri" >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so >> >> (II) Module dri: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 1.0.0 >> >> ABI class: X.Org Server Extension, version 2.0 >> >> (II) Loading extension XFree86-DRI >> >> (II) LoadModule: "dri2" >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so >> >> (II) Module dri2: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 1.0.0 >> >> ABI class: X.Org Server Extension, version 2.0 >> >> (II) Loading extension DRI2 >> >> (II) LoadModule: "nv" >> >> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so >> >> (II) Module nv: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 2.1.13 >> >> Module class: X.Org Video Driver >> >> ABI class: X.Org Video Driver, version 5.0 >> >> (II) LoadModule: "mouse" >> >> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so >> >> (II) Module mouse: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 1.4.0 >> >> Module class: X.Org XInput Driver >> >> ABI class: X.Org XInput driver, version 4.0 >> >> (II) LoadModule: "kbd" >> >> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so >> >> (II) Module kbd: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 1.3.2 >> >> Module class: X.Org XInput Driver >> >> ABI class: X.Org XInput driver, version 4.0 >> >> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, >> >> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, >> >> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, >> >> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, >> >> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, >> >> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, >> >> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, >> >> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, >> >> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, >> >> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, >> >> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, >> >> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, >> >> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, >> >> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, >> >> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, >> >> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, >> >> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, >> >> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, >> >> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, >> >> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, >> >> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, >> >> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, >> >> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, >> >> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, >> >> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, >> >> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, >> >> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, >> >> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, >> >> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, >> >> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, >> >> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, >> >> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, >> >> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, >> >> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, >> >> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, >> >> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, >> >> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, >> >> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, >> >> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, >> >> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, >> >> Quadro FX 540, GeForce 6200, GeForce 6500, >> >> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), >> >> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, >> >> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, >> >> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, >> >> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, >> >> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, >> >> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, >> >> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, >> >> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, >> >> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, >> >> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, >> >> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, >> >> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, >> >> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, >> >> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, >> >> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, >> >> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, >> >> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, >> >> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, >> >> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, >> >> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, >> >> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, >> >> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, >> >> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, >> >> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, >> >> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, >> >> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, >> >> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, >> >> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, >> >> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, >> >> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, >> >> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, >> >> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, >> >> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, >> >> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, >> >> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, >> >> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M >> >> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at >> 01@00:02:0 >> >> (II) resource ranges after probing: >> >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >> (II) Loading sub module "int10" >> >> (II) LoadModule: "int10" >> >> (II) Loading /usr/local/lib/xorg/modules//libint10.so >> >> (II) Module int10: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 1.0.0 >> >> ABI class: X.Org Video Driver, version 5.0 >> >> (II) NV(0): Initializing int10 >> >> (==) NV(0): Write-combining range (0xa0000,0x20000) was already clear >> >> (==) NV(0): Write-combining range (0xc0000,0x40000) was already clear >> >> (--) NV(0): Chipset: "GeForce4 MX 440" >> >> (**) NV(0): Depth 24, (--) framebuffer bpp 32 >> >> (==) NV(0): RGB weight 888 >> >> (==) NV(0): Default visual is TrueColor >> >> (II) Loading sub module "vgahw" >> >> (II) LoadModule: "vgahw" >> >> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so >> >> (II) Module vgahw: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 0.1.0 >> >> ABI class: X.Org Video Driver, version 5.0 >> >> (**) NV(0): Option "CrtcNumber" "0" >> >> (==) NV(0): Using HW cursor >> >> (--) NV(0): Linear framebuffer at 0xF0000000 >> >> (--) NV(0): MMIO registers at 0xFD000000 >> >> (II) Loading sub module "i2c" >> >> (II) LoadModule: "i2c" >> >> (II) Module "i2c" already built-in >> >> (II) Loading sub module "ddc" >> >> (II) LoadModule: "ddc" >> >> (II) Module "ddc" already built-in >> >> (II) NV(0): I2C bus "DDC" initialized. >> >> (II) NV(0): Probing for analog device on output A... >> >> (--) NV(0): ...found one >> >> (II) NV(0): Probing for analog device on output B... >> >> (--) NV(0): ...can't find one >> >> (II) NV(0): Probing for EDID on I2C bus A... >> >> (II) NV(0): I2C device "DDC:E-EDID segment register" registered at >> >> address 0x60. >> >> (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. >> >> (--) NV(0): DDC detected a CRT: >> >> (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 >> >> (II) NV(0): Year: 1999 Week: 11 >> >> (II) NV(0): EDID Version: 1.1 >> >> (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V >> >> (II) NV(0): Sync: Separate Composite SyncOnGreen >> >> (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 >> >> (II) NV(0): Gamma: 2.05 >> >> (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display >> >> (II) NV(0): GTF timings supported >> >> (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 >> >> (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 >> >> (II) NV(0): Supported VESA Video Modes: >> >> (II) NV(0): 720x400@70Hz >> >> (II) NV(0): 720x400@88Hz >> >> (II) NV(0): 640x480@60Hz >> >> (II) NV(0): 640x480@67Hz >> >> (II) NV(0): 640x480@72Hz >> >> (II) NV(0): 640x480@75Hz >> >> (II) NV(0): 800x600@56Hz >> >> (II) NV(0): 800x600@60Hz >> >> (II) NV(0): 800x600@72Hz >> >> (II) NV(0): 800x600@75Hz >> >> (II) NV(0): 832x624@75Hz >> >> (II) NV(0): 1024x768@60Hz >> >> (II) NV(0): 1024x768@70Hz >> >> (II) NV(0): 1024x768@75Hz >> >> (II) NV(0): 1280x1024@75Hz >> >> (II) NV(0): 1152x870@75Hz >> >> (II) NV(0): Manufacturer's mask: 0 >> >> (II) NV(0): Supported Future Video Modes: >> >> (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 >> >> (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 >> >> (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 >> >> (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 >> >> (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 >> >> (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 >> >> (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 >> >> (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 >> >> (II) NV(0): Supported additional Video Mode: >> >> (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm >> >> (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_end >> >> 2208 h_border: 0 >> >> (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blanking: >> >> 1344 v_border: 0 >> >> (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 kHz, >> >> PixClock max 290 MHz >> >> (II) NV(0): Monitor name: PressView XL >> >> (II) NV(0): Serial No: 903500844 >> >> (II) NV(0): EDID (in hex): >> >> (II) NV(0): 00ffffffffffff00489315214c030000 >> >> (II) NV(0): 0b0901010e261c69e90488a0574a9b26 >> >> (II) NV(0): 12484cffef80455961598199a959c290 >> >> (II) NV(0): 71598b4fa94f886240606200405080b0 >> >> (II) NV(0): 13007c1d1100001e000000fd0032981e >> >> (II) NV(0): 731d000a202020202020000000fc0050 >> >> (II) NV(0): 726573735669657720584c0a000000ff >> >> (II) NV(0): 003930333530303834340a2020200078 >> >> (II) NV(0): Probing for EDID on I2C bus B... >> >> (II) NV(0): ... none found >> >> (--) NV(0): CRTC 0 appears to have a CRT attached >> >> (**) NV(0): Forcing CRTCNumber 0 as specified >> >> (II) NV(0): Using CRT on CRTC 0 >> >> (II) NV(0): EDID vendor "RDS", prod id 8469 >> >> (II) NV(0): Using EDID range info for horizontal sync >> >> (II) NV(0): Using EDID range info for vertical refresh >> >> (II) NV(0): Printing DDC gathered Modelines: >> >> (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 2208 1280 >> >> 1281 1284 1344 +hsync +vsync (114.2 kHz) >> >> (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 >> >> 605 628 +hsync +vsync (37.9 kHz) >> >> (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 >> >> 603 625 +hsync +vsync (35.2 kHz) >> >> (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 >> >> 484 500 -hsync -vsync (37.5 kHz) >> >> (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 >> >> 492 520 -hsync -vsync (37.9 kHz) >> >> (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 >> >> 486 525 -hsync -vsync (35.0 kHz) >> >> (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 >> >> 492 525 -hsync -vsync (31.5 kHz) >> >> (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 >> >> 423 449 -hsync -vsync (39.4 kHz) >> >> (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 >> >> 414 449 -hsync +vsync (31.5 kHz) >> >> (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 >> >> 1025 1028 1066 +hsync +vsync (80.0 kHz) >> >> (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 >> >> 769 772 800 +hsync +vsync (60.0 kHz) >> >> (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 >> >> 771 777 806 -hsync -vsync (56.5 kHz) >> >> (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 >> >> 771 777 806 -hsync -vsync (48.4 kHz) >> >> (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 >> >> 628 667 -hsync -vsync (49.7 kHz) >> >> (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 >> >> 604 625 +hsync +vsync (46.9 kHz) >> >> (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 >> >> 643 666 +hsync +vsync (48.1 kHz) >> >> (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 >> >> 865 868 900 +hsync +vsync (67.5 kHz) >> >> (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 >> >> 604 631 +hsync +vsync (53.7 kHz) >> >> (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 >> >> 769 772 808 +hsync +vsync (68.7 kHz) >> >> (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 >> >> 1025 1028 1072 +hsync +vsync (91.1 kHz) >> >> (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 2160 1200 >> >> 1201 1204 1250 +hsync +vsync (106.2 kHz) >> >> (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 >> >> 1201 1204 1250 +hsync +vsync (93.8 kHz) >> >> (--) NV(0): VideoRAM: 65536 kBytes >> >> (==) NV(0): Using gamma correction (1.0, 1.0, 1.0) >> >> (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz >> >> (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz >> >> (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz >> >> (II) NV(0): Clock range: 12.00 to 350.00 MHz >> >> (II) NV(0): Not using default mode "1024x768" (bad mode >> >> clock/interlace/doublescan) >> >> (II) NV(0): Not using default mode "512x384" (bad mode >> >> clock/interlace/doublescan) >> >> (II) NV(0): Not using default mode "1920x1440" (mode clock too high) >> >> (II) NV(0): Not using default mode "1920x1440" (hsync out of range) >> >> (II) NV(0): Not using default mode "960x720" (hsync out of range) >> >> (II) NV(0): Not using default mode "2048x1536" (hsync out of range) >> >> (II) NV(0): Not using default mode "1024x768" (hsync out of range) >> >> (II) NV(0): Not using default mode "2048x1536" (bad mode >> >> clock/interlace/doublescan) >> >> (II) NV(0): Not using default mode "1024x768" (hsync out of range) >> >> (II) NV(0): Not using mode "1152x864" (no mode of this name) >> >> (II) NV(0): Not using default mode "2048x1536" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1920x1440" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1856x1392" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1856x1392" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1792x1344" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1792x1344" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using driver mode "1600x1280" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using driver mode "1600x1200" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using driver mode "1600x1200" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1400x1050" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1400x1050" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using driver mode "1280x1024" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using driver mode "1280x1024" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1280x1024" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1280x1024" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1280x1024" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1280x960" (width too large for >> >> virtual size) >> >> (II) NV(0): Not using default mode "1280x960" (width too large for >> >> virtual size) >> >> (--) NV(0): Virtual size is 1152x864 (pitch 1152) >> >> (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz >> >> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 >> >> 865 868 900 +hsync +vsync (67.5 kHz) >> >> (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz >> >> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 >> >> 865 868 900 +hsync +vsync (67.5 kHz) >> >> (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz >> >> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 >> >> 769 772 808 +hsync +vsync (68.7 kHz) >> >> (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz >> >> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 >> >> 769 772 800 +hsync +vsync (60.0 kHz) >> >> (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz >> >> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 >> >> 771 777 806 -hsync -vsync (56.5 kHz) >> >> (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz >> >> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 >> >> 771 777 806 -hsync -vsync (48.4 kHz) >> >> (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz >> >> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 >> >> 769 772 808 +hsync +vsync (68.7 kHz) >> >> (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz >> >> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 >> >> 769 772 800 +hsync +vsync (60.0 kHz) >> >> (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz >> >> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 >> >> 771 777 806 -hsync -vsync (56.5 kHz) >> >> (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D) >> >> (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 >> >> 768 770 794 doublescan -hsync +vsync (95.3 kHz) >> >> (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz >> >> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 >> >> 771 777 806 -hsync -vsync (48.4 kHz) >> >> (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz (D) >> >> (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 >> >> 720 722 750 doublescan -hsync +vsync (112.5 kHz) >> >> (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D) >> >> (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 >> >> 720 722 750 doublescan -hsync +vsync (90.0 kHz) >> >> (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz (D) >> >> (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 >> >> 698 750 doublescan -hsync +vsync (112.5 kHz) >> >> (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D) >> >> (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 >> >> 698 719 doublescan -hsync +vsync (86.4 kHz) >> >> (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D) >> >> (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 >> >> 674 708 doublescan -hsync +vsync (106.3 kHz) >> >> (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D) >> >> (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 >> >> 674 697 doublescan -hsync +vsync (83.7 kHz) >> >> (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz >> >> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 >> >> 628 667 -hsync -vsync (49.7 kHz) >> >> (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz >> >> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 >> >> 628 667 -hsync -vsync (49.7 kHz) >> >> (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz >> >> (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 >> >> 604 631 +hsync +vsync (53.7 kHz) >> >> (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz >> >> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 >> >> 604 625 +hsync +vsync (46.9 kHz) >> >> (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz >> >> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 >> >> 643 666 +hsync +vsync (48.1 kHz) >> >> (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz >> >> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 >> >> 605 628 +hsync +vsync (37.9 kHz) >> >> (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz >> >> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 >> >> 603 625 +hsync +vsync (35.2 kHz) >> >> (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz >> >> (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 >> >> 604 631 +hsync +vsync (53.7 kHz) >> >> (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D) >> >> (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 >> >> 602 625 doublescan +hsync +vsync (106.2 kHz) >> >> (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz >> >> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 >> >> 604 625 +hsync +vsync (46.9 kHz) >> >> (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D) >> >> (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 >> >> 602 625 doublescan +hsync +vsync (93.8 kHz) >> >> (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz >> >> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 >> >> 643 666 +hsync +vsync (48.1 kHz) >> >> (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D) >> >> (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 >> >> 602 625 doublescan +hsync +vsync (87.5 kHz) >> >> (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) >> >> (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 >> >> 602 625 doublescan +hsync +vsync (81.2 kHz) >> >> (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz >> >> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 >> >> 605 628 +hsync +vsync (37.9 kHz) >> >> (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) >> >> (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 >> >> 602 625 doublescan +hsync +vsync (75.0 kHz) >> >> (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz >> >> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 >> >> 603 625 +hsync +vsync (35.2 kHz) >> >> (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) >> >> (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 >> >> 532 545 doublescan +hsync +vsync (81.5 kHz) >> >> (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) >> >> (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 >> >> 532 541 doublescan +hsync +vsync (64.9 kHz) >> >> (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D) >> >> (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 >> >> 514 536 doublescan +hsync +vsync (91.1 kHz) >> >> (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) >> >> (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 >> >> 514 533 doublescan +hsync +vsync (80.0 kHz) >> >> (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) >> >> (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 >> >> 514 533 doublescan +hsync +vsync (64.0 kHz) >> >> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz >> >> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 >> >> 484 500 -hsync -vsync (37.5 kHz) >> >> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz >> >> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 >> >> 492 520 -hsync -vsync (37.9 kHz) >> >> (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz >> >> (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 >> >> 486 525 -hsync -vsync (35.0 kHz) >> >> (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz >> >> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 >> >> 492 525 -hsync -vsync (31.5 kHz) >> >> (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D) >> >> (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 >> >> 482 505 doublescan +hsync +vsync (85.9 kHz) >> >> (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz >> >> (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 >> >> 484 509 -hsync -vsync (43.3 kHz) >> >> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz >> >> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 >> >> 484 500 -hsync -vsync (37.5 kHz) >> >> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz >> >> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 >> >> 492 520 -hsync -vsync (37.9 kHz) >> >> (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) >> >> (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 >> >> 482 500 doublescan +hsync +vsync (60.0 kHz) >> >> (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz >> >> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 >> >> 492 525 -hsync -vsync (31.5 kHz) >> >> (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz >> >> (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 >> >> 423 449 -hsync -vsync (39.4 kHz) >> >> (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz >> >> (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 >> >> 414 449 -hsync +vsync (31.5 kHz) >> >> (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz >> >> (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 >> >> 404 446 -hsync +vsync (37.9 kHz) >> >> (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz >> >> (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 >> >> 404 445 -hsync +vsync (37.9 kHz) >> >> (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) >> >> (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 >> >> 434 450 doublescan +hsync +vsync (67.5 kHz) >> >> (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz >> >> (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 >> >> 385 445 +hsync -vsync (37.9 kHz) >> >> (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) >> >> (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 >> >> 386 404 doublescan +hsync +vsync (68.7 kHz) >> >> (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) >> >> (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 >> >> 386 400 doublescan +hsync +vsync (60.0 kHz) >> >> (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) >> >> (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 >> >> 388 403 doublescan -hsync -vsync (56.5 kHz) >> >> (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) >> >> (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 >> >> 388 403 doublescan -hsync -vsync (48.4 kHz) >> >> (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) >> >> (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 >> >> 314 333 doublescan -hsync -vsync (49.7 kHz) >> >> (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) >> >> (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 >> >> 302 315 doublescan +hsync +vsync (53.7 kHz) >> >> (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) >> >> (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 >> >> 302 312 doublescan +hsync +vsync (46.9 kHz) >> >> (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) >> >> (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 >> >> 321 333 doublescan +hsync +vsync (48.1 kHz) >> >> (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) >> >> (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 >> >> 302 314 doublescan +hsync +vsync (37.9 kHz) >> >> (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) >> >> (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 >> >> 301 312 doublescan +hsync +vsync (35.2 kHz) >> >> (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) >> >> (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 >> >> 242 254 doublescan -hsync -vsync (43.3 kHz) >> >> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) >> >> (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 >> >> 242 250 doublescan -hsync -vsync (37.5 kHz) >> >> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) >> >> (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 >> >> 246 260 doublescan -hsync -vsync (37.9 kHz) >> >> (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) >> >> (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 >> >> 246 262 doublescan -hsync -vsync (31.5 kHz) >> >> (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) >> >> (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 >> >> 202 223 doublescan -hsync +vsync (37.9 kHz) >> >> (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) >> >> (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 >> >> 202 222 doublescan -hsync +vsync (37.9 kHz) >> >> (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) >> >> (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 >> >> 192 222 doublescan +hsync -vsync (37.9 kHz) >> >> (**) NV(0): Display dimensions: (380, 280) mm >> >> (**) NV(0): DPI set to (77, 78) >> >> (II) Loading sub module "fb" >> >> (II) LoadModule: "fb" >> >> (II) Loading /usr/local/lib/xorg/modules//libfb.so >> >> (II) Module fb: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 1.0.0 >> >> ABI class: X.Org ANSI C Emulation, version 0.4 >> >> (II) Loading sub module "xaa" >> >> (II) LoadModule: "xaa" >> >> (II) Loading /usr/local/lib/xorg/modules//libxaa.so >> >> (II) Module xaa: vendor="X.Org Foundation" >> >> compiled for 1.6.0, module version = 1.2.1 >> >> ABI class: X.Org Video Driver, version 5.0 >> >> (II) Loading sub module "ramdac" >> >> (II) LoadModule: "ramdac" >> >> (II) Module "ramdac" already built-in >> >> (--) Depth 24 pixmap format is 32 bpp >> >> (II) do I need RAC? No, I don't. >> >> (II) resource ranges after preInit: >> >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >> (II) NV(0): Using XFree86 Acceleration Architecture (XAA) >> >> Screen to screen bit blits >> >> Solid filled rectangles >> >> 8x8 mono pattern filled rectangles >> >> Indirect CPU to Screen color expansion >> >> Solid Lines >> >> Scanline Image Writes >> >> Setting up tile and stipple cache: >> >> 32 128x128 slots >> >> 32 256x256 slots >> >> 16 512x512 slots >> >> (==) NV(0): Backing store disabled >> >> (==) NV(0): Silken mouse enabled >> >> (II) NV(0): DPMS enabled >> >> (==) RandR enabled >> >> (II) Initializing built-in extension Generic Event Extension >> >> (II) Initializing built-in extension SHAPE >> >> (II) Initializing built-in extension MIT-SHM >> >> (II) Initializing built-in extension XInputExtension >> >> (II) Initializing built-in extension XTEST >> >> (II) Initializing built-in extension BIG-REQUESTS >> >> (II) Initializing built-in extension SYNC >> >> (II) Initializing built-in extension XKEYBOARD >> >> (II) Initializing built-in extension XC-MISC >> >> (II) Initializing built-in extension XINERAMA >> >> (II) Initializing built-in extension XFIXES >> >> (II) Initializing built-in extension RENDER >> >> (II) Initializing built-in extension RANDR >> >> (II) Initializing built-in extension COMPOSITE >> >> (II) Initializing built-in extension DAMAGE >> >> (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so >> >> (II) GLX: Initialized DRISWRAST GL provider for screen 0 >> >> (**) Option "Protocol" "Auto" >> >> (**) Mouse0: Device: "/dev/sysmouse" >> >> (**) Mouse0: Protocol: "Auto" >> >> (**) Option "CorePointer" >> >> (**) Mouse0: always reports core events >> >> (**) Option "Device" "/dev/sysmouse" >> >> (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 >> >> (**) Option "ZAxisMapping" "4 5 6 7" >> >> (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 >> >> (**) Mouse0: Buttons: 11 >> >> (**) Option "Resolution" "800" >> >> (**) Mouse0: Resolution: 800 >> >> (**) Mouse0: Sensitivity: 1 >> >> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) >> >> (**) Mouse0: (accel) keeping acceleration scheme 1 >> >> (**) Mouse0: (accel) filter chain progression: 2.00 >> >> (**) Mouse0: (accel) filter stage 0: 20.00 ms >> >> (**) Mouse0: (accel) set acceleration profile 0 >> >> (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 >> >> (II) Mouse0: SetupAuto: protocol is SysMouse >> >> (**) Option "CoreKeyboard" >> >> (**) Keyboard0: always reports core events >> >> (**) Option "Protocol" "standard" >> >> (**) Keyboard0: Protocol: standard >> >> (**) Option "AutoRepeat" "500 30" >> >> (**) Option "XkbRules" "xorg" >> >> (**) Keyboard0: XkbRules: "xorg" >> >> (**) Option "XkbModel" "pc104" >> >> (**) Keyboard0: XkbModel: "pc104" >> >> (**) Option "XkbLayout" "us" >> >> (**) Keyboard0: XkbLayout: "us" >> >> (**) Option "CustomKeycodes" "off" >> >> (**) Keyboard0: CustomKeycodes disabled >> >> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) >> >> >> >> xorg.conf: >> >> Section "ServerLayout" >> >> Identifier "X.org Configured" >> >> Screen 0 "Screen0" 0 0 >> >> # Screen 1 "Screen1" RightOf "Screen0" >> >> InputDevice "Mouse0" "CorePointer" >> >> InputDevice "Keyboard0" "CoreKeyboard" >> >> EndSection >> >> >> >> Section "Files" >> >> ModulePath "/usr/local/lib/xorg/modules" >> >> FontPath "/usr/local/lib/X11/fonts/misc/" >> >> FontPath "/usr/local/lib/X11/fonts/TTF/" >> >> FontPath "/usr/local/lib/X11/fonts/OTF" >> >> FontPath "/usr/local/lib/X11/fonts/Type1/" >> >> FontPath "/usr/local/lib/X11/fonts/100dpi/" >> >> FontPath "/usr/local/lib/X11/fonts/75dpi/" >> >> EndSection >> >> >> >> Section "Module" >> >> Load "extmod" >> >> Load "record" >> >> Load "dbe" >> >> SubSection "extmod" >> >> Option "omit xfree86-dga" # don't initialise the DGA extension >> >> EndSubSection >> >> Load "glx" >> >> Load "dri" >> >> Load "dri2" >> >> EndSection >> >> >> >> Section "ServerFlags" >> >> Option "AllowEmptyInput" "false" >> >> EndSection >> >> >> >> Section "InputDevice" >> >> Identifier "Keyboard0" >> >> Driver "kbd" >> >> Option "AutoRepeat" "500 30" >> >> Option "XkbRules" "xorg" >> >> Option "XkbModel" "pc104" >> >> Option "XkbLayout" "us" >> >> EndSection >> >> >> >> Section "InputDevice" >> >> Identifier "Mouse0" >> >> Driver "mouse" >> >> Option "Protocol" "Auto" >> >> Option "Device" "/dev/sysmouse" >> >> Option "ZAxisMapping" "4 5 6 7" >> >> Option "Resolution" "800" >> >> EndSection >> >> >> >> Section "Monitor" >> >> Identifier "Monitor1" >> >> VendorName "RDS" >> >> ModelName "PressView XL" >> >> EndSection >> >> >> >> Section "Device" >> >> ### Available Driver options are:- >> >> ### Values: : integer, : float, : "True"/"False", >> >> ### : "String", : " Hz/kHz/MHz" >> >> ### [arg]: arg optional >> >> #Option "SWcursor" # [] >> >> #Option "HWcursor" # [] >> >> #Option "NoAccel" # [] >> >> #Option "ShadowFB" # [] >> >> #Option "UseFBDev" # [] >> >> #Option "Rotate" # [] >> >> #Option "VideoKey" # >> >> #Option "FlatPanel" # [] >> >> #Option "FPDither" # [] >> >> #Option "CrtcNumber" # >> >> Option "CrtcNumber" "0" >> >> #Option "FPScale" # [] >> >> #Option "FPTweak" # >> >> #Option "DualHead" # [] >> >> Identifier "Card1" >> >> Driver "nv" >> >> VendorName "nVidia Corporation" >> >> BoardName "NV17 [GeForce4 MX 440]" >> >> BusID "PCI:1:2:0" >> >> EndSection >> >> >> >> Section "Screen" >> >> Identifier "Screen0" >> >> Device "Card1" >> >> Monitor "Monitor1" >> >> DefaultDepth 24 >> >> >> >> SubSection "Display" >> >> Viewport 0 0 >> >> Depth 24 >> >> Modes "1152x864" "1152x864" "1152x864" >> >> EndSubSection >> >> EndSection >> >> >> >> dmesg(8) output: >> >> May 18 20:21:51 udns syslogd: kernel boot file is /boot/kernel/kernel >> >> May 18 20:21:51 udns kernel: Copyright (c) 1992-2009 The FreeBSD Project. >> >> May 18 20:21:51 udns kernel: Copyright (c) 1979, 1980, 1983, 1986, >> >> 1988, 1989, 1991, 1992, 1993, 1994 >> >> May 18 20:21:51 udns kernel: The Regents of the University of >> >> California. All rights reserved. >> >> May 18 20:21:51 udns kernel: FreeBSD is a registered trademark of The >> >> FreeBSD Foundation. >> >> May 18 20:21:51 udns kernel: FreeBSD 7.1-RELEASE #0: Thu Jan 1 >> >> 14:37:25 UTC 2009 >> >> May 18 20:21:51 udns kernel: >> >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC >> >> May 18 20:21:51 udns kernel: Preloaded elf kernel "/boot/kernel/kernel" >> >> at 0xc0d89000. >> >> May 18 20:21:51 udns kernel: Preloaded elf module >> >> "/boot/kernel/geom_stripe.ko" at 0xc0d89174. >> >> May 18 20:21:51 udns kernel: Calibrating clock(s) ... i8254 clock: >> >> 1192975 Hz >> >> May 18 20:21:51 udns kernel: CLK_USE_I8254_CALIBRATION not specified - >> >> using default frequency >> >> May 18 20:21:51 udns kernel: Timecounter "i8254" frequency 1193182 Hz >> >> quality 0 >> >> May 18 20:21:51 udns kernel: Calibrating TSC clock ... TSC clock: >> >> 797345795 Hz >> >> May 18 20:21:51 udns kernel: CPU: Intel Pentium III (797.35-MHz >> >> 686-class CPU) >> >> May 18 20:21:51 udns kernel: Origin = "GenuineIntel" Id = 0x686 >> >> Stepping = 6 >> >> May 18 20:21:51 udns kernel: >> >> >> Features=0x387fbff >> >> May 18 20:21:51 udns kernel: May 18 20:21:51 udns kernel: Instruction >> >> TLB: 4 KB pages, 4-way set associative, 32 entries >> >> May 18 20:21:51 udns kernel: Instruction TLB: 4 MB pages, fully >> >> associative, 2 entries >> >> May 18 20:21:51 udns kernel: Data TLB: 4 KB pages, 4-way set >> >> associative, 64 entries >> >> May 18 20:21:51 udns kernel: 2nd-level cache: 256 KB, 8-way set >> >> associative, 32 byte line size >> >> May 18 20:21:51 udns kernel: 1st-level instruction cache: 16 KB, 4-way >> >> set associative, 32 byte line size >> >> May 18 20:21:51 udns kernel: Data TLB: 4 MB Pages, 4-way set >> >> associative, 8 entries >> >> May 18 20:21:51 udns kernel: 1st-level data cache: 16 KB, 4-way set >> >> associative, 32 byte line size >> >> May 18 20:21:51 udns kernel: real memory = 1073741824 (1024 MB) >> >> May 18 20:21:51 udns kernel: Physical memory chunk(s): >> >> May 18 20:21:51 udns kernel: 0x0000000000001000 - 0x000000000009efff, >> >> 647168 bytes (158 pages) >> >> May 18 20:21:51 udns kernel: 0x0000000000100000 - 0x00000000003fffff, >> >> 3145728 bytes (768 pages) >> >> May 18 20:21:51 udns kernel: 0x0000000001025000 - 0x000000003edb7fff, >> >> 1037643776 bytes (253331 pages) >> >> May 18 20:21:51 udns kernel: avail memory = 1037078528 (989 MB) >> >> May 18 20:21:51 udns kernel: MP Configuration Table version 1.4 found >> >> at 0xc00f0db0 >> >> May 18 20:21:51 udns kernel: APIC: Using the MPTable enumerator. >> >> May 18 20:21:51 udns kernel: SMP: Added CPU 0 (BSP) >> >> May 18 20:21:51 udns kernel: SMP: Added CPU 1 (AP) >> >> May 18 20:21:51 udns kernel: MPTable: >> >> May 18 20:21:51 udns kernel: INTR: Adding local APIC 1 as a target >> >> May 18 20:21:51 udns kernel: FreeBSD/SMP: Multiprocessor System >> >> Detected: 2 CPUs >> >> May 18 20:21:51 udns kernel: cpu0 (BSP): APIC ID: 0 >> >> May 18 20:21:51 udns kernel: cpu1 (AP): APIC ID: 1 >> >> May 18 20:21:51 udns kernel: bios32: Found BIOS32 Service Directory >> >> header at 0xc00fdb90 >> >> May 18 20:21:51 udns kernel: bios32: Entry = 0xfdba0 (c00fdba0) Rev = >> >> 0 Len = 1 >> >> May 18 20:21:51 udns kernel: pcibios: PCI BIOS entry at 0xf0000+0xdbc1 >> >> May 18 20:21:51 udns kernel: pnpbios: Found PnP BIOS data at 0xc00f4c50 >> >> May 18 20:21:51 udns kernel: pnpbios: Entry = f0000:3954 Rev = 1.0 >> >> May 18 20:21:51 udns kernel: Other BIOS signatures found: >> >> May 18 20:21:51 udns kernel: ULE: setup cpu group 0 >> >> May 18 20:21:51 udns kernel: ULE: setup cpu 0 >> >> May 18 20:21:51 udns kernel: ULE: adding cpu 0 to group 0: cpus 1 >> mask 0x1 >> >> May 18 20:21:51 udns kernel: ULE: setup cpu group 1 >> >> May 18 20:21:51 udns kernel: ULE: setup cpu 1 >> >> May 18 20:21:51 udns kernel: ULE: adding cpu 1 to group 1: cpus 1 >> mask 0x2 >> >> May 18 20:21:51 udns kernel: ioapic0: Assuming intbase of 0 >> >> May 18 20:21:51 udns kernel: ioapic0: Routing external 8259A's -> >> intpin 0 >> >> May 18 20:21:51 udns kernel: ioapic1: Assuming intbase of 16 >> >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 bus PCI >> >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 trigger: level >> >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 polarity: low >> >> May 18 20:21:51 udns kernel: ioapic0: Routing IRQ 0 -> intpin 2 >> >> May 18 20:21:51 udns kernel: lapic: Routing ExtINT -> LINT0 >> >> May 18 20:21:51 udns kernel: lapic: LINT0 trigger: edge >> >> May 18 20:21:51 udns kernel: lapic: LINT0 polarity: high >> >> May 18 20:21:51 udns kernel: lapic: Routing NMI -> LINT1 >> >> May 18 20:21:51 udns kernel: lapic: LINT1 trigger: edge >> >> May 18 20:21:51 udns kernel: lapic: LINT1 polarity: high >> >> May 18 20:21:51 udns kernel: ioapic0 irqs 0-15 on >> motherboard >> >> May 18 20:21:51 udns kernel: ioapic1 irqs 16-31 on >> motherboard >> >> May 18 20:21:51 udns kernel: cpu0 BSP: >> >> May 18 20:21:51 udns kernel: ID: 0x00000000 VER: 0x00040011 LDR: >> >> 0x00000000 DFR: 0xffffffff >> >> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: >> >> 0x00000000 SVR: 0x000001ff >> >> May 18 20:21:51 udns kernel: timer: 0x000100ef therm: 0x00000000 err: >> >> 0x0001000f pcm: 0x00010000 >> >> May 18 20:21:51 udns kernel: ath_rate: version 1.2 > >> selection algorithm> >> >> May 18 20:21:51 udns kernel: wlan_amrr: > >> Algorithm> >> >> May 18 20:21:51 udns kernel: wlan: <802.11 Link Layer> >> >> May 18 20:21:51 udns kernel: null: >> >> May 18 20:21:51 udns kernel: random: >> >> May 18 20:21:51 udns kernel: nfslock: pseudo-device >> >> May 18 20:21:51 udns kernel: io: >> >> May 18 20:21:51 udns kernel: kbd: new array size 4 >> >> May 18 20:21:51 udns kernel: kbd1 at kbdmux0 >> >> May 18 20:21:51 udns kernel: mem: >> >> May 18 20:21:51 udns kernel: Pentium Pro MTRR support enabled >> >> May 18 20:21:51 udns kernel: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, >> >> RF5111, RF5112, RF2413, RF5413) >> >> May 18 20:21:51 udns kernel: hptrr: RocketRAID 17xx/2xxx SATA >> >> controller driver v1.2 (Jan 1 2009 14:37:00) >> >> May 18 20:21:51 udns kernel: npx0: INT 16 interface >> >> May 18 20:21:51 udns kernel: pci_open(1): mode 1 addr port (0x0cf8) is >> >> 0x80000070 >> >> May 18 20:21:51 udns kernel: pci_open(1a): mode1res=0x80000000 >> (0x80000000) >> >> May 18 20:21:51 udns kernel: pci_cfgcheck: device 0 [class=060000] >> >> [hdr=80] is there (id=00091166) >> >> May 18 20:21:51 udns kernel: pcibios: BIOS version 2.10 >> >> May 18 20:21:51 udns kernel: pcib0: pcibus 0 >> >> on motherboard >> >> May 18 20:21:51 udns kernel: pci0: on pcib0 >> >> May 18 20:21:51 udns kernel: pci0: domain=0, physical bus=0 >> >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, >> revid=0x06 >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=0 >> >> May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 >> >> May 18 20:21:51 udns kernel: cmdreg=0x0006, statreg=0x2200, cachelnsz=8 >> >> (dwords) >> >> May 18 20:21:51 udns kernel: lattimer=0x20 (960 ns), mingnt=0x00 (0 >> >> ns), maxlat=0x00 (0 ns) >> >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, >> revid=0x06 >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=1 >> >> May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 >> >> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, cachelnsz=8 >> >> (dwords) >> >> May 18 20:21:51 udns kernel: lattimer=0x10 (480 ns), mingnt=0x00 (0 >> >> ns), maxlat=0x00 (0 ns) >> >> May 18 20:21:51 udns kernel: found-> vendor=0x1002, dev=0x4752, >> revid=0x27 >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=1, func=0 >> >> May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 >> >> May 18 20:21:51 udns kernel: cmdreg=0x0080, statreg=0x0290, cachelnsz=8 >> >> (dwords) >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 >> >> ns), maxlat=0x00 (0 ns) >> >> May 18 20:21:51 udns kernel: intpin=a, irq=9 >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 >> current D0 >> >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> >> 0xfb000000, size 24, memory disabled >> >> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base >> >> 0xd800, size 8, port disabled >> >> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base >> >> 0xfcaff000, size 12, enabled >> >> May 18 20:21:51 udns kernel: pcib0: slot 1 INTA routed to irq 22 >> >> May 18 20:21:51 udns kernel: found-> vendor=0x8086, dev=0x1229, >> revid=0x08 >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=4, func=0 >> >> May 18 20:21:51 udns kernel: class=02-00-00, hdrtype=0x00, mfdev=0 >> >> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0290, cachelnsz=8 >> >> (dwords) >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 >> >> ns), maxlat=0x38 (14000 ns) >> >> May 18 20:21:51 udns kernel: intpin=a, irq=5 >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 >> current D0 >> >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> >> 0xfcafe000, size 12, enabled >> >> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base >> >> 0xd400, size 6, enabled >> >> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base >> >> 0xfc900000, size 20, enabled >> >> May 18 20:21:51 udns kernel: pcib0: slot 4 INTA routed to irq 20 >> >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0200, >> revid=0x50 >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=0 >> >> May 18 20:21:51 udns kernel: class=06-01-00, hdrtype=0x00, mfdev=1 >> >> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, cachelnsz=0 >> >> (dwords) >> >> May 18 20:21:51 udns kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), >> >> maxlat=0x00 (0 ns) >> >> May 18 20:21:51 udns kernel: map[90]: type I/O Port, range 32, base >> >> 0x580, size 4, enabled >> >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0211, >> revid=0x00 >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=1 >> >> May 18 20:21:51 udns kernel: class=01-01-8a, hdrtype=0x00, mfdev=1 >> >> May 18 20:21:51 udns kernel: cmdreg=0x0005, statreg=0x0200, cachelnsz=0 >> >> (dwords) >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 >> >> ns), maxlat=0x00 (0 ns) >> >> May 18 20:21:51 udns kernel: map[20]: type I/O Port, range 32, base >> >> 0xffa0, size 4, enabled >> >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0220, >> revid=0x04 >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=2 >> >> May 18 20:21:51 udns kernel: class=0c-03-10, hdrtype=0x00, mfdev=1 >> >> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0280, cachelnsz=8 >> >> (dwords) >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 >> >> ns), maxlat=0x50 (20000 ns) >> >> May 18 20:21:51 udns kernel: intpin=a, irq=10 >> >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> >> 0xfcafd000, size 12, enabled >> >> May 18 20:21:51 udns kernel: pcib0: slot 15 INTA routed to irq 10 >> >> May 18 20:21:51 udns kernel: vgapci0: port >> >> 0xd800-0xd8ff mem 0xfb000000-0xfbffffff,0xfcaff000-0xfcafffff irq 22 at >> >> device 1.0 on pci0 >> >> May 18 20:21:51 udns kernel: fxp0: port >> >> 0xd400-0xd43f mem 0xfcafe000-0xfcafefff,0xfc900000-0xfc9fffff irq 20 at >> >> device 4.0 on pci0 >> >> May 18 20:21:51 udns kernel: fxp0: Reserved 0x1000 bytes for rid 0x10 >> >> type 3 at 0xfcafe000 >> >> May 18 20:21:51 udns kernel: fxp0: using memory space register mapping >> >> May 18 20:21:51 udns kernel: fxp0: PCI IDs: 8086 1229 8086 100c 0008 >> >> May 18 20:21:51 udns kernel: fxp0: Dynamic Standby mode is disabled >> >> May 18 20:21:51 udns kernel: miibus0: on fxp0 >> >> May 18 20:21:51 udns kernel: inphy0: >> >> PHY 1 on miibus0 >> >> May 18 20:21:51 udns kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, >> >> 100baseTX-FDX, auto >> >> May 18 20:21:51 udns kernel: fxp0: bpf attached >> >> May 18 20:21:51 udns kernel: fxp0: Ethernet address: 00:e0:81:20:9d:66 >> >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 4 (PCI IRQ 20) to >> >> vector 48 >> >> May 18 20:21:51 udns kernel: fxp0: [MPSAFE] >> >> May 18 20:21:51 udns kernel: fxp0: [ITHREAD] >> >> May 18 20:21:51 udns kernel: isab0: port 0x580-0x58f >> >> at device 15.0 on pci0 >> >> May 18 20:21:51 udns kernel: isa0: on isab0 >> >> May 18 20:21:51 udns kernel: atapci0: > >> controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at >> >> device 15.1 on pci0 >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x10 bytes for rid 0x20 >> >> type 4 at 0xffa0 >> >> May 18 20:21:51 udns kernel: ata0: on atapci0 >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x10 >> >> type 4 at 0x1f0 >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x14 >> >> type 4 at 0x3f6 >> >> May 18 20:21:51 udns kernel: ata0: reset tp1 mask=03 ostat0=50 ostat1=50 >> >> May 18 20:21:51 udns kernel: ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb >> >> May 18 20:21:51 udns kernel: ata0: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 >> >> May 18 20:21:51 udns kernel: ata0: reset tp2 stat0=00 stat1=50 >> >> devices=0x6 >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 14 (ISA IRQ 14) to >> >> vector 49 >> >> May 18 20:21:51 udns kernel: ata0: [MPSAFE] >> >> May 18 20:21:51 udns kernel: ata0: [ITHREAD] >> >> May 18 20:21:51 udns kernel: ata1: on atapci0 >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x18 >> >> type 4 at 0x170 >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x1c >> >> type 4 at 0x376 >> >> May 18 20:21:51 udns kernel: ata1: reset tp1 mask=03 ostat0=50 ostat1=00 >> >> May 18 20:21:51 udns kernel: ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb >> >> May 18 20:21:51 udns kernel: ata1: stat1=0x00 err=0x04 lsb=0x00 msb=0x02 >> >> May 18 20:21:51 udns kernel: ata1: reset tp2 stat0=00 stat1=00 >> >> devices=0x4 >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 15 (ISA IRQ 15) to >> >> vector 50 >> >> May 18 20:21:51 udns kernel: ata1: [MPSAFE] >> >> May 18 20:21:51 udns kernel: ata1: [ITHREAD] >> >> May 18 20:21:51 udns kernel: ohci0: mem >> >> 0xfcafd000-0xfcafdfff irq 10 at device 15.2 on pci0 >> >> May 18 20:21:51 udns kernel: ohci0: Reserved 0x1000 bytes for rid 0x10 >> >> type 3 at 0xfcafd000 >> >> May 18 20:21:51 udns kernel: ohci0: (New OHCI DeviceId=0x02201166) >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 10 (PCI IRQ 10) to >> >> vector 51 >> >> May 18 20:21:51 udns kernel: ohci0: [GIANT-LOCKED] >> >> May 18 20:21:51 udns kernel: ohci0: [ITHREAD] >> >> May 18 20:21:51 udns kernel: usb0: OHCI version 1.0, legacy support >> >> May 18 20:21:51 udns kernel: usb0: > controller> on ohci0 >> >> May 18 20:21:51 udns kernel: usb0: USB revision 1.0 >> >> May 18 20:21:51 udns kernel: uhub0: <(0x1166) OHCI root hub, class 9/0, >> >> rev 1.00/1.00, addr 1> on usb0 >> >> May 18 20:21:51 udns kernel: uhub0: 4 ports with 4 removable, >> self powered >> >> May 18 20:21:51 udns kernel: pcib1: pcibus 1 >> >> on motherboard >> >> May 18 20:21:51 udns kernel: pci1: on pcib1 >> >> May 18 20:21:51 udns kernel: pci1: domain=0, physical bus=1 >> >> May 18 20:21:51 udns kernel: found-> vendor=0x10de, dev=0x0171, >> revid=0xa3 >> >> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=2, func=0 >> >> May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 >> >> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 >> >> (dwords) >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x05 (1250 >> >> ns), maxlat=0x01 (250 ns) >> >> May 18 20:21:51 udns kernel: intpin=a, irq=11 >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >> >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> >> 0xfd000000, size 24, enabled >> >> May 18 20:21:51 udns kernel: map[14]: type Prefetchable Memory, range >> >> 32, base 0xf0000000, size 27, enabled >> >> May 18 20:21:51 udns kernel: map[18]: type Prefetchable Memory, range >> >> 32, base 0xfa580000, size 19, enabled >> >> May 18 20:21:51 udns kernel: pcib1: slot 2 INTA routed to irq 27 >> >> May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, >> revid=0x01 >> >> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=0 >> >> May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 >> >> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, cachelnsz=8 >> >> (dwords) >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 >> >> (10000 ns), maxlat=0x19 (6250 ns) >> >> May 18 20:21:51 udns kernel: intpin=a, irq=3 >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >> >> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base >> >> 0xe400, size 8, enabled >> >> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base >> >> 0xfebde000, size 12, enabled >> >> May 18 20:21:51 udns kernel: pcib1: slot 6 INTA routed to irq 25 >> >> May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, >> revid=0x01 >> >> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=1 >> >> May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 >> >> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, cachelnsz=8 >> >> (dwords) >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 >> >> (10000 ns), maxlat=0x19 (6250 ns) >> >> May 18 20:21:51 udns kernel: intpin=b, irq=10 >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >> >> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base >> >> 0xe800, size 8, enabled >> >> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base >> >> 0xfebdf000, size 12, enabled >> >> May 18 20:21:51 udns kernel: pcib1: slot 6 INTB routed to irq 26 >> >> May 18 20:21:51 udns kernel: vgapci1: mem >> >> 0xfd000000-0xfdffffff,0xf0000000-0xf7ffffff,0xfa580000-0xfa5fffff irq >> >> 27 at device 2.0 on pci1 >> >> May 18 20:21:51 udns kernel: ahc0: > >> adapter> port 0xe400-0xe4ff mem 0xfebde000-0xfebdefff irq 25 at device >> >> 6.0 on pci1 >> >> May 18 20:21:51 udns kernel: ahc0: Defaulting to MEMIO off >> >> May 18 20:21:51 udns kernel: ahc0: Reserved 0x100 bytes for rid 0x10 >> >> type 4 at 0xe400 >> >> May 18 20:21:51 udns kernel: ahc0: Reading SEEPROM...done. >> >> May 18 20:21:51 udns kernel: ahc0: Manual LVD Termination >> >> May 18 20:21:51 udns kernel: ahc0: BIOS eeprom is present >> >> May 18 20:21:51 udns kernel: ahc0: Secondary High byte >> termination Enabled >> >> May 18 20:21:51 udns kernel: ahc0: Secondary Low byte termination Enabled >> >> May 18 20:21:51 udns kernel: ahc0: Primary Low Byte termination Enabled >> >> May 18 20:21:51 udns kernel: ahc0: Primary High Byte termination Enabled >> >> May 18 20:21:51 udns kernel: ahc0: Downloading Sequencer Program... 423 >> >> instructions downloaded >> >> May 18 20:21:51 udns kernel: ahc0: Features 0x1fef6, Bugs 0x40, Flags >> >> 0x20485520 >> >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 9 (PCI IRQ 25) to >> >> vector 52 >> >> May 18 20:21:51 udns kernel: ahc0: [MPSAFE] >> >> May 18 20:21:51 udns kernel: ahc0: [ITHREAD] >> >> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel A, SCSI >> >> Id=7, 32/253 SCBs >> >> May 18 20:21:51 udns kernel: ahc1: > >> adapter> port 0xe800-0xe8ff mem 0xfebdf000-0xfebdffff irq 26 at device >> >> 6.1 on pci1 >> >> May 18 20:21:51 udns kernel: ahc1: Defaulting to MEMIO off >> >> May 18 20:21:51 udns kernel: ahc1: Reserved 0x100 bytes for rid 0x10 >> >> type 4 at 0xe800 >> >> May 18 20:21:51 udns kernel: ahc1: Reading SEEPROM...done. >> >> May 18 20:21:51 udns kernel: ahc1: Manual LVD Termination >> >> May 18 20:21:51 udns kernel: ahc1: BIOS eeprom is present >> >> May 18 20:21:51 udns kernel: ahc1: Secondary High byte >> termination Enabled >> >> May 18 20:21:51 udns kernel: ahc1: Secondary Low byte termination Enabled >> >> May 18 20:21:51 udns kernel: ahc1: Primary Low Byte termination Enabled >> >> May 18 20:21:51 udns kernel: ahc1: Primary High Byte termination Enabled >> >> May 18 20:21:51 udns kernel: ahc1: Downloading Sequencer Program... 423 >> >> instructions downloaded >> >> May 18 20:21:51 udns kernel: ahc1: Features 0x1fef6, Bugs 0x40, Flags >> >> 0x20485560 >> >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 10 (PCI IRQ 26) to >> >> vector 53 >> >> May 18 20:21:51 udns kernel: ahc1: [MPSAFE] >> >> May 18 20:21:51 udns kernel: ahc1: [ITHREAD] >> >> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel B, SCSI >> >> Id=7, 32/253 SCBs >> >> May 18 20:21:51 udns kernel: cpu0 on motherboard >> >> May 18 20:21:51 udns kernel: cpu1 on motherboard >> >> ... >> >> May 18 20:21:51 udns kernel: pnpbios: 14 devices, largest 234 bytes >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> 0-0x9fbff, size=0x9fc00 >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> 0x9fc00-0x9ffff, size=0x400 >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> 0xe0000-0xfffff, size=0x20000 >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> 0x100000-0x3fffffff, size=0x3ff00000 >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> 0xfec00000-0xfec00fff, size=0x1000 >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> 0xfec01000-0xfec01fff, size=0x1000 >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> 0xfee00000-0xfee00fff, size=0x1000 >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> 0xfff80000-0xffffffff, size=0x80000 >> >> May 18 20:21:51 udns kernel: pnpbios: handle 0 device ID PNP0c01 >> (010cd041) >> >> May 18 20:21:51 udns kernel: PNP0200: adding dma mask 0x10 >> >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0-0xf, size=0x10, >> >> align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x80-0x90, >> >> size=0x11, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x94-0x9f, >> >> size=0xc, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0xc0-0xde, >> >> size=0x1f, align=0x1 >> >> May 18 20:21:51 udns kernel: pnpbios: handle 2 device ID PNP0200 >> (0002d041) >> >> May 18 20:21:51 udns kernel: PNP0100: adding irq mask 0x1 >> >> May 18 20:21:51 udns kernel: PNP0100: adding io range 0x40-0x43, >> >> size=0x4, align=0x1 >> >> May 18 20:21:51 udns kernel: pnpbios: handle 3 device ID PNP0100 >> (0001d041) >> >> May 18 20:21:51 udns kernel: PNP0b00: adding irq mask 0x100 >> >> May 18 20:21:51 udns kernel: PNP0b00: adding io range 0x70-0x71, >> >> size=0x2, align=0x1 >> >> May 18 20:21:51 udns kernel: pnpbios: handle 4 device ID PNP0b00 >> (000bd041) >> >> May 18 20:21:51 udns kernel: PNP0303: adding irq mask 0x2 >> >> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x60-0x60, >> >> size=0x1, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x64-0x64, >> >> size=0x1, align=0x1 >> >> May 18 20:21:51 udns kernel: pnpbios: handle 5 device ID PNP0303 >> (0303d041) >> >> May 18 20:21:51 udns kernel: PNP0800: adding io range 0x61-0x61, >> >> size=0x1, align=0x1 >> >> May 18 20:21:51 udns kernel: pnpbios: handle 6 device ID PNP0800 >> (0008d041) >> >> May 18 20:21:51 udns kernel: PNP0c04: adding irq mask 0x2000 >> >> May 18 20:21:51 udns kernel: PNP0c04: adding io range 0xf0-0xff, >> >> size=0x10, align=0x1 >> >> May 18 20:21:51 udns kernel: pnpbios: handle 7 device ID PNP0c04 >> (040cd041) >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d0-0x4d1, >> >> size=0x2, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcf8-0xcff, >> >> size=0x8, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x10-0x1f, >> >> size=0x10, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x40b-0x40b, >> >> size=0x1, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d6-0x4d6, >> >> size=0x1, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc00-0xc01, >> >> size=0x2, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc14-0xc14, >> >> size=0x1, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc49-0xc4a, >> >> size=0x2, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc52-0xc52, >> >> size=0x1, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6c-0xc6c, >> >> size=0x1, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6f-0xc6f, >> >> size=0x1, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcd6-0xcd7, >> >> size=0x2, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xf50-0xf58, >> >> size=0x9, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x374-0x375, >> >> size=0x2, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x377-0x377, >> >> size=0x1, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range >> >> 0xcfc00-0xd03ff, size=0x800 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range >> >> 0xd7400-0xdffff, size=0x8c00 >> >> May 18 20:21:51 udns kernel: pnpbios: handle 8 device ID PNP0c02 >> (020cd041) >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x580-0x58f, >> >> size=0x10, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x500-0x51f, >> >> size=0x20, align=0x1 >> >> May 18 20:21:51 udns kernel: pnpbios: handle 9 device ID PNP0c02 >> (020cd041) >> >> May 18 20:21:51 udns kernel: PNP0f13: adding irq mask 0x1000 >> >> May 18 20:21:51 udns kernel: pnpbios: handle 10 device ID PNP0f13 >> (130fd041) >> >> May 18 20:21:51 udns kernel: pnpbios: handle 11 device ID PNP0a03 >> (030ad041) >> >> May 18 20:21:51 udns kernel: PNP0501: adding io range 0x3f8-0x3ff, >> >> size=0x8, align=0x8 >> >> May 18 20:21:51 udns kernel: PNP0501: adding irq mask 0x10 >> >> May 18 20:21:51 udns kernel: pnpbios: handle 12 device ID PNP0501 >> (0105d041) >> >> May 18 20:21:51 udns kernel: PNP0700: adding io range 0x3f0-0x3f5, >> >> size=0x6, align=0x1 >> >> May 18 20:21:51 udns kernel: PNP0700: adding irq mask 0x40 >> >> May 18 20:21:51 udns kernel: PNP0700: adding dma mask 0x4 >> >> May 18 20:21:51 udns kernel: pnpbios: handle 13 device ID PNP0700 >> (0007d041) >> >> May 18 20:21:51 udns kernel: sc: sc0 already exists; skipping it >> >> May 18 20:21:51 udns kernel: vga: vga0 already exists; skipping it >> >> May 18 20:21:51 udns kernel: isa_probe_children: disabling PnP devices >> >> May 18 20:21:51 udns kernel: isa_probe_children: probing non-PnP devices >> >> May 18 20:21:51 udns kernel: pmtimer0 on isa0 >> >> May 18 20:21:51 udns kernel: adv0: not probed (disabled) >> >> May 18 20:21:51 udns kernel: aha0: not probed (disabled) >> >> May 18 20:21:51 udns kernel: aic0: not probed (disabled) >> >> May 18 20:21:51 udns kernel: atkbdc0: at >> >> port 0x60,0x64 on isa0 >> >> May 18 20:21:51 udns kernel: atkbd0: irq 1 on atkbdc0 >> >> May 18 20:21:51 udns kernel: atkbd: the current kbd controller command >> >> byte 0065 >> >> May 18 20:21:51 udns kernel: atkbd: keyboard ID 0x41ab (2) >> >> May 18 20:21:51 udns kernel: kbd0 at atkbd0 >> >> May 18 20:21:51 udns kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0, >> >> flags:0x3d0000 >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 1 (ISA IRQ 1) to >> >> vector 54 >> >> May 18 20:21:51 udns kernel: atkbd0: [GIANT-LOCKED] >> >> May 18 20:21:51 udns kernel: atkbd0: [ITHREAD] >> >> May 18 20:21:51 udns kernel: psm0: current command byte:0065 >> >> May 18 20:21:51 udns kernel: psm0: irq 12 on atkbdc0 >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 12 (ISA IRQ 12) to >> >> vector 55 >> >> May 18 20:21:51 udns kernel: psm0: [GIANT-LOCKED] >> >> May 18 20:21:51 udns kernel: psm0: [ITHREAD] >> >> May 18 20:21:51 udns kernel: psm0: model IntelliMouse, device ID 3-00, >> >> 3 buttons >> >> May 18 20:21:51 udns kernel: psm0: config:00000000, flags:00000008, >> >> packet size:4 >> >> May 18 20:21:51 udns kernel: psm0: syncmask:08, syncbits:00 >> >> May 18 20:21:51 udns kernel: bt0: not probed (disabled) >> >> May 18 20:21:51 udns kernel: cs0: not probed (disabled) >> >> May 18 20:21:51 udns kernel: ed0: not probed (disabled) >> >> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 >> >> May 18 20:21:51 udns kernel: fdc0: at port >> >> 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 >> >> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 6 (ISA IRQ 6) to >> >> vector 56 >> >> May 18 20:21:51 udns kernel: fdc0: [FILTER] >> >> May 18 20:21:51 udns kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >> >> May 18 20:21:51 udns kernel: fe0: not probed (disabled) >> >> May 18 20:21:51 udns kernel: ie0: not probed (disabled) >> >> May 18 20:21:51 udns kernel: le0: not probed (disabled) >> >> May 18 20:21:51 udns kernel: ppc0: parallel port not found. >> >> May 18 20:21:51 udns kernel: ppc0: failed to probe at >> >> irq 7 on isa0 >> >> May 18 20:21:51 udns kernel: sc0: at flags 0x100 on isa0 >> >> May 18 20:21:51 udns kernel: sc0: VGA <16 virtual consoles, flags=0x300> >> >> May 18 20:21:51 udns kernel: sc0: fb0, kbd1, terminal emulator: sc >> >> (syscons terminal) >> >> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc001 >> >> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0xc001 >> >> May 18 20:21:51 udns kernel: sio0 at port 0x3f8-0x3ff irq 4 flags >> >> 0x10 on isa0 >> >> May 18 20:21:51 udns kernel: sio0: type 16550A >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 4 (ISA IRQ 4) to >> >> vector 57 >> >> May 18 20:21:51 udns kernel: sio0: [FILTER] >> >> May 18 20:21:51 udns kernel: sio1: configured irq 3 not in bitmap of >> >> probed irqs 0 >> >> May 18 20:21:51 udns kernel: sio1: port may not be enabled >> >> May 18 20:21:51 udns kernel: sio1: irq maps: 0xc001 0xc001 0xc001 0xc001 >> >> May 18 20:21:51 udns kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9 >> >> May 18 20:21:51 udns kernel: sio1 failed to probe at port 0x2f8-0x2ff >> >> irq 3 on isa0 >> >> May 18 20:21:51 udns kernel: sio2: not probed (disabled) >> >> May 18 20:21:51 udns kernel: sio3: not probed (disabled) >> >> May 18 20:21:51 udns kernel: sn0: not probed (disabled) >> >> May 18 20:21:51 udns kernel: vga0: at port >> >> 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >> >> May 18 20:21:51 udns kernel: vt0: not probed (disabled) >> >> May 18 20:21:51 udns kernel: isa_probe_children: probing PnP devices >> >> ... >> >> May 18 20:21:51 udns kernel: Device configuration finished. >> >> May 18 20:21:51 udns kernel: procfs registered >> >> May 18 20:21:51 udns kernel: lapic: Divisor 2, Frequency 49834131 hz >> >> May 18 20:21:51 udns kernel: Timecounter "TSC" frequency 797345795 Hz >> >> quality -100 >> >> May 18 20:21:51 udns kernel: Timecounters tick every 1.000 msec >> >> May 18 20:21:51 udns kernel: lo0: bpf attached >> >> May 18 20:21:51 udns kernel: hptrr: no controller detected. >> >> May 18 20:21:51 udns kernel: Waiting 5 seconds for SCSI devices to settle >> >> ... >> >> May 18 20:21:51 udns kernel: SMP: AP CPU #1 Launched! >> >> May 18 20:21:51 udns kernel: cpu1 AP: >> >> May 18 20:21:51 udns kernel: ID: 0x01000000 VER: 0x00040011 LDR: >> >> 0x00000000 DFR: 0xffffffff >> >> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: >> >> 0x00000000 SVR: 0x000001ff >> >> May 18 20:21:51 udns kernel: timer: 0x000200ef therm: 0x00000000 err: >> >> 0x00010000 pcm: 0x00010000 >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 1 to local APIC 0 >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 4 to local APIC 1 >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 6 to local APIC 0 >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning PCI IRQ 10 to >> local APIC 1 >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 12 to >> local APIC 0 >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 14 to >> local APIC 1 >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 15 to >> local APIC 0 >> >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 20 to >> local APIC 1 >> >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 25 to >> local APIC 0 >> >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 26 to >> local APIC 1 >> >> >> >> > >> >> > -- >> >> > Paul >> >> > _______________________________________________ >> >> > freebsd-stable@freebsd.org mailing list >> >> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> >> > To unsubscribe, send any mail to >> "freebsd-stable-unsubscribe@freebsd.org" >> >> > >> >> >> >> >> >> >> >> _______________________________________________ >> >> freebsd-stable@freebsd.org mailing list >> >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > -- >> > Robert Noland >> > FreeBSD >> > >> >> >> > -- > Robert Noland > FreeBSD > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 20:00:05 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9769106566C for ; Tue, 19 May 2009 20:00:05 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 5B5E98FC16 for ; Tue, 19 May 2009 20:00:05 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by ey-out-2122.google.com with SMTP id 9so13556eyd.7 for ; Tue, 19 May 2009 13:00:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=/Pm07jd2wA+15kMWTfwivoGM1H3pB73EcIerIASxa6c=; b=eQX/oAi482SHk+MzlZ1BlRpNhUHLdjJ6sydDQV39gYLgcHNVqhIPgaVLV9CUlHagOy jZOfJ8czw4BgSgs4N6N6RInM+26iTkQBNQxqyaK8tkdF0Qbz4TSmpM2HCSfIKgaXVkEh ffVBYP8JqjgmvUYtzSggALEA/gVRThH4sz3h8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=GiZBNr6y1bWnGmygStfuF31pCvR3kL6slrBDtyL6WSxMu734N7odyii6IGTawHDk6G cAHA6u6+CLj3u7OZT50JgCUO51qo2fR9PrB6DvTmmyK1plZYpa1QeE7RFhfa+eHD/u62 Ac0uy1uGSUHIhiWvfCOm9bv+ZKCfQG8cKDkSE= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.216.35.204 with SMTP id u54mr105860wea.182.1242763202777; Tue, 19 May 2009 13:00:02 -0700 (PDT) In-Reply-To: <4A130E66.9070903@andric.com> References: <4A130E66.9070903@andric.com> Date: Tue, 19 May 2009 13:00:02 -0700 X-Google-Sender-Auth: 087c74d72bca7d46 Message-ID: <3c1674c90905191300y32710c9bnaa2001ad345d3b2a@mail.gmail.com> From: Kip Macy To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org, marck@rinet.ru, Pete French Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:00:06 -0000 Many people are happily running an old pool with the new code. I have done that in a VM and run load over it just to be certain. The tuning still applies to i386. On amd64 vm backpressure works, but may actually be too aggressive - shrinking the ARC in favor of the inactive pages queue. Cheers, Kip On Tue, May 19, 2009 at 12:54 PM, Dimitry Andric wrote= : > On 2009-05-19 19:41, Pete French wrote: >>> http://www.andric.com/freebsd/zfs13/r192269/zfs_mfc-r192269.diff.bz2 >> >> Thanks - am going to gve this a try later. Preseumably if I leave the >> pool at the revision it is currently on then I can revert back easily ? > > I'll just repeat what Kip told us, "The standard disclaimers apply. > This has only been lightly tested in a VM. Please do not use it with > data you care about at this time." > > That said, zpool(1M) tells: > > =A0 =A0 =A0 zpool upgrade [-V version] -a | pool ... > > =A0 =A0 =A0 =A0 =A0 Upgrades the given pool to the latest on-disk version= . Once this is > =A0 =A0 =A0 =A0 =A0 done, the pool will no longer =A0be =A0accessible =A0= on =A0systems =A0running > =A0 =A0 =A0 =A0 =A0 older versions of the software. > > and later on: > > =A0 =A0 =A0 =A0 =A0 -V version =A0 =A0Upgrade =A0to =A0the specified vers= ion. If the -V flag is > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 not specified, the =A0poo= l =A0is =A0upgraded =A0to =A0the =A0most > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 recent =A0version. =A0Thi= s =A0option =A0can =A0only =A0be used to > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 increase the version numb= er, and only up to the =A0most > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 recent version supported = by this software. > > E.g. you can upgrade pools to ZFS v13, but there's no way back. =A0If you > don't upgrade your pool, it should not destroy anything (but don't count > on it!), but you won't be able to test any new features either... > > >> Also, is this the version which no longer requires any tuning parameters >> in loader.conf ? That would be extermely interesting! > > As far as I know, the tuning stuff still applies, especially for i386. > On my i386 test VM with 1GB RAM, vm.kmem_size is about 163 MiB without > any tuning, while vm.kmem_size_max is about 320 MiB, so you get the warni= ng: > > ZFS WARNING: Recommended minimum kmem_size is 512MB; expect unstable beha= vior. > =A0 =A0 =A0 =A0 =A0 =A0 Consider tuning vm.kmem_size and vm.kmem_size_max > =A0 =A0 =A0 =A0 =A0 =A0 in /boot/loader.conf. > > So please test, and let us know your findings. :) > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > --=20 When bad men combine, the good must associate; else they will fall one by one, an unpitied sacrifice in a contemptible struggle. Edmund Burke From owner-freebsd-stable@FreeBSD.ORG Tue May 19 20:04:06 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1A061065686 for ; Tue, 19 May 2009 20:04:06 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 0A7668FC1E for ; Tue, 19 May 2009 20:04:05 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4JK43Ga045395; Wed, 20 May 2009 00:04:03 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 20 May 2009 00:04:03 +0400 (MSD) From: Dmitry Morozovsky To: Dimitry Andric In-Reply-To: <4A130E66.9070903@andric.com> Message-ID: References: <4A130E66.9070903@andric.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Wed, 20 May 2009 00:04:03 +0400 (MSD) Cc: freebsd-stable@freebsd.org, Pete French Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:04:07 -0000 On Tue, 19 May 2009, Dimitry Andric wrote: DA> >> http://www.andric.com/freebsd/zfs13/r192269/zfs_mfc-r192269.diff.bz2 DA> > DA> > Thanks - am going to gve this a try later. Preseumably if I leave the DA> > pool at the revision it is currently on then I can revert back easily ? DA> DA> I'll just repeat what Kip told us, "The standard disclaimers apply. DA> This has only been lightly tested in a VM. Please do not use it with DA> data you care about at this time." DA> DA> That said, zpool(1M) tells: DA> DA> zpool upgrade [-V version] -a | pool ... DA> DA> Upgrades the given pool to the latest on-disk version. Once this is DA> done, the pool will no longer be accessible on systems running DA> older versions of the software. DA> DA> and later on: DA> DA> -V version Upgrade to the specified version. If the -V flag is DA> not specified, the pool is upgraded to the most DA> recent version. This option can only be used to DA> increase the version number, and only up to the most DA> recent version supported by this software. DA> DA> E.g. you can upgrade pools to ZFS v13, but there's no way back. If you DA> don't upgrade your pool, it should not destroy anything (but don't count DA> on it!), but you won't be able to test any new features either... Well, I know this well, but for my particular case I should at least test one case where previous ZFS implementation panics on *read* access to one particular inode; then I hope to convince Kip to dig into the case deep enough to fix it ;-) FWIW, I use ZFS on FreeBSD from the moment it hits RELENG_7, though not too high load patterns, and have no major isues so far, modulo this one and obvious kmem exhastion. Even more is my intention to fix this ;-) -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Tue May 19 20:10:53 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFAB4106564A for ; Tue, 19 May 2009 20:10:53 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 49DAB8FC33 for ; Tue, 19 May 2009 20:10:52 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4JKApVl045551; Wed, 20 May 2009 00:10:51 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 20 May 2009 00:10:51 +0400 (MSD) From: Dmitry Morozovsky To: Dimitry Andric In-Reply-To: <4A12E929.4040406@andric.com> Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A11A666.3030407@andric.com> <4A12E929.4040406@andric.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Wed, 20 May 2009 00:10:51 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:10:54 -0000 Dimitry, On Tue, 19 May 2009, Dimitry Andric wrote: DA> > Would you please also post diff to RELENG_7 there? DA> DA> http://www.andric.com/freebsd/zfs13/r192269/zfs_mfc-r192269.diff.bz2 DA> DA> This diff should apply with no fuzz and no rejects to RELENG_7 as of DA> r192386 (2009-05-19 15:33:41 UTC). For earlier or later revisions, no DA> warranty. ;) Just to be sure: is the patch based on sys/ hierarchy, and does not touch others (like sbin/)? so, basically, cd /usr/src/sys && patch < /path/to/zfs-mfc.patch should be ok? Thanks again! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Tue May 19 20:13:41 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD44C106564A for ; Tue, 19 May 2009 20:13:41 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 2F7668FC15 for ; Tue, 19 May 2009 20:13:40 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4JKDdFP045621; Wed, 20 May 2009 00:13:39 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 20 May 2009 00:13:39 +0400 (MSD) From: Dmitry Morozovsky To: Dimitry Andric In-Reply-To: Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A11A666.3030407@andric.com> <4A12E929.4040406@andric.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Wed, 20 May 2009 00:13:39 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:13:41 -0000 On Wed, 20 May 2009, Dmitry Morozovsky wrote: DM> DA> http://www.andric.com/freebsd/zfs13/r192269/zfs_mfc-r192269.diff.bz2 DM> DA> DM> DA> This diff should apply with no fuzz and no rejects to RELENG_7 as of DM> DA> r192386 (2009-05-19 15:33:41 UTC). For earlier or later revisions, no DM> DA> warranty. ;) DM> DM> Just to be sure: is the patch based on sys/ hierarchy, and does not touch DM> others (like sbin/)? DM> DM> so, basically, DM> DM> cd /usr/src/sys && patch < /path/to/zfs-mfc.patch DM> DM> should be ok? Argh. Answering to myself: no. Even after ``patch -p1'' under /usr/src I got marck@moose:/usr/src> find . -iname '*rej' ./sys/cddl/compat/opensolaris/sys/acl.h.rej ./sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h.rej ./sys/cddl/contrib/opensolaris/common/atomic/ia64/atomic.S.rej Will investigate further... -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Tue May 19 20:15:00 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00CCD106567C for ; Tue, 19 May 2009 20:14:59 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id A7A7C8FC15 for ; Tue, 19 May 2009 20:14:59 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4JKEqEq025161 for ; Tue, 19 May 2009 13:14:58 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4JKEqmM025160 for freebsd-stable@freebsd.org; Tue, 19 May 2009 13:14:52 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 19 May 2009 13:14:52 -0700 Message-ID: <20090519131452.yq6e2t2puswko44o@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 19 May 2009 13:14:52 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <4A126DBA.9080701@andric.com> <20090519095739.5o53vu0gcg4owkww@webmail.1command.com> <1242761335.1752.28.camel@balrog.2hip.net> In-Reply-To: <1242761335.1752.28.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:15:00 -0000 Hello Robert, and thank you for taking the time to respond. Quoting Robert Noland : > On Tue, 2009-05-19 at 09:57 -0700, Chris H wrote: >> Quoting Dimitry Andric : >> >> > On 2009-05-19 08:40, Chris H wrote: >> >> I see. Well I'm specifically using the nv driver. Here's another >> >> attempt to provide the relevant info: >> > >> > I could not find the error message from $subject in these logs. Where >> > is it? :) >> >> If I had found it, I would have better known what direction to travel >> to overcome it. :) >> Aparently Xorg wants to keep it a secret - I saw no "argument". > > This isn't actually Xorg per se... It is when we attempt to set an MTRR > range via ioctl on /dev/mem. The ultimate return value is EINVAL which > just gets displayed as invalid argument. > >> The closest possible answer I can come up with, involves "write combining" >> and provinding some information in /proc/mtrr >> But I only have /proc and nothing in it. Thought about echo(1)ing >> the information to mtrr. But don't understand the whole thing well >> enough to /dare/ do it. I only know it involves something in this >> area: >> >> 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288 >> >> out of the Xorg log. I'm also not sure if GENERIC knows how to handle >> mtrr (Memory Type Range Registers) ideally. I hadn't built world/kernel >> yet because there are also some issues on the ATA ports that need to be >> resolved. I started a theread on this earlier. >> >> Thank you for taking the time to respond. > > You can do a "memcontrol list" which will display the memory regions and > their caching method. Likely what you will find is a "global" MTRR > which is set to write-back. I always set "write-back" in the BIOS, as it then gets marked "dirty", and the CPU cache will get processed accordingly. > We don't have the ability to split regions > and we aren't allowed to overlap write-combine on top of write-back, so > any attempt to set MTRR will fail. The specific failure is most likely > when X tries to set write-combine on the framebuffer, which in your case > looks like 0xf0000000/134217728. > > Again, this shouldn't prevent X from working... It is just a > performance issue. My investigations on this have led me to believe that Linux can address (allow) write-combining via their version of sysctl (so to speak). The article I found this reference was here: http://www.mplayerhq.hu/DOCS/HTML/en/mtrr.html Do we (does FreeBSD) have this ability? Or will we? I also found some good information on write combining here: http://www.meduna.org/txt_mtrr_en.html This box can be used as a "guinea pig" if you would like. Thanks again Robert, for all your time and efforts. --Chris H > > robert. > >> --Chris H >> >> > >> >> >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- > Robert Noland > FreeBSD > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 20:26:53 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2626C1065674 for ; Tue, 19 May 2009 20:26:53 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 9A11D8FC12 for ; Tue, 19 May 2009 20:26:52 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4JKQovx045881; Wed, 20 May 2009 00:26:50 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 20 May 2009 00:26:50 +0400 (MSD) From: Dmitry Morozovsky To: Dimitry Andric In-Reply-To: Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A11A666.3030407@andric.com> <4A12E929.4040406@andric.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Wed, 20 May 2009 00:26:50 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:26:54 -0000 On Wed, 20 May 2009, Dmitry Morozovsky wrote: DM> DM> DA> http://www.andric.com/freebsd/zfs13/r192269/zfs_mfc-r192269.diff.bz2 DM> DM> DA> DM> DM> DA> This diff should apply with no fuzz and no rejects to RELENG_7 as of DM> DM> DA> r192386 (2009-05-19 15:33:41 UTC). For earlier or later revisions, no DM> DM> DA> warranty. ;) DM> DM> DM> DM> Just to be sure: is the patch based on sys/ hierarchy, and does not touch DM> DM> others (like sbin/)? DM> DM> DM> DM> so, basically, DM> DM> DM> DM> cd /usr/src/sys && patch < /path/to/zfs-mfc.patch DM> DM> DM> DM> should be ok? DM> DM> Argh. Answering to myself: no. Even after ``patch -p1'' under /usr/src I got DM> DM> marck@moose:/usr/src> find . -iname '*rej' DM> ./sys/cddl/compat/opensolaris/sys/acl.h.rej DM> ./sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h.rej DM> ./sys/cddl/contrib/opensolaris/common/atomic/ia64/atomic.S.rej DM> DM> Will investigate further... Aha, it seems first and third files are absent in your tree, and second is just $FreeBSD tag differ... Well, let's try to start compile phase ;) -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Tue May 19 20:31:13 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68DA01065675 for ; Tue, 19 May 2009 20:31:13 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 2E9578FC1B for ; Tue, 19 May 2009 20:31:13 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M6Vxt-000EXw-Ry; Tue, 19 May 2009 21:31:09 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M6Vxt-0008S5-QJ; Tue, 19 May 2009 21:31:09 +0100 To: dimitry@andric.com, kip.macy@gmail.com In-Reply-To: <3c1674c90905191300y32710c9bnaa2001ad345d3b2a@mail.gmail.com> Message-Id: From: Pete French Date: Tue, 19 May 2009 21:31:09 +0100 Cc: freebsd-stable@freebsd.org, marck@rinet.ru Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:31:13 -0000 > Many people are happily running an old pool with the new code. I have > done that in a VM and run load over it just to be certain. The tuning > still applies to i386. On amd64 vm backpressure works, but may > actually be too aggressive - shrinking the ARC in favor of the > inactive pages queue. I haven't had any i386 code around for a long while, so I will just try it "as-is". Just need to fin ish moving tghe machine up to todays -STABLE before applying the patchset (which involved hand fixing bce). Then, all being well I shall "(the_winds)caution" to coin an old C joke, and run this up on one of our production DNS servers to see how it goes. cheers, -pete. From owner-freebsd-stable@FreeBSD.ORG Tue May 19 20:34:17 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E379C1065672 for ; Tue, 19 May 2009 20:34:17 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id A44EF8FC17 for ; Tue, 19 May 2009 20:34:17 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:1dc8:f31e:251e:727c] (unknown [IPv6:2001:7b8:3a7:0:1dc8:f31e:251e:727c]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id C77C55C42; Tue, 19 May 2009 22:34:16 +0200 (CEST) Message-ID: <4A1317C9.90505@andric.com> Date: Tue, 19 May 2009 22:34:17 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b5pre) Gecko/20090515 Shredder/3.0b3pre MIME-Version: 1.0 To: Dmitry Morozovsky References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A11A666.3030407@andric.com> <4A12E929.4040406@andric.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:34:18 -0000 On 2009-05-19 22:10, Dmitry Morozovsky wrote: > Just to be sure: is the patch based on sys/ hierarchy, and does not touch > others (like sbin/)? No, it touches stuff in cddl/ too, so you need to build the world. Be sure to use -E with patch, to cleanup emptied files. E.g.: patch -d /usr/src -p1 -f -F0 -E -i /path/to/zfs-mfc.patch From owner-freebsd-stable@FreeBSD.ORG Tue May 19 20:37:11 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 281A61065672 for ; Tue, 19 May 2009 20:37:11 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id C95788FC21 for ; Tue, 19 May 2009 20:37:08 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4JKb129025288 for ; Tue, 19 May 2009 13:37:07 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4JKb17m025287 for freebsd-stable@freebsd.org; Tue, 19 May 2009 13:37:01 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 19 May 2009 13:37:01 -0700 Message-ID: <20090519133701.am1dd3o2w48s0o4o@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 19 May 2009 13:37:01 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <20090519104108.rokonoirmswg48wc@webmail.1command.com> <20090519110452.ncziw3qx5wcs88o8@webmail.1command.com> <1242761794.1752.32.camel@balrog.2hip.net> In-Reply-To: <1242761794.1752.32.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:37:11 -0000 Quoting Robert Noland : > On Tue, 2009-05-19 at 11:04 -0700, Chris H wrote: >> Quoting Chris H : >> >> > Quoting Chris H : >> > >> >> Quoting Robert Noland : >> >> >> >>> On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: >> >>>> Quoting "Paul B. Mahol" : >> >>>> >> >>>> > On 5/19/09, Chris H wrote: >> >>>> >> Quoting Chris H : >> >>>> >> >> >>>> >>> Quoting Chris H : >> >>>> >>> >> >>>> >>>> Greetings, >> >>>> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >> >>>> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with >> >>>> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), >> >>>> >>>> I've seen only a few discussions regarding this, but no joy. >> >>>> >>>> >> >>>> >>>> I'm not sure what to post for additional information. So I'll >> >>>> >>>> provide the output of dmesg(8), and Xorg.0.log via links. >> >>>> >>>> >> >>>> >>>> Thank you for all your time and consideration in this matter. >> >>>> >>>> >> >>>> >>>> Sincerely, >> >>>> >>>> Chris H >> >>>> >>>> >> >>>> >>>> Xorg log: >> >>>> >>>> http://codewarehouse.NET/output/Xorg.0.log >> >>>> >>>> >> >>>> >>>> relevent dmesg(8) output: >> >>>> >>>> http://codewarehouse.NET/output/dmesg.output >> >>>> >>> >> >>>> >>> OOPS! I guess the xorg config might be useful: >> >>>> >>> http://codewarehouse.NET/output/xorg.conf.nvidia >> >>>> >>> >> >>>> >>>> >> >>>> >> SIGH... Seems that the registrar isn't paying attention. >> >>>> >> They happily accepted my money, but forgot to renew the domain. >> >>>> >> >> >>>> >> So here's trying to attach the files... >> >>>> > >> >>>> > That message appears for me only when I use xf86-video-vesa driver. >> >>>> >> >>>> I see. Well I'm specifically using the nv driver. Here's another >> >>>> attempt to provide the relevant info: >> >>> >> >>> You have more than one card in the machine, which might be confusing >> >>> things. The mtrr failure is caused by how your bios sets up memory >> >>> regions. It should only impact performance. >> >>> >> >>> Exactly what issue are you seeing? >> >> >> >> I'm seeing a black screen on ctl-alt-f9 (tty8) >> >> I'm seeing the message listed as this thread topic on tty0 (ctl-alt-f1). >> >> The proceedure theat led me here is: >> >> Xorg -configure >> >> edit /root/xorg.config.new (move all the ati related stuff to >> >> xorg.conf.ati). >> >> Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. >> >> exec Xorg -config /etc/X11/xorg.conf.nvidia >> >> >> >> The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced >> >> to ctl-alt-f1 (where I read the error message) then use ctl-C - >> >> which kills Xorg, and returns me to a working console. >> >> >> >> Thank you Robert, for taking the time to respond. >> >> >> >> --Chris H >> > >> > I might also add that the ati (Mach64) is an onboard controller, >> > and the BIOS provides no means to shut it off, nor is there a >> > shunt on the MB to disable it. I have never had any trouble >> > in the past in these situations, as FreeBSD has always known >> > how to handle things (even when the BIOS doesn't ;-) ). >> > >> > Thanks again. >> > >> > --Chris H >> >> OK. As I look at this closer, it appears that there is some confusion >> where the amount of videoRAM is concerned. I /don't/ pretend to to >> have /good/ HEX addressing skills, and I'm only now trying to comprehend >> mtrr. That said; don't the following two lines from Xorg.log >> >> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ >> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ >> 0x????????/131072 > > Actually, I would say that the ati has a 16MB framebuffer at 0xfb000000. > >> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, >> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, >> BIOS @ 0x????????/131072 > > and the Nvidia has 128MB framebuffer at 0xf0000000. > >> indicate that the ati has 4Mb (0xfcaff000/4096), and the nVidia has 132Mb >> (0xf0000000/134217728) RAM on board? >> For the record the ati has 4Mb, and the nVidia has 64Mb, and I may be >> completely off my nut in my interpretation. ;) > > Luckily, it does appear the X is not confused by the multiple cards at > the moment, though attempting to use both would likely end badly. > And luckily /I'm/ not addressing the memory - I /said/ my HEX arithmetic sucks. I can count, but that's as far as it goes. But I /can/ do DECIMAL /exceedingly/ well. :) --Chris > robert. > >> --Chris H >> > >> >> >> >>> >> >>> robert. >> >>> >> >>>> Xorg log: >> >>>> X.Org X Server 1.6.0 >> >>>> Release Date: 2009-2-25 >> >>>> X Protocol Version 11, Revision 0 >> >>>> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >> >>>> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 >> >>>> 14:37:25 UTC 2009 >> >>>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> >>>> Build Date: 16 May 2009 07:15:01AM >> >>>> >> >>>> Before reporting problems, check http://wiki.x.org >> >>>> to make sure that you have the latest version. >> >>>> Markers: (--) probed, (**) from config file, (==) default setting, >> >>>> (++) from command line, (!!) notice, (II) informational, >> >>>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >> >>>> (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 2009 >> >>>> (++) Using config file: "/etc/X11/xorg.conf.nvidia" >> >>>> (==) ServerLayout "X.org Configured" >> >>>> (**) |-->Screen "Screen0" (0) >> >>>> (**) | |-->Monitor "Monitor1" >> >>>> (**) | |-->Device "Card1" >> >>>> (**) |-->Input Device "Mouse0" >> >>>> (**) |-->Input Device "Keyboard0" >> >>>> (**) Option "AllowEmptyInput" "false" >> >>>> (==) Automatically adding devices >> >>>> (==) Automatically enabling devices >> >>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >> >>>> Entry deleted from font path. >> >>>> (WW) `fonts.dir' not found (or not valid) in >> >>>> "/usr/local/lib/X11/fonts/100dpi/". >> >>>> Entry deleted from font path. >> >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >> >>>> (WW) `fonts.dir' not found (or not valid) in >> >>>> "/usr/local/lib/X11/fonts/75dpi/". >> >>>> Entry deleted from font path. >> >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >> >>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >> >>>> Entry deleted from font path. >> >>>> (WW) `fonts.dir' not found (or not valid) in >> >>>> "/usr/local/lib/X11/fonts/100dpi/". >> >>>> Entry deleted from font path. >> >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >> >>>> (WW) `fonts.dir' not found (or not valid) in >> >>>> "/usr/local/lib/X11/fonts/75dpi/". >> >>>> Entry deleted from font path. >> >>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >> >>>> (**) FontPath set to: >> >>>> /usr/local/lib/X11/fonts/misc/, >> >>>> /usr/local/lib/X11/fonts/TTF/, >> >>>> /usr/local/lib/X11/fonts/OTF, >> >>>> /usr/local/lib/X11/fonts/misc/, >> >>>> /usr/local/lib/X11/fonts/TTF/, >> >>>> /usr/local/lib/X11/fonts/OTF, >> >>>> built-ins >> >>>> (**) ModulePath set to "/usr/local/lib/xorg/modules" >> >>>> (II) Loader magic: 0x6a0 >> >>>> (II) Module ABI versions: >> >>>> X.Org ANSI C Emulation: 0.4 >> >>>> X.Org Video Driver: 5.0 >> >>>> X.Org XInput driver : 4.0 >> >>>> X.Org Server Extension : 2.0 >> >>>> (II) Loader running on freebsd >> >>>> (--) Using syscons driver with X support (version 2.0) >> >>>> (--) using VT number 9 >> >>>> >> >>>> (!!) More than one possible primary device found >> >>>> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ >> >>>> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ >> >>>> 0x????????/131072 >> >>>> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, >> >>>> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, >> >>>> BIOS @ 0x????????/131072 >> >>>> (II) System resource ranges: >> >>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >>>> (II) "extmod" will be loaded. This was enabled by default and also >> >>>> specified in the config file. >> >>>> (II) "dbe" will be loaded. This was enabled by default and also >> >>>> specified in the config file. >> >>>> (II) "glx" will be loaded. This was enabled by default and also >> >>>> specified in the config file. >> >>>> (II) "record" will be loaded. This was enabled by default and also >> >>>> specified in the config file. >> >>>> (II) "dri" will be loaded. This was enabled by default and also >> >>>> specified in the config file. >> >>>> (II) "dri2" will be loaded. This was enabled by default and also >> >>>> specified in the config file. >> >>>> (II) LoadModule: "extmod" >> >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so >> >>>> (II) Module extmod: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 1.0.0 >> >>>> Module class: X.Org Server Extension >> >>>> ABI class: X.Org Server Extension, version 2.0 >> >>>> (II) Loading extension MIT-SCREEN-SAVER >> >>>> (II) Loading extension XFree86-VidModeExtension >> >>>> (II) Loading extension XFree86-DGA >> >>>> (II) Loading extension DPMS >> >>>> (II) Loading extension XVideo >> >>>> (II) Loading extension XVideo-MotionCompensation >> >>>> (II) Loading extension X-Resource >> >>>> (II) LoadModule: "record" >> >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so >> >>>> (II) Module record: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 1.13.0 >> >>>> Module class: X.Org Server Extension >> >>>> ABI class: X.Org Server Extension, version 2.0 >> >>>> (II) Loading extension RECORD >> >>>> (II) LoadModule: "dbe" >> >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so >> >>>> (II) Module dbe: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 1.0.0 >> >>>> Module class: X.Org Server Extension >> >>>> ABI class: X.Org Server Extension, version 2.0 >> >>>> (II) Loading extension DOUBLE-BUFFER >> >>>> (II) LoadModule: "extmod" >> >>>> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so >> >>>> (II) Loading extension MIT-SCREEN-SAVER >> >>>> (II) Loading extension XFree86-VidModeExtension >> >>>> (II) Loading extension DPMS >> >>>> (II) Loading extension XVideo >> >>>> (II) Loading extension XVideo-MotionCompensation >> >>>> (II) Loading extension X-Resource >> >>>> (II) LoadModule: "glx" >> >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so >> >>>> (II) Module glx: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 1.0.0 >> >>>> ABI class: X.Org Server Extension, version 2.0 >> >>>> (==) AIGLX disabled >> >>>> (II) Loading extension GLX >> >>>> (II) LoadModule: "dri" >> >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so >> >>>> (II) Module dri: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 1.0.0 >> >>>> ABI class: X.Org Server Extension, version 2.0 >> >>>> (II) Loading extension XFree86-DRI >> >>>> (II) LoadModule: "dri2" >> >>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so >> >>>> (II) Module dri2: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 1.0.0 >> >>>> ABI class: X.Org Server Extension, version 2.0 >> >>>> (II) Loading extension DRI2 >> >>>> (II) LoadModule: "nv" >> >>>> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so >> >>>> (II) Module nv: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 2.1.13 >> >>>> Module class: X.Org Video Driver >> >>>> ABI class: X.Org Video Driver, version 5.0 >> >>>> (II) LoadModule: "mouse" >> >>>> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so >> >>>> (II) Module mouse: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 1.4.0 >> >>>> Module class: X.Org XInput Driver >> >>>> ABI class: X.Org XInput driver, version 4.0 >> >>>> (II) LoadModule: "kbd" >> >>>> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so >> >>>> (II) Module kbd: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 1.3.2 >> >>>> Module class: X.Org XInput Driver >> >>>> ABI class: X.Org XInput driver, version 4.0 >> >>>> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, >> >>>> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, >> >>>> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, >> >>>> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, >> >>>> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, >> >>>> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, >> >>>> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, >> >>>> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, >> >>>> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, >> >>>> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, >> >>>> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, >> >>>> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, >> >>>> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, >> >>>> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, >> >>>> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, >> >>>> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, >> >>>> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, >> >>>> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, >> >>>> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, >> >>>> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, >> >>>> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, >> >>>> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, >> >>>> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, >> >>>> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, >> >>>> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, >> >>>> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, >> >>>> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, >> >>>> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, >> >>>> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, >> >>>> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, >> >>>> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, >> >>>> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, >> >>>> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, >> >>>> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, >> >>>> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, >> >>>> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, >> >>>> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, >> >>>> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, >> >>>> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, >> >>>> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, >> >>>> Quadro FX 540, GeForce 6200, GeForce 6500, >> >>>> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), >> >>>> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, >> >>>> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, >> >>>> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, >> >>>> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, >> >>>> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, >> >>>> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, >> >>>> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, >> >>>> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, >> >>>> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, >> >>>> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, >> >>>> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, >> >>>> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, >> >>>> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, >> >>>> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, >> >>>> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, >> >>>> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, >> >>>> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, >> >>>> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, >> >>>> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, >> >>>> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, >> >>>> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, >> >>>> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, >> >>>> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, >> >>>> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, >> >>>> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, >> >>>> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, >> >>>> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, >> >>>> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, >> >>>> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, >> >>>> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, >> >>>> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, >> >>>> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, >> >>>> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, >> >>>> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, >> >>>> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, >> >>>> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M >> >>>> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at >> >>>> 01@00:02:0 >> >>>> (II) resource ranges after probing: >> >>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >>>> (II) Loading sub module "int10" >> >>>> (II) LoadModule: "int10" >> >>>> (II) Loading /usr/local/lib/xorg/modules//libint10.so >> >>>> (II) Module int10: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 1.0.0 >> >>>> ABI class: X.Org Video Driver, version 5.0 >> >>>> (II) NV(0): Initializing int10 >> >>>> (==) NV(0): Write-combining range (0xa0000,0x20000) was already clear >> >>>> (==) NV(0): Write-combining range (0xc0000,0x40000) was already clear >> >>>> (--) NV(0): Chipset: "GeForce4 MX 440" >> >>>> (**) NV(0): Depth 24, (--) framebuffer bpp 32 >> >>>> (==) NV(0): RGB weight 888 >> >>>> (==) NV(0): Default visual is TrueColor >> >>>> (II) Loading sub module "vgahw" >> >>>> (II) LoadModule: "vgahw" >> >>>> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so >> >>>> (II) Module vgahw: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 0.1.0 >> >>>> ABI class: X.Org Video Driver, version 5.0 >> >>>> (**) NV(0): Option "CrtcNumber" "0" >> >>>> (==) NV(0): Using HW cursor >> >>>> (--) NV(0): Linear framebuffer at 0xF0000000 >> >>>> (--) NV(0): MMIO registers at 0xFD000000 >> >>>> (II) Loading sub module "i2c" >> >>>> (II) LoadModule: "i2c" >> >>>> (II) Module "i2c" already built-in >> >>>> (II) Loading sub module "ddc" >> >>>> (II) LoadModule: "ddc" >> >>>> (II) Module "ddc" already built-in >> >>>> (II) NV(0): I2C bus "DDC" initialized. >> >>>> (II) NV(0): Probing for analog device on output A... >> >>>> (--) NV(0): ...found one >> >>>> (II) NV(0): Probing for analog device on output B... >> >>>> (--) NV(0): ...can't find one >> >>>> (II) NV(0): Probing for EDID on I2C bus A... >> >>>> (II) NV(0): I2C device "DDC:E-EDID segment register" registered at >> >>>> address 0x60. >> >>>> (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. >> >>>> (--) NV(0): DDC detected a CRT: >> >>>> (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 >> >>>> (II) NV(0): Year: 1999 Week: 11 >> >>>> (II) NV(0): EDID Version: 1.1 >> >>>> (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V >> >>>> (II) NV(0): Sync: Separate Composite SyncOnGreen >> >>>> (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 >> >>>> (II) NV(0): Gamma: 2.05 >> >>>> (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display >> >>>> (II) NV(0): GTF timings supported >> >>>> (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 >> >>>> (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 >> >>>> (II) NV(0): Supported VESA Video Modes: >> >>>> (II) NV(0): 720x400@70Hz >> >>>> (II) NV(0): 720x400@88Hz >> >>>> (II) NV(0): 640x480@60Hz >> >>>> (II) NV(0): 640x480@67Hz >> >>>> (II) NV(0): 640x480@72Hz >> >>>> (II) NV(0): 640x480@75Hz >> >>>> (II) NV(0): 800x600@56Hz >> >>>> (II) NV(0): 800x600@60Hz >> >>>> (II) NV(0): 800x600@72Hz >> >>>> (II) NV(0): 800x600@75Hz >> >>>> (II) NV(0): 832x624@75Hz >> >>>> (II) NV(0): 1024x768@60Hz >> >>>> (II) NV(0): 1024x768@70Hz >> >>>> (II) NV(0): 1024x768@75Hz >> >>>> (II) NV(0): 1280x1024@75Hz >> >>>> (II) NV(0): 1152x870@75Hz >> >>>> (II) NV(0): Manufacturer's mask: 0 >> >>>> (II) NV(0): Supported Future Video Modes: >> >>>> (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 >> >>>> (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 >> >>>> (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 >> >>>> (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 >> >>>> (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 >> >>>> (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 >> >>>> (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 >> >>>> (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 >> >>>> (II) NV(0): Supported additional Video Mode: >> >>>> (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm >> >>>> (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_end >> >>>> 2208 h_border: 0 >> >>>> (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blanking: >> >>>> 1344 v_border: 0 >> >>>> (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 kHz, >> >>>> PixClock max 290 MHz >> >>>> (II) NV(0): Monitor name: PressView XL >> >>>> (II) NV(0): Serial No: 903500844 >> >>>> (II) NV(0): EDID (in hex): >> >>>> (II) NV(0): 00ffffffffffff00489315214c030000 >> >>>> (II) NV(0): 0b0901010e261c69e90488a0574a9b26 >> >>>> (II) NV(0): 12484cffef80455961598199a959c290 >> >>>> (II) NV(0): 71598b4fa94f886240606200405080b0 >> >>>> (II) NV(0): 13007c1d1100001e000000fd0032981e >> >>>> (II) NV(0): 731d000a202020202020000000fc0050 >> >>>> (II) NV(0): 726573735669657720584c0a000000ff >> >>>> (II) NV(0): 003930333530303834340a2020200078 >> >>>> (II) NV(0): Probing for EDID on I2C bus B... >> >>>> (II) NV(0): ... none found >> >>>> (--) NV(0): CRTC 0 appears to have a CRT attached >> >>>> (**) NV(0): Forcing CRTCNumber 0 as specified >> >>>> (II) NV(0): Using CRT on CRTC 0 >> >>>> (II) NV(0): EDID vendor "RDS", prod id 8469 >> >>>> (II) NV(0): Using EDID range info for horizontal sync >> >>>> (II) NV(0): Using EDID range info for vertical refresh >> >>>> (II) NV(0): Printing DDC gathered Modelines: >> >>>> (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 2208 1280 >> >>>> 1281 1284 1344 +hsync +vsync (114.2 kHz) >> >>>> (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 >> >>>> 605 628 +hsync +vsync (37.9 kHz) >> >>>> (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 >> >>>> 603 625 +hsync +vsync (35.2 kHz) >> >>>> (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 >> >>>> 484 500 -hsync -vsync (37.5 kHz) >> >>>> (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 >> >>>> 492 520 -hsync -vsync (37.9 kHz) >> >>>> (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 >> >>>> 486 525 -hsync -vsync (35.0 kHz) >> >>>> (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 >> >>>> 492 525 -hsync -vsync (31.5 kHz) >> >>>> (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 >> >>>> 423 449 -hsync -vsync (39.4 kHz) >> >>>> (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 >> >>>> 414 449 -hsync +vsync (31.5 kHz) >> >>>> (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 >> >>>> 1025 1028 1066 +hsync +vsync (80.0 kHz) >> >>>> (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 >> >>>> 769 772 800 +hsync +vsync (60.0 kHz) >> >>>> (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 >> >>>> 771 777 806 -hsync -vsync (56.5 kHz) >> >>>> (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 >> >>>> 771 777 806 -hsync -vsync (48.4 kHz) >> >>>> (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 >> >>>> 628 667 -hsync -vsync (49.7 kHz) >> >>>> (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 >> >>>> 604 625 +hsync +vsync (46.9 kHz) >> >>>> (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 >> >>>> 643 666 +hsync +vsync (48.1 kHz) >> >>>> (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 >> >>>> 865 868 900 +hsync +vsync (67.5 kHz) >> >>>> (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 >> >>>> 604 631 +hsync +vsync (53.7 kHz) >> >>>> (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 >> >>>> 769 772 808 +hsync +vsync (68.7 kHz) >> >>>> (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 >> >>>> 1025 1028 1072 +hsync +vsync (91.1 kHz) >> >>>> (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 2160 1200 >> >>>> 1201 1204 1250 +hsync +vsync (106.2 kHz) >> >>>> (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 >> >>>> 1201 1204 1250 +hsync +vsync (93.8 kHz) >> >>>> (--) NV(0): VideoRAM: 65536 kBytes >> >>>> (==) NV(0): Using gamma correction (1.0, 1.0, 1.0) >> >>>> (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz >> >>>> (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz >> >>>> (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz >> >>>> (II) NV(0): Clock range: 12.00 to 350.00 MHz >> >>>> (II) NV(0): Not using default mode "1024x768" (bad mode >> >>>> clock/interlace/doublescan) >> >>>> (II) NV(0): Not using default mode "512x384" (bad mode >> >>>> clock/interlace/doublescan) >> >>>> (II) NV(0): Not using default mode "1920x1440" (mode clock too high) >> >>>> (II) NV(0): Not using default mode "1920x1440" (hsync out of range) >> >>>> (II) NV(0): Not using default mode "960x720" (hsync out of range) >> >>>> (II) NV(0): Not using default mode "2048x1536" (hsync out of range) >> >>>> (II) NV(0): Not using default mode "1024x768" (hsync out of range) >> >>>> (II) NV(0): Not using default mode "2048x1536" (bad mode >> >>>> clock/interlace/doublescan) >> >>>> (II) NV(0): Not using default mode "1024x768" (hsync out of range) >> >>>> (II) NV(0): Not using mode "1152x864" (no mode of this name) >> >>>> (II) NV(0): Not using default mode "2048x1536" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1920x1440" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1856x1392" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1856x1392" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1792x1344" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1792x1344" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using driver mode "1600x1280" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using driver mode "1600x1200" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using driver mode "1600x1200" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1400x1050" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1400x1050" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using driver mode "1280x1024" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using driver mode "1280x1024" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1280x1024" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1280x1024" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1280x1024" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1280x960" (width too large for >> >>>> virtual size) >> >>>> (II) NV(0): Not using default mode "1280x960" (width too large for >> >>>> virtual size) >> >>>> (--) NV(0): Virtual size is 1152x864 (pitch 1152) >> >>>> (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz >> >>>> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 >> >>>> 865 868 900 +hsync +vsync (67.5 kHz) >> >>>> (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz >> >>>> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 >> >>>> 865 868 900 +hsync +vsync (67.5 kHz) >> >>>> (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz >> >>>> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 >> >>>> 769 772 808 +hsync +vsync (68.7 kHz) >> >>>> (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz >> >>>> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 >> >>>> 769 772 800 +hsync +vsync (60.0 kHz) >> >>>> (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz >> >>>> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 >> >>>> 771 777 806 -hsync -vsync (56.5 kHz) >> >>>> (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz >> >>>> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 >> >>>> 771 777 806 -hsync -vsync (48.4 kHz) >> >>>> (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz >> >>>> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 >> >>>> 769 772 808 +hsync +vsync (68.7 kHz) >> >>>> (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz >> >>>> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 >> >>>> 769 772 800 +hsync +vsync (60.0 kHz) >> >>>> (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz >> >>>> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 >> >>>> 771 777 806 -hsync -vsync (56.5 kHz) >> >>>> (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D) >> >>>> (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 >> >>>> 768 770 794 doublescan -hsync +vsync (95.3 kHz) >> >>>> (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz >> >>>> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 >> >>>> 771 777 806 -hsync -vsync (48.4 kHz) >> >>>> (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz (D) >> >>>> (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 >> >>>> 720 722 750 doublescan -hsync +vsync (112.5 kHz) >> >>>> (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D) >> >>>> (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 >> >>>> 720 722 750 doublescan -hsync +vsync (90.0 kHz) >> >>>> (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz (D) >> >>>> (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 >> >>>> 698 750 doublescan -hsync +vsync (112.5 kHz) >> >>>> (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D) >> >>>> (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 >> >>>> 698 719 doublescan -hsync +vsync (86.4 kHz) >> >>>> (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D) >> >>>> (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 >> >>>> 674 708 doublescan -hsync +vsync (106.3 kHz) >> >>>> (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D) >> >>>> (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 >> >>>> 674 697 doublescan -hsync +vsync (83.7 kHz) >> >>>> (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz >> >>>> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 >> >>>> 628 667 -hsync -vsync (49.7 kHz) >> >>>> (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz >> >>>> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 >> >>>> 628 667 -hsync -vsync (49.7 kHz) >> >>>> (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz >> >>>> (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 >> >>>> 604 631 +hsync +vsync (53.7 kHz) >> >>>> (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz >> >>>> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 >> >>>> 604 625 +hsync +vsync (46.9 kHz) >> >>>> (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz >> >>>> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 >> >>>> 643 666 +hsync +vsync (48.1 kHz) >> >>>> (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz >> >>>> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 >> >>>> 605 628 +hsync +vsync (37.9 kHz) >> >>>> (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz >> >>>> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 >> >>>> 603 625 +hsync +vsync (35.2 kHz) >> >>>> (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz >> >>>> (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 >> >>>> 604 631 +hsync +vsync (53.7 kHz) >> >>>> (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D) >> >>>> (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 >> >>>> 602 625 doublescan +hsync +vsync (106.2 kHz) >> >>>> (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz >> >>>> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 >> >>>> 604 625 +hsync +vsync (46.9 kHz) >> >>>> (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D) >> >>>> (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 >> >>>> 602 625 doublescan +hsync +vsync (93.8 kHz) >> >>>> (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz >> >>>> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 >> >>>> 643 666 +hsync +vsync (48.1 kHz) >> >>>> (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D) >> >>>> (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 >> >>>> 602 625 doublescan +hsync +vsync (87.5 kHz) >> >>>> (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) >> >>>> (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 >> >>>> 602 625 doublescan +hsync +vsync (81.2 kHz) >> >>>> (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz >> >>>> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 >> >>>> 605 628 +hsync +vsync (37.9 kHz) >> >>>> (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) >> >>>> (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 >> >>>> 602 625 doublescan +hsync +vsync (75.0 kHz) >> >>>> (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz >> >>>> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 >> >>>> 603 625 +hsync +vsync (35.2 kHz) >> >>>> (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) >> >>>> (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 >> >>>> 532 545 doublescan +hsync +vsync (81.5 kHz) >> >>>> (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) >> >>>> (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 >> >>>> 532 541 doublescan +hsync +vsync (64.9 kHz) >> >>>> (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D) >> >>>> (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 >> >>>> 514 536 doublescan +hsync +vsync (91.1 kHz) >> >>>> (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) >> >>>> (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 >> >>>> 514 533 doublescan +hsync +vsync (80.0 kHz) >> >>>> (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) >> >>>> (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 >> >>>> 514 533 doublescan +hsync +vsync (64.0 kHz) >> >>>> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz >> >>>> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 >> >>>> 484 500 -hsync -vsync (37.5 kHz) >> >>>> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz >> >>>> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 >> >>>> 492 520 -hsync -vsync (37.9 kHz) >> >>>> (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz >> >>>> (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 >> >>>> 486 525 -hsync -vsync (35.0 kHz) >> >>>> (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz >> >>>> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 >> >>>> 492 525 -hsync -vsync (31.5 kHz) >> >>>> (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D) >> >>>> (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 >> >>>> 482 505 doublescan +hsync +vsync (85.9 kHz) >> >>>> (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz >> >>>> (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 >> >>>> 484 509 -hsync -vsync (43.3 kHz) >> >>>> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz >> >>>> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 >> >>>> 484 500 -hsync -vsync (37.5 kHz) >> >>>> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz >> >>>> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 >> >>>> 492 520 -hsync -vsync (37.9 kHz) >> >>>> (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) >> >>>> (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 >> >>>> 482 500 doublescan +hsync +vsync (60.0 kHz) >> >>>> (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz >> >>>> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 >> >>>> 492 525 -hsync -vsync (31.5 kHz) >> >>>> (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz >> >>>> (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 >> >>>> 423 449 -hsync -vsync (39.4 kHz) >> >>>> (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz >> >>>> (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 >> >>>> 414 449 -hsync +vsync (31.5 kHz) >> >>>> (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz >> >>>> (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 >> >>>> 404 446 -hsync +vsync (37.9 kHz) >> >>>> (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz >> >>>> (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 >> >>>> 404 445 -hsync +vsync (37.9 kHz) >> >>>> (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) >> >>>> (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 >> >>>> 434 450 doublescan +hsync +vsync (67.5 kHz) >> >>>> (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz >> >>>> (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 >> >>>> 385 445 +hsync -vsync (37.9 kHz) >> >>>> (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) >> >>>> (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 >> >>>> 386 404 doublescan +hsync +vsync (68.7 kHz) >> >>>> (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) >> >>>> (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 >> >>>> 386 400 doublescan +hsync +vsync (60.0 kHz) >> >>>> (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) >> >>>> (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 >> >>>> 388 403 doublescan -hsync -vsync (56.5 kHz) >> >>>> (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) >> >>>> (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 >> >>>> 388 403 doublescan -hsync -vsync (48.4 kHz) >> >>>> (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) >> >>>> (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 >> >>>> 314 333 doublescan -hsync -vsync (49.7 kHz) >> >>>> (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) >> >>>> (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 >> >>>> 302 315 doublescan +hsync +vsync (53.7 kHz) >> >>>> (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) >> >>>> (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 >> >>>> 302 312 doublescan +hsync +vsync (46.9 kHz) >> >>>> (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) >> >>>> (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 >> >>>> 321 333 doublescan +hsync +vsync (48.1 kHz) >> >>>> (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) >> >>>> (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 >> >>>> 302 314 doublescan +hsync +vsync (37.9 kHz) >> >>>> (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) >> >>>> (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 >> >>>> 301 312 doublescan +hsync +vsync (35.2 kHz) >> >>>> (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) >> >>>> (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 >> >>>> 242 254 doublescan -hsync -vsync (43.3 kHz) >> >>>> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) >> >>>> (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 >> >>>> 242 250 doublescan -hsync -vsync (37.5 kHz) >> >>>> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) >> >>>> (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 >> >>>> 246 260 doublescan -hsync -vsync (37.9 kHz) >> >>>> (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) >> >>>> (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 >> >>>> 246 262 doublescan -hsync -vsync (31.5 kHz) >> >>>> (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) >> >>>> (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 >> >>>> 202 223 doublescan -hsync +vsync (37.9 kHz) >> >>>> (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) >> >>>> (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 >> >>>> 202 222 doublescan -hsync +vsync (37.9 kHz) >> >>>> (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) >> >>>> (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 >> >>>> 192 222 doublescan +hsync -vsync (37.9 kHz) >> >>>> (**) NV(0): Display dimensions: (380, 280) mm >> >>>> (**) NV(0): DPI set to (77, 78) >> >>>> (II) Loading sub module "fb" >> >>>> (II) LoadModule: "fb" >> >>>> (II) Loading /usr/local/lib/xorg/modules//libfb.so >> >>>> (II) Module fb: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 1.0.0 >> >>>> ABI class: X.Org ANSI C Emulation, version 0.4 >> >>>> (II) Loading sub module "xaa" >> >>>> (II) LoadModule: "xaa" >> >>>> (II) Loading /usr/local/lib/xorg/modules//libxaa.so >> >>>> (II) Module xaa: vendor="X.Org Foundation" >> >>>> compiled for 1.6.0, module version = 1.2.1 >> >>>> ABI class: X.Org Video Driver, version 5.0 >> >>>> (II) Loading sub module "ramdac" >> >>>> (II) LoadModule: "ramdac" >> >>>> (II) Module "ramdac" already built-in >> >>>> (--) Depth 24 pixmap format is 32 bpp >> >>>> (II) do I need RAC? No, I don't. >> >>>> (II) resource ranges after preInit: >> >>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >>>> (II) NV(0): Using XFree86 Acceleration Architecture (XAA) >> >>>> Screen to screen bit blits >> >>>> Solid filled rectangles >> >>>> 8x8 mono pattern filled rectangles >> >>>> Indirect CPU to Screen color expansion >> >>>> Solid Lines >> >>>> Scanline Image Writes >> >>>> Setting up tile and stipple cache: >> >>>> 32 128x128 slots >> >>>> 32 256x256 slots >> >>>> 16 512x512 slots >> >>>> (==) NV(0): Backing store disabled >> >>>> (==) NV(0): Silken mouse enabled >> >>>> (II) NV(0): DPMS enabled >> >>>> (==) RandR enabled >> >>>> (II) Initializing built-in extension Generic Event Extension >> >>>> (II) Initializing built-in extension SHAPE >> >>>> (II) Initializing built-in extension MIT-SHM >> >>>> (II) Initializing built-in extension XInputExtension >> >>>> (II) Initializing built-in extension XTEST >> >>>> (II) Initializing built-in extension BIG-REQUESTS >> >>>> (II) Initializing built-in extension SYNC >> >>>> (II) Initializing built-in extension XKEYBOARD >> >>>> (II) Initializing built-in extension XC-MISC >> >>>> (II) Initializing built-in extension XINERAMA >> >>>> (II) Initializing built-in extension XFIXES >> >>>> (II) Initializing built-in extension RENDER >> >>>> (II) Initializing built-in extension RANDR >> >>>> (II) Initializing built-in extension COMPOSITE >> >>>> (II) Initializing built-in extension DAMAGE >> >>>> (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so >> >>>> (II) GLX: Initialized DRISWRAST GL provider for screen 0 >> >>>> (**) Option "Protocol" "Auto" >> >>>> (**) Mouse0: Device: "/dev/sysmouse" >> >>>> (**) Mouse0: Protocol: "Auto" >> >>>> (**) Option "CorePointer" >> >>>> (**) Mouse0: always reports core events >> >>>> (**) Option "Device" "/dev/sysmouse" >> >>>> (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 >> >>>> (**) Option "ZAxisMapping" "4 5 6 7" >> >>>> (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 >> >>>> (**) Mouse0: Buttons: 11 >> >>>> (**) Option "Resolution" "800" >> >>>> (**) Mouse0: Resolution: 800 >> >>>> (**) Mouse0: Sensitivity: 1 >> >>>> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) >> >>>> (**) Mouse0: (accel) keeping acceleration scheme 1 >> >>>> (**) Mouse0: (accel) filter chain progression: 2.00 >> >>>> (**) Mouse0: (accel) filter stage 0: 20.00 ms >> >>>> (**) Mouse0: (accel) set acceleration profile 0 >> >>>> (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 >> >>>> (II) Mouse0: SetupAuto: protocol is SysMouse >> >>>> (**) Option "CoreKeyboard" >> >>>> (**) Keyboard0: always reports core events >> >>>> (**) Option "Protocol" "standard" >> >>>> (**) Keyboard0: Protocol: standard >> >>>> (**) Option "AutoRepeat" "500 30" >> >>>> (**) Option "XkbRules" "xorg" >> >>>> (**) Keyboard0: XkbRules: "xorg" >> >>>> (**) Option "XkbModel" "pc104" >> >>>> (**) Keyboard0: XkbModel: "pc104" >> >>>> (**) Option "XkbLayout" "us" >> >>>> (**) Keyboard0: XkbLayout: "us" >> >>>> (**) Option "CustomKeycodes" "off" >> >>>> (**) Keyboard0: CustomKeycodes disabled >> >>>> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) >> >>>> >> >>>> xorg.conf: >> >>>> Section "ServerLayout" >> >>>> Identifier "X.org Configured" >> >>>> Screen 0 "Screen0" 0 0 >> >>>> # Screen 1 "Screen1" RightOf "Screen0" >> >>>> InputDevice "Mouse0" "CorePointer" >> >>>> InputDevice "Keyboard0" "CoreKeyboard" >> >>>> EndSection >> >>>> >> >>>> Section "Files" >> >>>> ModulePath "/usr/local/lib/xorg/modules" >> >>>> FontPath "/usr/local/lib/X11/fonts/misc/" >> >>>> FontPath "/usr/local/lib/X11/fonts/TTF/" >> >>>> FontPath "/usr/local/lib/X11/fonts/OTF" >> >>>> FontPath "/usr/local/lib/X11/fonts/Type1/" >> >>>> FontPath "/usr/local/lib/X11/fonts/100dpi/" >> >>>> FontPath "/usr/local/lib/X11/fonts/75dpi/" >> >>>> EndSection >> >>>> >> >>>> Section "Module" >> >>>> Load "extmod" >> >>>> Load "record" >> >>>> Load "dbe" >> >>>> SubSection "extmod" >> >>>> Option "omit xfree86-dga" # don't initialise the DGA extension >> >>>> EndSubSection >> >>>> Load "glx" >> >>>> Load "dri" >> >>>> Load "dri2" >> >>>> EndSection >> >>>> >> >>>> Section "ServerFlags" >> >>>> Option "AllowEmptyInput" "false" >> >>>> EndSection >> >>>> >> >>>> Section "InputDevice" >> >>>> Identifier "Keyboard0" >> >>>> Driver "kbd" >> >>>> Option "AutoRepeat" "500 30" >> >>>> Option "XkbRules" "xorg" >> >>>> Option "XkbModel" "pc104" >> >>>> Option "XkbLayout" "us" >> >>>> EndSection >> >>>> >> >>>> Section "InputDevice" >> >>>> Identifier "Mouse0" >> >>>> Driver "mouse" >> >>>> Option "Protocol" "Auto" >> >>>> Option "Device" "/dev/sysmouse" >> >>>> Option "ZAxisMapping" "4 5 6 7" >> >>>> Option "Resolution" "800" >> >>>> EndSection >> >>>> >> >>>> Section "Monitor" >> >>>> Identifier "Monitor1" >> >>>> VendorName "RDS" >> >>>> ModelName "PressView XL" >> >>>> EndSection >> >>>> >> >>>> Section "Device" >> >>>> ### Available Driver options are:- >> >>>> ### Values: : integer, : float, : "True"/"False", >> >>>> ### : "String", : " Hz/kHz/MHz" >> >>>> ### [arg]: arg optional >> >>>> #Option "SWcursor" # [] >> >>>> #Option "HWcursor" # [] >> >>>> #Option "NoAccel" # [] >> >>>> #Option "ShadowFB" # [] >> >>>> #Option "UseFBDev" # [] >> >>>> #Option "Rotate" # [] >> >>>> #Option "VideoKey" # >> >>>> #Option "FlatPanel" # [] >> >>>> #Option "FPDither" # [] >> >>>> #Option "CrtcNumber" # >> >>>> Option "CrtcNumber" "0" >> >>>> #Option "FPScale" # [] >> >>>> #Option "FPTweak" # >> >>>> #Option "DualHead" # [] >> >>>> Identifier "Card1" >> >>>> Driver "nv" >> >>>> VendorName "nVidia Corporation" >> >>>> BoardName "NV17 [GeForce4 MX 440]" >> >>>> BusID "PCI:1:2:0" >> >>>> EndSection >> >>>> >> >>>> Section "Screen" >> >>>> Identifier "Screen0" >> >>>> Device "Card1" >> >>>> Monitor "Monitor1" >> >>>> DefaultDepth 24 >> >>>> >> >>>> SubSection "Display" >> >>>> Viewport 0 0 >> >>>> Depth 24 >> >>>> Modes "1152x864" "1152x864" "1152x864" >> >>>> EndSubSection >> >>>> EndSection >> >>>> >> >>>> dmesg(8) output: >> >>>> May 18 20:21:51 udns syslogd: kernel boot file is /boot/kernel/kernel >> >>>> May 18 20:21:51 udns kernel: Copyright (c) 1992-2009 The >> FreeBSD Project. >> >>>> May 18 20:21:51 udns kernel: Copyright (c) 1979, 1980, 1983, 1986, >> >>>> 1988, 1989, 1991, 1992, 1993, 1994 >> >>>> May 18 20:21:51 udns kernel: The Regents of the University of >> >>>> California. All rights reserved. >> >>>> May 18 20:21:51 udns kernel: FreeBSD is a registered trademark of The >> >>>> FreeBSD Foundation. >> >>>> May 18 20:21:51 udns kernel: FreeBSD 7.1-RELEASE #0: Thu Jan 1 >> >>>> 14:37:25 UTC 2009 >> >>>> May 18 20:21:51 udns kernel: >> >>>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC >> >>>> May 18 20:21:51 udns kernel: Preloaded elf kernel "/boot/kernel/kernel" >> >>>> at 0xc0d89000. >> >>>> May 18 20:21:51 udns kernel: Preloaded elf module >> >>>> "/boot/kernel/geom_stripe.ko" at 0xc0d89174. >> >>>> May 18 20:21:51 udns kernel: Calibrating clock(s) ... i8254 clock: >> >>>> 1192975 Hz >> >>>> May 18 20:21:51 udns kernel: CLK_USE_I8254_CALIBRATION not specified - >> >>>> using default frequency >> >>>> May 18 20:21:51 udns kernel: Timecounter "i8254" frequency 1193182 Hz >> >>>> quality 0 >> >>>> May 18 20:21:51 udns kernel: Calibrating TSC clock ... TSC clock: >> >>>> 797345795 Hz >> >>>> May 18 20:21:51 udns kernel: CPU: Intel Pentium III (797.35-MHz >> >>>> 686-class CPU) >> >>>> May 18 20:21:51 udns kernel: Origin = "GenuineIntel" Id = 0x686 >> >>>> Stepping = 6 >> >>>> May 18 20:21:51 udns kernel: >> >>>> >> Features=0x387fbff >> >>>> May 18 20:21:51 udns kernel: May 18 20:21:51 udns kernel: Instruction >> > ;>>> TLB: 4 KB pages, 4-way set associative, 32 entries >> >>>> May 18 20:21:51 udns kernel: Instruction TLB: 4 MB pages, fully >> >>>> associative, 2 entries >> >>>> May 18 20:21:51 udns kernel: Data TLB: 4 KB pages, 4-way set >> >>>> associative, 64 entries >> >>>> May 18 20:21:51 udns kernel: 2nd-level cache: 256 KB, 8-way set >> >>>> associative, 32 byte line size >> >>>> May 18 20:21:51 udns kernel: 1st-level instruction cache: 16 KB, 4-way >> >>>> set associative, 32 byte line size >> >>>> May 18 20:21:51 udns kernel: Data TLB: 4 MB Pages, 4-way set >> >>>> associative, 8 entries >> >>>> May 18 20:21:51 udns kernel: 1st-level data cache: 16 KB, 4-way set >> >>>> associative, 32 byte line size >> >>>> May 18 20:21:51 udns kernel: real memory = 1073741824 (1024 MB) >> >>>> May 18 20:21:51 udns kernel: Physical memory chunk(s): >> >>>> May 18 20:21:51 udns kernel: 0x0000000000001000 - 0x000000000009efff, >> >>>> 647168 bytes (158 pages) >> >>>> May 18 20:21:51 udns kernel: 0x0000000000100000 - 0x00000000003fffff, >> >>>> 3145728 bytes (768 pages) >> >>>> May 18 20:21:51 udns kernel: 0x0000000001025000 - 0x000000003edb7fff, >> >>>> 1037643776 bytes (253331 pages) >> >>>> May 18 20:21:51 udns kernel: avail memory = 1037078528 (989 MB) >> >>>> May 18 20:21:51 udns kernel: MP Configuration Table version 1.4 found >> >>>> at 0xc00f0db0 >> >>>> May 18 20:21:51 udns kernel: APIC: Using the MPTable enumerator. >> >>>> May 18 20:21:51 udns kernel: SMP: Added CPU 0 (BSP) >> >>>> May 18 20:21:51 udns kernel: SMP: Added CPU 1 (AP) >> >>>> May 18 20:21:51 udns kernel: MPTable: >> >>>> May 18 20:21:51 udns kernel: INTR: Adding local APIC 1 as a target >> >>>> May 18 20:21:51 udns kernel: FreeBSD/SMP: Multiprocessor System >> >>>> Detected: 2 CPUs >> >>>> May 18 20:21:51 udns kernel: cpu0 (BSP): APIC ID: 0 >> >>>> May 18 20:21:51 udns kernel: cpu1 (AP): APIC ID: 1 >> >>>> May 18 20:21:51 udns kernel: bios32: Found BIOS32 Service Directory >> >>>> header at 0xc00fdb90 >> >>>> May 18 20:21:51 udns kernel: bios32: Entry = 0xfdba0 (c00fdba0) Rev = >> >>>> 0 Len = 1 >> >>>> May 18 20:21:51 udns kernel: pcibios: PCI BIOS entry at 0xf0000+0xdbc1 >> >>>> May 18 20:21:51 udns kernel: pnpbios: Found PnP BIOS data at 0xc00f4c50 >> >>>> May 18 20:21:51 udns kernel: pnpbios: Entry = f0000:3954 Rev = 1.0 >> >>>> May 18 20:21:51 udns kernel: Other BIOS signatures found: >> >>>> May 18 20:21:51 udns kernel: ULE: setup cpu group 0 >> >>>> May 18 20:21:51 udns kernel: ULE: setup cpu 0 >> >>>> May 18 20:21:51 udns kernel: ULE: adding cpu 0 to group 0: cpus >> 1 mask 0x1 >> >>>> May 18 20:21:51 udns kernel: ULE: setup cpu group 1 >> >>>> May 18 20:21:51 udns kernel: ULE: setup cpu 1 >> >>>> May 18 20:21:51 udns kernel: ULE: adding cpu 1 to group 1: cpus >> 1 mask 0x2 >> >>>> May 18 20:21:51 udns kernel: ioapic0: Assuming intbase of 0 >> >>>> May 18 20:21:51 udns kernel: ioapic0: Routing external 8259A's >> -> intpin 0 >> >>>> May 18 20:21:51 udns kernel: ioapic1: Assuming intbase of 16 >> >>>> May 18 20:21:51 udns kernel: ioapic0: intpin 10 bus PCI >> >>>> May 18 20:21:51 udns kernel: ioapic0: intpin 10 trigger: level >> >>>> May 18 20:21:51 udns kernel: ioapic0: intpin 10 polarity: low >> >>>> May 18 20:21:51 udns kernel: ioapic0: Routing IRQ 0 -> intpin 2 >> >>>> May 18 20:21:51 udns kernel: lapic: Routing ExtINT -> LINT0 >> >>>> May 18 20:21:51 udns kernel: lapic: LINT0 trigger: edge >> >>>> May 18 20:21:51 udns kernel: lapic: LINT0 polarity: high >> >>>> May 18 20:21:51 udns kernel: lapic: Routing NMI -> LINT1 >> >>>> May 18 20:21:51 udns kernel: lapic: LINT1 trigger: edge >> >>>> May 18 20:21:51 udns kernel: lapic: LINT1 polarity: high >> >>>> May 18 20:21:51 udns kernel: ioapic0 irqs 0-15 on >> >>>> motherboard >> >>>> May 18 20:21:51 udns kernel: ioapic1 irqs 16-31 on >> >>>> motherboard >> >>>> May 18 20:21:51 udns kernel: cpu0 BSP: >> >>>> May 18 20:21:51 udns kernel: ID: 0x00000000 VER: 0x00040011 LDR: >> >>>> 0x00000000 DFR: 0xffffffff >> >>>> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: >> >>>> 0x00000000 SVR: 0x000001ff >> >>>> May 18 20:21:51 udns kernel: timer: 0x000100ef therm: 0x00000000 err: >> >>>> 0x0001000f pcm: 0x00010000 >> >>>> May 18 20:21:51 udns kernel: ath_rate: version 1.2 > >>>> selection algorithm> >> >>>> May 18 20:21:51 udns kernel: wlan_amrr: > >>>> Control Algorithm> >> >>>> May 18 20:21:51 udns kernel: wlan: <802.11 Link Layer> >> >>>> May 18 20:21:51 udns kernel: null: >> >>>> May 18 20:21:51 udns kernel: random: >> >>>> May 18 20:21:51 udns kernel: nfslock: pseudo-device >> >>>> May 18 20:21:51 udns kernel: io: >> >>>> May 18 20:21:51 udns kernel: kbd: new array size 4 >> >>>> May 18 20:21:51 udns kernel: kbd1 at kbdmux0 >> >>>> May 18 20:21:51 udns kernel: mem: >> >>>> May 18 20:21:51 udns kernel: Pentium Pro MTRR support enabled >> >>>> May 18 20:21:51 udns kernel: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, >> >>>> RF5111, RF5112, RF2413, RF5413) >> >>>> May 18 20:21:51 udns kernel: hptrr: RocketRAID 17xx/2xxx SATA >> >>>> controller driver v1.2 (Jan 1 2009 14:37:00) >> >>>> May 18 20:21:51 udns kernel: npx0: INT 16 interface >> >>>> May 18 20:21:51 udns kernel: pci_open(1): mode 1 addr port (0x0cf8) is >> >>>> 0x80000070 >> >>>> May 18 20:21:51 udns kernel: pci_open(1a): mode1res=0x80000000 >> >>>> (0x80000000) >> >>>> May 18 20:21:51 udns kernel: pci_cfgcheck: device 0 [class=060000] >> >>>> [hdr=80] is there (id=00091166) >> >>>> May 18 20:21:51 udns kernel: pcibios: BIOS version 2.10 >> >>>> May 18 20:21:51 udns kernel: pcib0: pcibus 0 >> >>>> on motherboard >> >>>> May 18 20:21:51 udns kernel: pci0: on pcib0 >> >>>> May 18 20:21:51 udns kernel: pci0: domain=0, physical bus=0 >> >>>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, >> revid=0x06 >> >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=0 >> >>>> May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 >> >>>> May 18 20:21:51 udns kernel: cmdreg=0x0006, statreg=0x2200, cachelnsz=8 >> >>>> (dwords) >> >>>> May 18 20:21:51 udns kernel: lattimer=0x20 (960 ns), mingnt=0x00 (0 >> >>>> ns), maxlat=0x00 (0 ns) >> >>>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, >> revid=0x06 >> >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=1 >> >>>> May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 >> >>>> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, cachelnsz=8 >> >>>> (dwords) >> >>>> May 18 20:21:51 udns kernel: lattimer=0x10 (480 ns), mingnt=0x00 (0 >> >>>> ns), maxlat=0x00 (0 ns) >> >>>> May 18 20:21:51 udns kernel: found-> vendor=0x1002, dev=0x4752, >> revid=0x27 >> >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=1, func=0 >> >>>> May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 >> >>>> May 18 20:21:51 udns kernel: cmdreg=0x0080, statreg=0x0290, cachelnsz=8 >> >>>> (dwords) >> >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 >> >>>> ns), maxlat=0x00 (0 ns) >> >>>> May 18 20:21:51 udns kernel: intpin=a, irq=9 >> >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 >> current D0 >> >>>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> >>>> 0xfb000000, size 24, memory disabled >> >>>> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base >> >>>> 0xd800, size 8, port disabled >> >>>> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base >> >>>> 0xfcaff000, size 12, enabled >> >>>> May 18 20:21:51 udns kernel: pcib0: slot 1 INTA routed to irq 22 >> >>>> May 18 20:21:51 udns kernel: found-> vendor=0x8086, dev=0x1229, >> revid=0x08 >> >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=4, func=0 >> >>>> May 18 20:21:51 udns kernel: class=02-00-00, hdrtype=0x00, mfdev=0 >> >>>> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0290, cachelnsz=8 >> >>>> (dwords) >> >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 >> >>>> ns), maxlat=0x38 (14000 ns) >> >>>> May 18 20:21:51 udns kernel: intpin=a, irq=5 >> >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 >> current D0 >> >>>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> >>>> 0xfcafe000, size 12, enabled >> >>>> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base >> >>>> 0xd400, size 6, enabled >> >>>> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base >> >>>> 0xfc900000, size 20, enabled >> >>>> May 18 20:21:51 udns kernel: pcib0: slot 4 INTA routed to irq 20 >> >>>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0200, >> revid=0x50 >> >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=0 >> >>>> May 18 20:21:51 udns kernel: class=06-01-00, hdrtype=0x00, mfdev=1 >> >>>> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, cachelnsz=0 >> >>>> (dwords) >> >>>> May 18 20:21:51 udns kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), >> >>>> maxlat=0x00 (0 ns) >> >>>> May 18 20:21:51 udns kernel: map[90]: type I/O Port, range 32, base >> >>>> 0x580, size 4, enabled >> >>>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0211, >> revid=0x00 >> >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=1 >> >>>> May 18 20:21:51 udns kernel: class=01-01-8a, hdrtype=0x00, mfdev=1 >> >>>> May 18 20:21:51 udns kernel: cmdreg=0x0005, statreg=0x0200, cachelnsz=0 >> >>>> (dwords) >> >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 >> >>>> ns), maxlat=0x00 (0 ns) >> >>>> May 18 20:21:51 udns kernel: map[20]: type I/O Port, range 32, base >> >>>> 0xffa0, size 4, enabled >> >>>> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0220, >> revid=0x04 >> >>>> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=2 >> >>>> May 18 20:21:51 udns kernel: class=0c-03-10, hdrtype=0x00, mfdev=1 >> >>>> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0280, cachelnsz=8 >> >>>> (dwords) >> >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 >> >>>> ns), maxlat=0x50 (20000 ns) >> >>>> May 18 20:21:51 udns kernel: intpin=a, irq=10 >> >>>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> >>>> 0xfcafd000, size 12, enabled >> >>>> May 18 20:21:51 udns kernel: pcib0: slot 15 INTA routed to irq 10 >> >>>> May 18 20:21:51 udns kernel: vgapci0: port >> >>>> 0xd800-0xd8ff mem 0xfb000000-0xfbffffff,0xfcaff000-0xfcafffff irq 22 at >> >>>> device 1.0 on pci0 >> >>>> May 18 20:21:51 udns kernel: fxp0: port >> >>>> 0xd400-0xd43f mem 0xfcafe000-0xfcafefff,0xfc900000-0xfc9fffff irq 20 at >> >>>> device 4.0 on pci0 >> >>>> May 18 20:21:51 udns kernel: fxp0: Reserved 0x1000 bytes for rid 0x10 >> >>>> type 3 at 0xfcafe000 >> >>>> May 18 20:21:51 udns kernel: fxp0: using memory space register mapping >> >>>> May 18 20:21:51 udns kernel: fxp0: PCI IDs: 8086 1229 8086 100c 0008 >> >>>> May 18 20:21:51 udns kernel: fxp0: Dynamic Standby mode is disabled >> >>>> May 18 20:21:51 udns kernel: miibus0: on fxp0 >> >>>> May 18 20:21:51 udns kernel: inphy0: >> >>>> PHY 1 on miibus0 >> >>>> May 18 20:21:51 udns kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, >> >>>> 100baseTX-FDX, auto >> >>>> May 18 20:21:51 udns kernel: fxp0: bpf attached >> >>>> May 18 20:21:51 udns kernel: fxp0: Ethernet address: 00:e0:81:20:9d:66 >> >>>> May 18 20:21:51 udns kernel: ioapic1: routing intpin 4 (PCI IRQ 20) to >> >>>> vector 48 >> >>>> May 18 20:21:51 udns kernel: fxp0: [MPSAFE] >> >>>> May 18 20:21:51 udns kernel: fxp0: [ITHREAD] >> >>>> May 18 20:21:51 udns kernel: isab0: port 0x580-0x58f >> >>>> at device 15.0 on pci0 >> >>>> May 18 20:21:51 udns kernel: isa0: on isab0 >> >>>> May 18 20:21:51 udns kernel: atapci0: > >>>> controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at >> >>>> device 15.1 on pci0 >> >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x10 bytes for rid 0x20 >> >>>> type 4 at 0xffa0 >> >>>> May 18 20:21:51 udns kernel: ata0: on atapci0 >> >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x10 >> >>>> type 4 at 0x1f0 >> >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x14 >> >>>> type 4 at 0x3f6 >> >>>> May 18 20:21:51 udns kernel: ata0: reset tp1 mask=03 ostat0=50 >> ostat1=50 >> >>>> May 18 20:21:51 udns kernel: ata0: stat0=0x00 err=0x01 lsb=0x14 >> msb=0xeb >> >>>> May 18 20:21:51 udns kernel: ata0: stat1=0x50 err=0x01 lsb=0x00 >> msb=0x00 >> >>>> May 18 20:21:51 udns kernel: ata0: reset tp2 stat0=00 stat1=50 >> >>>> devices=0x6 >> >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 14 (ISA IRQ 14) to >> >>>> vector 49 >> >>>> May 18 20:21:51 udns kernel: ata0: [MPSAFE] >> >>>> May 18 20:21:51 udns kernel: ata0: [ITHREAD] >> >>>> May 18 20:21:51 udns kernel: ata1: on atapci0 >> >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x18 >> >>>> type 4 at 0x170 >> >>>> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x1c >> >>>> type 4 at 0x376 >> >>>> May 18 20:21:51 udns kernel: ata1: reset tp1 mask=03 ostat0=50 >> ostat1=00 >> >>>> May 18 20:21:51 udns kernel: ata1: stat0=0x00 err=0x01 lsb=0x14 >> msb=0xeb >> >>>> May 18 20:21:51 udns kernel: ata1: stat1=0x00 err=0x04 lsb=0x00 >> msb=0x02 >> >>>> May 18 20:21:51 udns kernel: ata1: reset tp2 stat0=00 stat1=00 >> >>>> devices=0x4 >> >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 15 (ISA IRQ 15) to >> >>>> vector 50 >> >>>> May 18 20:21:51 udns kernel: ata1: [MPSAFE] >> >>>> May 18 20:21:51 udns kernel: ata1: [ITHREAD] >> >>>> May 18 20:21:51 udns kernel: ohci0: mem >> >>>> 0xfcafd000-0xfcafdfff irq 10 at device 15.2 on pci0 >> >>>> May 18 20:21:51 udns kernel: ohci0: Reserved 0x1000 bytes for rid 0x10 >> >>>> type 3 at 0xfcafd000 >> >>>> May 18 20:21:51 udns kernel: ohci0: (New OHCI DeviceId=0x02201166) >> >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 10 (PCI IRQ 10) to >> >>>> vector 51 >> >>>> May 18 20:21:51 udns kernel: ohci0: [GIANT-LOCKED] >> >>>> May 18 20:21:51 udns kernel: ohci0: [ITHREAD] >> >>>> May 18 20:21:51 udns kernel: usb0: OHCI version 1.0, legacy support >> >>>> May 18 20:21:51 udns kernel: usb0: >> >>>> on ohci0 >> >>>> May 18 20:21:51 udns kernel: usb0: USB revision 1.0 >> >>>> May 18 20:21:51 udns kernel: uhub0: <(0x1166) OHCI root hub, class 9/0, >> >>>> rev 1.00/1.00, addr 1> on usb0 >> >>>> May 18 20:21:51 udns kernel: uhub0: 4 ports with 4 removable, >> self powered >> >>>> May 18 20:21:51 udns kernel: pcib1: pcibus 1 >> >>>> on motherboard >> >>>> May 18 20:21:51 udns kernel: pci1: on pcib1 >> >>>> May 18 20:21:51 udns kernel: pci1: domain=0, physical bus=1 >> >>>> May 18 20:21:51 udns kernel: found-> vendor=0x10de, dev=0x0171, >> revid=0xa3 >> >>>> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=2, func=0 >> >>>> May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 >> >>>> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 >> >>>> (dwords) >> >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x05 (1250 >> >>>> ns), maxlat=0x01 (250 ns) >> >>>> May 18 20:21:51 udns kernel: intpin=a, irq=11 >> >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >> >>>> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> >>>> 0xfd000000, size 24, enabled >> >>>> May 18 20:21:51 udns kernel: map[14]: type Prefetchable Memory, range >> >>>> 32, base 0xf0000000, size 27, enabled >> >>>> May 18 20:21:51 udns kernel: map[18]: type Prefetchable Memory, range >> >>>> 32, base 0xfa580000, size 19, enabled >> >>>> May 18 20:21:51 udns kernel: pcib1: slot 2 INTA routed to irq 27 >> >>>> May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, >> revid=0x01 >> >>>> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=0 >> >>>> May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 >> >>>> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, cachelnsz=8 >> >>>> (dwords) >> >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 >> >>>> (10000 ns), maxlat=0x19 (6250 ns) >> >>>> May 18 20:21:51 udns kernel: intpin=a, irq=3 >> >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >> >>>> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base >> >>>> 0xe400, size 8, enabled >> >>>> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base >> >>>> 0xfebde000, size 12, enabled >> >>>> May 18 20:21:51 udns kernel: pcib1: slot 6 INTA routed to irq 25 >> >>>> May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, >> revid=0x01 >> >>>> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=1 >> >>>> May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 >> >>>> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, cachelnsz=8 >> >>>> (dwords) >> >>>> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 >> >>>> (10000 ns), maxlat=0x19 (6250 ns) >> >>>> May 18 20:21:51 udns kernel: intpin=b, irq=10 >> >>>> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >> >>>> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base >> >>>> 0xe800, size 8, enabled >> >>>> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base >> >>>> 0xfebdf000, size 12, enabled >> >>>> May 18 20:21:51 udns kernel: pcib1: slot 6 INTB routed to irq 26 >> >>>> May 18 20:21:51 udns kernel: vgapci1: mem >> >>>> 0xfd000000-0xfdffffff,0xf0000000-0xf7ffffff,0xfa580000-0xfa5fffff irq >> >>>> 27 at device 2.0 on pci1 >> >>>> May 18 20:21:51 udns kernel: ahc0: > >>>> adapter> port 0xe400-0xe4ff mem 0xfebde000-0xfebdefff irq 25 at device >> >>>> 6.0 on pci1 >> >>>> May 18 20:21:51 udns kernel: ahc0: Defaulting to MEMIO off >> >>>> May 18 20:21:51 udns kernel: ahc0: Reserved 0x100 bytes for rid 0x10 >> >>>> type 4 at 0xe400 >> >>>> May 18 20:21:51 udns kernel: ahc0: Reading SEEPROM...done. >> >>>> May 18 20:21:51 udns kernel: ahc0: Manual LVD Termination >> >>>> May 18 20:21:51 udns kernel: ahc0: BIOS eeprom is present >> >>>> May 18 20:21:51 udns kernel: ahc0: Secondary High byte >> termination Enabled >> >>>> May 18 20:21:51 udns kernel: ahc0: Secondary Low byte >> termination Enabled >> >>>> May 18 20:21:51 udns kernel: ahc0: Primary Low Byte termination Enabled >> >>>> May 18 20:21:51 udns kernel: ahc0: Primary High Byte >> termination Enabled >> >>>> May 18 20:21:51 udns kernel: ahc0: Downloading Sequencer Program... 423 >> >>>> instructions downloaded >> >>>> May 18 20:21:51 udns kernel: ahc0: Features 0x1fef6, Bugs 0x40, Flags >> >>>> 0x20485520 >> >>>> May 18 20:21:51 udns kernel: ioapic1: routing intpin 9 (PCI IRQ 25) to >> >>>> vector 52 >> >>>> May 18 20:21:51 udns kernel: ahc0: [MPSAFE] >> >>>> May 18 20:21:51 udns kernel: ahc0: [ITHREAD] >> >>>> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel A, SCSI >> >>>> Id=7, 32/253 SCBs >> >>>> May 18 20:21:51 udns kernel: ahc1: > >>>> adapter> port 0xe800-0xe8ff mem 0xfebdf000-0xfebdffff irq 26 at device >> >>>> 6.1 on pci1 >> >>>> May 18 20:21:51 udns kernel: ahc1: Defaulting to MEMIO off >> >>>> May 18 20:21:51 udns kernel: ahc1: Reserved 0x100 bytes for rid 0x10 >> >>>> type 4 at 0xe800 >> >>>> May 18 20:21:51 udns kernel: ahc1: Reading SEEPROM...done. >> >>>> May 18 20:21:51 udns kernel: ahc1: Manual LVD Termination >> >>>> May 18 20:21:51 udns kernel: ahc1: BIOS eeprom is present >> >>>> May 18 20:21:51 udns kernel: ahc1: Secondary High byte >> termination Enabled >> >>>> May 18 20:21:51 udns kernel: ahc1: Secondary Low byte >> termination Enabled >> >>>> May 18 20:21:51 udns kernel: ahc1: Primary Low Byte termination Enabled >> >>>> May 18 20:21:51 udns kernel: ahc1: Primary High Byte >> termination Enabled >> >>>> May 18 20:21:51 udns kernel: ahc1: Downloading Sequencer Program... 423 >> >>>> instructions downloaded >> >>>> May 18 20:21:51 udns kernel: ahc1: Features 0x1fef6, Bugs 0x40, Flags >> >>>> 0x20485560 >> >>>> May 18 20:21:51 udns kernel: ioapic1: routing intpin 10 (PCI IRQ 26) to >> >>>> vector 53 >> >>>> May 18 20:21:51 udns kernel: ahc1: [MPSAFE] >> >>>> May 18 20:21:51 udns kernel: ahc1: [ITHREAD] >> >>>> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel B, SCSI >> >>>> Id=7, 32/253 SCBs >> >>>> May 18 20:21:51 udns kernel: cpu0 on motherboard >> >>>> May 18 20:21:51 udns kernel: cpu1 on motherboard >> >>>> ... >> >>>> May 18 20:21:51 udns kernel: pnpbios: 14 devices, largest 234 bytes >> >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >>>> 0-0x9fbff, size=0x9fc00 >> >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >>>> 0x9fc00-0x9ffff, size=0x400 >> >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >>>> 0xe0000-0xfffff, size=0x20000 >> >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >>>> 0x100000-0x3fffffff, size=0x3ff00000 >> >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >>>> 0xfec00000-0xfec00fff, size=0x1000 >> >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >>>> 0xfec01000-0xfec01fff, size=0x1000 >> >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >>>> 0xfee00000-0xfee00fff, size=0x1000 >> >>>> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >>>> 0xfff80000-0xffffffff, size=0x80000 >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 0 device ID PNP0c01 >> >>>> (010cd041) >> >>>> May 18 20:21:51 udns kernel: PNP0200: adding dma mask 0x10 >> >>>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0-0xf, size=0x10, >> >>>> align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x80-0x90, >> >>>> size=0x11, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x94-0x9f, >> >>>> size=0xc, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0200: adding io range 0xc0-0xde, >> >>>> size=0x1f, align=0x1 >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 2 device ID PNP0200 >> >>>> (0002d041) >> >>>> May 18 20:21:51 udns kernel: PNP0100: adding irq mask 0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0100: adding io range 0x40-0x43, >> >>>> size=0x4, align=0x1 >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 3 device ID PNP0100 >> >>>> (0001d041) >> >>>> May 18 20:21:51 udns kernel: PNP0b00: adding irq mask 0x100 >> >>>> May 18 20:21:51 udns kernel: PNP0b00: adding io range 0x70-0x71, >> >>>> size=0x2, align=0x1 >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 4 device ID PNP0b00 >> >>>> (000bd041) >> >>>> May 18 20:21:51 udns kernel: PNP0303: adding irq mask 0x2 >> >>>> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x60-0x60, >> >>>> size=0x1, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x64-0x64, >> >>>> size=0x1, align=0x1 >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 5 device ID PNP0303 >> >>>> (0303d041) >> >>>> May 18 20:21:51 udns kernel: PNP0800: adding io range 0x61-0x61, >> >>>> size=0x1, align=0x1 >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 6 device ID PNP0800 >> >>>> (0008d041) >> >>>> May 18 20:21:51 udns kernel: PNP0c04: adding irq mask 0x2000 >> >>>> May 18 20:21:51 udns kernel: PNP0c04: adding io range 0xf0-0xff, >> >>>> size=0x10, align=0x1 >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 7 device ID PNP0c04 >> >>>> (040cd041) >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d0-0x4d1, >> >>>> size=0x2, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcf8-0xcff, >> >>>> size=0x8, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x10-0x1f, >> >>>> size=0x10, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x40b-0x40b, >> >>>> size=0x1, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d6-0x4d6, >> >>>> size=0x1, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc00-0xc01, >> >>>> size=0x2, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc14-0xc14, >> >>>> size=0x1, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc49-0xc4a, >> >>>> size=0x2, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc52-0xc52, >> >>>> size=0x1, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6c-0xc6c, >> >>>> size=0x1, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6f-0xc6f, >> >>>> size=0x1, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcd6-0xcd7, >> >>>> size=0x2, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xf50-0xf58, >> >>>> size=0x9, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x374-0x375, >> >>>> size=0x2, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x377-0x377, >> >>>> size=0x1, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range >> >>>> 0xcfc00-0xd03ff, size=0x800 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range >> >>>> 0xd7400-0xdffff, size=0x8c00 >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 8 device ID PNP0c02 >> >>>> (020cd041) >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x580-0x58f, >> >>>> size=0x10, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x500-0x51f, >> >>>> size=0x20, align=0x1 >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 9 device ID PNP0c02 >> >>>> (020cd041) >> >>>> May 18 20:21:51 udns kernel: PNP0f13: adding irq mask 0x1000 >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 10 device ID PNP0f13 >> >>>> (130fd041) >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 11 device ID PNP0a03 >> >>>> (030ad041) >> >>>> May 18 20:21:51 udns kernel: PNP0501: adding io range 0x3f8-0x3ff, >> >>>> size=0x8, align=0x8 >> >>>> May 18 20:21:51 udns kernel: PNP0501: adding irq mask 0x10 >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 12 device ID PNP0501 >> >>>> (0105d041) >> >>>> May 18 20:21:51 udns kernel: PNP0700: adding io range 0x3f0-0x3f5, >> >>>> size=0x6, align=0x1 >> >>>> May 18 20:21:51 udns kernel: PNP0700: adding irq mask 0x40 >> >>>> May 18 20:21:51 udns kernel: PNP0700: adding dma mask 0x4 >> >>>> May 18 20:21:51 udns kernel: pnpbios: handle 13 device ID PNP0700 >> >>>> (0007d041) >> >>>> May 18 20:21:51 udns kernel: sc: sc0 already exists; skipping it >> >>>> May 18 20:21:51 udns kernel: vga: vga0 already exists; skipping it >> >>>> May 18 20:21:51 udns kernel: isa_probe_children: disabling PnP devices >> >>>> May 18 20:21:51 udns kernel: isa_probe_children: probing >> non-PnP devices >> >>>> May 18 20:21:51 udns kernel: pmtimer0 on isa0 >> >>>> May 18 20:21:51 udns kernel: adv0: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: aha0: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: aic0: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: atkbdc0: at >> >>>> port 0x60,0x64 on isa0 >> >>>> May 18 20:21:51 udns kernel: atkbd0: irq 1 on atkbdc0 >> >>>> May 18 20:21:51 udns kernel: atkbd: the current kbd controller command >> >>>> byte 0065 >> >>>> May 18 20:21:51 udns kernel: atkbd: keyboard ID 0x41ab (2) >> >>>> May 18 20:21:51 udns kernel: kbd0 at atkbd0 >> >>>> May 18 20:21:51 udns kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0, >> >>>> flags:0x3d0000 >> >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 1 (ISA IRQ 1) to >> >>>> vector 54 >> >>>> May 18 20:21:51 udns kernel: atkbd0: [GIANT-LOCKED] >> >>>> May 18 20:21:51 udns kernel: atkbd0: [ITHREAD] >> >>>> May 18 20:21:51 udns kernel: psm0: current command byte:0065 >> >>>> May 18 20:21:51 udns kernel: psm0: irq 12 on atkbdc0 >> >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 12 (ISA IRQ 12) to >> >>>> vector 55 >> >>>> May 18 20:21:51 udns kernel: psm0: [GIANT-LOCKED] >> >>>> May 18 20:21:51 udns kernel: psm0: [ITHREAD] >> >>>> May 18 20:21:51 udns kernel: psm0: model IntelliMouse, device ID 3-00, >> >>>> 3 buttons >> >>>> May 18 20:21:51 udns kernel: psm0: config:00000000, flags:00000008, >> >>>> packet size:4 >> >>>> May 18 20:21:51 udns kernel: psm0: syncmask:08, syncbits:00 >> >>>> May 18 20:21:51 udns kernel: bt0: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: cs0: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: ed0: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 >> >>>> May 18 20:21:51 udns kernel: fdc0: at port >> >>>> 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 >> >>>> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 >> >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 6 (ISA IRQ 6) to >> >>>> vector 56 >> >>>> May 18 20:21:51 udns kernel: fdc0: [FILTER] >> >>>> May 18 20:21:51 udns kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >> >>>> May 18 20:21:51 udns kernel: fe0: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: ie0: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: le0: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: ppc0: parallel port not found. >> >>>> May 18 20:21:51 udns kernel: ppc0: failed to probe at >> >>>> irq 7 on isa0 >> >>>> May 18 20:21:51 udns kernel: sc0: at flags >> 0x100 on isa0 >> >>>> May 18 20:21:51 udns kernel: sc0: VGA <16 virtual consoles, >> flags=0x300> >> >>>> May 18 20:21:51 udns kernel: sc0: fb0, kbd1, terminal emulator: sc >> >>>> (syscons terminal) >> >>>> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 >> 0xc001 0xc001 >> >>>> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 >> 0xc001 0xc001 >> >>>> May 18 20:21:51 udns kernel: sio0 at port 0x3f8-0x3ff irq 4 flags >> >>>> 0x10 on isa0 >> >>>> May 18 20:21:51 udns kernel: sio0: type 16550A >> >>>> May 18 20:21:51 udns kernel: ioapic0: routing intpin 4 (ISA IRQ 4) to >> >>>> vector 57 >> >>>> May 18 20:21:51 udns kernel: sio0: [FILTER] >> >>>> May 18 20:21:51 udns kernel: sio1: configured irq 3 not in bitmap of >> >>>> probed irqs 0 >> >>>> May 18 20:21:51 udns kernel: sio1: port may not be enabled >> >>>> May 18 20:21:51 udns kernel: sio1: irq maps: 0xc001 0xc001 >> 0xc001 0xc001 >> >>>> May 18 20:21:51 udns kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9 >> >>>> May 18 20:21:51 udns kernel: sio1 failed to probe at port 0x2f8-0x2ff >> >>>> irq 3 on isa0 >> >>>> May 18 20:21:51 udns kernel: sio2: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: sio3: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: sn0: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: vga0: at port >> >>>> 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >> >>>> May 18 20:21:51 udns kernel: vt0: not probed (disabled) >> >>>> May 18 20:21:51 udns kernel: isa_probe_children: probing PnP devices >> >>>> ... >> >>>> May 18 20:21:51 udns kernel: Device configuration finished. >> >>>> May 18 20:21:51 udns kernel: procfs registered >> >>>> May 18 20:21:51 udns kernel: lapic: Divisor 2, Frequency 49834131 hz >> >>>> May 18 20:21:51 udns kernel: Timecounter "TSC" frequency 797345795 Hz >> >>>> quality -100 >> >>>> May 18 20:21:51 udns kernel: Timecounters tick every 1.000 msec >> >>>> May 18 20:21:51 udns kernel: lo0: bpf attached >> >>>> May 18 20:21:51 udns kernel: hptrr: no controller detected. >> >>>> May 18 20:21:51 udns kernel: Waiting 5 seconds for SCSI devices >> to settle >> >>>> ... >> >>>> May 18 20:21:51 udns kernel: SMP: AP CPU #1 Launched! >> >>>> May 18 20:21:51 udns kernel: cpu1 AP: >> >>>> May 18 20:21:51 udns kernel: ID: 0x01000000 VER: 0x00040011 LDR: >> >>>> 0x00000000 DFR: 0xffffffff >> >>>> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: >> >>>> 0x00000000 SVR: 0x000001ff >> >>>> May 18 20:21:51 udns kernel: timer: 0x000200ef therm: 0x00000000 err: >> >>>> 0x00010000 pcm: 0x00010000 >> >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 1 to >> local APIC 0 >> >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 4 to >> local APIC 1 >> >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 6 to >> local APIC 0 >> >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning PCI IRQ 10 to >> local APIC 1 >> >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 12 to >> local APIC 0 >> >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 14 to >> local APIC 1 >> >>>> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 15 to >> local APIC 0 >> >>>> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 20 to >> local APIC 1 >> >>>> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 25 to >> local APIC 0 >> >>>> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 26 to >> local APIC 1 >> >>>> >> >>>> > >> >>>> > -- >> >>>> > Paul >> >>>> > _______________________________________________ >> >>>> > freebsd-stable@freebsd.org mailing list >> >>>> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> >>>> > To unsubscribe, send any mail to >> >>>> "freebsd-stable-unsubscribe@freebsd.org" >> >>>> > >> >>>> >> >>>> >> >>>> >> >>>> _______________________________________________ >> >>>> freebsd-stable@freebsd.org mailing list >> >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> >>>> To unsubscribe, send any mail to >> "freebsd-stable-unsubscribe@freebsd.org" >> >>> -- >> >>> Robert Noland >> >>> FreeBSD >> >>> >> >> >> >> >> >> >> >> _______________________________________________ >> >> freebsd-stable@freebsd.org mailing list >> >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> >> >> > >> > >> > >> > _______________________________________________ >> > freebsd-stable@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > >> >> >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- > Robert Noland > FreeBSD > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 20:49:17 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5631C106566C for ; Tue, 19 May 2009 20:49:17 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id E7D618FC0A for ; Tue, 19 May 2009 20:49:16 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4JKnE5Y046286; Wed, 20 May 2009 00:49:14 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 20 May 2009 00:49:14 +0400 (MSD) From: Dmitry Morozovsky To: Dimitry Andric In-Reply-To: <4A1317C9.90505@andric.com> Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A11A666.3030407@andric.com> <4A12E929.4040406@andric.com> <4A1317C9.90505@andric.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Wed, 20 May 2009 00:49:14 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:49:17 -0000 On Tue, 19 May 2009, Dimitry Andric wrote: DA> On 2009-05-19 22:10, Dmitry Morozovsky wrote: DA> > Just to be sure: is the patch based on sys/ hierarchy, and does not touch DA> > others (like sbin/)? DA> DA> No, it touches stuff in cddl/ too, so you need to build the world. Be DA> sure to use -E with patch, to cleanup emptied files. E.g.: DA> DA> patch -d /usr/src -p1 -f -F0 -E -i /path/to/zfs-mfc.patch Hmm, not too much success there: (in the process of building kernel) ===> zfs (all) cc -O2 -fno-strict-aliasing -pipe -march=athlon-mp -DFREEBSD_NAMECACHE -DBUILDING_ZFS -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I/usr/src/sys/modules/zfs/../../cddl/compat/opensolaris -I/usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common -I/usr/src/sys/modules/zfs/../.. -I/usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/zfs -I/usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common -I/usr/src/sys/modules/zfs/../../../include -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/MOOSE/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/MOOSE -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -c /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/acl/acl_common.c In file included from /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/acl/acl_common.h:33, from /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/acl/acl_common.c:36: /usr/src/sys/modules/zfs/../../cddl/compat/opensolaris/sys/acl.h:35: error: conflicting types for 'aclent_t' /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/sys/acl.h:43: error: previous declaration of 'aclent_t' was here /usr/src/sys/modules/zfs/../../cddl/compat/opensolaris/sys/acl.h:40: error: redefinition of 'struct ace' /usr/src/sys/modules/zfs/../../cddl/compat/opensolaris/sys/acl.h:45: error: redefinition of typedef 'ace_t' /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/sys/acl.h:50: error: previous declaration of 'ace_t' was here In file included from /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/acl/acl_common.h:33, from /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/acl/acl_common.c:36: /usr/src/sys/modules/zfs/../../cddl/compat/opensolaris/sys/acl.h:124:1: warning: "ACE_TYPE_FLAGS" redefined [much more after these...] Or, should I rebuild world previously? -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Tue May 19 20:52:38 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5B5E1065687 for ; Tue, 19 May 2009 20:52:38 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id E3EA18FC23 for ; Tue, 19 May 2009 20:52:32 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4JKqOiW025354 for ; Tue, 19 May 2009 13:52:31 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4JKqO5k025353 for freebsd-stable@freebsd.org; Tue, 19 May 2009 13:52:24 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 19 May 2009 13:52:24 -0700 Message-ID: <20090519135224.alaa34mdwoocg8wg@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 19 May 2009 13:52:24 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <5C872E1E-9AB0-4445-AFEE-B13CF7DFBD07@gmail.com> <20090519111740.v7pzy6v0g04w4wc8@webmail.1command.com> <20090519114701.s4hfpz4s0swk0s8w@webmail.1command.com> <1242762213.1752.36.camel@balrog.2hip.net> In-Reply-To: <1242762213.1752.36.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:52:39 -0000 Quoting Robert Noland : > On Tue, 2009-05-19 at 11:47 -0700, Chris H wrote: >> Quoting Chris H : >> >> > Quoting Laurent Grangeau : >> > >> >> I think I can handle this answer. >> >> >> >> This is the default behavior of Xorg 7.4. If you want to see the old >> >> screen, launch Xorg with the -retro option. >> >> The command should be like this : >> >> X -config xorg.conf.new -retro >> >> >> >> If your mouse or your keyboard doesn't seem to work, look if you >> >> have enable dbus and hald. In your /etc/rc.conf, you should have >> >> dbus_enable=3D"YES" and hald_enable=3D"YES" (I'm not sure about this)= . >> >> >> >> All this is explain in the handbook : Configuring X11. >> > >> > Hello Laurent, and thank you for your reply. >> > >> > For the record, this is the way I /first/ attempted to do it - >> > >> > echo 'enable_hald=3D"YES"' >> /etc/rc.conf >> > echo 'enable_dbus=3D"YES"' >> /etc/rc.conf >> > >> > Bounce the box >> > attempt to test Xorg: >> > >> > Xorg -config /root/xorg.conf.new >> > >> > no joy. >> > >> > So I tweaked the file (removing the card I wasn't going to use). >> > Save the remaining as /etc/X11/xorg.conf.nvidia && >> > >> > Xorg -config /etc/X11/xorg.conf.nvidia >> > >> > But again, "no joy". >> > >> > I'll try it again, and report back with my findings. >> > >> > Thanks again for your response. >> > >> > --Chris H >> >> OK here's the results: >> >> echo 'hald_enable=3D"YES"' >> /etc/rc.conf >> echo 'enable_dbus=3D"YES"' >> /etc/rc.conf >> >> bounce the box >> >> Xorg -config /etc/X11/xorg.conf.nvidia >> >> returns the following: >> >> X.Org X Server 1.6.0 >> Release Date: 2009-2-25 >> X Protocol Version 11, Revision 0 >> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating ---8<--[BIG SNIP]--8<--- >> (**) Option "DataBits" "8" >> (**) Option "Parity" "None" >> (**) Option "Vmin" "1" >> (**) Option "Vtime" "0" >> (**) Option "FlowControl" "None" >> >> An attempt to bail out of X on tty8 (ctl-alt-backspace) >> returns: >> Failed to switch consoles (Invalid argument) >> on tty0 >> >> Attempting again returns: >> Failed to switch consoles (Invalid argument) >> on tty0 >> >> move to tty0 (ctl-alt-f1) && ctl-C >> >> OK let's try the -retro switch on the Xorg created conf... >> >> --- >> >> Xorg -config xorg.conf.new -retro >> provides: >> >> X.Org X Server 1.6.0 >> Release Date: 2009-2-25 >> X Protocol Version 11, Revision 0 >> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >> System: FreeBSD udns.ultimatedns.NET 7.1-RELEASE FreeBSD 7.1-RELEASE >> #0: Thu Jan 1 14:37:25 UTC 2009 >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> Build Date: 16 May 2009 07:15:01AM >> >> =09Before reporting problems, check http://wiki.x.org >> =09to make sure that you have the latest version. >> Markers: (--) probed, (**) from config file, (=3D=3D) default setting, >> =09(++) from command line, (!!) notice, (II) informational, >> =09(WW) warning, (EE) error, (NI) not implemented, (??) unknown. >> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Tue May 19 11:33:40 2009 >> (++) Using config file: "/etc/X11/xorg.conf.new" >> (=3D=3D) ServerLayout "X.org Configured" >> (**) |-->Screen "Screen0" (0) >> (**) | |-->Monitor "Monitor0" >> (**) | |-->Device "Card0" >> (**) |-->Screen "Screen1" (1) >> (**) | |-->Monitor "Monitor1" >> (**) | |-->Device "Card1" >> (**) |-->Input Device "Mouse0" >> (**) |-->Input Device "Keyboard0" >> (=3D=3D) Automatically adding devices ---8<--[BIG SNIP]--8<--- >> (II) Module int10: vendor=3D"X.Org Foundation" >> =09compiled for 1.6.0, module version =3D 1.0.0 >> =09ABI class: X.Org Video Driver, version 5.0 >> (=3D=3D) MACH64(0): Write-combining range (0xa0000,0x20000) was already = clear >> (=3D=3D) MACH64(0): Write-combining range (0xc0000,0x40000) was already = clear >> >> >> Which only leaves me with a blinking block cursor in the upper >> LEFT-hand corner while hooked up to the NV card. There is no >> output to the MACH64. >> >> I don't think this is the answer. > > Hrm, ok... It might still be getting confused by the ati card... The > issue comes down to which card (hopefully not both) is handling legacy > vga calls to 0xc0000. I did just notice someone else post an issue with > the openchrome driver and int10 though, so you might try disabling > int10. > > robert. Hello Robert, and thank you for your reply. I apologize, but am not exactly sure how to do this. The following: SubSection "int10" Option "omit int10" # don't initialise openchrome extension EndSubSection didn't do it. :( --Chris H. > >> --Chris H >> >> > >> >> >> >> Le 19 mai 09 =E0 19:15, Chris H a =E9crit : >> >> >> >>> Quoting Robert Noland : >> >>> >> >>>> On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: >> >>>>> Quoting "Paul B. Mahol" : >> >>>>> >> >>>>> > On 5/19/09, Chris H wrote: >> >>>>> >> Quoting Chris H : >> >>>>> >> >> >>>>> >>> Quoting Chris H : >> >>>>> >>> >> >>>>> >>>> Greetings, >> >>>>> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >> >>>>> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with >> >>>>> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend >> (Sunday), >> >>>>> >>>> I've seen only a few discussions regarding this, but no joy. >> >>>>> >>>> >> >>>>> >>>> I'm not sure what to post for additional information. So I'll >> >>>>> >>>> provide the output of dmesg(8), and Xorg.0.log via links. >> >>>>> >>>> >> >>>>> >>>> Thank you for all your time and consideration in this matter. >> >>>>> >>>> >> >>>>> >>>> Sincerely, >> >>>>> >>>> Chris H >> >>>>> >>>> >> >>>>> >>>> Xorg log: >> >>>>> >>>> http://codewarehouse.NET/output/Xorg.0.log >> >>>>> >>>> >> >>>>> >>>> relevent dmesg(8) output: >> >>>>> >>>> http://codewarehouse.NET/output/dmesg.output >> >>>>> >>> >> >>>>> >>> OOPS! I guess the xorg config might be useful: >> >>>>> >>> http://codewarehouse.NET/output/xorg.conf.nvidia >> >>>>> >>> >> >>>>> >>>> >> >>>>> >> SIGH... Seems that the registrar isn't paying attention. >> >>>>> >> They happily accepted my money, but forgot to renew the domain. >> >>>>> >> >> >>>>> >> So here's trying to attach the files... >> >>>>> > >> >>>>> > That message appears for me only when I use xf86-video-vesa dri= ver. >> >>>>> >> >>>>> I see. Well I'm specifically using the nv driver. Here's another >> >>>>> attempt to provide the relevant info: >> >>>> >> >>>> You have more than one card in the machine, which might be confusin= g >> >>>> things. The mtrr failure is caused by how your bios sets up memory >> >>>> regions. It should only impact performance. >> >>>> >> >>>> Exactly what issue are you seeing? >> >>> >> >>> I'm seeing a black screen on ctl-alt-f9 (tty8) >> >>> I'm seeing the message listed as this thread topic on tty0 >> (ctl-alt- f1). >> >>> The proceedure theat led me here is: >> >>> Xorc -configure >> >>> edit /root/xorg.config.new (move all the ati related stuff to >> >>> xorg.conf.ati). >> >>> Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. >> >>> exec Xorg -config /etc/X11/xorg.conf.nvidia >> >>> >> >>> The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced >> >>> to ctl-alt-f1 (where I read the error message) then use ctl-C - >> >>> which kills Xorg, and returns me to a working console. >> >>> >> >>> Thank you Robert, for taking the time to respond. >> >>> >> >>> --Chris H >> >>> >> >>>> >> >>>> robert. >> >>>> >> >>>>> Xorg log: >> >>>>> X.Org X Server 1.6.0 >> >>>>> Release Date: 2009-2-25 >> >>>>> X Protocol Version 11, Revision 0 >> >>>>> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >> >>>>> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan = 1 >> >>>>> 14:37:25 UTC 2009 >> >>>>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> >>>>> Build Date: 16 May 2009 07:15:01AM >> >>>>> >> >>>>> Before reporting problems, check http://wiki.x.org >> >>>>> to make sure that you have the latest version. >> >>>>> Markers: (--) probed, (**) from config file, (=3D=3D) default sett= ing, >> >>>>> (++) from command line, (!!) notice, (II) informational, >> >>>>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >> >>>>> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:4= 3 2009 >> >>>>> (++) Using config file: "/etc/X11/xorg.conf.nvidia" >> >>>>> (=3D=3D) ServerLayout "X.org Configured" >> >>>>> (**) |-->Screen "Screen0" (0) >> >>>>> (**) | |-->Monitor "Monitor1" >> >>>>> (**) | |-->Device "Card1" >> >>>>> (**) |-->Input Device "Mouse0" >> >>>>> (**) |-->Input Device "Keyboard0" >> >>>>> (**) Option "AllowEmptyInput" "false" >> >>>>> (=3D=3D) Automatically adding devices >> >>>>> (=3D=3D) Automatically enabling devices >> >>>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exis= t. >> >>>>> Entry deleted from font path. >> >>>>> (WW) `fonts.dir' not found (or not valid) in >> >>>>> "/usr/local/lib/X11/fonts/100dpi/". >> >>>>> Entry deleted from font path. >> >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >> >>>>> (WW) `fonts.dir' not found (or not valid) in >> >>>>> "/usr/local/lib/X11/fonts/75dpi/". >> >>>>> Entry deleted from font path. >> >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >> >>>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exis= t. >> >>>>> Entry deleted from font path. >> >>>>> (WW) `fonts.dir' not found (or not valid) in >> >>>>> "/usr/local/lib/X11/fonts/100dpi/". >> >>>>> Entry deleted from font path. >> >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >> >>>>> (WW) `fonts.dir' not found (or not valid) in >> >>>>> "/usr/local/lib/X11/fonts/75dpi/". >> >>>>> Entry deleted from font path. >> >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >> >>>>> (**) FontPath set to: >> >>>>> /usr/local/lib/X11/fonts/misc/, >> >>>>> /usr/local/lib/X11/fonts/TTF/, >> >>>>> /usr/local/lib/X11/fonts/OTF, >> >>>>> /usr/local/lib/X11/fonts/misc/, >> >>>>> /usr/local/lib/X11/fonts/TTF/, >> >>>>> /usr/local/lib/X11/fonts/OTF, >> >>>>> built-ins >> >>>>> (**) ModulePath set to "/usr/local/lib/xorg/modules" >> >>>>> (II) Loader magic: 0x6a0 >> >>>>> (II) Module ABI versions: >> >>>>> X.Org ANSI C Emulation: 0.4 >> >>>>> X.Org Video Driver: 5.0 >> >>>>> X.Org XInput driver : 4.0 >> >>>>> X.Org Server Extension : 2.0 >> >>>>> (II) Loader running on freebsd >> >>>>> (--) Using syscons driver with X support (version 2.0) >> >>>>> (--) using VT number 9 >> >>>>> >> >>>>> (!!) More than one possible primary device found >> >>>>> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ >> >>>>> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ >> >>>>> 0x????????/131072 >> >>>>> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] >> rev 163, >> >>>>> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288= , >> >>>>> BIOS @ 0x????????/131072 >> >>>>> (II) System resource ranges: >> >>>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >>>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >>>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >>>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >>>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >>>>> (II) "extmod" will be loaded. This was enabled by default and also >> >>>>> specified in the config file. >> >>>>> (II) "dbe" will be loaded. This was enabled by default and also >> >>>>> specified in the config file. >> >>>>> (II) "glx" will be loaded. This was enabled by default and also >> >>>>> specified in the config file. >> >>>>> (II) "record" will be loaded. This was enabled by default and also >> >>>>> specified in the config file. >> >>>>> (II) "dri" will be loaded. This was enabled by default and also >> >>>>> specified in the config file. >> >>>>> (II) "dri2" will be loaded. This was enabled by default and also >> >>>>> specified in the config file. >> >>>>> (II) LoadModule: "extmod" >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so >> >>>>> (II) Module extmod: vendor=3D"X.Org Foundation" >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 >> >>>>> Module class: X.Org Server Extension >> >>>>> ABI class: X.Org Server Extension, version 2.0 >> >>>>> (II) Loading extension MIT-SCREEN-SAVER >> >>>>> (II) Loading extension XFree86-VidModeExtension >> >>>>> (II) Loading extension XFree86-DGA >> >>>>> (II) Loading extension DPMS >> >>>>> (II) Loading extension XVideo >> >>>>> (II) Loading extension XVideo-MotionCompensation >> >>>>> (II) Loading extension X-Resource >> >>>>> (II) LoadModule: "record" >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so >> >>>>> (II) Module record: vendor=3D"X.Org Foundation" >> >>>>> compiled for 1.6.0, module version =3D 1.13.0 >> >>>>> Module class: X.Org Server Extension >> >>>>> ABI class: X.Org Server Extension, version 2.0 >> >>>>> (II) Loading extension RECORD >> >>>>> (II) LoadModule: "dbe" >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so >> >>>>> (II) Module dbe: vendor=3D"X.Org Foundation" >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 >> >>>>> Module class: X.Org Server Extension >> >>>>> ABI class: X.Org Server Extension, version 2.0 >> >>>>> (II) Loading extension DOUBLE-BUFFER >> >>>>> (II) LoadModule: "extmod" >> >>>>> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.s= o >> >>>>> (II) Loading extension MIT-SCREEN-SAVER >> >>>>> (II) Loading extension XFree86-VidModeExtension >> >>>>> (II) Loading extension DPMS >> >>>>> (II) Loading extension XVideo >> >>>>> (II) Loading extension XVideo-MotionCompensation >> >>>>> (II) Loading extension X-Resource >> >>>>> (II) LoadModule: "glx" >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so >> >>>>> (II) Module glx: vendor=3D"X.Org Foundation" >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 >> >>>>> ABI class: X.Org Server Extension, version 2.0 >> >>>>> (=3D=3D) AIGLX disabled >> >>>>> (II) Loading extension GLX >> >>>>> (II) LoadModule: "dri" >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so >> >>>>> (II) Module dri: vendor=3D"X.Org Foundation" >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 >> >>>>> ABI class: X.Org Server Extension, version 2.0 >> >>>>> (II) Loading extension XFree86-DRI >> >>>>> (II) LoadModule: "dri2" >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so >> >>>>> (II) Module dri2: vendor=3D"X.Org Foundation" >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 >> >>>>> ABI class: X.Org Server Extension, version 2.0 >> >>>>> (II) Loading extension DRI2 >> >>>>> (II) LoadModule: "nv" >> >>>>> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so >> >>>>> (II) Module nv: vendor=3D"X.Org Foundation" >> >>>>> compiled for 1.6.0, module version =3D 2.1.13 >> >>>>> Module class: X.Org Video Driver >> >>>>> ABI class: X.Org Video Driver, version 5.0 >> >>>>> (II) LoadModule: "mouse" >> >>>>> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so >> >>>>> (II) Module mouse: vendor=3D"X.Org Foundation" >> >>>>> compiled for 1.6.0, module version =3D 1.4.0 >> >>>>> Module class: X.Org XInput Driver >> >>>>> ABI class: X.Org XInput driver, version 4.0 >> >>>>> (II) LoadModule: "kbd" >> >>>>> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so >> >>>>> (II) Module kbd: vendor=3D"X.Org Foundation" >> >>>>> compiled for 1.6.0, module version =3D 1.3.2 >> >>>>> Module class: X.Org XInput Driver >> >>>>> ABI class: X.Org XInput driver, version 4.0 >> >>>>> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2= , >> >>>>> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, >> >>>>> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 >> MX/MX 400, >> >>>>> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, >> >>>>> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, >> GeForce2 Ultra, >> >>>>> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, >> >>>>> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, >> >>>>> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, >> >>>>> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, >> >>>>> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, >> >>>>> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, >> >>>>> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 >> 580 XGL, >> >>>>> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, >> >>>>> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, >> >>>>> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, >> >>>>> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, >> Quadro4 750 XGL, >> >>>>> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, >> >>>>> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, >> >>>>> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, >> >>>>> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, >> >>>>> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, >> >>>>> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, >> >>>>> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, >> >>>>> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, >> >>>>> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, >> >>>>> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, >> >>>>> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX >> 5900 Ultra, >> >>>>> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, >> >>>>> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, >> >>>>> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, >> >>>>> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, >> >>>>> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, >> GeForce 6800, >> >>>>> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce >> 6800 GT, >> >>>>> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4= 000, >> >>>>> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT= , >> >>>>> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, >> >>>>> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, >> >>>>> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600= , >> >>>>> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, >> >>>>> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX = 550, >> >>>>> Quadro FX 540, GeForce 6200, GeForce 6500, >> >>>>> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), >> >>>>> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6= 400, >> >>>>> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS= , >> >>>>> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT= , >> >>>>> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce >> 7800 GTX, >> >>>>> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce >> Go 7800, >> >>>>> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, >> >>>>> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce >> Go 7400, >> >>>>> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, >> Quadro FX 350M, >> >>>>> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 G= T, >> >>>>> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce >> 7300 GT, >> >>>>> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, >> >>>>> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro >> FX 560, >> >>>>> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, >> >>>>> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, >> >>>>> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500= , >> >>>>> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, >> >>>>> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce >> 8800 GTS, >> >>>>> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce >> 8600 GTS, >> >>>>> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce >> 8400 GS, >> >>>>> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, >> >>>>> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570= M, >> >>>>> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE= , >> >>>>> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce >> 8400 GS, >> >>>>> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, >> >>>>> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro >> NVS 135M, >> >>>>> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 29= 0, >> >>>>> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, >> >>>>> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, >> >>>>> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, >> >>>>> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, >> >>>>> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro >> FX 3600M, >> >>>>> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, >> >>>>> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, >> >>>>> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, >> >>>>> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce >> 9300M GS, >> >>>>> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro >> NVS 160M >> >>>>> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at >> >>>>> 01@00:02:0 >> >>>>> (II) resource ranges after probing: >> >>>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >>>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >>>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >>>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >>>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >>>>> (II) Loading sub module "int10" >> >>>>> (II) LoadModule: "int10" >> >>>>> (II) Loading /usr/local/lib/xorg/modules//libint10.so >> >>>>> (II) Module int10: vendor=3D"X.Org Foundation" >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 >> >>>>> ABI class: X.Org Video Driver, version 5.0 >> >>>>> (II) NV(0): Initializing int10 >> >>>>> (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was alread= y clear >> >>>>> (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was alread= y clear >> >>>>> (--) NV(0): Chipset: "GeForce4 MX 440" >> >>>>> (**) NV(0): Depth 24, (--) framebuffer bpp 32 >> >>>>> (=3D=3D) NV(0): RGB weight 888 >> >>>>> (=3D=3D) NV(0): Default visual is TrueColor >> >>>>> (II) Loading sub module "vgahw" >> >>>>> (II) LoadModule: "vgahw" >> >>>>> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so >> >>>>> (II) Module vgahw: vendor=3D"X.Org Foundation" >> >>>>> compiled for 1.6.0, module version =3D 0.1.0 >> >>>>> ABI class: X.Org Video Driver, version 5.0 >> >>>>> (**) NV(0): Option "CrtcNumber" "0" >> >>>>> (=3D=3D) NV(0): Using HW cursor >> >>>>> (--) NV(0): Linear framebuffer at 0xF0000000 >> >>>>> (--) NV(0): MMIO registers at 0xFD000000 >> >>>>> (II) Loading sub module "i2c" >> >>>>> >> >> _______________________________________________ >> >> freebsd-stable@freebsd.org mailing list >> >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.= org" >> >> >> >> >> > >> > >> > >> > _______________________________________________ >> > freebsd-stable@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.o= rg" >> > >> > >> >> >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org= " > -- > Robert Noland > FreeBSD > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 21:08:54 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 140BC1065673 for ; Tue, 19 May 2009 21:08:54 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id A5C878FC26 for ; Tue, 19 May 2009 21:08:53 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4JL8pn9046558; Wed, 20 May 2009 01:08:51 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 20 May 2009 01:08:51 +0400 (MSD) From: Dmitry Morozovsky To: Dimitry Andric In-Reply-To: Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A11A666.3030407@andric.com> <4A12E929.4040406@andric.com> <4A1317C9.90505@andric.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Wed, 20 May 2009 01:08:51 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 21:08:54 -0000 On Wed, 20 May 2009, Dmitry Morozovsky wrote: DM> DA> > Just to be sure: is the patch based on sys/ hierarchy, and does not touch DM> DA> > others (like sbin/)? DM> DA> DM> DA> No, it touches stuff in cddl/ too, so you need to build the world. Be DM> DA> sure to use -E with patch, to cleanup emptied files. E.g.: DM> DA> DM> DA> patch -d /usr/src -p1 -f -F0 -E -i /path/to/zfs-mfc.patch After cleaning /usr/obj and buildworld in single thread I got ===> cddl/lib/libzfs (all) cc -O2 -fno-strict-aliasing -pipe -march=athlon-mp -DZFS_NO_ACL -I/usr/src/cddl/lib/libzfs/../../../sbin/mount -I/usr/src/cddl/lib/libzfs/../../../cddl/lib/libumem -I/usr/src/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/lib/libzfs/../../../cddl/compat/opensolaris/include -I/usr/src/cddl/lib/libzfs/../../../cddl/compat/opensolaris/lib/libumem -I/usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/common/zfs -I/usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/head -I/usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common -I/usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libnvpair -I/usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -Wno-unknown-pragmas -c /usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.c In file included from /usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_acl.h:34, from /usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.c:29: /usr/src/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris/sys/acl.h:35: error: conflicting types for 'aclent_t' /usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys/acl.h:43: error: previous declaration of 'aclent_t' was here /usr/src/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris/sys/acl.h:40: error: redefinition of 'struct ace' /usr/src/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris/sys/acl.h:45: error: redefinition of typedef 'ace_t' /usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys/acl.h:50: error: previous declaration of 'ace_t' was here In file included from /usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_acl.h:34, from /usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.c:29: /usr/src/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris/sys/acl.h:124:1: warning: "ACE_TYPE_FLAGS" redefined In file included from /usr/src/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris/sys/acl.h:31, from /usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_acl.h:34, from /usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.c:29: /usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys/acl.h:178:1: warning: this is the location of the previous definition Any hints? Thanks! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Tue May 19 21:29:24 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE5A3106566B for ; Tue, 19 May 2009 21:29:24 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id ACC898FC1A for ; Tue, 19 May 2009 21:29:24 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:1dc8:f31e:251e:727c] (unknown [IPv6:2001:7b8:3a7:0:1dc8:f31e:251e:727c]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 0560D5C42; Tue, 19 May 2009 23:29:24 +0200 (CEST) Message-ID: <4A1324B4.9080105@andric.com> Date: Tue, 19 May 2009 23:29:24 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b5pre) Gecko/20090515 Shredder/3.0b3pre MIME-Version: 1.0 To: Dmitry Morozovsky References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A11A666.3030407@andric.com> <4A12E929.4040406@andric.com> <4A1317C9.90505@andric.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 21:29:25 -0000 On 2009-05-19 23:08, Dmitry Morozovsky wrote: > After cleaning /usr/obj and buildworld in single thread I got > > /usr/src/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris/sys/acl.h:35: > error: conflicting types for 'aclent_t' > /usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys/acl.h:43: > error: previous declaration of 'aclent_t' was here You probably didn't use -E with patch, the following files can be removed manually afterwards: sys/cddl/compat/opensolaris/sys/acl.h sys/cddl/contrib/opensolaris/common/atomic/amd64/atomic.S sys/cddl/contrib/opensolaris/common/atomic/i386/atomic.S sys/cddl/contrib/opensolaris/common/atomic/ia64/atomic.S sys/cddl/contrib/opensolaris/common/atomic/sparc64/atomic.S sys/cddl/contrib/opensolaris/uts/common/rpc/xdr.c sys/cddl/contrib/opensolaris/uts/common/rpc/xdr_array.c sys/cddl/contrib/opensolaris/uts/common/rpc/xdr_mem.c sys/cddl/contrib/opensolaris/uts/common/sys/vfs.h sys/cddl/contrib/opensolaris/uts/common/zmod/crc32.c My copy is currently still buildworlding, and hasn't failed yet... From owner-freebsd-stable@FreeBSD.ORG Tue May 19 21:48:24 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 630B910656CB; Tue, 19 May 2009 21:48:24 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.80]) by mx1.freebsd.org (Postfix) with ESMTP id D0A578FC1D; Tue, 19 May 2009 21:48:23 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from mail53.abv.bg (mail53.ni.bg [192.168.151.29]) by smtp-out.abv.bg (Postfix) with ESMTP id 8850087D2B; Wed, 20 May 2009 00:48:32 +0300 (EEST) DomainKey-Signature: a=rsa-sha1; s=smtp-out; d=abv.bg; c=simple; q=dns; b=r23O7NjBagmweFQhOZVZIsME8cQpcUzdnLwaZuumxSslTP+5gRNiHzHuhNl1B3GwS GiiTClDXz+n7gO6dXqBLDCoYr0NCqxz8Kl7/RIN39nKch8jFm++fd5Ofn2S8Kkxvog6 gwJolfTztrj76sqAp7yCjzB7p1FTfhWu7KHxoRs= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abv.bg; s=smtp-out; t=1242769712; bh=IBS1n4KDKxRvLWooYBbAmZB22o22GtcFumxRKfB0IHA=; h=Date:From:To:Cc:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:DKIM; b=LBKpD7HZlr7J2GhL6kd+sZS9Chk23D3NAIKa86oEwheWeIVduvGT8rUGppgZm36U+ 0LTZj2tMCkCB6ipan1yj5qrDS8GUoOqj/XaVm8f+lLg4Y2+MNOYwziETZOY0NBxE3/ uJZTGoZ+QVfscP1QBZY59c82pDAmdJQY1CDFOfn8= Received: from mail53.abv.bg (localhost.localdomain [127.0.0.1]) by mail53.abv.bg (Postfix) with ESMTP id 9B9F31E4B0A; Wed, 20 May 2009 00:48:20 +0300 (EEST) Date: Wed, 20 May 2009 00:48:20 +0300 (EEST) From: Mario Pavlov To: Hans Petter Selasky Message-ID: <438704678.26539.1242769700629.JavaMail.apache@mail53.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: AbvMail 1.0 X-Originating-IP: 78.128.21.208 Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org, freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Re: Unable to read from CCID USB reader X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 21:48:25 -0000 Hi, I tired CURRENT and it's working for me :) I only have one small issue... when I unplug the reader pcscd goes to some sort of infinite loop it would print this forever: 48111939 ccid_usb.c:491:WriteUSB() usb_bulk_write(/dev/usb//dev/ugen4.2): Device busy 00000020 ifdwrapper.c:469:IFDStatusICC() Card not transacted: 612 00000010 eventhandler.c:333:EHStatusHandlerThread() Error communicating to: ACS ACR 38U-CCID 00 00 00402930 ccid_usb.c:491:WriteUSB() usb_bulk_write(/dev/usb//dev/ugen4.2): Device not configured 00000021 ifdwrapper.c:469:IFDStatusICC() Card not transacted: 612 00000010 eventhandler.c:333:EHStatusHandlerThread() Error communicating to: ACS ACR 38U-CCID 00 00 00402953 ccid_usb.c:491:WriteUSB() usb_bulk_write(/dev/usb//dev/ugen4.2): Device not configured 00000016 ifdwrapper.c:469:IFDStatusICC() Card not transacted: 612 00000010 eventhandler.c:333:EHStatusHandlerThread() Error communicating to: ACS ACR 38U-CCID 00 00 ... ... ... firefox does almost the same thing: [opensc-pkcs11] reader-pcsc.c:1015:pcsc_detect_readers: returning with: No readers found [opensc-pkcs11] reader-pcsc.c:906:pcsc_detect_readers: SCardEstablishContext failed: 0x8010001d [opensc-pkcs11] reader-pcsc.c:1015:pcsc_detect_readers: returning with: No readers found [opensc-pkcs11] reader-pcsc.c:906:pcsc_detect_readers: SCardEstablishContext failed: 0x8010001d [opensc-pkcs11] reader-pcsc.c:1015:pcsc_detect_readers: returning with: No readers found ... ... ... I guess this is not FreeBSD's fault, is it ? thanks regards, mgp >On Monday 18 May 2009, Mario Pavlov wrote: >> Hi, >> no I haven't tried it on CURRENT >> should I do that ? >> is there something new in the USB stuff there ? > >There is a new USB stack in 8-current and a new libusb which is installed as a >part of the base system. > >--HPS > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 21:57:48 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40268106566B for ; Tue, 19 May 2009 21:57:48 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id CA8C68FC34 for ; Tue, 19 May 2009 21:57:47 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4JLvjlY047249; Wed, 20 May 2009 01:57:45 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 20 May 2009 01:57:45 +0400 (MSD) From: Dmitry Morozovsky To: Dimitry Andric In-Reply-To: <4A1324B4.9080105@andric.com> Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A11A666.3030407@andric.com> <4A12E929.4040406@andric.com> <4A1317C9.90505@andric.com> <4A1324B4.9080105@andric.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Wed, 20 May 2009 01:57:45 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 21:57:48 -0000 On Tue, 19 May 2009, Dimitry Andric wrote: DA> On 2009-05-19 23:08, Dmitry Morozovsky wrote: DA> > After cleaning /usr/obj and buildworld in single thread I got DA> > DA> > /usr/src/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris/sys/acl.h:35: DA> > error: conflicting types for 'aclent_t' DA> > /usr/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys/acl.h:43: DA> > error: previous declaration of 'aclent_t' was here DA> DA> You probably didn't use -E with patch, the following files can be DA> removed manually afterwards: DA> DA> sys/cddl/compat/opensolaris/sys/acl.h DA> sys/cddl/contrib/opensolaris/common/atomic/amd64/atomic.S DA> sys/cddl/contrib/opensolaris/common/atomic/i386/atomic.S DA> sys/cddl/contrib/opensolaris/common/atomic/ia64/atomic.S DA> sys/cddl/contrib/opensolaris/common/atomic/sparc64/atomic.S DA> sys/cddl/contrib/opensolaris/uts/common/rpc/xdr.c DA> sys/cddl/contrib/opensolaris/uts/common/rpc/xdr_array.c DA> sys/cddl/contrib/opensolaris/uts/common/rpc/xdr_mem.c DA> sys/cddl/contrib/opensolaris/uts/common/sys/vfs.h DA> sys/cddl/contrib/opensolaris/uts/common/zmod/crc32.c DA> DA> My copy is currently still buildworlding, and hasn't failed yet... DA> Well, I'm pretty sure I did use -E, but whatever, I removed them by hand, clean up /usr/obj again, and restart buildworld/buildkernel... ... okie, build went into depend phase, while before it breaks on lib phase. maybe I didn't clean someleftovers, or something other go wrong, we'll see... maybe I left some unusual leftovers in /usr/obj; but again, most of files I had to remove by hand (your list) survived ``patch -E''; I'll try to reproduce this tomorrow... ... but then again, on `build all'' phase, I got ===> cddl/sbin/zpool (all) cc -O2 -fno-strict-aliasing -pipe -march=athlon-mp -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/usr/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/usr/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -DNEED_SOLARIS_BOOLEAN -std=gnu89 -Wno-unknown-pragmas -o zpool zpool_main.o zpool_vdev.o zpool_iter.o zpool_util.o -lavl -lzfs -lgeom -lbsdxml -lsbuf -lm -lnvpair -luutil -lutil zpool_main.o(.text+0x61ff): In function `zpool_do_create': : undefined reference to `zfs_allocatable_devs' *** Error code 1 well, time to have abit of sleep to have energy to attack it further ;-) Thanks again! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Tue May 19 22:49:37 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A86C106564A for ; Tue, 19 May 2009 22:49:37 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 169668FC0A for ; Tue, 19 May 2009 22:49:37 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:1dc8:f31e:251e:727c] (unknown [IPv6:2001:7b8:3a7:0:1dc8:f31e:251e:727c]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 4BE715C42; Wed, 20 May 2009 00:49:36 +0200 (CEST) Message-ID: <4A133780.60707@andric.com> Date: Wed, 20 May 2009 00:49:36 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b5pre) Gecko/20090515 Shredder/3.0b3pre MIME-Version: 1.0 To: Dmitry Morozovsky References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A11A666.3030407@andric.com> <4A12E929.4040406@andric.com> <4A1317C9.90505@andric.com> <4A1324B4.9080105@andric.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 22:49:37 -0000 On 2009-05-19 23:57, Dmitry Morozovsky wrote: > ... but then again, on `build all'' phase, I got > > ===> cddl/sbin/zpool (all) > cc -O2 -fno-strict-aliasing -pipe -march=athlon-mp > -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common > -I/usr/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include > -I/usr/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem > -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris > -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head > -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common > -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common > -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common > -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair > -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs > -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common > -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs > -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys > -DNEED_SOLARIS_BOOLEAN -std=gnu89 -Wno-unknown-pragmas -o zpool zpool_main.o > zpool_vdev.o zpool_iter.o zpool_util.o -lavl -lzfs -lgeom -lbsdxml -lsbuf -lm > -lnvpair -luutil -lutil > zpool_main.o(.text+0x61ff): In function `zpool_do_create': > : undefined reference to `zfs_allocatable_devs' > *** Error code 1 FWIW, I just did a full buildworld, kernel, reboot, installworld dance, there were no errors. You may possibly have some cruft left in obj, or you could zap your src tree and start fresh? :) From owner-freebsd-stable@FreeBSD.ORG Tue May 19 22:51:51 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAB871065674 for ; Tue, 19 May 2009 22:51:51 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 43A5C8FC0C for ; Tue, 19 May 2009 22:51:50 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by ewy3 with SMTP id 3so133845ewy.43 for ; Tue, 19 May 2009 15:51:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=TW8MC33ZmmH7x9IliPpIy4sXob/hZufKUGccy2Z/UT0=; b=MtpWV2ebRHO3fwm4dHcjWaWMmeri7bJ2cCxSzwn0zN9kyrlYtsGtl0SUS3L4/rjyvN FAFj73LMVw16z0DobFJLbj3TiNqyMAut3r3aVzeUO9NRdcl2qNX1sYLyajcN2+DJBzKL oBeFw8GSutGqR54SOcQMIDQaEaf09yxEw4MV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=qR8aw4Eo62S86oumqmywuq6iBJod8UjOsRVyE6zpt80rvACv+jAjgedPeW9Ly8WAn6 sckc8V0bCpKmDj4nk5qmmA8ZqG57CBdea1WNXxboXD2DNCK0xGhWprC7n9ixhPzMqOe6 x/x0RAXhXh4jgJHaVN24s1R1hYZZOELEL3yzc= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.216.73.85 with SMTP id u63mr141546wed.37.1242773509587; Tue, 19 May 2009 15:51:49 -0700 (PDT) In-Reply-To: <4A133780.60707@andric.com> References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A12E929.4040406@andric.com> <4A1317C9.90505@andric.com> <4A1324B4.9080105@andric.com> <4A133780.60707@andric.com> Date: Tue, 19 May 2009 15:51:49 -0700 X-Google-Sender-Auth: 8fb06ff24e1a0af8 Message-ID: <3c1674c90905191551i2c8c8b2axa4671884292aa59b@mail.gmail.com> From: Kip Macy To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org, Dmitry Morozovsky Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 22:51:52 -0000 I created a branch for a reason. With all the renames applying a patch is a nightmare. Either use the branch or wait until I do the MFC. Cheers, Kip On Tue, May 19, 2009 at 3:49 PM, Dimitry Andric wrote: > On 2009-05-19 23:57, Dmitry Morozovsky wrote: >> ... but then again, on `build all'' phase, I got >> >> =3D=3D=3D> cddl/sbin/zpool (all) >> cc -O2 -fno-strict-aliasing -pipe -march=3Dathlon-mp >> -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpoo= l/common >> -I/usr/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include >> -I/usr/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem >> -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris >> -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head >> -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuuti= l/common >> -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem= /common >> -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/= common >> -I/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpa= ir >> -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/= zfs >> -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/com= mon >> -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/com= mon/fs/zfs >> -I/usr/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/com= mon/sys >> -DNEED_SOLARIS_BOOLEAN -std=3Dgnu89 -Wno-unknown-pragmas =A0-o zpool zpo= ol_main.o >> zpool_vdev.o zpool_iter.o zpool_util.o -lavl -lzfs -lgeom -lbsdxml -lsbu= f =A0-lm >> -lnvpair -luutil -lutil >> zpool_main.o(.text+0x61ff): In function `zpool_do_create': >> : undefined reference to `zfs_allocatable_devs' >> *** Error code 1 > > FWIW, I just did a full buildworld, kernel, reboot, installworld dance, > there were no errors. =A0You may possibly have some cruft left in obj, or > you could zap your src tree and start fresh? :) > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > --=20 When bad men combine, the good must associate; else they will fall one by one, an unpitied sacrifice in a contemptible struggle. Edmund Burke From owner-freebsd-stable@FreeBSD.ORG Tue May 19 22:57:47 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7D741065670 for ; Tue, 19 May 2009 22:57:47 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 4F7098FC27 for ; Tue, 19 May 2009 22:57:46 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-241-161-127.bna.bellsouth.net [74.241.161.127]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4JMsfMC081191 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 May 2009 18:54:41 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Chris H In-Reply-To: <20090519125924.q79c5na0e888s8sk@webmail.1command.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <1242760122.1752.17.camel@balrog.2hip.net> <20090519125924.q79c5na0e888s8sk@webmail.1command.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-e21fWuUPehseRFsRulg7" Organization: FreeBSD Date: Tue, 19 May 2009 17:53:59 -0500 Message-Id: <1242773639.1752.40.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 22:57:48 -0000 --=-e21fWuUPehseRFsRulg7 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2009-05-19 at 12:59 -0700, Chris H wrote: > Quoting Robert Noland : >=20 > > On Tue, 2009-05-19 at 10:15 -0700, Chris H wrote: > >> Quoting Robert Noland : > >> > >> > On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: > >> >> Quoting "Paul B. Mahol" : > >> >> > >> >> > On 5/19/09, Chris H wrote: > >> >> >> Quoting Chris H : > >> >> >> > >> >> >>> Quoting Chris H : > >> >> >>> > >> >> >>>> Greetings, > >> >> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. > >> >> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with > >> >> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunda= y), > >> >> >>>> I've seen only a few discussions regarding this, but no joy. > >> >> >>>> > >> >> >>>> I'm not sure what to post for additional information. So I'll > >> >> >>>> provide the output of dmesg(8), and Xorg.0.log via links. > >> >> >>>> > >> >> >>>> Thank you for all your time and consideration in this matter. > >> >> >>>> > >> >> >>>> Sincerely, > >> >> >>>> Chris H > >> >> >>>> > >> >> >>>> Xorg log: > >> >> >>>> http://codewarehouse.NET/output/Xorg.0.log > >> >> >>>> > >> >> >>>> relevent dmesg(8) output: > >> >> >>>> http://codewarehouse.NET/output/dmesg.output > >> >> >>> > >> >> >>> OOPS! I guess the xorg config might be useful: > >> >> >>> http://codewarehouse.NET/output/xorg.conf.nvidia > >> >> >>> > >> >> >>>> > >> >> >> SIGH... Seems that the registrar isn't paying attention. > >> >> >> They happily accepted my money, but forgot to renew the domain. > >> >> >> > >> >> >> So here's trying to attach the files... > >> >> > > >> >> > That message appears for me only when I use xf86-video-vesa drive= r. > >> >> > >> >> I see. Well I'm specifically using the nv driver. Here's another > >> >> attempt to provide the relevant info: > >> > > >> > You have more than one card in the machine, which might be confusing > >> > things. The mtrr failure is caused by how your bios sets up memory > >> > regions. It should only impact performance. > >> > > >> > Exactly what issue are you seeing? > >> > >> I'm seeing a black screen on ctl-alt-f9 (tty8) > >> I'm seeing the message listed as this thread topic on tty0 (ctl-alt-f1= ). > >> The proceedure theat led me here is: > >> Xorc -configure > >> edit /root/xorg.config.new (move all the ati related stuff to=20 > >> xorg.conf.ati). > >> Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. > >> exec Xorg -config /etc/X11/xorg.conf.nvidia > >> > >> The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced > >> to ctl-alt-f1 (where I read the error message) then use ctl-C - > >> which kills Xorg, and returns me to a working console. > >> > >> Thank you Robert, for taking the time to respond. > > > > So, I expect that things are working... Except that you may not have a > > mouse if hal and dbus aren't running. Just move the config > > to /etc/X11/xorg.conf and try startx which should at least give you a > > twm session. >=20 > Well, with the version that only has the NV related info copied > to /etc/X11/xorg.conf && startx /does/ start twm as expexted. /However/, > there is not, nor has there ever been the crosshatched background that > Xorg has always provided when a WM hasn't been chosen. I am also unable > to use ctl-alt-backspace to break out (kill) X. The exit in the twm menu > ends twm, but I'm still left stuck in X with the (undecorated) Xterm > windows. My only escape, is to ctl-alt-f1, where I see the message: > failed to set mtrr: invalid argument. I press ctl-C, where I'm returned > to a usable tty0 console, and X has terminated. I guess I could live with > this. But there /must/ be a better way. I can't help but think that there= 's > something missing in the X mix. So, zapping is off by default now in 1.6.x. If you want it, add Option "DontZap" "off". The cross hatch is also gone, that is what the -retro option is supposed to do. The session leader in a failsafe twm session is the left hand xterm. Typing exit in that window should exit the session. robert. > Thank you Robert, for taking the time to respond. >=20 > --Chris H >=20 > > > > robert. > > > >> --Chris H > >> > >> > > >> > robert. > >> > > >> >> Xorg log: > >> >> X.Org X Server 1.6.0 > >> >> Release Date: 2009-2-25 > >> >> X Protocol Version 11, Revision 0 > >> >> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating > >> >> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 > >> >> 14:37:25 UTC 2009 > >> >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > >> >> Build Date: 16 May 2009 07:15:01AM > >> >> > >> >> Before reporting problems, check http://wiki.x.org > >> >> to make sure that you have the latest version. > >> >> Markers: (--) probed, (**) from config file, (=3D=3D) default setti= ng, > >> >> (++) from command line, (!!) notice, (II) informational, > >> >> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > >> >> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43= 2009 > >> >> (++) Using config file: "/etc/X11/xorg.conf.nvidia" > >> >> (=3D=3D) ServerLayout "X.org Configured" > >> >> (**) |-->Screen "Screen0" (0) > >> >> (**) | |-->Monitor "Monitor1" > >> >> (**) | |-->Device "Card1" > >> >> (**) |-->Input Device "Mouse0" > >> >> (**) |-->Input Device "Keyboard0" > >> >> (**) Option "AllowEmptyInput" "false" > >> >> (=3D=3D) Automatically adding devices > >> >> (=3D=3D) Automatically enabling devices > >> >> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist= . > >> >> Entry deleted from font path. > >> >> (WW) `fonts.dir' not found (or not valid) in > >> >> "/usr/local/lib/X11/fonts/100dpi/". > >> >> Entry deleted from font path. > >> >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). > >> >> (WW) `fonts.dir' not found (or not valid) in > >> >> "/usr/local/lib/X11/fonts/75dpi/". > >> >> Entry deleted from font path. > >> >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). > >> >> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist= . > >> >> Entry deleted from font path. > >> >> (WW) `fonts.dir' not found (or not valid) in > >> >> "/usr/local/lib/X11/fonts/100dpi/". > >> >> Entry deleted from font path. > >> >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). > >> >> (WW) `fonts.dir' not found (or not valid) in > >> >> "/usr/local/lib/X11/fonts/75dpi/". > >> >> Entry deleted from font path. > >> >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). > >> >> (**) FontPath set to: > >> >> /usr/local/lib/X11/fonts/misc/, > >> >> /usr/local/lib/X11/fonts/TTF/, > >> >> /usr/local/lib/X11/fonts/OTF, > >> >> /usr/local/lib/X11/fonts/misc/, > >> >> /usr/local/lib/X11/fonts/TTF/, > >> >> /usr/local/lib/X11/fonts/OTF, > >> >> built-ins > >> >> (**) ModulePath set to "/usr/local/lib/xorg/modules" > >> >> (II) Loader magic: 0x6a0 > >> >> (II) Module ABI versions: > >> >> X.Org ANSI C Emulation: 0.4 > >> >> X.Org Video Driver: 5.0 > >> >> X.Org XInput driver : 4.0 > >> >> X.Org Server Extension : 2.0 > >> >> (II) Loader running on freebsd > >> >> (--) Using syscons driver with X support (version 2.0) > >> >> (--) using VT number 9 > >> >> > >> >> (!!) More than one possible primary device found > >> >> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ > >> >> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ > >> >> 0x????????/131072 > >> >> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 1= 63, > >> >> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, > >> >> BIOS @ 0x????????/131072 > >> >> (II) System resource ranges: > >> >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >> >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >> >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >> >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >> >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >> >> (II) "extmod" will be loaded. This was enabled by default and also > >> >> specified in the config file. > >> >> (II) "dbe" will be loaded. This was enabled by default and also > >> >> specified in the config file. > >> >> (II) "glx" will be loaded. This was enabled by default and also > >> >> specified in the config file. > >> >> (II) "record" will be loaded. This was enabled by default and also > >> >> specified in the config file. > >> >> (II) "dri" will be loaded. This was enabled by default and also > >> >> specified in the config file. > >> >> (II) "dri2" will be loaded. This was enabled by default and also > >> >> specified in the config file. > >> >> (II) LoadModule: "extmod" > >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > >> >> (II) Module extmod: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 1.0.0 > >> >> Module class: X.Org Server Extension > >> >> ABI class: X.Org Server Extension, version 2.0 > >> >> (II) Loading extension MIT-SCREEN-SAVER > >> >> (II) Loading extension XFree86-VidModeExtension > >> >> (II) Loading extension XFree86-DGA > >> >> (II) Loading extension DPMS > >> >> (II) Loading extension XVideo > >> >> (II) Loading extension XVideo-MotionCompensation > >> >> (II) Loading extension X-Resource > >> >> (II) LoadModule: "record" > >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > >> >> (II) Module record: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 1.13.0 > >> >> Module class: X.Org Server Extension > >> >> ABI class: X.Org Server Extension, version 2.0 > >> >> (II) Loading extension RECORD > >> >> (II) LoadModule: "dbe" > >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > >> >> (II) Module dbe: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 1.0.0 > >> >> Module class: X.Org Server Extension > >> >> ABI class: X.Org Server Extension, version 2.0 > >> >> (II) Loading extension DOUBLE-BUFFER > >> >> (II) LoadModule: "extmod" > >> >> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so > >> >> (II) Loading extension MIT-SCREEN-SAVER > >> >> (II) Loading extension XFree86-VidModeExtension > >> >> (II) Loading extension DPMS > >> >> (II) Loading extension XVideo > >> >> (II) Loading extension XVideo-MotionCompensation > >> >> (II) Loading extension X-Resource > >> >> (II) LoadModule: "glx" > >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > >> >> (II) Module glx: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 1.0.0 > >> >> ABI class: X.Org Server Extension, version 2.0 > >> >> (=3D=3D) AIGLX disabled > >> >> (II) Loading extension GLX > >> >> (II) LoadModule: "dri" > >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > >> >> (II) Module dri: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 1.0.0 > >> >> ABI class: X.Org Server Extension, version 2.0 > >> >> (II) Loading extension XFree86-DRI > >> >> (II) LoadModule: "dri2" > >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so > >> >> (II) Module dri2: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 1.0.0 > >> >> ABI class: X.Org Server Extension, version 2.0 > >> >> (II) Loading extension DRI2 > >> >> (II) LoadModule: "nv" > >> >> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so > >> >> (II) Module nv: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 2.1.13 > >> >> Module class: X.Org Video Driver > >> >> ABI class: X.Org Video Driver, version 5.0 > >> >> (II) LoadModule: "mouse" > >> >> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > >> >> (II) Module mouse: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 1.4.0 > >> >> Module class: X.Org XInput Driver > >> >> ABI class: X.Org XInput driver, version 4.0 > >> >> (II) LoadModule: "kbd" > >> >> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > >> >> (II) Module kbd: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 1.3.2 > >> >> Module class: X.Org XInput Driver > >> >> ABI class: X.Org XInput driver, version 4.0 > >> >> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, > >> >> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, > >> >> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400= , > >> >> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, > >> >> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra= , > >> >> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, > >> >> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, > >> >> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, > >> >> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, > >> >> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, > >> >> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, > >> >> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XG= L, > >> >> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, > >> >> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, > >> >> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, > >> >> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 X= GL, > >> >> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, > >> >> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, > >> >> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, > >> >> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, > >> >> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, > >> >> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, > >> >> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, > >> >> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, > >> >> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, > >> >> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, > >> >> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra= , > >> >> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, > >> >> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, > >> >> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, > >> >> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, > >> >> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800= , > >> >> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT= , > >> >> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, > >> >> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, > >> >> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, > >> >> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, > >> >> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, > >> >> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, > >> >> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, > >> >> Quadro FX 540, GeForce 6200, GeForce 6500, > >> >> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), > >> >> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, > >> >> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, > >> >> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, > >> >> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GT= X, > >> >> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 780= 0, > >> >> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, > >> >> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400= , > >> >> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 35= 0M, > >> >> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, > >> >> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT= , > >> >> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, > >> >> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560= , > >> >> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, > >> >> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, > >> >> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, > >> >> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, > >> >> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 G= TS, > >> >> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 G= TS, > >> >> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS= , > >> >> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, > >> >> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, > >> >> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, > >> >> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS= , > >> >> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, > >> >> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M= , > >> >> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, > >> >> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, > >> >> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, > >> >> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, > >> >> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, > >> >> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600= M, > >> >> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, > >> >> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, > >> >> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, > >> >> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M G= S, > >> >> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 16= 0M > >> >> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at=20 > >> 01@00:02:0 > >> >> (II) resource ranges after probing: > >> >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >> >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >> >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >> >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >> >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >> >> (II) Loading sub module "int10" > >> >> (II) LoadModule: "int10" > >> >> (II) Loading /usr/local/lib/xorg/modules//libint10.so > >> >> (II) Module int10: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 1.0.0 > >> >> ABI class: X.Org Video Driver, version 5.0 > >> >> (II) NV(0): Initializing int10 > >> >> (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was already= clear > >> >> (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was already= clear > >> >> (--) NV(0): Chipset: "GeForce4 MX 440" > >> >> (**) NV(0): Depth 24, (--) framebuffer bpp 32 > >> >> (=3D=3D) NV(0): RGB weight 888 > >> >> (=3D=3D) NV(0): Default visual is TrueColor > >> >> (II) Loading sub module "vgahw" > >> >> (II) LoadModule: "vgahw" > >> >> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > >> >> (II) Module vgahw: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 0.1.0 > >> >> ABI class: X.Org Video Driver, version 5.0 > >> >> (**) NV(0): Option "CrtcNumber" "0" > >> >> (=3D=3D) NV(0): Using HW cursor > >> >> (--) NV(0): Linear framebuffer at 0xF0000000 > >> >> (--) NV(0): MMIO registers at 0xFD000000 > >> >> (II) Loading sub module "i2c" > >> >> (II) LoadModule: "i2c" > >> >> (II) Module "i2c" already built-in > >> >> (II) Loading sub module "ddc" > >> >> (II) LoadModule: "ddc" > >> >> (II) Module "ddc" already built-in > >> >> (II) NV(0): I2C bus "DDC" initialized. > >> >> (II) NV(0): Probing for analog device on output A... > >> >> (--) NV(0): ...found one > >> >> (II) NV(0): Probing for analog device on output B... > >> >> (--) NV(0): ...can't find one > >> >> (II) NV(0): Probing for EDID on I2C bus A... > >> >> (II) NV(0): I2C device "DDC:E-EDID segment register" registered at > >> >> address 0x60. > >> >> (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. > >> >> (--) NV(0): DDC detected a CRT: > >> >> (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 > >> >> (II) NV(0): Year: 1999 Week: 11 > >> >> (II) NV(0): EDID Version: 1.1 > >> >> (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300= V > >> >> (II) NV(0): Sync: Separate Composite SyncOnGreen > >> >> (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 > >> >> (II) NV(0): Gamma: 2.05 > >> >> (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Displ= ay > >> >> (II) NV(0): GTF timings supported > >> >> (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 > >> >> (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 > >> >> (II) NV(0): Supported VESA Video Modes: > >> >> (II) NV(0): 720x400@70Hz > >> >> (II) NV(0): 720x400@88Hz > >> >> (II) NV(0): 640x480@60Hz > >> >> (II) NV(0): 640x480@67Hz > >> >> (II) NV(0): 640x480@72Hz > >> >> (II) NV(0): 640x480@75Hz > >> >> (II) NV(0): 800x600@56Hz > >> >> (II) NV(0): 800x600@60Hz > >> >> (II) NV(0): 800x600@72Hz > >> >> (II) NV(0): 800x600@75Hz > >> >> (II) NV(0): 832x624@75Hz > >> >> (II) NV(0): 1024x768@60Hz > >> >> (II) NV(0): 1024x768@70Hz > >> >> (II) NV(0): 1024x768@75Hz > >> >> (II) NV(0): 1280x1024@75Hz > >> >> (II) NV(0): 1152x870@75Hz > >> >> (II) NV(0): Manufacturer's mask: 0 > >> >> (II) NV(0): Supported Future Video Modes: > >> >> (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 > >> >> (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 > >> >> (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 > >> >> (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 > >> >> (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 > >> >> (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 > >> >> (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 > >> >> (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 > >> >> (II) NV(0): Supported additional Video Mode: > >> >> (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm > >> >> (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_e= nd > >> >> 2208 h_border: 0 > >> >> (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blankin= g: > >> >> 1344 v_border: 0 > >> >> (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 k= Hz, > >> >> PixClock max 290 MHz > >> >> (II) NV(0): Monitor name: PressView XL > >> >> (II) NV(0): Serial No: 903500844 > >> >> (II) NV(0): EDID (in hex): > >> >> (II) NV(0): 00ffffffffffff00489315214c030000 > >> >> (II) NV(0): 0b0901010e261c69e90488a0574a9b26 > >> >> (II) NV(0): 12484cffef80455961598199a959c290 > >> >> (II) NV(0): 71598b4fa94f886240606200405080b0 > >> >> (II) NV(0): 13007c1d1100001e000000fd0032981e > >> >> (II) NV(0): 731d000a202020202020000000fc0050 > >> >> (II) NV(0): 726573735669657720584c0a000000ff > >> >> (II) NV(0): 003930333530303834340a2020200078 > >> >> (II) NV(0): Probing for EDID on I2C bus B... > >> >> (II) NV(0): ... none found > >> >> (--) NV(0): CRTC 0 appears to have a CRT attached > >> >> (**) NV(0): Forcing CRTCNumber 0 as specified > >> >> (II) NV(0): Using CRT on CRTC 0 > >> >> (II) NV(0): EDID vendor "RDS", prod id 8469 > >> >> (II) NV(0): Using EDID range info for horizontal sync > >> >> (II) NV(0): Using EDID range info for vertical refresh > >> >> (II) NV(0): Printing DDC gathered Modelines: > >> >> (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 2208 = 1280 > >> >> 1281 1284 1344 +hsync +vsync (114.2 kHz) > >> >> (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 6= 01 > >> >> 605 628 +hsync +vsync (37.9 kHz) > >> >> (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 6= 01 > >> >> 603 625 +hsync +vsync (35.2 kHz) > >> >> (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 48= 1 > >> >> 484 500 -hsync -vsync (37.5 kHz) > >> >> (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 48= 9 > >> >> 492 520 -hsync -vsync (37.9 kHz) > >> >> (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 48= 3 > >> >> 486 525 -hsync -vsync (35.0 kHz) > >> >> (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 49= 0 > >> >> 492 525 -hsync -vsync (31.5 kHz) > >> >> (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 42= 1 > >> >> 423 449 -hsync -vsync (39.4 kHz) > >> >> (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 41= 2 > >> >> 414 449 -hsync +vsync (31.5 kHz) > >> >> (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 = 1024 > >> >> 1025 1028 1066 +hsync +vsync (80.0 kHz) > >> >> (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 7= 68 > >> >> 769 772 800 +hsync +vsync (60.0 kHz) > >> >> (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 7= 68 > >> >> 771 777 806 -hsync -vsync (56.5 kHz) > >> >> (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 7= 68 > >> >> 771 777 806 -hsync -vsync (48.4 kHz) > >> >> (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 6= 25 > >> >> 628 667 -hsync -vsync (49.7 kHz) > >> >> (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 6= 01 > >> >> 604 625 +hsync +vsync (46.9 kHz) > >> >> (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 6= 37 > >> >> 643 666 +hsync +vsync (48.1 kHz) > >> >> (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 8= 64 > >> >> 865 868 900 +hsync +vsync (67.5 kHz) > >> >> (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 6= 01 > >> >> 604 631 +hsync +vsync (53.7 kHz) > >> >> (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 7= 68 > >> >> 769 772 808 +hsync +vsync (68.7 kHz) > >> >> (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 = 1024 > >> >> 1025 1028 1072 +hsync +vsync (91.1 kHz) > >> >> (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 2160 = 1200 > >> >> 1201 1204 1250 +hsync +vsync (106.2 kHz) > >> >> (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 = 1200 > >> >> 1201 1204 1250 +hsync +vsync (93.8 kHz) > >> >> (--) NV(0): VideoRAM: 65536 kBytes > >> >> (=3D=3D) NV(0): Using gamma correction (1.0, 1.0, 1.0) > >> >> (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz > >> >> (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz > >> >> (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz > >> >> (II) NV(0): Clock range: 12.00 to 350.00 MHz > >> >> (II) NV(0): Not using default mode "1024x768" (bad mode > >> >> clock/interlace/doublescan) > >> >> (II) NV(0): Not using default mode "512x384" (bad mode > >> >> clock/interlace/doublescan) > >> >> (II) NV(0): Not using default mode "1920x1440" (mode clock too high= ) > >> >> (II) NV(0): Not using default mode "1920x1440" (hsync out of range) > >> >> (II) NV(0): Not using default mode "960x720" (hsync out of range) > >> >> (II) NV(0): Not using default mode "2048x1536" (hsync out of range) > >> >> (II) NV(0): Not using default mode "1024x768" (hsync out of range) > >> >> (II) NV(0): Not using default mode "2048x1536" (bad mode > >> >> clock/interlace/doublescan) > >> >> (II) NV(0): Not using default mode "1024x768" (hsync out of range) > >> >> (II) NV(0): Not using mode "1152x864" (no mode of this name) > >> >> (II) NV(0): Not using default mode "2048x1536" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1920x1440" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1856x1392" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1856x1392" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1792x1344" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1792x1344" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using driver mode "1600x1280" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using driver mode "1600x1200" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using driver mode "1600x1200" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1400x1050" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1400x1050" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using driver mode "1280x1024" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using driver mode "1280x1024" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1280x1024" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1280x1024" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1280x1024" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1280x960" (width too large for > >> >> virtual size) > >> >> (II) NV(0): Not using default mode "1280x960" (width too large for > >> >> virtual size) > >> >> (--) NV(0): Virtual size is 1152x864 (pitch 1152) > >> >> (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz > >> >> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 = 864 > >> >> 865 868 900 +hsync +vsync (67.5 kHz) > >> >> (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz > >> >> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 = 864 > >> >> 865 868 900 +hsync +vsync (67.5 kHz) > >> >> (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz > >> >> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 = 768 > >> >> 769 772 808 +hsync +vsync (68.7 kHz) > >> >> (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz > >> >> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 = 768 > >> >> 769 772 800 +hsync +vsync (60.0 kHz) > >> >> (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz > >> >> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 = 768 > >> >> 771 777 806 -hsync -vsync (56.5 kHz) > >> >> (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz > >> >> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 = 768 > >> >> 771 777 806 -hsync -vsync (48.4 kHz) > >> >> (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz > >> >> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 = 768 > >> >> 769 772 808 +hsync +vsync (68.7 kHz) > >> >> (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz > >> >> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 = 768 > >> >> 769 772 800 +hsync +vsync (60.0 kHz) > >> >> (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz > >> >> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 = 768 > >> >> 771 777 806 -hsync -vsync (56.5 kHz) > >> >> (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz = (D) > >> >> (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 = 768 > >> >> 768 770 794 doublescan -hsync +vsync (95.3 kHz) > >> >> (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz > >> >> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 = 768 > >> >> 771 777 806 -hsync -vsync (48.4 kHz) > >> >> (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz = (D) > >> >> (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 72= 0 > >> >> 720 722 750 doublescan -hsync +vsync (112.5 kHz) > >> >> (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (= D) > >> >> (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 72= 0 > >> >> 720 722 750 doublescan -hsync +vsync (90.0 kHz) > >> >> (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz = (D) > >> >> (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696= 696 > >> >> 698 750 doublescan -hsync +vsync (112.5 kHz) > >> >> (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (= D) > >> >> (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696= 696 > >> >> 698 719 doublescan -hsync +vsync (86.4 kHz) > >> >> (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz = (D) > >> >> (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672= 672 > >> >> 674 708 doublescan -hsync +vsync (106.3 kHz) > >> >> (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (= D) > >> >> (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672= 672 > >> >> 674 697 doublescan -hsync +vsync (83.7 kHz) > >> >> (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz > >> >> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 = 625 > >> >> 628 667 -hsync -vsync (49.7 kHz) > >> >> (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz > >> >> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 = 625 > >> >> 628 667 -hsync -vsync (49.7 kHz) > >> >> (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz > >> >> (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 = 601 > >> >> 604 631 +hsync +vsync (53.7 kHz) > >> >> (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz > >> >> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 = 601 > >> >> 604 625 +hsync +vsync (46.9 kHz) > >> >> (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz > >> >> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 = 637 > >> >> 643 666 +hsync +vsync (48.1 kHz) > >> >> (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz > >> >> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 = 601 > >> >> 605 628 +hsync +vsync (37.9 kHz) > >> >> (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz > >> >> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 = 601 > >> >> 603 625 +hsync +vsync (35.2 kHz) > >> >> (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz > >> >> (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 = 601 > >> >> 604 631 +hsync +vsync (53.7 kHz) > >> >> (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz = (D) > >> >> (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 = 600 > >> >> 602 625 doublescan +hsync +vsync (106.2 kHz) > >> >> (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz > >> >> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 = 601 > >> >> 604 625 +hsync +vsync (46.9 kHz) > >> >> (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (= D) > >> >> (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 = 600 > >> >> 602 625 doublescan +hsync +vsync (93.8 kHz) > >> >> (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz > >> >> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 = 637 > >> >> 643 666 +hsync +vsync (48.1 kHz) > >> >> (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D= ) > >> >> (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 = 600 > >> >> 602 625 doublescan +hsync +vsync (87.5 kHz) > >> >> (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D= ) > >> >> (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 = 600 > >> >> 602 625 doublescan +hsync +vsync (81.2 kHz) > >> >> (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz > >> >> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 = 601 > >> >> 605 628 +hsync +vsync (37.9 kHz) > >> >> (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D= ) > >> >> (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 = 600 > >> >> 602 625 doublescan +hsync +vsync (75.0 kHz) > >> >> (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz > >> >> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 = 601 > >> >> 603 625 +hsync +vsync (35.2 kHz) > >> >> (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D= ) > >> >> (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 5= 26 > >> >> 532 545 doublescan +hsync +vsync (81.5 kHz) > >> >> (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D= ) > >> >> (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 5= 26 > >> >> 532 541 doublescan +hsync +vsync (64.9 kHz) > >> >> (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D= ) > >> >> (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 5= 12 > >> >> 514 536 doublescan +hsync +vsync (91.1 kHz) > >> >> (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D= ) > >> >> (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 5= 12 > >> >> 514 533 doublescan +hsync +vsync (80.0 kHz) > >> >> (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D= ) > >> >> (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 5= 12 > >> >> 514 533 doublescan +hsync +vsync (64.0 kHz) > >> >> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz > >> >> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 4= 81 > >> >> 484 500 -hsync -vsync (37.5 kHz) > >> >> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz > >> >> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 4= 89 > >> >> 492 520 -hsync -vsync (37.9 kHz) > >> >> (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz > >> >> (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 4= 83 > >> >> 486 525 -hsync -vsync (35.0 kHz) > >> >> (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz > >> >> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 4= 90 > >> >> 492 525 -hsync -vsync (31.5 kHz) > >> >> (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D= ) > >> >> (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 4= 80 > >> >> 482 505 doublescan +hsync +vsync (85.9 kHz) > >> >> (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz > >> >> (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 4= 81 > >> >> 484 509 -hsync -vsync (43.3 kHz) > >> >> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz > >> >> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 4= 81 > >> >> 484 500 -hsync -vsync (37.5 kHz) > >> >> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz > >> >> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 4= 89 > >> >> 492 520 -hsync -vsync (37.9 kHz) > >> >> (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D= ) > >> >> (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 4= 80 > >> >> 482 500 doublescan +hsync +vsync (60.0 kHz) > >> >> (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz > >> >> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 4= 90 > >> >> 492 525 -hsync -vsync (31.5 kHz) > >> >> (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz > >> >> (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 4= 21 > >> >> 423 449 -hsync -vsync (39.4 kHz) > >> >> (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz > >> >> (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 4= 12 > >> >> 414 449 -hsync +vsync (31.5 kHz) > >> >> (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz > >> >> (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 4= 01 > >> >> 404 446 -hsync +vsync (37.9 kHz) > >> >> (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz > >> >> (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 4= 01 > >> >> 404 445 -hsync +vsync (37.9 kHz) > >> >> (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D= ) > >> >> (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 4= 32 > >> >> 434 450 doublescan +hsync +vsync (67.5 kHz) > >> >> (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz > >> >> (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 3= 82 > >> >> 385 445 +hsync -vsync (37.9 kHz) > >> >> (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D= ) > >> >> (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 3= 84 > >> >> 386 404 doublescan +hsync +vsync (68.7 kHz) > >> >> (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D= ) > >> >> (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 3= 84 > >> >> 386 400 doublescan +hsync +vsync (60.0 kHz) > >> >> (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D= ) > >> >> (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 3= 85 > >> >> 388 403 doublescan -hsync -vsync (56.5 kHz) > >> >> (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D= ) > >> >> (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 3= 85 > >> >> 388 403 doublescan -hsync -vsync (48.4 kHz) > >> >> (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D= ) > >> >> (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 3= 12 > >> >> 314 333 doublescan -hsync -vsync (49.7 kHz) > >> >> (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D= ) > >> >> (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 3= 00 > >> >> 302 315 doublescan +hsync +vsync (53.7 kHz) > >> >> (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D= ) > >> >> (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 3= 00 > >> >> 302 312 doublescan +hsync +vsync (46.9 kHz) > >> >> (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D= ) > >> >> (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 3= 18 > >> >> 321 333 doublescan +hsync +vsync (48.1 kHz) > >> >> (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D= ) > >> >> (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 3= 00 > >> >> 302 314 doublescan +hsync +vsync (37.9 kHz) > >> >> (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D= ) > >> >> (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 3= 00 > >> >> 301 312 doublescan +hsync +vsync (35.2 kHz) > >> >> (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D= ) > >> >> (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 2= 40 > >> >> 242 254 doublescan -hsync -vsync (43.3 kHz) > >> >> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D= ) > >> >> (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 2= 40 > >> >> 242 250 doublescan -hsync -vsync (37.5 kHz) > >> >> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D= ) > >> >> (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 2= 44 > >> >> 246 260 doublescan -hsync -vsync (37.9 kHz) > >> >> (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D= ) > >> >> (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 2= 45 > >> >> 246 262 doublescan -hsync -vsync (31.5 kHz) > >> >> (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D= ) > >> >> (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 2= 00 > >> >> 202 223 doublescan -hsync +vsync (37.9 kHz) > >> >> (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D= ) > >> >> (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 2= 00 > >> >> 202 222 doublescan -hsync +vsync (37.9 kHz) > >> >> (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D= ) > >> >> (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 1= 91 > >> >> 192 222 doublescan +hsync -vsync (37.9 kHz) > >> >> (**) NV(0): Display dimensions: (380, 280) mm > >> >> (**) NV(0): DPI set to (77, 78) > >> >> (II) Loading sub module "fb" > >> >> (II) LoadModule: "fb" > >> >> (II) Loading /usr/local/lib/xorg/modules//libfb.so > >> >> (II) Module fb: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 1.0.0 > >> >> ABI class: X.Org ANSI C Emulation, version 0.4 > >> >> (II) Loading sub module "xaa" > >> >> (II) LoadModule: "xaa" > >> >> (II) Loading /usr/local/lib/xorg/modules//libxaa.so > >> >> (II) Module xaa: vendor=3D"X.Org Foundation" > >> >> compiled for 1.6.0, module version =3D 1.2.1 > >> >> ABI class: X.Org Video Driver, version 5.0 > >> >> (II) Loading sub module "ramdac" > >> >> (II) LoadModule: "ramdac" > >> >> (II) Module "ramdac" already built-in > >> >> (--) Depth 24 pixmap format is 32 bpp > >> >> (II) do I need RAC? No, I don't. > >> >> (II) resource ranges after preInit: > >> >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >> >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >> >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >> >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >> >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >> >> (II) NV(0): Using XFree86 Acceleration Architecture (XAA) > >> >> Screen to screen bit blits > >> >> Solid filled rectangles > >> >> 8x8 mono pattern filled rectangles > >> >> Indirect CPU to Screen color expansion > >> >> Solid Lines > >> >> Scanline Image Writes > >> >> Setting up tile and stipple cache: > >> >> 32 128x128 slots > >> >> 32 256x256 slots > >> >> 16 512x512 slots > >> >> (=3D=3D) NV(0): Backing store disabled > >> >> (=3D=3D) NV(0): Silken mouse enabled > >> >> (II) NV(0): DPMS enabled > >> >> (=3D=3D) RandR enabled > >> >> (II) Initializing built-in extension Generic Event Extension > >> >> (II) Initializing built-in extension SHAPE > >> >> (II) Initializing built-in extension MIT-SHM > >> >> (II) Initializing built-in extension XInputExtension > >> >> (II) Initializing built-in extension XTEST > >> >> (II) Initializing built-in extension BIG-REQUESTS > >> >> (II) Initializing built-in extension SYNC > >> >> (II) Initializing built-in extension XKEYBOARD > >> >> (II) Initializing built-in extension XC-MISC > >> >> (II) Initializing built-in extension XINERAMA > >> >> (II) Initializing built-in extension XFIXES > >> >> (II) Initializing built-in extension RENDER > >> >> (II) Initializing built-in extension RANDR > >> >> (II) Initializing built-in extension COMPOSITE > >> >> (II) Initializing built-in extension DAMAGE > >> >> (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so > >> >> (II) GLX: Initialized DRISWRAST GL provider for screen 0 > >> >> (**) Option "Protocol" "Auto" > >> >> (**) Mouse0: Device: "/dev/sysmouse" > >> >> (**) Mouse0: Protocol: "Auto" > >> >> (**) Option "CorePointer" > >> >> (**) Mouse0: always reports core events > >> >> (**) Option "Device" "/dev/sysmouse" > >> >> (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > >> >> (**) Option "ZAxisMapping" "4 5 6 7" > >> >> (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 > >> >> (**) Mouse0: Buttons: 11 > >> >> (**) Option "Resolution" "800" > >> >> (**) Mouse0: Resolution: 800 > >> >> (**) Mouse0: Sensitivity: 1 > >> >> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > >> >> (**) Mouse0: (accel) keeping acceleration scheme 1 > >> >> (**) Mouse0: (accel) filter chain progression: 2.00 > >> >> (**) Mouse0: (accel) filter stage 0: 20.00 ms > >> >> (**) Mouse0: (accel) set acceleration profile 0 > >> >> (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 > >> >> (II) Mouse0: SetupAuto: protocol is SysMouse > >> >> (**) Option "CoreKeyboard" > >> >> (**) Keyboard0: always reports core events > >> >> (**) Option "Protocol" "standard" > >> >> (**) Keyboard0: Protocol: standard > >> >> (**) Option "AutoRepeat" "500 30" > >> >> (**) Option "XkbRules" "xorg" > >> >> (**) Keyboard0: XkbRules: "xorg" > >> >> (**) Option "XkbModel" "pc104" > >> >> (**) Keyboard0: XkbModel: "pc104" > >> >> (**) Option "XkbLayout" "us" > >> >> (**) Keyboard0: XkbLayout: "us" > >> >> (**) Option "CustomKeycodes" "off" > >> >> (**) Keyboard0: CustomKeycodes disabled > >> >> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOA= RD) > >> >> > >> >> xorg.conf: > >> >> Section "ServerLayout" > >> >> Identifier "X.org Configured" > >> >> Screen 0 "Screen0" 0 0 > >> >> # Screen 1 "Screen1" RightOf "Screen0" > >> >> InputDevice "Mouse0" "CorePointer" > >> >> InputDevice "Keyboard0" "CoreKeyboard" > >> >> EndSection > >> >> > >> >> Section "Files" > >> >> ModulePath "/usr/local/lib/xorg/modules" > >> >> FontPath "/usr/local/lib/X11/fonts/misc/" > >> >> FontPath "/usr/local/lib/X11/fonts/TTF/" > >> >> FontPath "/usr/local/lib/X11/fonts/OTF" > >> >> FontPath "/usr/local/lib/X11/fonts/Type1/" > >> >> FontPath "/usr/local/lib/X11/fonts/100dpi/" > >> >> FontPath "/usr/local/lib/X11/fonts/75dpi/" > >> >> EndSection > >> >> > >> >> Section "Module" > >> >> Load "extmod" > >> >> Load "record" > >> >> Load "dbe" > >> >> SubSection "extmod" > >> >> Option "omit xfree86-dga" # don't initialise the DGA extens= ion > >> >> EndSubSection > >> >> Load "glx" > >> >> Load "dri" > >> >> Load "dri2" > >> >> EndSection > >> >> > >> >> Section "ServerFlags" > >> >> Option "AllowEmptyInput" "false" > >> >> EndSection > >> >> > >> >> Section "InputDevice" > >> >> Identifier "Keyboard0" > >> >> Driver "kbd" > >> >> Option "AutoRepeat" "500 30" > >> >> Option "XkbRules" "xorg" > >> >> Option "XkbModel" "pc104" > >> >> Option "XkbLayout" "us" > >> >> EndSection > >> >> > >> >> Section "InputDevice" > >> >> Identifier "Mouse0" > >> >> Driver "mouse" > >> >> Option "Protocol" "Auto" > >> >> Option "Device" "/dev/sysmouse" > >> >> Option "ZAxisMapping" "4 5 6 7" > >> >> Option "Resolution" "800" > >> >> EndSection > >> >> > >> >> Section "Monitor" > >> >> Identifier "Monitor1" > >> >> VendorName "RDS" > >> >> ModelName "PressView XL" > >> >> EndSection > >> >> > >> >> Section "Device" > >> >> ### Available Driver options are:- > >> >> ### Values: : integer, : float, : "True"/"False= ", > >> >> ### : "String", : " Hz/kHz/MHz" > >> >> ### [arg]: arg optional > >> >> #Option "SWcursor" # [] > >> >> #Option "HWcursor" # [] > >> >> #Option "NoAccel" # [] > >> >> #Option "ShadowFB" # [] > >> >> #Option "UseFBDev" # [] > >> >> #Option "Rotate" # [] > >> >> #Option "VideoKey" # > >> >> #Option "FlatPanel" # [] > >> >> #Option "FPDither" # [] > >> >> #Option "CrtcNumber" # > >> >> Option "CrtcNumber" "0" > >> >> #Option "FPScale" # [] > >> >> #Option "FPTweak" # > >> >> #Option "DualHead" # [] > >> >> Identifier "Card1" > >> >> Driver "nv" > >> >> VendorName "nVidia Corporation" > >> >> BoardName "NV17 [GeForce4 MX 440]" > >> >> BusID "PCI:1:2:0" > >> >> EndSection > >> >> > >> >> Section "Screen" > >> >> Identifier "Screen0" > >> >> Device "Card1" > >> >> Monitor "Monitor1" > >> >> DefaultDepth 24 > >> >> > >> >> SubSection "Display" > >> >> Viewport 0 0 > >> >> Depth 24 > >> >> Modes "1152x864" "1152x864" "1152x864" > >> >> EndSubSection > >> >> EndSection > >> >> > >> >> dmesg(8) output: > >> >> May 18 20:21:51 udns syslogd: kernel boot file is /boot/kernel/kern= el > >> >> May 18 20:21:51 udns kernel: Copyright (c) 1992-2009 The FreeBSD Pr= oject. > >> >> May 18 20:21:51 udns kernel: Copyright (c) 1979, 1980, 1983, 1986, > >> >> 1988, 1989, 1991, 1992, 1993, 1994 > >> >> May 18 20:21:51 udns kernel: The Regents of the University of > >> >> California. All rights reserved. > >> >> May 18 20:21:51 udns kernel: FreeBSD is a registered trademark of T= he > >> >> FreeBSD Foundation. > >> >> May 18 20:21:51 udns kernel: FreeBSD 7.1-RELEASE #0: Thu Jan 1 > >> >> 14:37:25 UTC 2009 > >> >> May 18 20:21:51 udns kernel: > >> >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > >> >> May 18 20:21:51 udns kernel: Preloaded elf kernel "/boot/kernel/ker= nel" > >> >> at 0xc0d89000. > >> >> May 18 20:21:51 udns kernel: Preloaded elf module > >> >> "/boot/kernel/geom_stripe.ko" at 0xc0d89174. > >> >> May 18 20:21:51 udns kernel: Calibrating clock(s) ... i8254 clock: > >> >> 1192975 Hz > >> >> May 18 20:21:51 udns kernel: CLK_USE_I8254_CALIBRATION not specifie= d - > >> >> using default frequency > >> >> May 18 20:21:51 udns kernel: Timecounter "i8254" frequency 1193182 = Hz > >> >> quality 0 > >> >> May 18 20:21:51 udns kernel: Calibrating TSC clock ... TSC clock: > >> >> 797345795 Hz > >> >> May 18 20:21:51 udns kernel: CPU: Intel Pentium III (797.35-MHz > >> >> 686-class CPU) > >> >> May 18 20:21:51 udns kernel: Origin =3D "GenuineIntel" Id =3D 0x68= 6 > >> >> Stepping =3D 6 > >> >> May 18 20:21:51 udns kernel: > >> >>=20 > >> Features=3D0x387fbff > >> >> May 18 20:21:51 udns kernel: May 18 20:21:51 udns kernel: Instructi= on > >> >> TLB: 4 KB pages, 4-way set associative, 32 entries > >> >> May 18 20:21:51 udns kernel: Instruction TLB: 4 MB pages, fully > >> >> associative, 2 entries > >> >> May 18 20:21:51 udns kernel: Data TLB: 4 KB pages, 4-way set > >> >> associative, 64 entries > >> >> May 18 20:21:51 udns kernel: 2nd-level cache: 256 KB, 8-way set > >> >> associative, 32 byte line size > >> >> May 18 20:21:51 udns kernel: 1st-level instruction cache: 16 KB, 4-= way > >> >> set associative, 32 byte line size > >> >> May 18 20:21:51 udns kernel: Data TLB: 4 MB Pages, 4-way set > >> >> associative, 8 entries > >> >> May 18 20:21:51 udns kernel: 1st-level data cache: 16 KB, 4-way set > >> >> associative, 32 byte line size > >> >> May 18 20:21:51 udns kernel: real memory =3D 1073741824 (1024 MB) > >> >> May 18 20:21:51 udns kernel: Physical memory chunk(s): > >> >> May 18 20:21:51 udns kernel: 0x0000000000001000 - 0x000000000009eff= f, > >> >> 647168 bytes (158 pages) > >> >> May 18 20:21:51 udns kernel: 0x0000000000100000 - 0x00000000003ffff= f, > >> >> 3145728 bytes (768 pages) > >> >> May 18 20:21:51 udns kernel: 0x0000000001025000 - 0x000000003edb7ff= f, > >> >> 1037643776 bytes (253331 pages) > >> >> May 18 20:21:51 udns kernel: avail memory =3D 1037078528 (989 MB) > >> >> May 18 20:21:51 udns kernel: MP Configuration Table version 1.4 fou= nd > >> >> at 0xc00f0db0 > >> >> May 18 20:21:51 udns kernel: APIC: Using the MPTable enumerator. > >> >> May 18 20:21:51 udns kernel: SMP: Added CPU 0 (BSP) > >> >> May 18 20:21:51 udns kernel: SMP: Added CPU 1 (AP) > >> >> May 18 20:21:51 udns kernel: MPTable: > >> >> May 18 20:21:51 udns kernel: INTR: Adding local APIC 1 as a target > >> >> May 18 20:21:51 udns kernel: FreeBSD/SMP: Multiprocessor System > >> >> Detected: 2 CPUs > >> >> May 18 20:21:51 udns kernel: cpu0 (BSP): APIC ID: 0 > >> >> May 18 20:21:51 udns kernel: cpu1 (AP): APIC ID: 1 > >> >> May 18 20:21:51 udns kernel: bios32: Found BIOS32 Service Directory > >> >> header at 0xc00fdb90 > >> >> May 18 20:21:51 udns kernel: bios32: Entry =3D 0xfdba0 (c00fdba0) = Rev =3D > >> >> 0 Len =3D 1 > >> >> May 18 20:21:51 udns kernel: pcibios: PCI BIOS entry at 0xf0000+0xd= bc1 > >> >> May 18 20:21:51 udns kernel: pnpbios: Found PnP BIOS data at 0xc00f= 4c50 > >> >> May 18 20:21:51 udns kernel: pnpbios: Entry =3D f0000:3954 Rev =3D= 1.0 > >> >> May 18 20:21:51 udns kernel: Other BIOS signatures found: > >> >> May 18 20:21:51 udns kernel: ULE: setup cpu group 0 > >> >> May 18 20:21:51 udns kernel: ULE: setup cpu 0 > >> >> May 18 20:21:51 udns kernel: ULE: adding cpu 0 to group 0: cpus 1=20 > >> mask 0x1 > >> >> May 18 20:21:51 udns kernel: ULE: setup cpu group 1 > >> >> May 18 20:21:51 udns kernel: ULE: setup cpu 1 > >> >> May 18 20:21:51 udns kernel: ULE: adding cpu 1 to group 1: cpus 1=20 > >> mask 0x2 > >> >> May 18 20:21:51 udns kernel: ioapic0: Assuming intbase of 0 > >> >> May 18 20:21:51 udns kernel: ioapic0: Routing external 8259A's ->=20 > >> intpin 0 > >> >> May 18 20:21:51 udns kernel: ioapic1: Assuming intbase of 16 > >> >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 bus PCI > >> >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 trigger: level > >> >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 polarity: low > >> >> May 18 20:21:51 udns kernel: ioapic0: Routing IRQ 0 -> intpin 2 > >> >> May 18 20:21:51 udns kernel: lapic: Routing ExtINT -> LINT0 > >> >> May 18 20:21:51 udns kernel: lapic: LINT0 trigger: edge > >> >> May 18 20:21:51 udns kernel: lapic: LINT0 polarity: high > >> >> May 18 20:21:51 udns kernel: lapic: Routing NMI -> LINT1 > >> >> May 18 20:21:51 udns kernel: lapic: LINT1 trigger: edge > >> >> May 18 20:21:51 udns kernel: lapic: LINT1 polarity: high > >> >> May 18 20:21:51 udns kernel: ioapic0 irqs 0-15 on=20 > >> motherboard > >> >> May 18 20:21:51 udns kernel: ioapic1 irqs 16-31 on=20 > >> motherboard > >> >> May 18 20:21:51 udns kernel: cpu0 BSP: > >> >> May 18 20:21:51 udns kernel: ID: 0x00000000 VER: 0x00040011 LDR: > >> >> 0x00000000 DFR: 0xffffffff > >> >> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TP= R: > >> >> 0x00000000 SVR: 0x000001ff > >> >> May 18 20:21:51 udns kernel: timer: 0x000100ef therm: 0x00000000 er= r: > >> >> 0x0001000f pcm: 0x00010000 > >> >> May 18 20:21:51 udns kernel: ath_rate: version 1.2 >> >> selection algorithm> > >> >> May 18 20:21:51 udns kernel: wlan_amrr: >> >> Algorithm> > >> >> May 18 20:21:51 udns kernel: wlan: <802.11 Link Layer> > >> >> May 18 20:21:51 udns kernel: null: > >> >> May 18 20:21:51 udns kernel: random: > >> >> May 18 20:21:51 udns kernel: nfslock: pseudo-device > >> >> May 18 20:21:51 udns kernel: io: > >> >> May 18 20:21:51 udns kernel: kbd: new array size 4 > >> >> May 18 20:21:51 udns kernel: kbd1 at kbdmux0 > >> >> May 18 20:21:51 udns kernel: mem: > >> >> May 18 20:21:51 udns kernel: Pentium Pro MTRR support enabled > >> >> May 18 20:21:51 udns kernel: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5= 212, > >> >> RF5111, RF5112, RF2413, RF5413) > >> >> May 18 20:21:51 udns kernel: hptrr: RocketRAID 17xx/2xxx SATA > >> >> controller driver v1.2 (Jan 1 2009 14:37:00) > >> >> May 18 20:21:51 udns kernel: npx0: INT 16 interface > >> >> May 18 20:21:51 udns kernel: pci_open(1): mode 1 addr port (0x0cf8)= is > >> >> 0x80000070 > >> >> May 18 20:21:51 udns kernel: pci_open(1a): mode1res=3D0x80000000=20 > >> (0x80000000) > >> >> May 18 20:21:51 udns kernel: pci_cfgcheck: device 0 [class=3D060000= ] > >> >> [hdr=3D80] is there (id=3D00091166) > >> >> May 18 20:21:51 udns kernel: pcibios: BIOS version 2.10 > >> >> May 18 20:21:51 udns kernel: pcib0: pcibu= s 0 > >> >> on motherboard > >> >> May 18 20:21:51 udns kernel: pci0: on pcib0 > >> >> May 18 20:21:51 udns kernel: pci0: domain=3D0, physical bus=3D0 > >> >> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0009,= =20 > >> revid=3D0x06 > >> >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D0, func=3D= 0 > >> >> May 18 20:21:51 udns kernel: class=3D06-00-00, hdrtype=3D0x00, mfde= v=3D1 > >> >> May 18 20:21:51 udns kernel: cmdreg=3D0x0006, statreg=3D0x2200, cac= helnsz=3D8 > >> >> (dwords) > >> >> May 18 20:21:51 udns kernel: lattimer=3D0x20 (960 ns), mingnt=3D0x0= 0 (0 > >> >> ns), maxlat=3D0x00 (0 ns) > >> >> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0009,= =20 > >> revid=3D0x06 > >> >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D0, func=3D= 1 > >> >> May 18 20:21:51 udns kernel: class=3D06-00-00, hdrtype=3D0x00, mfde= v=3D1 > >> >> May 18 20:21:51 udns kernel: cmdreg=3D0x0007, statreg=3D0x0200, cac= helnsz=3D8 > >> >> (dwords) > >> >> May 18 20:21:51 udns kernel: lattimer=3D0x10 (480 ns), mingnt=3D0x0= 0 (0 > >> >> ns), maxlat=3D0x00 (0 ns) > >> >> May 18 20:21:51 udns kernel: found-> vendor=3D0x1002, dev=3D0x4752,= =20 > >> revid=3D0x27 > >> >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D1, func=3D= 0 > >> >> May 18 20:21:51 udns kernel: class=3D03-00-00, hdrtype=3D0x00, mfde= v=3D0 > >> >> May 18 20:21:51 udns kernel: cmdreg=3D0x0080, statreg=3D0x0290, cac= helnsz=3D8 > >> >> (dwords) > >> >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x= 08 (2000 > >> >> ns), maxlat=3D0x00 (0 ns) > >> >> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D9 > >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 =20 > >> current D0 > >> >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base > >> >> 0xfb000000, size 24, memory disabled > >> >> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base > >> >> 0xd800, size 8, port disabled > >> >> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base > >> >> 0xfcaff000, size 12, enabled > >> >> May 18 20:21:51 udns kernel: pcib0: slot 1 INTA routed to irq 22 > >> >> May 18 20:21:51 udns kernel: found-> vendor=3D0x8086, dev=3D0x1229,= =20 > >> revid=3D0x08 > >> >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D4, func=3D= 0 > >> >> May 18 20:21:51 udns kernel: class=3D02-00-00, hdrtype=3D0x00, mfde= v=3D0 > >> >> May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x0290, cac= helnsz=3D8 > >> >> (dwords) > >> >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x= 08 (2000 > >> >> ns), maxlat=3D0x38 (14000 ns) > >> >> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D5 > >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 =20 > >> current D0 > >> >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base > >> >> 0xfcafe000, size 12, enabled > >> >> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base > >> >> 0xd400, size 6, enabled > >> >> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base > >> >> 0xfc900000, size 20, enabled > >> >> May 18 20:21:51 udns kernel: pcib0: slot 4 INTA routed to irq 20 > >> >> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0200,= =20 > >> revid=3D0x50 > >> >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D15, func= =3D0 > >> >> May 18 20:21:51 udns kernel: class=3D06-01-00, hdrtype=3D0x00, mfde= v=3D1 > >> >> May 18 20:21:51 udns kernel: cmdreg=3D0x0007, statreg=3D0x0200, cac= helnsz=3D0 > >> >> (dwords) > >> >> May 18 20:21:51 udns kernel: lattimer=3D0x00 (0 ns), mingnt=3D0x00 = (0 ns), > >> >> maxlat=3D0x00 (0 ns) > >> >> May 18 20:21:51 udns kernel: map[90]: type I/O Port, range 32, base > >> >> 0x580, size 4, enabled > >> >> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0211,= =20 > >> revid=3D0x00 > >> >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D15, func= =3D1 > >> >> May 18 20:21:51 udns kernel: class=3D01-01-8a, hdrtype=3D0x00, mfde= v=3D1 > >> >> May 18 20:21:51 udns kernel: cmdreg=3D0x0005, statreg=3D0x0200, cac= helnsz=3D0 > >> >> (dwords) > >> >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x= 00 (0 > >> >> ns), maxlat=3D0x00 (0 ns) > >> >> May 18 20:21:51 udns kernel: map[20]: type I/O Port, range 32, base > >> >> 0xffa0, size 4, enabled > >> >> May 18 20:21:51 udns kernel: found-> vendor=3D0x1166, dev=3D0x0220,= =20 > >> revid=3D0x04 > >> >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D0, slot=3D15, func= =3D2 > >> >> May 18 20:21:51 udns kernel: class=3D0c-03-10, hdrtype=3D0x00, mfde= v=3D1 > >> >> May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x0280, cac= helnsz=3D8 > >> >> (dwords) > >> >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x= 00 (0 > >> >> ns), maxlat=3D0x50 (20000 ns) > >> >> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D10 > >> >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base > >> >> 0xfcafd000, size 12, enabled > >> >> May 18 20:21:51 udns kernel: pcib0: slot 15 INTA routed to irq 10 > >> >> May 18 20:21:51 udns kernel: vgapci0: port > >> >> 0xd800-0xd8ff mem 0xfb000000-0xfbffffff,0xfcaff000-0xfcafffff irq 2= 2 at > >> >> device 1.0 on pci0 > >> >> May 18 20:21:51 udns kernel: fxp0: p= ort > >> >> 0xd400-0xd43f mem 0xfcafe000-0xfcafefff,0xfc900000-0xfc9fffff irq 2= 0 at > >> >> device 4.0 on pci0 > >> >> May 18 20:21:51 udns kernel: fxp0: Reserved 0x1000 bytes for rid 0x= 10 > >> >> type 3 at 0xfcafe000 > >> >> May 18 20:21:51 udns kernel: fxp0: using memory space register mapp= ing > >> >> May 18 20:21:51 udns kernel: fxp0: PCI IDs: 8086 1229 8086 100c 000= 8 > >> >> May 18 20:21:51 udns kernel: fxp0: Dynamic Standby mode is disabled > >> >> May 18 20:21:51 udns kernel: miibus0: on fxp0 > >> >> May 18 20:21:51 udns kernel: inphy0: > >> >> PHY 1 on miibus0 > >> >> May 18 20:21:51 udns kernel: inphy0: 10baseT, 10baseT-FDX, 100base= TX, > >> >> 100baseTX-FDX, auto > >> >> May 18 20:21:51 udns kernel: fxp0: bpf attached > >> >> May 18 20:21:51 udns kernel: fxp0: Ethernet address: 00:e0:81:20:9d= :66 > >> >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 4 (PCI IRQ 20)= to > >> >> vector 48 > >> >> May 18 20:21:51 udns kernel: fxp0: [MPSAFE] > >> >> May 18 20:21:51 udns kernel: fxp0: [ITHREAD] > >> >> May 18 20:21:51 udns kernel: isab0: port 0x580-0x5= 8f > >> >> at device 15.0 on pci0 > >> >> May 18 20:21:51 udns kernel: isa0: on isab0 > >> >> May 18 20:21:51 udns kernel: atapci0: >> >> controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf = at > >> >> device 15.1 on pci0 > >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x10 bytes for rid 0= x20 > >> >> type 4 at 0xffa0 > >> >> May 18 20:21:51 udns kernel: ata0: on atapci0 > >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x= 10 > >> >> type 4 at 0x1f0 > >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x= 14 > >> >> type 4 at 0x3f6 > >> >> May 18 20:21:51 udns kernel: ata0: reset tp1 mask=3D03 ostat0=3D50 = ostat1=3D50 > >> >> May 18 20:21:51 udns kernel: ata0: stat0=3D0x00 err=3D0x01 lsb=3D0x= 14 msb=3D0xeb > >> >> May 18 20:21:51 udns kernel: ata0: stat1=3D0x50 err=3D0x01 lsb=3D0x= 00 msb=3D0x00 > >> >> May 18 20:21:51 udns kernel: ata0: reset tp2 stat0=3D00 stat1=3D50 > >> >> devices=3D0x6 > >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 14 (ISA IRQ 14= ) to > >> >> vector 49 > >> >> May 18 20:21:51 udns kernel: ata0: [MPSAFE] > >> >> May 18 20:21:51 udns kernel: ata0: [ITHREAD] > >> >> May 18 20:21:51 udns kernel: ata1: on atapci0 > >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x= 18 > >> >> type 4 at 0x170 > >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x= 1c > >> >> type 4 at 0x376 > >> >> May 18 20:21:51 udns kernel: ata1: reset tp1 mask=3D03 ostat0=3D50 = ostat1=3D00 > >> >> May 18 20:21:51 udns kernel: ata1: stat0=3D0x00 err=3D0x01 lsb=3D0x= 14 msb=3D0xeb > >> >> May 18 20:21:51 udns kernel: ata1: stat1=3D0x00 err=3D0x04 lsb=3D0x= 00 msb=3D0x02 > >> >> May 18 20:21:51 udns kernel: ata1: reset tp2 stat0=3D00 stat1=3D00 > >> >> devices=3D0x4 > >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 15 (ISA IRQ 15= ) to > >> >> vector 50 > >> >> May 18 20:21:51 udns kernel: ata1: [MPSAFE] > >> >> May 18 20:21:51 udns kernel: ata1: [ITHREAD] > >> >> May 18 20:21:51 udns kernel: ohci0: = mem > >> >> 0xfcafd000-0xfcafdfff irq 10 at device 15.2 on pci0 > >> >> May 18 20:21:51 udns kernel: ohci0: Reserved 0x1000 bytes for rid 0= x10 > >> >> type 3 at 0xfcafd000 > >> >> May 18 20:21:51 udns kernel: ohci0: (New OHCI DeviceId=3D0x02201166= ) > >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 10 (PCI IRQ 10= ) to > >> >> vector 51 > >> >> May 18 20:21:51 udns kernel: ohci0: [GIANT-LOCKED] > >> >> May 18 20:21:51 udns kernel: ohci0: [ITHREAD] > >> >> May 18 20:21:51 udns kernel: usb0: OHCI version 1.0, legacy support > >> >> May 18 20:21:51 udns kernel: usb0: >> controller> on ohci0 > >> >> May 18 20:21:51 udns kernel: usb0: USB revision 1.0 > >> >> May 18 20:21:51 udns kernel: uhub0: <(0x1166) OHCI root hub, class = 9/0, > >> >> rev 1.00/1.00, addr 1> on usb0 > >> >> May 18 20:21:51 udns kernel: uhub0: 4 ports with 4 removable,=20 > >> self powered > >> >> May 18 20:21:51 udns kernel: pcib1: pcibu= s 1 > >> >> on motherboard > >> >> May 18 20:21:51 udns kernel: pci1: on pcib1 > >> >> May 18 20:21:51 udns kernel: pci1: domain=3D0, physical bus=3D1 > >> >> May 18 20:21:51 udns kernel: found-> vendor=3D0x10de, dev=3D0x0171,= =20 > >> revid=3D0xa3 > >> >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D1, slot=3D2, func=3D= 0 > >> >> May 18 20:21:51 udns kernel: class=3D03-00-00, hdrtype=3D0x00, mfde= v=3D0 > >> >> May 18 20:21:51 udns kernel: cmdreg=3D0x0007, statreg=3D0x02b0, cac= helnsz=3D0 > >> >> (dwords) > >> >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x= 05 (1250 > >> >> ns), maxlat=3D0x01 (250 ns) > >> >> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D11 > >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D= 0 > >> >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base > >> >> 0xfd000000, size 24, enabled > >> >> May 18 20:21:51 udns kernel: map[14]: type Prefetchable Memory, ran= ge > >> >> 32, base 0xf0000000, size 27, enabled > >> >> May 18 20:21:51 udns kernel: map[18]: type Prefetchable Memory, ran= ge > >> >> 32, base 0xfa580000, size 19, enabled > >> >> May 18 20:21:51 udns kernel: pcib1: slot 2 INTA routed to irq 27 > >> >> May 18 20:21:51 udns kernel: found-> vendor=3D0x9005, dev=3D0x00cf,= =20 > >> revid=3D0x01 > >> >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D1, slot=3D6, func=3D= 0 > >> >> May 18 20:21:51 udns kernel: class=3D01-00-00, hdrtype=3D0x00, mfde= v=3D1 > >> >> May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x02b0, cac= helnsz=3D8 > >> >> (dwords) > >> >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x= 28 > >> >> (10000 ns), maxlat=3D0x19 (6250 ns) > >> >> May 18 20:21:51 udns kernel: intpin=3Da, irq=3D3 > >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D= 0 > >> >> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base > >> >> 0xe400, size 8, enabled > >> >> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base > >> >> 0xfebde000, size 12, enabled > >> >> May 18 20:21:51 udns kernel: pcib1: slot 6 INTA routed to irq 25 > >> >> May 18 20:21:51 udns kernel: found-> vendor=3D0x9005, dev=3D0x00cf,= =20 > >> revid=3D0x01 > >> >> May 18 20:21:51 udns kernel: domain=3D0, bus=3D1, slot=3D6, func=3D= 1 > >> >> May 18 20:21:51 udns kernel: class=3D01-00-00, hdrtype=3D0x00, mfde= v=3D1 > >> >> May 18 20:21:51 udns kernel: cmdreg=3D0x0117, statreg=3D0x02b0, cac= helnsz=3D8 > >> >> (dwords) > >> >> May 18 20:21:51 udns kernel: lattimer=3D0x40 (1920 ns), mingnt=3D0x= 28 > >> >> (10000 ns), maxlat=3D0x19 (6250 ns) > >> >> May 18 20:21:51 udns kernel: intpin=3Db, irq=3D10 > >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D= 0 > >> >> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base > >> >> 0xe800, size 8, enabled > >> >> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base > >> >> 0xfebdf000, size 12, enabled > >> >> May 18 20:21:51 udns kernel: pcib1: slot 6 INTB routed to irq 26 > >> >> May 18 20:21:51 udns kernel: vgapci1: mem > >> >> 0xfd000000-0xfdffffff,0xf0000000-0xf7ffffff,0xfa580000-0xfa5fffff i= rq > >> >> 27 at device 2.0 on pci1 > >> >> May 18 20:21:51 udns kernel: ahc0: >> >> adapter> port 0xe400-0xe4ff mem 0xfebde000-0xfebdefff irq 25 at dev= ice > >> >> 6.0 on pci1 > >> >> May 18 20:21:51 udns kernel: ahc0: Defaulting to MEMIO off > >> >> May 18 20:21:51 udns kernel: ahc0: Reserved 0x100 bytes for rid 0x1= 0 > >> >> type 4 at 0xe400 > >> >> May 18 20:21:51 udns kernel: ahc0: Reading SEEPROM...done. > >> >> May 18 20:21:51 udns kernel: ahc0: Manual LVD Termination > >> >> May 18 20:21:51 udns kernel: ahc0: BIOS eeprom is present > >> >> May 18 20:21:51 udns kernel: ahc0: Secondary High byte=20 > >> termination Enabled > >> >> May 18 20:21:51 udns kernel: ahc0: Secondary Low byte termination E= nabled > >> >> May 18 20:21:51 udns kernel: ahc0: Primary Low Byte termination Ena= bled > >> >> May 18 20:21:51 udns kernel: ahc0: Primary High Byte termination En= abled > >> >> May 18 20:21:51 udns kernel: ahc0: Downloading Sequencer Program...= 423 > >> >> instructions downloaded > >> >> May 18 20:21:51 udns kernel: ahc0: Features 0x1fef6, Bugs 0x40, Fla= gs > >> >> 0x20485520 > >> >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 9 (PCI IRQ 25)= to > >> >> vector 52 > >> >> May 18 20:21:51 udns kernel: ahc0: [MPSAFE] > >> >> May 18 20:21:51 udns kernel: ahc0: [ITHREAD] > >> >> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel A, SCSI > >> >> Id=3D7, 32/253 SCBs > >> >> May 18 20:21:51 udns kernel: ahc1: >> >> adapter> port 0xe800-0xe8ff mem 0xfebdf000-0xfebdffff irq 26 at dev= ice > >> >> 6.1 on pci1 > >> >> May 18 20:21:51 udns kernel: ahc1: Defaulting to MEMIO off > >> >> May 18 20:21:51 udns kernel: ahc1: Reserved 0x100 bytes for rid 0x1= 0 > >> >> type 4 at 0xe800 > >> >> May 18 20:21:51 udns kernel: ahc1: Reading SEEPROM...done. > >> >> May 18 20:21:51 udns kernel: ahc1: Manual LVD Termination > >> >> May 18 20:21:51 udns kernel: ahc1: BIOS eeprom is present > >> >> May 18 20:21:51 udns kernel: ahc1: Secondary High byte=20 > >> termination Enabled > >> >> May 18 20:21:51 udns kernel: ahc1: Secondary Low byte termination E= nabled > >> >> May 18 20:21:51 udns kernel: ahc1: Primary Low Byte termination Ena= bled > >> >> May 18 20:21:51 udns kernel: ahc1: Primary High Byte termination En= abled > >> >> May 18 20:21:51 udns kernel: ahc1: Downloading Sequencer Program...= 423 > >> >> instructions downloaded > >> >> May 18 20:21:51 udns kernel: ahc1: Features 0x1fef6, Bugs 0x40, Fla= gs > >> >> 0x20485560 > >> >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 10 (PCI IRQ 26= ) to > >> >> vector 53 > >> >> May 18 20:21:51 udns kernel: ahc1: [MPSAFE] > >> >> May 18 20:21:51 udns kernel: ahc1: [ITHREAD] > >> >> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel B, SCSI > >> >> Id=3D7, 32/253 SCBs > >> >> May 18 20:21:51 udns kernel: cpu0 on motherboard > >> >> May 18 20:21:51 udns kernel: cpu1 on motherboard > >> >> ... > >> >> May 18 20:21:51 udns kernel: pnpbios: 14 devices, largest 234 bytes > >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> >> 0-0x9fbff, size=3D0x9fc00 > >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> >> 0x9fc00-0x9ffff, size=3D0x400 > >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> >> 0xe0000-0xfffff, size=3D0x20000 > >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> >> 0x100000-0x3fffffff, size=3D0x3ff00000 > >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> >> 0xfec00000-0xfec00fff, size=3D0x1000 > >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> >> 0xfec01000-0xfec01fff, size=3D0x1000 > >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> >> 0xfee00000-0xfee00fff, size=3D0x1000 > >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range > >> >> 0xfff80000-0xffffffff, size=3D0x80000 > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 0 device ID PNP0c01=20 > >> (010cd041) > >> >> May 18 20:21:51 udns kernel: PNP0200: adding dma mask 0x10 > >> >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0-0xf, size= =3D0x10, > >> >> align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x80-0x90, > >> >> size=3D0x11, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x94-0x9f, > >> >> size=3D0xc, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0xc0-0xde, > >> >> size=3D0x1f, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 2 device ID PNP0200=20 > >> (0002d041) > >> >> May 18 20:21:51 udns kernel: PNP0100: adding irq mask 0x1 > >> >> May 18 20:21:51 udns kernel: PNP0100: adding io range 0x40-0x43, > >> >> size=3D0x4, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 3 device ID PNP0100=20 > >> (0001d041) > >> >> May 18 20:21:51 udns kernel: PNP0b00: adding irq mask 0x100 > >> >> May 18 20:21:51 udns kernel: PNP0b00: adding io range 0x70-0x71, > >> >> size=3D0x2, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 4 device ID PNP0b00=20 > >> (000bd041) > >> >> May 18 20:21:51 udns kernel: PNP0303: adding irq mask 0x2 > >> >> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x60-0x60, > >> >> size=3D0x1, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x64-0x64, > >> >> size=3D0x1, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 5 device ID PNP0303=20 > >> (0303d041) > >> >> May 18 20:21:51 udns kernel: PNP0800: adding io range 0x61-0x61, > >> >> size=3D0x1, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 6 device ID PNP0800=20 > >> (0008d041) > >> >> May 18 20:21:51 udns kernel: PNP0c04: adding irq mask 0x2000 > >> >> May 18 20:21:51 udns kernel: PNP0c04: adding io range 0xf0-0xff, > >> >> size=3D0x10, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 7 device ID PNP0c04=20 > >> (040cd041) > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d0-0x4d1, > >> >> size=3D0x2, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcf8-0xcff, > >> >> size=3D0x8, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x10-0x1f, > >> >> size=3D0x10, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x40b-0x40b, > >> >> size=3D0x1, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d6-0x4d6, > >> >> size=3D0x1, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc00-0xc01, > >> >> size=3D0x2, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc14-0xc14, > >> >> size=3D0x1, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc49-0xc4a, > >> >> size=3D0x2, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc52-0xc52, > >> >> size=3D0x1, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6c-0xc6c, > >> >> size=3D0x1, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6f-0xc6f, > >> >> size=3D0x1, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcd6-0xcd7, > >> >> size=3D0x2, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xf50-0xf58, > >> >> size=3D0x9, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x374-0x375, > >> >> size=3D0x2, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x377-0x377, > >> >> size=3D0x1, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range > >> >> 0xcfc00-0xd03ff, size=3D0x800 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range > >> >> 0xd7400-0xdffff, size=3D0x8c00 > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 8 device ID PNP0c02=20 > >> (020cd041) > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x580-0x58f, > >> >> size=3D0x10, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x500-0x51f, > >> >> size=3D0x20, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 9 device ID PNP0c02=20 > >> (020cd041) > >> >> May 18 20:21:51 udns kernel: PNP0f13: adding irq mask 0x1000 > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 10 device ID PNP0f13=20 > >> (130fd041) > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 11 device ID PNP0a03=20 > >> (030ad041) > >> >> May 18 20:21:51 udns kernel: PNP0501: adding io range 0x3f8-0x3ff, > >> >> size=3D0x8, align=3D0x8 > >> >> May 18 20:21:51 udns kernel: PNP0501: adding irq mask 0x10 > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 12 device ID PNP0501=20 > >> (0105d041) > >> >> May 18 20:21:51 udns kernel: PNP0700: adding io range 0x3f0-0x3f5, > >> >> size=3D0x6, align=3D0x1 > >> >> May 18 20:21:51 udns kernel: PNP0700: adding irq mask 0x40 > >> >> May 18 20:21:51 udns kernel: PNP0700: adding dma mask 0x4 > >> >> May 18 20:21:51 udns kernel: pnpbios: handle 13 device ID PNP0700=20 > >> (0007d041) > >> >> May 18 20:21:51 udns kernel: sc: sc0 already exists; skipping it > >> >> May 18 20:21:51 udns kernel: vga: vga0 already exists; skipping it > >> >> May 18 20:21:51 udns kernel: isa_probe_children: disabling PnP devi= ces > >> >> May 18 20:21:51 udns kernel: isa_probe_children: probing non-PnP de= vices > >> >> May 18 20:21:51 udns kernel: pmtimer0 on isa0 > >> >> May 18 20:21:51 udns kernel: adv0: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: aha0: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: aic0: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: atkbdc0: = at > >> >> port 0x60,0x64 on isa0 > >> >> May 18 20:21:51 udns kernel: atkbd0: irq 1 on atkbdc0 > >> >> May 18 20:21:51 udns kernel: atkbd: the current kbd controller comm= and > >> >> byte 0065 > >> >> May 18 20:21:51 udns kernel: atkbd: keyboard ID 0x41ab (2) > >> >> May 18 20:21:51 udns kernel: kbd0 at atkbd0 > >> >> May 18 20:21:51 udns kernel: kbd0: atkbd0, AT 101/102 (2), config:0= x0, > >> >> flags:0x3d0000 > >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 1 (ISA IRQ 1) = to > >> >> vector 54 > >> >> May 18 20:21:51 udns kernel: atkbd0: [GIANT-LOCKED] > >> >> May 18 20:21:51 udns kernel: atkbd0: [ITHREAD] > >> >> May 18 20:21:51 udns kernel: psm0: current command byte:0065 > >> >> May 18 20:21:51 udns kernel: psm0: irq 12 on atkbdc0 > >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 12 (ISA IRQ 12= ) to > >> >> vector 55 > >> >> May 18 20:21:51 udns kernel: psm0: [GIANT-LOCKED] > >> >> May 18 20:21:51 udns kernel: psm0: [ITHREAD] > >> >> May 18 20:21:51 udns kernel: psm0: model IntelliMouse, device ID 3-= 00, > >> >> 3 buttons > >> >> May 18 20:21:51 udns kernel: psm0: config:00000000, flags:00000008, > >> >> packet size:4 > >> >> May 18 20:21:51 udns kernel: psm0: syncmask:08, syncbits:00 > >> >> May 18 20:21:51 udns kernel: bt0: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: cs0: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: ed0: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 > >> >> May 18 20:21:51 udns kernel: fdc0: at = port > >> >> 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 > >> >> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 > >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 6 (ISA IRQ 6) = to > >> >> vector 56 > >> >> May 18 20:21:51 udns kernel: fdc0: [FILTER] > >> >> May 18 20:21:51 udns kernel: fd0: <1440-KB 3.5" drive> on fdc0 driv= e 0 > >> >> May 18 20:21:51 udns kernel: fe0: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: ie0: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: le0: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: ppc0: parallel port not found. > >> >> May 18 20:21:51 udns kernel: ppc0: failed to probe = at > >> >> irq 7 on isa0 > >> >> May 18 20:21:51 udns kernel: sc0: at flags 0x100 o= n isa0 > >> >> May 18 20:21:51 udns kernel: sc0: VGA <16 virtual consoles, flags= =3D0x300> > >> >> May 18 20:21:51 udns kernel: sc0: fb0, kbd1, terminal emulator: sc > >> >> (syscons terminal) > >> >> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0= xc001 > >> >> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 0xc001 0= xc001 > >> >> May 18 20:21:51 udns kernel: sio0 at port 0x3f8-0x3ff irq 4 flags > >> >> 0x10 on isa0 > >> >> May 18 20:21:51 udns kernel: sio0: type 16550A > >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 4 (ISA IRQ 4) = to > >> >> vector 57 > >> >> May 18 20:21:51 udns kernel: sio0: [FILTER] > >> >> May 18 20:21:51 udns kernel: sio1: configured irq 3 not in bitmap o= f > >> >> probed irqs 0 > >> >> May 18 20:21:51 udns kernel: sio1: port may not be enabled > >> >> May 18 20:21:51 udns kernel: sio1: irq maps: 0xc001 0xc001 0xc001 0= xc001 > >> >> May 18 20:21:51 udns kernel: sio1: probe failed test(s): 0 1 2 4 6 = 7 9 > >> >> May 18 20:21:51 udns kernel: sio1 failed to probe at port 0x2f8-0x2= ff > >> >> irq 3 on isa0 > >> >> May 18 20:21:51 udns kernel: sio2: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: sio3: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: sn0: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: vga0: at port > >> >> 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > >> >> May 18 20:21:51 udns kernel: vt0: not probed (disabled) > >> >> May 18 20:21:51 udns kernel: isa_probe_children: probing PnP device= s > >> >> ... > >> >> May 18 20:21:51 udns kernel: Device configuration finished. > >> >> May 18 20:21:51 udns kernel: procfs registered > >> >> May 18 20:21:51 udns kernel: lapic: Divisor 2, Frequency 49834131 h= z > >> >> May 18 20:21:51 udns kernel: Timecounter "TSC" frequency 797345795 = Hz > >> >> quality -100 > >> >> May 18 20:21:51 udns kernel: Timecounters tick every 1.000 msec > >> >> May 18 20:21:51 udns kernel: lo0: bpf attached > >> >> May 18 20:21:51 udns kernel: hptrr: no controller detected. > >> >> May 18 20:21:51 udns kernel: Waiting 5 seconds for SCSI devices to = settle > >> >> ... > >> >> May 18 20:21:51 udns kernel: SMP: AP CPU #1 Launched! > >> >> May 18 20:21:51 udns kernel: cpu1 AP: > >> >> May 18 20:21:51 udns kernel: ID: 0x01000000 VER: 0x00040011 LDR: > >> >> 0x00000000 DFR: 0xffffffff > >> >> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TP= R: > >> >> 0x00000000 SVR: 0x000001ff > >> >> May 18 20:21:51 udns kernel: timer: 0x000200ef therm: 0x00000000 er= r: > >> >> 0x00010000 pcm: 0x00010000 > >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 1 to local = APIC 0 > >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 4 to local = APIC 1 > >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 6 to local = APIC 0 > >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning PCI IRQ 10 to=20 > >> local APIC 1 > >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 12 to=20 > >> local APIC 0 > >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 14 to=20 > >> local APIC 1 > >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 15 to=20 > >> local APIC 0 > >> >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 20 to=20 > >> local APIC 1 > >> >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 25 to=20 > >> local APIC 0 > >> >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 26 to=20 > >> local APIC 1 > >> >> > >> >> > > >> >> > -- > >> >> > Paul > >> >> > _______________________________________________ > >> >> > freebsd-stable@freebsd.org mailing list > >> >> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >> >> > To unsubscribe, send any mail to=20 > >> "freebsd-stable-unsubscribe@freebsd.org" > >> >> > > >> >> > >> >> > >> >> > >> >> _______________________________________________ > >> >> freebsd-stable@freebsd.org mailing list > >> >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >> >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebs= d.org" > >> > -- > >> > Robert Noland > >> > FreeBSD > >> > > >> > >> > >> > > -- > > Robert Noland > > FreeBSD > > >=20 >=20 >=20 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --=20 Robert Noland FreeBSD --=-e21fWuUPehseRFsRulg7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoTOIcACgkQM4TrQ4qfROOjRQCeNYt9E+N0bYNfrkfZjXmMoJuA s9MAn1WKAxwDUsRdRmDxQl/NlNu82AHo =YpkN -----END PGP SIGNATURE----- --=-e21fWuUPehseRFsRulg7-- From owner-freebsd-stable@FreeBSD.ORG Tue May 19 23:00:16 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FDC5106566B for ; Tue, 19 May 2009 23:00:16 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 981B18FC19 for ; Tue, 19 May 2009 23:00:15 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4JN0D5a048075; Wed, 20 May 2009 03:00:13 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 20 May 2009 03:00:13 +0400 (MSD) From: Dmitry Morozovsky To: Kip Macy In-Reply-To: <3c1674c90905191551i2c8c8b2axa4671884292aa59b@mail.gmail.com> Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A12E929.4040406@andric.com> <4A1317C9.90505@andric.com> <4A1324B4.9080105@andric.com> <4A133780.60707@andric.com> <3c1674c90905191551i2c8c8b2axa4671884292aa59b@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Wed, 20 May 2009 03:00:13 +0400 (MSD) Cc: Dimitry Andric , freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 23:00:16 -0000 On Tue, 19 May 2009, Kip Macy wrote: KM> I created a branch for a reason. With all the renames applying a patch KM> is a nightmare. Either use the branch or wait until I do the MFC. Ah well, Kip, thank you for all of your support. Then, what would you offer for releng_7 users to test your changes? I'm more than happy to test, and I'm ready to be unvolved in some clashes resolved, but... Anyway, thank you for all your efforts you put there! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Tue May 19 23:01:20 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 417AB106566B for ; Tue, 19 May 2009 23:01:20 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA128FC1C for ; Tue, 19 May 2009 23:01:19 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-241-161-127.bna.bellsouth.net [74.241.161.127]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4JMwldF081225 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 May 2009 18:58:48 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Chris H In-Reply-To: <20090519131452.yq6e2t2puswko44o@webmail.1command.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <4A126DBA.9080701@andric.com> <20090519095739.5o53vu0gcg4owkww@webmail.1command.com> <1242761335.1752.28.camel@balrog.2hip.net> <20090519131452.yq6e2t2puswko44o@webmail.1command.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-oecuDmi2DTpWWz/vhiYr" Organization: FreeBSD Date: Tue, 19 May 2009 17:58:05 -0500 Message-Id: <1242773885.1752.43.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 23:01:20 -0000 --=-oecuDmi2DTpWWz/vhiYr Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2009-05-19 at 13:14 -0700, Chris H wrote: > Hello Robert, and thank you for taking the time to respond. >=20 > Quoting Robert Noland : >=20 > > On Tue, 2009-05-19 at 09:57 -0700, Chris H wrote: > >> Quoting Dimitry Andric : > >> > >> > On 2009-05-19 08:40, Chris H wrote: > >> >> I see. Well I'm specifically using the nv driver. Here's another > >> >> attempt to provide the relevant info: > >> > > >> > I could not find the error message from $subject in these logs. Whe= re > >> > is it? :) > >> > >> If I had found it, I would have better known what direction to travel > >> to overcome it. :) > >> Aparently Xorg wants to keep it a secret - I saw no "argument". > > > > This isn't actually Xorg per se... It is when we attempt to set an MTRR > > range via ioctl on /dev/mem. The ultimate return value is EINVAL which > > just gets displayed as invalid argument. > > > >> The closest possible answer I can come up with, involves "write combin= ing" > >> and provinding some information in /proc/mtrr > >> But I only have /proc and nothing in it. Thought about echo(1)ing > >> the information to mtrr. But don't understand the whole thing well > >> enough to /dare/ do it. I only know it involves something in this > >> area: > >> > >> 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288 > >> > >> out of the Xorg log. I'm also not sure if GENERIC knows how to handle > >> mtrr (Memory Type Range Registers) ideally. I hadn't built world/kerne= l > >> yet because there are also some issues on the ATA ports that need to b= e > >> resolved. I started a theread on this earlier. > >> > >> Thank you for taking the time to respond. > > > > You can do a "memcontrol list" which will display the memory regions an= d > > their caching method. Likely what you will find is a "global" MTRR > > which is set to write-back. > I always set "write-back" in the BIOS, as it then gets marked "dirty", > and the CPU cache will get processed accordingly. > > We don't have the ability to split regions > > and we aren't allowed to overlap write-combine on top of write-back, so > > any attempt to set MTRR will fail. The specific failure is most likely > > when X tries to set write-combine on the framebuffer, which in your cas= e > > looks like 0xf0000000/134217728. > > > > Again, this shouldn't prevent X from working... It is just a > > performance issue. >=20 > My investigations on this have led me to believe that Linux can address > (allow) write-combining via their version of sysctl (so to speak). > The article I found this reference was here: > http://www.mplayerhq.hu/DOCS/HTML/en/mtrr.html >=20 > Do we (does FreeBSD) have this ability? Or will we? >=20 > I also found some good information on write combining here: > http://www.meduna.org/txt_mtrr_en.html >=20 > This box can be used as a "guinea pig" if you would like. >=20 > Thanks again Robert, for all your time and efforts. Linux may have the ability to split regions, I'm really not sure. We can manipulate memory ranges using memcontrol, but if you have a global set to write-back like both of my newer bios's do, then you would have to remove that and then manually split the regions to allow a non-overlapping write-combined region. I generally lock up the machine when I have tried that though. robert. > --Chris H >=20 > > > > robert. > > > >> --Chris H > >> > >> > > >> > >> > >> > >> _______________________________________________ > >> freebsd-stable@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.o= rg" > > -- > > Robert Noland > > FreeBSD > > >=20 >=20 >=20 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --=20 Robert Noland FreeBSD --=-oecuDmi2DTpWWz/vhiYr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoTOX0ACgkQM4TrQ4qfRONn5ACfSdG28gS9lq9TKlHSXW0s2xf8 kcMAmwQfLRtxuOBkgwqo4hbe0Wc03mWf =bRGp -----END PGP SIGNATURE----- --=-oecuDmi2DTpWWz/vhiYr-- From owner-freebsd-stable@FreeBSD.ORG Tue May 19 23:01:52 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE7A210656D4 for ; Tue, 19 May 2009 23:01:52 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 36B728FC0A for ; Tue, 19 May 2009 23:01:52 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by mail-ew0-f159.google.com with SMTP id 3so138193ewy.43 for ; Tue, 19 May 2009 16:01:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=B0HA7mXpENsWqpJzJbr+3gzDT+pR27QIrml9IDrhyNw=; b=SkwJ4B9cu1TTQSI1QVSpb0uSlcFmblLM8jnIq97FwOXT7Rnx+I2gsqNBFltQuo9yuX 0GKbFPbJvrGZG6WqNjWobKVUtgOosM/J/h/xtIKhcx4nvUUw9F+oiHY8uAapeF/yb3+0 wDeoDNGBFeEztlrN6I5AUazUH7Ytb/hszS9SU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=tREi2EP/c8GvlIFlv0NwkIuXDYctqBu6LYAhh5+VzPkrIr+IOhPgFKM8cNSZ/tJf5K hhGnNRfUBTRpWq9ul4n5GW0bweT0lVQccFwzX1FRKfkXQwrdEZCNV2CLSHsclDpnmz8Y j9n6YZ/11gqhqjqWRhVjSGp800flaprKmdExo= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.216.70.204 with SMTP id p54mr151274wed.87.1242774110789; Tue, 19 May 2009 16:01:50 -0700 (PDT) In-Reply-To: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A1317C9.90505@andric.com> <4A1324B4.9080105@andric.com> <4A133780.60707@andric.com> <3c1674c90905191551i2c8c8b2axa4671884292aa59b@mail.gmail.com> Date: Tue, 19 May 2009 16:01:50 -0700 X-Google-Sender-Auth: bdd55bb02cbcdd4c Message-ID: <3c1674c90905191601n7a0d082chbbbc92ec255570e0@mail.gmail.com> From: Kip Macy To: Dmitry Morozovsky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Dimitry Andric , freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 23:01:53 -0000 On Tue, May 19, 2009 at 4:00 PM, Dmitry Morozovsky wrote: > On Tue, 19 May 2009, Kip Macy wrote: > > KM> I created a branch for a reason. With all the renames applying a patch > KM> is a nightmare. Either use the branch or wait until I do the MFC. > > Ah well, Kip, thank you for all of your support. > > Then, what would you offer for releng_7 users to test your changes? I'm more > than happy to test, and I'm ready to be unvolved in some clashes resolved, > but... > > Anyway, thank you for all your efforts you put there! > I would recommend that you use the ZFS_MFC branch - it is the same as what will be in RELENG_7 tomorrow afternoon. Cheers, Kip From owner-freebsd-stable@FreeBSD.ORG Tue May 19 23:05:43 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9C9D1065697 for ; Tue, 19 May 2009 23:05:43 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id AFBC08FC1C for ; Tue, 19 May 2009 23:05:43 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-241-161-127.bna.bellsouth.net [74.241.161.127]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4JN3AIJ081273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 May 2009 19:03:10 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Chris H In-Reply-To: <20090519135224.alaa34mdwoocg8wg@webmail.1command.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <5C872E1E-9AB0-4445-AFEE-B13CF7DFBD07@gmail.com> <20090519111740.v7pzy6v0g04w4wc8@webmail.1command.com> <20090519114701.s4hfpz4s0swk0s8w@webmail.1command.com> <1242762213.1752.36.camel@balrog.2hip.net> <20090519135224.alaa34mdwoocg8wg@webmail.1command.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-/d+ecgyui0I3wFgpUKJn" Organization: FreeBSD Date: Tue, 19 May 2009 18:02:28 -0500 Message-Id: <1242774148.1752.45.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 23:05:44 -0000 --=-/d+ecgyui0I3wFgpUKJn Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable On Tue, 2009-05-19 at 13:52 -0700, Chris H wrote: > Quoting Robert Noland : >=20 > > On Tue, 2009-05-19 at 11:47 -0700, Chris H wrote: > >> Quoting Chris H : > >> > >> > Quoting Laurent Grangeau : > >> > > >> >> I think I can handle this answer. > >> >> > >> >> This is the default behavior of Xorg 7.4. If you want to see the ol= d > >> >> screen, launch Xorg with the -retro option. > >> >> The command should be like this : > >> >> X -config xorg.conf.new -retro > >> >> > >> >> If your mouse or your keyboard doesn't seem to work, look if you > >> >> have enable dbus and hald. In your /etc/rc.conf, you should have > >> >> dbus_enable=3D"YES" and hald_enable=3D"YES" (I'm not sure about thi= s). > >> >> > >> >> All this is explain in the handbook : Configuring X11. > >> > > >> > Hello Laurent, and thank you for your reply. > >> > > >> > For the record, this is the way I /first/ attempted to do it - > >> > > >> > echo 'enable_hald=3D"YES"' >> /etc/rc.conf > >> > echo 'enable_dbus=3D"YES"' >> /etc/rc.conf > >> > > >> > Bounce the box > >> > attempt to test Xorg: > >> > > >> > Xorg -config /root/xorg.conf.new > >> > > >> > no joy. > >> > > >> > So I tweaked the file (removing the card I wasn't going to use). > >> > Save the remaining as /etc/X11/xorg.conf.nvidia && > >> > > >> > Xorg -config /etc/X11/xorg.conf.nvidia > >> > > >> > But again, "no joy". > >> > > >> > I'll try it again, and report back with my findings. > >> > > >> > Thanks again for your response. > >> > > >> > --Chris H > >> > >> OK here's the results: > >> > >> echo 'hald_enable=3D"YES"' >> /etc/rc.conf > >> echo 'enable_dbus=3D"YES"' >> /etc/rc.conf > >> > >> bounce the box > >> > >> Xorg -config /etc/X11/xorg.conf.nvidia > >> > >> returns the following: > >> > >> X.Org X Server 1.6.0 > >> Release Date: 2009-2-25 > >> X Protocol Version 11, Revision 0 > >> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >=20 > ---8<--[BIG SNIP]--8<--- >=20 > >> (**) Option "DataBits" "8" > >> (**) Option "Parity" "None" > >> (**) Option "Vmin" "1" > >> (**) Option "Vtime" "0" > >> (**) Option "FlowControl" "None" > >> > >> An attempt to bail out of X on tty8 (ctl-alt-backspace) > >> returns: > >> Failed to switch consoles (Invalid argument) > >> on tty0 > >> > >> Attempting again returns: > >> Failed to switch consoles (Invalid argument) > >> on tty0 > >> > >> move to tty0 (ctl-alt-f1) && ctl-C > >> > >> OK let's try the -retro switch on the Xorg created conf... > >> > >> --- > >> > >> Xorg -config xorg.conf.new -retro > >> provides: > >> > >> X.Org X Server 1.6.0 > >> Release Date: 2009-2-25 > >> X Protocol Version 11, Revision 0 > >> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating > >> System: FreeBSD udns.ultimatedns.NET 7.1-RELEASE FreeBSD 7.1-RELEASE > >> #0: Thu Jan 1 14:37:25 UTC 2009 > >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > >> Build Date: 16 May 2009 07:15:01AM > >> > >> Before reporting problems, check http://wiki.x.org > >> to make sure that you have the latest version. > >> Markers: (--) probed, (**) from config file, (=3D=3D) default setting, > >> (++) from command line, (!!) notice, (II) informational, > >> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > >> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Tue May 19 11:33:40 20= 09 > >> (++) Using config file: "/etc/X11/xorg.conf.new" > >> (=3D=3D) ServerLayout "X.org Configured" > >> (**) |-->Screen "Screen0" (0) > >> (**) | |-->Monitor "Monitor0" > >> (**) | |-->Device "Card0" > >> (**) |-->Screen "Screen1" (1) > >> (**) | |-->Monitor "Monitor1" > >> (**) | |-->Device "Card1" > >> (**) |-->Input Device "Mouse0" > >> (**) |-->Input Device "Keyboard0" > >> (=3D=3D) Automatically adding devices >=20 > ---8<--[BIG SNIP]--8<--- >=20 > >> (II) Module int10: vendor=3D"X.Org Foundation" > >> compiled for 1.6.0, module version =3D 1.0.0 > >> ABI class: X.Org Video Driver, version 5.0 > >> (=3D=3D) MACH64(0): Write-combining range (0xa0000,0x20000) was alread= y clear > >> (=3D=3D) MACH64(0): Write-combining range (0xc0000,0x40000) was alread= y clear > >> > >> > >> Which only leaves me with a blinking block cursor in the upper > >> LEFT-hand corner while hooked up to the NV card. There is no > >> output to the MACH64. > >> > >> I don't think this is the answer. > > > > Hrm, ok... It might still be getting confused by the ati card... The > > issue comes down to which card (hopefully not both) is handling legacy > > vga calls to 0xc0000. I did just notice someone else post an issue wit= h > > the openchrome driver and int10 though, so you might try disabling > > int10. > > > > robert. >=20 > Hello Robert, and thank you for your reply. >=20 > I apologize, but am not exactly sure how to do this. The following: >=20 > SubSection "int10" > Option "omit int10" # don't initialise openchrome extension > EndSubSection >=20 > didn't do it. :( man xorg.conf Option "NoInt10" "boolean" Disables the Int10 module, a module that uses the int10 call to the BIOS of the graphics card to initialize it. Default: false. robert. > --Chris H. >=20 > > > >> --Chris H > >> > >> > > >> >> > >> >> Le 19 mai 09 =E0 19:15, Chris H a =E9crit : > >> >> > >> >>> Quoting Robert Noland : > >> >>> > >> >>>> On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: > >> >>>>> Quoting "Paul B. Mahol" : > >> >>>>> > >> >>>>> > On 5/19/09, Chris H wrote: > >> >>>>> >> Quoting Chris H : > >> >>>>> >> > >> >>>>> >>> Quoting Chris H : > >> >>>>> >>> > >> >>>>> >>>> Greetings, > >> >>>>> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. > >> >>>>> >>>> On 7.1-7.2 releases. I'm currently working (struggling) wit= h > >> >>>>> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend =20 > >> (Sunday), > >> >>>>> >>>> I've seen only a few discussions regarding this, but no joy= . > >> >>>>> >>>> > >> >>>>> >>>> I'm not sure what to post for additional information. So I'= ll > >> >>>>> >>>> provide the output of dmesg(8), and Xorg.0.log via links. > >> >>>>> >>>> > >> >>>>> >>>> Thank you for all your time and consideration in this matte= r. > >> >>>>> >>>> > >> >>>>> >>>> Sincerely, > >> >>>>> >>>> Chris H > >> >>>>> >>>> > >> >>>>> >>>> Xorg log: > >> >>>>> >>>> http://codewarehouse.NET/output/Xorg.0.log > >> >>>>> >>>> > >> >>>>> >>>> relevent dmesg(8) output: > >> >>>>> >>>> http://codewarehouse.NET/output/dmesg.output > >> >>>>> >>> > >> >>>>> >>> OOPS! I guess the xorg config might be useful: > >> >>>>> >>> http://codewarehouse.NET/output/xorg.conf.nvidia > >> >>>>> >>> > >> >>>>> >>>> > >> >>>>> >> SIGH... Seems that the registrar isn't paying attention. > >> >>>>> >> They happily accepted my money, but forgot to renew the domai= n. > >> >>>>> >> > >> >>>>> >> So here's trying to attach the files... > >> >>>>> > > >> >>>>> > That message appears for me only when I use xf86-video-vesa d= river. > >> >>>>> > >> >>>>> I see. Well I'm specifically using the nv driver. Here's another > >> >>>>> attempt to provide the relevant info: > >> >>>> > >> >>>> You have more than one card in the machine, which might be confus= ing > >> >>>> things. The mtrr failure is caused by how your bios sets up memo= ry > >> >>>> regions. It should only impact performance. > >> >>>> > >> >>>> Exactly what issue are you seeing? > >> >>> > >> >>> I'm seeing a black screen on ctl-alt-f9 (tty8) > >> >>> I'm seeing the message listed as this thread topic on tty0=20 > >> (ctl-alt- f1). > >> >>> The proceedure theat led me here is: > >> >>> Xorc -configure > >> >>> edit /root/xorg.config.new (move all the ati related stuff to > >> >>> xorg.conf.ati). > >> >>> Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. > >> >>> exec Xorg -config /etc/X11/xorg.conf.nvidia > >> >>> > >> >>> The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced > >> >>> to ctl-alt-f1 (where I read the error message) then use ctl-C - > >> >>> which kills Xorg, and returns me to a working console. > >> >>> > >> >>> Thank you Robert, for taking the time to respond. > >> >>> > >> >>> --Chris H > >> >>> > >> >>>> > >> >>>> robert. > >> >>>> > >> >>>>> Xorg log: > >> >>>>> X.Org X Server 1.6.0 > >> >>>>> Release Date: 2009-2-25 > >> >>>>> X Protocol Version 11, Revision 0 > >> >>>>> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operati= ng > >> >>>>> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan= 1 > >> >>>>> 14:37:25 UTC 2009 > >> >>>>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > >> >>>>> Build Date: 16 May 2009 07:15:01AM > >> >>>>> > >> >>>>> Before reporting problems, check http://wiki.x.org > >> >>>>> to make sure that you have the latest version. > >> >>>>> Markers: (--) probed, (**) from config file, (=3D=3D) default se= tting, > >> >>>>> (++) from command line, (!!) notice, (II) informational, > >> >>>>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > >> >>>>> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34= :43 2009 > >> >>>>> (++) Using config file: "/etc/X11/xorg.conf.nvidia" > >> >>>>> (=3D=3D) ServerLayout "X.org Configured" > >> >>>>> (**) |-->Screen "Screen0" (0) > >> >>>>> (**) | |-->Monitor "Monitor1" > >> >>>>> (**) | |-->Device "Card1" > >> >>>>> (**) |-->Input Device "Mouse0" > >> >>>>> (**) |-->Input Device "Keyboard0" > >> >>>>> (**) Option "AllowEmptyInput" "false" > >> >>>>> (=3D=3D) Automatically adding devices > >> >>>>> (=3D=3D) Automatically enabling devices > >> >>>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not ex= ist. > >> >>>>> Entry deleted from font path. > >> >>>>> (WW) `fonts.dir' not found (or not valid) in > >> >>>>> "/usr/local/lib/X11/fonts/100dpi/". > >> >>>>> Entry deleted from font path. > >> >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). > >> >>>>> (WW) `fonts.dir' not found (or not valid) in > >> >>>>> "/usr/local/lib/X11/fonts/75dpi/". > >> >>>>> Entry deleted from font path. > >> >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). > >> >>>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not ex= ist. > >> >>>>> Entry deleted from font path. > >> >>>>> (WW) `fonts.dir' not found (or not valid) in > >> >>>>> "/usr/local/lib/X11/fonts/100dpi/". > >> >>>>> Entry deleted from font path. > >> >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). > >> >>>>> (WW) `fonts.dir' not found (or not valid) in > >> >>>>> "/usr/local/lib/X11/fonts/75dpi/". > >> >>>>> Entry deleted from font path. > >> >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). > >> >>>>> (**) FontPath set to: > >> >>>>> /usr/local/lib/X11/fonts/misc/, > >> >>>>> /usr/local/lib/X11/fonts/TTF/, > >> >>>>> /usr/local/lib/X11/fonts/OTF, > >> >>>>> /usr/local/lib/X11/fonts/misc/, > >> >>>>> /usr/local/lib/X11/fonts/TTF/, > >> >>>>> /usr/local/lib/X11/fonts/OTF, > >> >>>>> built-ins > >> >>>>> (**) ModulePath set to "/usr/local/lib/xorg/modules" > >> >>>>> (II) Loader magic: 0x6a0 > >> >>>>> (II) Module ABI versions: > >> >>>>> X.Org ANSI C Emulation: 0.4 > >> >>>>> X.Org Video Driver: 5.0 > >> >>>>> X.Org XInput driver : 4.0 > >> >>>>> X.Org Server Extension : 2.0 > >> >>>>> (II) Loader running on freebsd > >> >>>>> (--) Using syscons driver with X support (version 2.0) > >> >>>>> (--) using VT number 9 > >> >>>>> > >> >>>>> (!!) More than one possible primary device found > >> >>>>> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ > >> >>>>> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS= @ > >> >>>>> 0x????????/131072 > >> >>>>> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440]=20 > >> rev 163, > >> >>>>> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/5242= 88, > >> >>>>> BIOS @ 0x????????/131072 > >> >>>>> (II) System resource ranges: > >> >>>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >> >>>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >> >>>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >> >>>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >> >>>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >> >>>>> (II) "extmod" will be loaded. This was enabled by default and al= so > >> >>>>> specified in the config file. > >> >>>>> (II) "dbe" will be loaded. This was enabled by default and also > >> >>>>> specified in the config file. > >> >>>>> (II) "glx" will be loaded. This was enabled by default and also > >> >>>>> specified in the config file. > >> >>>>> (II) "record" will be loaded. This was enabled by default and al= so > >> >>>>> specified in the config file. > >> >>>>> (II) "dri" will be loaded. This was enabled by default and also > >> >>>>> specified in the config file. > >> >>>>> (II) "dri2" will be loaded. This was enabled by default and also > >> >>>>> specified in the config file. > >> >>>>> (II) LoadModule: "extmod" > >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.s= o > >> >>>>> (II) Module extmod: vendor=3D"X.Org Foundation" > >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 > >> >>>>> Module class: X.Org Server Extension > >> >>>>> ABI class: X.Org Server Extension, version 2.0 > >> >>>>> (II) Loading extension MIT-SCREEN-SAVER > >> >>>>> (II) Loading extension XFree86-VidModeExtension > >> >>>>> (II) Loading extension XFree86-DGA > >> >>>>> (II) Loading extension DPMS > >> >>>>> (II) Loading extension XVideo > >> >>>>> (II) Loading extension XVideo-MotionCompensation > >> >>>>> (II) Loading extension X-Resource > >> >>>>> (II) LoadModule: "record" > >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.s= o > >> >>>>> (II) Module record: vendor=3D"X.Org Foundation" > >> >>>>> compiled for 1.6.0, module version =3D 1.13.0 > >> >>>>> Module class: X.Org Server Extension > >> >>>>> ABI class: X.Org Server Extension, version 2.0 > >> >>>>> (II) Loading extension RECORD > >> >>>>> (II) LoadModule: "dbe" > >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > >> >>>>> (II) Module dbe: vendor=3D"X.Org Foundation" > >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 > >> >>>>> Module class: X.Org Server Extension > >> >>>>> ABI class: X.Org Server Extension, version 2.0 > >> >>>>> (II) Loading extension DOUBLE-BUFFER > >> >>>>> (II) LoadModule: "extmod" > >> >>>>> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod= .so > >> >>>>> (II) Loading extension MIT-SCREEN-SAVER > >> >>>>> (II) Loading extension XFree86-VidModeExtension > >> >>>>> (II) Loading extension DPMS > >> >>>>> (II) Loading extension XVideo > >> >>>>> (II) Loading extension XVideo-MotionCompensation > >> >>>>> (II) Loading extension X-Resource > >> >>>>> (II) LoadModule: "glx" > >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > >> >>>>> (II) Module glx: vendor=3D"X.Org Foundation" > >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 > >> >>>>> ABI class: X.Org Server Extension, version 2.0 > >> >>>>> (=3D=3D) AIGLX disabled > >> >>>>> (II) Loading extension GLX > >> >>>>> (II) LoadModule: "dri" > >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > >> >>>>> (II) Module dri: vendor=3D"X.Org Foundation" > >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 > >> >>>>> ABI class: X.Org Server Extension, version 2.0 > >> >>>>> (II) Loading extension XFree86-DRI > >> >>>>> (II) LoadModule: "dri2" > >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so > >> >>>>> (II) Module dri2: vendor=3D"X.Org Foundation" > >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 > >> >>>>> ABI class: X.Org Server Extension, version 2.0 > >> >>>>> (II) Loading extension DRI2 > >> >>>>> (II) LoadModule: "nv" > >> >>>>> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so > >> >>>>> (II) Module nv: vendor=3D"X.Org Foundation" > >> >>>>> compiled for 1.6.0, module version =3D 2.1.13 > >> >>>>> Module class: X.Org Video Driver > >> >>>>> ABI class: X.Org Video Driver, version 5.0 > >> >>>>> (II) LoadModule: "mouse" > >> >>>>> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > >> >>>>> (II) Module mouse: vendor=3D"X.Org Foundation" > >> >>>>> compiled for 1.6.0, module version =3D 1.4.0 > >> >>>>> Module class: X.Org XInput Driver > >> >>>>> ABI class: X.Org XInput driver, version 4.0 > >> >>>>> (II) LoadModule: "kbd" > >> >>>>> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > >> >>>>> (II) Module kbd: vendor=3D"X.Org Foundation" > >> >>>>> compiled for 1.6.0, module version =3D 1.3.2 > >> >>>>> Module class: X.Org XInput Driver > >> >>>>> ABI class: X.Org XInput driver, version 4.0 > >> >>>>> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TN= T2, > >> >>>>> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, > >> >>>>> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2=20 > >> MX/MX 400, > >> >>>>> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, > >> >>>>> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti,=20 > >> GeForce2 Ultra, > >> >>>>> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 42= 0, > >> >>>>> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, > >> >>>>> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, > >> >>>>> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, > >> >>>>> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, > >> >>>>> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, > >> >>>>> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4=20 > >> 580 XGL, > >> >>>>> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, > >> >>>>> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, > >> >>>>> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 460= 0, > >> >>>>> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL,=20 > >> Quadro4 750 XGL, > >> >>>>> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8= X, > >> >>>>> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, > >> >>>>> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, > >> >>>>> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, > >> >>>>> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, > >> >>>>> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, > >> >>>>> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, > >> >>>>> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, > >> >>>>> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, > >> >>>>> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, > >> >>>>> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX=20 > >> 5900 Ultra, > >> >>>>> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, > >> >>>>> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, > >> >>>>> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, > >> >>>>> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, > >> >>>>> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra,=20 > >> GeForce 6800, > >> >>>>> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce=20 > >> 6800 GT, > >> >>>>> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX = 4000, > >> >>>>> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 = XT, > >> >>>>> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, > >> >>>>> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, > >> >>>>> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 66= 00, > >> >>>>> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, > >> >>>>> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX= 550, > >> >>>>> Quadro FX 540, GeForce 6200, GeForce 6500, > >> >>>>> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), > >> >>>>> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go = 6400, > >> >>>>> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 = GS, > >> >>>>> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 = XT, > >> >>>>> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce=20 > >> 7800 GTX, > >> >>>>> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce=20 > >> Go 7800, > >> >>>>> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, > >> >>>>> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce=20 > >> Go 7400, > >> >>>>> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M,=20 > >> Quadro FX 350M, > >> >>>>> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600= GT, > >> >>>>> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce=20 > >> 7300 GT, > >> >>>>> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, > >> >>>>> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro=20 > >> FX 560, > >> >>>>> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, > >> >>>>> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, > >> >>>>> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 15= 00, > >> >>>>> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 610= 0, > >> >>>>> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce=20 > >> 8800 GTS, > >> >>>>> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce=20 > >> 8600 GTS, > >> >>>>> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce=20 > >> 8400 GS, > >> >>>>> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, > >> >>>>> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 5= 70M, > >> >>>>> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 = SE, > >> >>>>> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce=20 > >> 8400 GS, > >> >>>>> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, > >> >>>>> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro=20 > >> NVS 135M, > >> >>>>> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS = 290, > >> >>>>> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, > >> >>>>> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, > >> >>>>> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, > >> >>>>> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, > >> >>>>> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro=20 > >> FX 3600M, > >> >>>>> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, > >> >>>>> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, > >> >>>>> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, > >> >>>>> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce =20 > >> 9300M GS, > >> >>>>> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro=20 > >> NVS 160M > >> >>>>> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at > >> >>>>> 01@00:02:0 > >> >>>>> (II) resource ranges after probing: > >> >>>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > >> >>>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > >> >>>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > >> >>>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > >> >>>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > >> >>>>> (II) Loading sub module "int10" > >> >>>>> (II) LoadModule: "int10" > >> >>>>> (II) Loading /usr/local/lib/xorg/modules//libint10.so > >> >>>>> (II) Module int10: vendor=3D"X.Org Foundation" > >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 > >> >>>>> ABI class: X.Org Video Driver, version 5.0 > >> >>>>> (II) NV(0): Initializing int10 > >> >>>>> (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was alre= ady clear > >> >>>>> (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was alre= ady clear > >> >>>>> (--) NV(0): Chipset: "GeForce4 MX 440" > >> >>>>> (**) NV(0): Depth 24, (--) framebuffer bpp 32 > >> >>>>> (=3D=3D) NV(0): RGB weight 888 > >> >>>>> (=3D=3D) NV(0): Default visual is TrueColor > >> >>>>> (II) Loading sub module "vgahw" > >> >>>>> (II) LoadModule: "vgahw" > >> >>>>> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > >> >>>>> (II) Module vgahw: vendor=3D"X.Org Foundation" > >> >>>>> compiled for 1.6.0, module version =3D 0.1.0 > >> >>>>> ABI class: X.Org Video Driver, version 5.0 > >> >>>>> (**) NV(0): Option "CrtcNumber" "0" > >> >>>>> (=3D=3D) NV(0): Using HW cursor > >> >>>>> (--) NV(0): Linear framebuffer at 0xF0000000 > >> >>>>> (--) NV(0): MMIO registers at 0xFD000000 > >> >>>>> (II) Loading sub module "i2c" > >> >>>>> > >> >> _______________________________________________ > >> >> freebsd-stable@freebsd.org mailing list > >> >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >> >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebs= d.org" > >> >> > >> >> > >> > > >> > > >> > > >> > _______________________________________________ > >> > freebsd-stable@freebsd.org mailing list > >> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >> > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd= .org" > >> > > >> > > >> > >> > >> > >> _______________________________________________ > >> freebsd-stable@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.o= rg" > > -- > > Robert Noland > > FreeBSD > > >=20 >=20 >=20 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --=20 Robert Noland FreeBSD --=-/d+ecgyui0I3wFgpUKJn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoTOoQACgkQM4TrQ4qfROOOzgCeJhXxgx0lQUkxXuAwXPjCGjcr PhkAn2bIZC4WvVuYUwZLjXAE5ZCC6LlC =zfCG -----END PGP SIGNATURE----- --=-/d+ecgyui0I3wFgpUKJn-- From owner-freebsd-stable@FreeBSD.ORG Tue May 19 23:09:39 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BEE31065670 for ; Tue, 19 May 2009 23:09:39 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id CCF248FC08 for ; Tue, 19 May 2009 23:09:37 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4JN9ZBV049463; Wed, 20 May 2009 03:09:35 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 20 May 2009 03:09:35 +0400 (MSD) From: Dmitry Morozovsky To: Kip Macy In-Reply-To: <3c1674c90905191601n7a0d082chbbbc92ec255570e0@mail.gmail.com> Message-ID: References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A1317C9.90505@andric.com> <4A1324B4.9080105@andric.com> <4A133780.60707@andric.com> <3c1674c90905191551i2c8c8b2axa4671884292aa59b@mail.gmail.com> <3c1674c90905191601n7a0d082chbbbc92ec255570e0@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Wed, 20 May 2009 03:09:35 +0400 (MSD) Cc: Dimitry Andric , freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 23:09:39 -0000 On Tue, 19 May 2009, Kip Macy wrote: KM> > Ah well, Kip, thank you for all of your support. KM> > KM> > Then, what would you offer for releng_7 users to test your changes? I'm more KM> > than happy to test, and I'm ready to be unvolved in some clashes resolved, KM> > but... KM> > KM> > Anyway, thank you for all your efforts you put there! KM> > KM> KM> I would recommend that you use the ZFS_MFC branch - it is the same as KM> what will be in RELENG_7 tomorrow afternoon. Well, then I'll keep my energy for a day or two, escaping from painful SVN->CVS mass merges ;-) Thanks again. -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Tue May 19 23:10:43 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 374AC10656F0; Tue, 19 May 2009 23:10:43 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id C5F828FC14; Tue, 19 May 2009 23:10:40 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4JNAWTR025978; Tue, 19 May 2009 16:10:38 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4JNAWAD025977; Tue, 19 May 2009 16:10:32 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 19 May 2009 16:10:31 -0700 Message-ID: <20090519161031.oz51pawluss8wss0@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 19 May 2009 16:10:31 -0700 From: Chris H To: Robert Noland References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <1242760122.1752.17.camel@balrog.2hip.net> <20090519125924.q79c5na0e888s8sk@webmail.1command.com> <1242773639.1752.40.camel@balrog.2hip.net> In-Reply-To: <1242773639.1752.40.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Cc: freebsd-stable@FreeBSD.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 23:10:43 -0000 Quoting Robert Noland : > On Tue, 2009-05-19 at 12:59 -0700, Chris H wrote: >> Quoting Robert Noland : >> >> > On Tue, 2009-05-19 at 10:15 -0700, Chris H wrote: >> >> Quoting Robert Noland : >> >> >> >> > On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: >> >> >> Quoting "Paul B. Mahol" : >> >> >> >> >> >> > On 5/19/09, Chris H wrote: >> >> >> >> Quoting Chris H : >> >> >> >> >> >> >> >>> Quoting Chris H : >> >> >> >>> >> >> >> >>>> Greetings, >> >> >> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440. >> >> >> >>>> On 7.1-7.2 releases. I'm currently working (struggling) with >> >> >> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend (Sunday), >> >> >> >>>> I've seen only a few discussions regarding this, but no joy. >> >> >> >>>> >> >> >> >>>> I'm not sure what to post for additional information. So I'll >> >> >> >>>> provide the output of dmesg(8), and Xorg.0.log via links. >> >> >> >>>> >> >> >> >>>> Thank you for all your time and consideration in this matter. >> >> >> >>>> >> >> >> >>>> Sincerely, >> >> >> >>>> Chris H >> >> >> >>>> >> >> >> >>>> Xorg log: >> >> >> >>>> http://codewarehouse.NET/output/Xorg.0.log >> >> >> >>>> >> >> >> >>>> relevent dmesg(8) output: >> >> >> >>>> http://codewarehouse.NET/output/dmesg.output >> >> >> >>> >> >> >> >>> OOPS! I guess the xorg config might be useful: >> >> >> >>> http://codewarehouse.NET/output/xorg.conf.nvidia >> >> >> >>> >> >> >> >>>> >> >> >> >> SIGH... Seems that the registrar isn't paying attention. >> >> >> >> They happily accepted my money, but forgot to renew the domain. >> >> >> >> >> >> >> >> So here's trying to attach the files... >> >> >> > >> >> >> > That message appears for me only when I use xf86-video-vesa driver. >> >> >> >> >> >> I see. Well I'm specifically using the nv driver. Here's another >> >> >> attempt to provide the relevant info: >> >> > >> >> > You have more than one card in the machine, which might be confusing >> >> > things. The mtrr failure is caused by how your bios sets up memory >> >> > regions. It should only impact performance. >> >> > >> >> > Exactly what issue are you seeing? >> >> >> >> I'm seeing a black screen on ctl-alt-f9 (tty8) >> >> I'm seeing the message listed as this thread topic on tty0 (ctl-alt-f1). >> >> The proceedure theat led me here is: >> >> Xorc -configure >> >> edit /root/xorg.config.new (move all the ati related stuff to >> >> xorg.conf.ati). >> >> Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. >> >> exec Xorg -config /etc/X11/xorg.conf.nvidia >> >> >> >> The ctl-alt-backspace won't break me out of Xorg/tty8. I am forced >> >> to ctl-alt-f1 (where I read the error message) then use ctl-C - >> >> which kills Xorg, and returns me to a working console. >> >> >> >> Thank you Robert, for taking the time to respond. >> > >> > So, I expect that things are working... Except that you may not have a >> > mouse if hal and dbus aren't running. Just move the config >> > to /etc/X11/xorg.conf and try startx which should at least give you a >> > twm session. >> >> Well, with the version that only has the NV related info copied >> to /etc/X11/xorg.conf && startx /does/ start twm as expexted. /However/, >> there is not, nor has there ever been the crosshatched background that >> Xorg has always provided when a WM hasn't been chosen. I am also unable >> to use ctl-alt-backspace to break out (kill) X. The exit in the twm menu >> ends twm, but I'm still left stuck in X with the (undecorated) Xterm >> windows. My only escape, is to ctl-alt-f1, where I see the message: >> failed to set mtrr: invalid argument. I press ctl-C, where I'm returned >> to a usable tty0 console, and X has terminated. I guess I could live with >> this. But there /must/ be a better way. I can't help but think that there's >> something missing in the X mix. > > So, zapping is off by default now in 1.6.x. If you want it, add Option > "DontZap" "off". The cross hatch is also gone, that is what the -retro > option is supposed to do. The session leader in a failsafe twm session > is the left hand xterm. Typing exit in that window should exit the > session. DOH! Sorry. My bad. I have since determined that turning off hald && dbus improve performance. I built the X server with the hald option picked. But, when I bounced the box, and started an X session (with a WM), performance was improved. BUT. Performance pretty much sucks. I have 4 of these boards running with the onbord (mach64) video, and the mere 2Mb built in RAM. They run with better performance than does this one with (200Mhz less CPU) comparable RAM && this one has 64Mb onboard && a faster Gpu. But they also run 6.4-STABLE && xorg-6.9. So, I'm going to experiment by rebuilding the X server w/o the HAL driver - make option && untick HAL. Then portupgrade -fi xorg-server. I'll report back should there be any improvement. Thank you very much Robert, for all your time and efforts. --Chris H > > robert. > >> Thank you Robert, for taking the time to respond. >> >> --Chris H >> >> > >> > robert. >> > >> >> --Chris H >> >> >> >> > >> >> > robert. >> >> > >> >> >> Xorg log: >> >> >> X.Org X Server 1.6.0 >> >> >> Release Date: 2009-2-25 >> >> >> X Protocol Version 11, Revision 0 >> >> >> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >> >> >> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 >> >> >> 14:37:25 UTC 2009 >> >> >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> >> >> Build Date: 16 May 2009 07:15:01AM >> >> >> >> >> >> Before reporting problems, check http://wiki.x.org >> >> >> to make sure that you have the latest version. >> >> >> Markers: (--) probed, (**) from config file, (==) default setting, >> >> >> (++) from command line, (!!) notice, (II) informational, >> >> >> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >> >> >> (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 20:34:43 2009 >> >> >> (++) Using config file: "/etc/X11/xorg.conf.nvidia" >> >> >> (==) ServerLayout "X.org Configured" >> >> >> (**) |-->Screen "Screen0" (0) >> >> >> (**) | |-->Monitor "Monitor1" >> >> >> (**) | |-->Device "Card1" >> >> >> (**) |-->Input Device "Mouse0" >> >> >> (**) |-->Input Device "Keyboard0" >> >> >> (**) Option "AllowEmptyInput" "false" >> >> >> (==) Automatically adding devices >> >> >> (==) Automatically enabling devices >> >> >> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >> >> >> Entry deleted from font path. >> >> >> (WW) `fonts.dir' not found (or not valid) in >> >> >> "/usr/local/lib/X11/fonts/100dpi/". >> >> >> Entry deleted from font path. >> >> >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >> >> >> (WW) `fonts.dir' not found (or not valid) in >> >> >> "/usr/local/lib/X11/fonts/75dpi/". >> >> >> Entry deleted from font path. >> >> >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >> >> >> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. >> >> >> Entry deleted from font path. >> >> >> (WW) `fonts.dir' not found (or not valid) in >> >> >> "/usr/local/lib/X11/fonts/100dpi/". >> >> >> Entry deleted from font path. >> >> >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >> >> >> (WW) `fonts.dir' not found (or not valid) in >> >> >> "/usr/local/lib/X11/fonts/75dpi/". >> >> >> Entry deleted from font path. >> >> >> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >> >> >> (**) FontPath set to: >> >> >> /usr/local/lib/X11/fonts/misc/, >> >> >> /usr/local/lib/X11/fonts/TTF/, >> >> >> /usr/local/lib/X11/fonts/OTF, >> >> >> /usr/local/lib/X11/fonts/misc/, >> >> >> /usr/local/lib/X11/fonts/TTF/, >> >> >> /usr/local/lib/X11/fonts/OTF, >> >> >> built-ins >> >> >> (**) ModulePath set to "/usr/local/lib/xorg/modules" >> >> >> (II) Loader magic: 0x6a0 >> >> >> (II) Module ABI versions: >> >> >> X.Org ANSI C Emulation: 0.4 >> >> >> X.Org Video Driver: 5.0 >> >> >> X.Org XInput driver : 4.0 >> >> >> X.Org Server Extension : 2.0 >> >> >> (II) Loader running on freebsd >> >> >> (--) Using syscons driver with X support (version 2.0) >> >> >> (--) using VT number 9 >> >> >> >> >> >> (!!) More than one possible primary device found >> >> >> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ >> >> >> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIOS @ >> >> >> 0x????????/131072 >> >> >> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, >> >> >> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524288, >> >> >> BIOS @ 0x????????/131072 >> >> >> (II) System resource ranges: >> >> >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >> >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >> >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >> >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >> >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >> >> (II) "extmod" will be loaded. This was enabled by default and also >> >> >> specified in the config file. >> >> >> (II) "dbe" will be loaded. This was enabled by default and also >> >> >> specified in the config file. >> >> >> (II) "glx" will be loaded. This was enabled by default and also >> >> >> specified in the config file. >> >> >> (II) "record" will be loaded. This was enabled by default and also >> >> >> specified in the config file. >> >> >> (II) "dri" will be loaded. This was enabled by default and also >> >> >> specified in the config file. >> >> >> (II) "dri2" will be loaded. This was enabled by default and also >> >> >> specified in the config file. >> >> >> (II) LoadModule: "extmod" >> >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so >> >> >> (II) Module extmod: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 1.0.0 >> >> >> Module class: X.Org Server Extension >> >> >> ABI class: X.Org Server Extension, version 2.0 >> >> >> (II) Loading extension MIT-SCREEN-SAVER >> >> >> (II) Loading extension XFree86-VidModeExtension >> >> >> (II) Loading extension XFree86-DGA >> >> >> (II) Loading extension DPMS >> >> >> (II) Loading extension XVideo >> >> >> (II) Loading extension XVideo-MotionCompensation >> >> >> (II) Loading extension X-Resource >> >> >> (II) LoadModule: "record" >> >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so >> >> >> (II) Module record: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 1.13.0 >> >> >> Module class: X.Org Server Extension >> >> >> ABI class: X.Org Server Extension, version 2.0 >> >> >> (II) Loading extension RECORD >> >> >> (II) LoadModule: "dbe" >> >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so >> >> >> (II) Module dbe: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 1.0.0 >> >> >> Module class: X.Org Server Extension >> >> >> ABI class: X.Org Server Extension, version 2.0 >> >> >> (II) Loading extension DOUBLE-BUFFER >> >> >> (II) LoadModule: "extmod" >> >> >> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so >> >> >> (II) Loading extension MIT-SCREEN-SAVER >> >> >> (II) Loading extension XFree86-VidModeExtension >> >> >> (II) Loading extension DPMS >> >> >> (II) Loading extension XVideo >> >> >> (II) Loading extension XVideo-MotionCompensation >> >> >> (II) Loading extension X-Resource >> >> >> (II) LoadModule: "glx" >> >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so >> >> >> (II) Module glx: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 1.0.0 >> >> >> ABI class: X.Org Server Extension, version 2.0 >> >> >> (==) AIGLX disabled >> >> >> (II) Loading extension GLX >> >> >> (II) LoadModule: "dri" >> >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so >> >> >> (II) Module dri: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 1.0.0 >> >> >> ABI class: X.Org Server Extension, version 2.0 >> >> >> (II) Loading extension XFree86-DRI >> >> >> (II) LoadModule: "dri2" >> >> >> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so >> >> >> (II) Module dri2: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 1.0.0 >> >> >> ABI class: X.Org Server Extension, version 2.0 >> >> >> (II) Loading extension DRI2 >> >> >> (II) LoadModule: "nv" >> >> >> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so >> >> >> (II) Module nv: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 2.1.13 >> >> >> Module class: X.Org Video Driver >> >> >> ABI class: X.Org Video Driver, version 5.0 >> >> >> (II) LoadModule: "mouse" >> >> >> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so >> >> >> (II) Module mouse: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 1.4.0 >> >> >> Module class: X.Org XInput Driver >> >> >> ABI class: X.Org XInput driver, version 4.0 >> >> >> (II) LoadModule: "kbd" >> >> >> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so >> >> >> (II) Module kbd: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 1.3.2 >> >> >> Module class: X.Org XInput Driver >> >> >> ABI class: X.Org XInput driver, version 4.0 >> >> >> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, >> >> >> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, >> >> >> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, >> >> >> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, >> >> >> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, >> >> >> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, >> >> >> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, >> >> >> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, >> >> >> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, >> >> >> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, >> >> >> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, >> >> >> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, >> >> >> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, >> >> >> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, >> >> >> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, >> >> >> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, >> >> >> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, >> >> >> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, >> >> >> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, >> >> >> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, >> >> >> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, >> >> >> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, >> >> >> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, >> >> >> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, >> >> >> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, >> >> >> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, >> >> >> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, >> >> >> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, >> >> >> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, >> >> >> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, >> >> >> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, >> >> >> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, >> >> >> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, >> >> >> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, >> >> >> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, >> >> >> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, >> >> >> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, >> >> >> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, >> >> >> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, >> >> >> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, >> >> >> Quadro FX 540, GeForce 6200, GeForce 6500, >> >> >> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), >> >> >> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, >> >> >> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, >> >> >> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, >> >> >> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, >> >> >> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, >> >> >> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, >> >> >> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, >> >> >> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, >> >> >> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, >> >> >> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, >> >> >> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, >> >> >> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, >> >> >> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, >> >> >> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, >> >> >> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, >> >> >> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, >> >> >> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, >> >> >> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, >> >> >> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, >> >> >> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, >> >> >> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, >> >> >> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, >> >> >> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, >> >> >> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, >> >> >> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, >> >> >> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, >> >> >> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, >> >> >> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, >> >> >> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, >> >> >> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, >> >> >> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, >> >> >> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, >> >> >> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, >> >> >> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, >> >> >> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, >> >> >> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M >> >> >> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 at >> >> 01@00:02:0 >> >> >> (II) resource ranges after probing: >> >> >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >> >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >> >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >> >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >> >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >> >> (II) Loading sub module "int10" >> >> >> (II) LoadModule: "int10" >> >> >> (II) Loading /usr/local/lib/xorg/modules//libint10.so >> >> >> (II) Module int10: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 1.0.0 >> >> >> ABI class: X.Org Video Driver, version 5.0 >> >> >> (II) NV(0): Initializing int10 >> >> >> (==) NV(0): Write-combining range (0xa0000,0x20000) was already clear >> >> >> (==) NV(0): Write-combining range (0xc0000,0x40000) was already clear >> >> >> (--) NV(0): Chipset: "GeForce4 MX 440" >> >> >> (**) NV(0): Depth 24, (--) framebuffer bpp 32 >> >> >> (==) NV(0): RGB weight 888 >> >> >> (==) NV(0): Default visual is TrueColor >> >> >> (II) Loading sub module "vgahw" >> >> >> (II) LoadModule: "vgahw" >> >> >> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so >> >> >> (II) Module vgahw: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 0.1.0 >> >> >> ABI class: X.Org Video Driver, version 5.0 >> >> >> (**) NV(0): Option "CrtcNumber" "0" >> >> >> (==) NV(0): Using HW cursor >> >> >> (--) NV(0): Linear framebuffer at 0xF0000000 >> >> >> (--) NV(0): MMIO registers at 0xFD000000 >> >> >> (II) Loading sub module "i2c" >> >> >> (II) LoadModule: "i2c" >> >> >> (II) Module "i2c" already built-in >> >> >> (II) Loading sub module "ddc" >> >> >> (II) LoadModule: "ddc" >> >> >> (II) Module "ddc" already built-in >> >> >> (II) NV(0): I2C bus "DDC" initialized. >> >> >> (II) NV(0): Probing for analog device on output A... >> >> >> (--) NV(0): ...found one >> >> >> (II) NV(0): Probing for analog device on output B... >> >> >> (--) NV(0): ...can't find one >> >> >> (II) NV(0): Probing for EDID on I2C bus A... >> >> >> (II) NV(0): I2C device "DDC:E-EDID segment register" registered at >> >> >> address 0x60. >> >> >> (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. >> >> >> (--) NV(0): DDC detected a CRT: >> >> >> (II) NV(0): Manufacturer: RDS Model: 2115 Serial#: 844 >> >> >> (II) NV(0): Year: 1999 Week: 11 >> >> >> (II) NV(0): EDID Version: 1.1 >> >> >> (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V >> >> >> (II) NV(0): Sync: Separate Composite SyncOnGreen >> >> >> (II) NV(0): Max Image Size [cm]: horiz.: 38 vert.: 28 >> >> >> (II) NV(0): Gamma: 2.05 >> >> >> (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display >> >> >> (II) NV(0): GTF timings supported >> >> >> (II) NV(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 >> >> >> (II) NV(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 >> >> >> (II) NV(0): Supported VESA Video Modes: >> >> >> (II) NV(0): 720x400@70Hz >> >> >> (II) NV(0): 720x400@88Hz >> >> >> (II) NV(0): 640x480@60Hz >> >> >> (II) NV(0): 640x480@67Hz >> >> >> (II) NV(0): 640x480@72Hz >> >> >> (II) NV(0): 640x480@75Hz >> >> >> (II) NV(0): 800x600@56Hz >> >> >> (II) NV(0): 800x600@60Hz >> >> >> (II) NV(0): 800x600@72Hz >> >> >> (II) NV(0): 800x600@75Hz >> >> >> (II) NV(0): 832x624@75Hz >> >> >> (II) NV(0): 1024x768@60Hz >> >> >> (II) NV(0): 1024x768@70Hz >> >> >> (II) NV(0): 1024x768@75Hz >> >> >> (II) NV(0): 1280x1024@75Hz >> >> >> (II) NV(0): 1152x870@75Hz >> >> >> (II) NV(0): Manufacturer's mask: 0 >> >> >> (II) NV(0): Supported Future Video Modes: >> >> >> (II) NV(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853 >> >> >> (II) NV(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881 >> >> >> (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 >> >> >> (II) NV(0): #3: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 >> >> >> (II) NV(0): #4: hsize: 1800 vsize 1440 refresh: 76 vid: 37058 >> >> >> (II) NV(0): #5: hsize: 1152 vsize 864 refresh: 85 vid: 22897 >> >> >> (II) NV(0): #6: hsize: 1360 vsize 1020 refresh: 75 vid: 20363 >> >> >> (II) NV(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 >> >> >> (II) NV(0): Supported additional Video Mode: >> >> >> (II) NV(0): clock: 252.2 MHz Image Size: 380 x 285 mm >> >> >> (II) NV(0): h_active: 1600 h_sync: 1728 h_sync_end 1904 h_blank_end >> >> >> 2208 h_border: 0 >> >> >> (II) NV(0): v_active: 1280 v_sync: 1281 v_sync_end 1284 v_blanking: >> >> >> 1344 v_border: 0 >> >> >> (II) NV(0): Ranges: V min: 50 V max: 152 Hz, H min: 30 H max: 115 kHz, >> >> >> PixClock max 290 MHz >> >> >> (II) NV(0): Monitor name: PressView XL >> >> >> (II) NV(0): Serial No: 903500844 >> >> >> (II) NV(0): EDID (in hex): >> >> >> (II) NV(0): 00ffffffffffff00489315214c030000 >> >> >> (II) NV(0): 0b0901010e261c69e90488a0574a9b26 >> >> >> (II) NV(0): 12484cffef80455961598199a959c290 >> >> >> (II) NV(0): 71598b4fa94f886240606200405080b0 >> >> >> (II) NV(0): 13007c1d1100001e000000fd0032981e >> >> >> (II) NV(0): 731d000a202020202020000000fc0050 >> >> >> (II) NV(0): 726573735669657720584c0a000000ff >> >> >> (II) NV(0): 003930333530303834340a2020200078 >> >> >> (II) NV(0): Probing for EDID on I2C bus B... >> >> >> (II) NV(0): ... none found >> >> >> (--) NV(0): CRTC 0 appears to have a CRT attached >> >> >> (**) NV(0): Forcing CRTCNumber 0 as specified >> >> >> (II) NV(0): Using CRT on CRTC 0 >> >> >> (II) NV(0): EDID vendor "RDS", prod id 8469 >> >> >> (II) NV(0): Using EDID range info for horizontal sync >> >> >> (II) NV(0): Using EDID range info for vertical refresh >> >> >> (II) NV(0): Printing DDC gathered Modelines: >> >> >> (II) NV(0): Modeline "1600x1280"x0.0 252.24 1600 1728 1904 >> 2208 1280 >> >> >> 1281 1284 1344 +hsync +vsync (114.2 kHz) >> >> >> (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 >> >> >> 605 628 +hsync +vsync (37.9 kHz) >> >> >> (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 >> >> >> 603 625 +hsync +vsync (35.2 kHz) >> >> >> (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 >> >> >> 484 500 -hsync -vsync (37.5 kHz) >> >> >> (II) NV(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 >> >> >> 492 520 -hsync -vsync (37.9 kHz) >> >> >> (II) NV(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 >> >> >> 486 525 -hsync -vsync (35.0 kHz) >> >> >> (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 >> >> >> 492 525 -hsync -vsync (31.5 kHz) >> >> >> (II) NV(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 >> >> >> 423 449 -hsync -vsync (39.4 kHz) >> >> >> (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 >> >> >> 414 449 -hsync +vsync (31.5 kHz) >> >> >> (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 >> 1688 1024 >> >> >> 1025 1028 1066 +hsync +vsync (80.0 kHz) >> >> >> (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 >> >> >> 769 772 800 +hsync +vsync (60.0 kHz) >> >> >> (II) NV(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 >> >> >> 771 777 806 -hsync -vsync (56.5 kHz) >> >> >> (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 >> >> >> 771 777 806 -hsync -vsync (48.4 kHz) >> >> >> (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 >> >> >> 628 667 -hsync -vsync (49.7 kHz) >> >> >> (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 >> >> >> 604 625 +hsync +vsync (46.9 kHz) >> >> >> (II) NV(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 >> >> >> 643 666 +hsync +vsync (48.1 kHz) >> >> >> (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 >> >> >> 865 868 900 +hsync +vsync (67.5 kHz) >> >> >> (II) NV(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 >> >> >> 604 631 +hsync +vsync (53.7 kHz) >> >> >> (II) NV(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 >> >> >> 769 772 808 +hsync +vsync (68.7 kHz) >> >> >> (II) NV(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 >> 1728 1024 >> >> >> 1025 1028 1072 +hsync +vsync (91.1 kHz) >> >> >> (II) NV(0): Modeline "1600x1200"x0.0 229.50 1600 1664 1856 >> 2160 1200 >> >> >> 1201 1204 1250 +hsync +vsync (106.2 kHz) >> >> >> (II) NV(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 >> 2160 1200 >> >> >> 1201 1204 1250 +hsync +vsync (93.8 kHz) >> >> >> (--) NV(0): VideoRAM: 65536 kBytes >> >> >> (==) NV(0): Using gamma correction (1.0, 1.0, 1.0) >> >> >> (II) NV(0): Monitor1: Using hsync range of 30.00-115.00 kHz >> >> >> (II) NV(0): Monitor1: Using vrefresh range of 50.00-152.00 Hz >> >> >> (II) NV(0): Monitor1: Using maximum pixel clock of 290.00 MHz >> >> >> (II) NV(0): Clock range: 12.00 to 350.00 MHz >> >> >> (II) NV(0): Not using default mode "1024x768" (bad mode >> >> >> clock/interlace/doublescan) >> >> >> (II) NV(0): Not using default mode "512x384" (bad mode >> >> >> clock/interlace/doublescan) >> >> >> (II) NV(0): Not using default mode "1920x1440" (mode clock too high) >> >> >> (II) NV(0): Not using default mode "1920x1440" (hsync out of range) >> >> >> (II) NV(0): Not using default mode "960x720" (hsync out of range) >> >> >> (II) NV(0): Not using default mode "2048x1536" (hsync out of range) >> >> >> (II) NV(0): Not using default mode "1024x768" (hsync out of range) >> >> >> (II) NV(0): Not using default mode "2048x1536" (bad mode >> >> >> clock/interlace/doublescan) >> >> >> (II) NV(0): Not using default mode "1024x768" (hsync out of range) >> >> >> (II) NV(0): Not using mode "1152x864" (no mode of this name) >> >> >> (II) NV(0): Not using default mode "2048x1536" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1920x1440" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1856x1392" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1856x1392" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1792x1344" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1792x1344" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using driver mode "1600x1280" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using driver mode "1600x1200" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using driver mode "1600x1200" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1600x1200" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1400x1050" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1400x1050" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using driver mode "1280x1024" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using driver mode "1280x1024" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1280x1024" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1280x1024" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1280x1024" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1280x960" (width too large for >> >> >> virtual size) >> >> >> (II) NV(0): Not using default mode "1280x960" (width too large for >> >> >> virtual size) >> >> >> (--) NV(0): Virtual size is 1152x864 (pitch 1152) >> >> >> (**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz >> >> >> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 >> >> >> 865 868 900 +hsync +vsync (67.5 kHz) >> >> >> (**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz >> >> >> (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 >> >> >> 865 868 900 +hsync +vsync (67.5 kHz) >> >> >> (**) NV(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz >> >> >> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 >> >> >> 769 772 808 +hsync +vsync (68.7 kHz) >> >> >> (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz >> >> >> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 >> >> >> 769 772 800 +hsync +vsync (60.0 kHz) >> >> >> (**) NV(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz >> >> >> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 >> >> >> 771 777 806 -hsync -vsync (56.5 kHz) >> >> >> (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz >> >> >> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 >> >> >> 771 777 806 -hsync -vsync (48.4 kHz) >> >> >> (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz >> >> >> (II) NV(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 >> >> >> 769 772 808 +hsync +vsync (68.7 kHz) >> >> >> (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz >> >> >> (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 >> >> >> 769 772 800 +hsync +vsync (60.0 kHz) >> >> >> (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz >> >> >> (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 >> >> >> 771 777 806 -hsync -vsync (56.5 kHz) >> >> >> (**) NV(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D) >> >> >> (II) NV(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 >> >> >> 768 770 794 doublescan -hsync +vsync (95.3 kHz) >> >> >> (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz >> >> >> (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 >> >> >> 771 777 806 -hsync -vsync (48.4 kHz) >> >> >> (**) NV(0): Default mode "960x720": 148.5 MHz, 112.5 kHz, 75.0 Hz (D) >> >> >> (II) NV(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 >> >> >> 720 722 750 doublescan -hsync +vsync (112.5 kHz) >> >> >> (**) NV(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D) >> >> >> (II) NV(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 >> >> >> 720 722 750 doublescan -hsync +vsync (90.0 kHz) >> >> >> (**) NV(0): Default mode "928x696": 144.0 MHz, 112.5 kHz, 75.0 Hz (D) >> >> >> (II) NV(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 >> 696 696 >> >> >> 698 750 doublescan -hsync +vsync (112.5 kHz) >> >> >> (**) NV(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D) >> >> >> (II) NV(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 >> 696 696 >> >> >> 698 719 doublescan -hsync +vsync (86.4 kHz) >> >> >> (**) NV(0): Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D) >> >> >> (II) NV(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 >> 672 672 >> >> >> 674 708 doublescan -hsync +vsync (106.3 kHz) >> >> >> (**) NV(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D) >> >> >> (II) NV(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 >> 672 672 >> >> >> 674 697 doublescan -hsync +vsync (83.7 kHz) >> >> >> (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz >> >> >> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 >> >> >> 628 667 -hsync -vsync (49.7 kHz) >> >> >> (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz >> >> >> (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 >> >> >> 628 667 -hsync -vsync (49.7 kHz) >> >> >> (**) NV(0): Driver mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz >> >> >> (II) NV(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 >> >> >> 604 631 +hsync +vsync (53.7 kHz) >> >> >> (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz >> >> >> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 >> >> >> 604 625 +hsync +vsync (46.9 kHz) >> >> >> (**) NV(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz >> >> >> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 >> >> >> 643 666 +hsync +vsync (48.1 kHz) >> >> >> (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz >> >> >> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 >> >> >> 605 628 +hsync +vsync (37.9 kHz) >> >> >> (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz >> >> >> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 >> >> >> 603 625 +hsync +vsync (35.2 kHz) >> >> >> (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz >> >> >> (II) NV(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 >> >> >> 604 631 +hsync +vsync (53.7 kHz) >> >> >> (**) NV(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D) >> >> >> (II) NV(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 >> >> >> 602 625 doublescan +hsync +vsync (106.2 kHz) >> >> >> (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz >> >> >> (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 >> >> >> 604 625 +hsync +vsync (46.9 kHz) >> >> >> (**) NV(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D) >> >> >> (II) NV(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 >> >> >> 602 625 doublescan +hsync +vsync (93.8 kHz) >> >> >> (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz >> >> >> (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 >> >> >> 643 666 +hsync +vsync (48.1 kHz) >> >> >> (**) NV(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D) >> >> >> (II) NV(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 >> >> >> 602 625 doublescan +hsync +vsync (87.5 kHz) >> >> >> (**) NV(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) >> >> >> (II) NV(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 >> >> >> 602 625 doublescan +hsync +vsync (81.2 kHz) >> >> >> (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz >> >> >> (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 >> >> >> 605 628 +hsync +vsync (37.9 kHz) >> >> >> (**) NV(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) >> >> >> (II) NV(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 >> >> >> 602 625 doublescan +hsync +vsync (75.0 kHz) >> >> >> (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz >> >> >> (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 >> >> >> 603 625 +hsync +vsync (35.2 kHz) >> >> >> (**) NV(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) >> >> >> (II) NV(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 >> >> >> 532 545 doublescan +hsync +vsync (81.5 kHz) >> >> >> (**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) >> >> >> (II) NV(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 >> >> >> 532 541 doublescan +hsync +vsync (64.9 kHz) >> >> >> (**) NV(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D) >> >> >> (II) NV(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 >> >> >> 514 536 doublescan +hsync +vsync (91.1 kHz) >> >> >> (**) NV(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) >> >> >> (II) NV(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 >> >> >> 514 533 doublescan +hsync +vsync (80.0 kHz) >> >> >> (**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) >> >> >> (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 >> >> >> 514 533 doublescan +hsync +vsync (64.0 kHz) >> >> >> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz >> >> >> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 >> >> >> 484 500 -hsync -vsync (37.5 kHz) >> >> >> (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz >> >> >> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 >> >> >> 492 520 -hsync -vsync (37.9 kHz) >> >> >> (**) NV(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz >> >> >> (II) NV(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 >> >> >> 486 525 -hsync -vsync (35.0 kHz) >> >> >> (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz >> >> >> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 >> >> >> 492 525 -hsync -vsync (31.5 kHz) >> >> >> (**) NV(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D) >> >> >> (II) NV(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 >> >> >> 482 505 doublescan +hsync +vsync (85.9 kHz) >> >> >> (**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz >> >> >> (II) NV(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 >> >> >> 484 509 -hsync -vsync (43.3 kHz) >> >> >> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz >> >> >> (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 >> >> >> 484 500 -hsync -vsync (37.5 kHz) >> >> >> (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz >> >> >> (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 >> >> >> 492 520 -hsync -vsync (37.9 kHz) >> >> >> (**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) >> >> >> (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 >> >> >> 482 500 doublescan +hsync +vsync (60.0 kHz) >> >> >> (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz >> >> >> (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 >> >> >> 492 525 -hsync -vsync (31.5 kHz) >> >> >> (**) NV(0): Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz >> >> >> (II) NV(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 >> >> >> 423 449 -hsync -vsync (39.4 kHz) >> >> >> (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz >> >> >> (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 >> >> >> 414 449 -hsync +vsync (31.5 kHz) >> >> >> (**) NV(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz >> >> >> (II) NV(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 >> >> >> 404 446 -hsync +vsync (37.9 kHz) >> >> >> (**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz >> >> >> (II) NV(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 >> >> >> 404 445 -hsync +vsync (37.9 kHz) >> >> >> (**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) >> >> >> (II) NV(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 >> >> >> 434 450 doublescan +hsync +vsync (67.5 kHz) >> >> >> (**) NV(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz >> >> >> (II) NV(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 >> >> >> 385 445 +hsync -vsync (37.9 kHz) >> >> >> (**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) >> >> >> (II) NV(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 >> >> >> 386 404 doublescan +hsync +vsync (68.7 kHz) >> >> >> (**) NV(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) >> >> >> (II) NV(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 >> >> >> 386 400 doublescan +hsync +vsync (60.0 kHz) >> >> >> (**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) >> >> >> (II) NV(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 >> >> >> 388 403 doublescan -hsync -vsync (56.5 kHz) >> >> >> (**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) >> >> >> (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 >> >> >> 388 403 doublescan -hsync -vsync (48.4 kHz) >> >> >> (**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) >> >> >> (II) NV(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 >> >> >> 314 333 doublescan -hsync -vsync (49.7 kHz) >> >> >> (**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) >> >> >> (II) NV(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 >> >> >> 302 315 doublescan +hsync +vsync (53.7 kHz) >> >> >> (**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) >> >> >> (II) NV(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 >> >> >> 302 312 doublescan +hsync +vsync (46.9 kHz) >> >> >> (**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) >> >> >> (II) NV(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 >> >> >> 321 333 doublescan +hsync +vsync (48.1 kHz) >> >> >> (**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) >> >> >> (II) NV(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 >> >> >> 302 314 doublescan +hsync +vsync (37.9 kHz) >> >> >> (**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) >> >> >> (II) NV(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 >> >> >> 301 312 doublescan +hsync +vsync (35.2 kHz) >> >> >> (**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) >> >> >> (II) NV(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 >> >> >> 242 254 doublescan -hsync -vsync (43.3 kHz) >> >> >> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) >> >> >> (II) NV(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 >> >> >> 242 250 doublescan -hsync -vsync (37.5 kHz) >> >> >> (**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) >> >> >> (II) NV(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 >> >> >> 246 260 doublescan -hsync -vsync (37.9 kHz) >> >> >> (**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) >> >> >> (II) NV(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 >> >> >> 246 262 doublescan -hsync -vsync (31.5 kHz) >> >> >> (**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) >> >> >> (II) NV(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 >> >> >> 202 223 doublescan -hsync +vsync (37.9 kHz) >> >> >> (**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) >> >> >> (II) NV(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 >> >> >> 202 222 doublescan -hsync +vsync (37.9 kHz) >> >> >> (**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) >> >> >> (II) NV(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 >> >> >> 192 222 doublescan +hsync -vsync (37.9 kHz) >> >> >> (**) NV(0): Display dimensions: (380, 280) mm >> >> >> (**) NV(0): DPI set to (77, 78) >> >> >> (II) Loading sub module "fb" >> >> >> (II) LoadModule: "fb" >> >> >> (II) Loading /usr/local/lib/xorg/modules//libfb.so >> >> >> (II) Module fb: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 1.0.0 >> >> >> ABI class: X.Org ANSI C Emulation, version 0.4 >> >> >> (II) Loading sub module "xaa" >> >> >> (II) LoadModule: "xaa" >> >> >> (II) Loading /usr/local/lib/xorg/modules//libxaa.so >> >> >> (II) Module xaa: vendor="X.Org Foundation" >> >> >> compiled for 1.6.0, module version = 1.2.1 >> >> >> ABI class: X.Org Video Driver, version 5.0 >> >> >> (II) Loading sub module "ramdac" >> >> >> (II) LoadModule: "ramdac" >> >> >> (II) Module "ramdac" already built-in >> >> >> (--) Depth 24 pixmap format is 32 bpp >> >> >> (II) do I need RAC? No, I don't. >> >> >> (II) resource ranges after preInit: >> >> >> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >> >> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >> >> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >> >> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >> >> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >> >> (II) NV(0): Using XFree86 Acceleration Architecture (XAA) >> >> >> Screen to screen bit blits >> >> >> Solid filled rectangles >> >> >> 8x8 mono pattern filled rectangles >> >> >> Indirect CPU to Screen color expansion >> >> >> Solid Lines >> >> >> Scanline Image Writes >> >> >> Setting up tile and stipple cache: >> >> >> 32 128x128 slots >> >> >> 32 256x256 slots >> >> >> 16 512x512 slots >> >> >> (==) NV(0): Backing store disabled >> >> >> (==) NV(0): Silken mouse enabled >> >> >> (II) NV(0): DPMS enabled >> >> >> (==) RandR enabled >> >> >> (II) Initializing built-in extension Generic Event Extension >> >> >> (II) Initializing built-in extension SHAPE >> >> >> (II) Initializing built-in extension MIT-SHM >> >> >> (II) Initializing built-in extension XInputExtension >> >> >> (II) Initializing built-in extension XTEST >> >> >> (II) Initializing built-in extension BIG-REQUESTS >> >> >> (II) Initializing built-in extension SYNC >> >> >> (II) Initializing built-in extension XKEYBOARD >> >> >> (II) Initializing built-in extension XC-MISC >> >> >> (II) Initializing built-in extension XINERAMA >> >> >> (II) Initializing built-in extension XFIXES >> >> >> (II) Initializing built-in extension RENDER >> >> >> (II) Initializing built-in extension RANDR >> >> >> (II) Initializing built-in extension COMPOSITE >> >> >> (II) Initializing built-in extension DAMAGE >> >> >> (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so >> >> >> (II) GLX: Initialized DRISWRAST GL provider for screen 0 >> >> >> (**) Option "Protocol" "Auto" >> >> >> (**) Mouse0: Device: "/dev/sysmouse" >> >> >> (**) Mouse0: Protocol: "Auto" >> >> >> (**) Option "CorePointer" >> >> >> (**) Mouse0: always reports core events >> >> >> (**) Option "Device" "/dev/sysmouse" >> >> >> (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 >> >> >> (**) Option "ZAxisMapping" "4 5 6 7" >> >> >> (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 >> >> >> (**) Mouse0: Buttons: 11 >> >> >> (**) Option "Resolution" "800" >> >> >> (**) Mouse0: Resolution: 800 >> >> >> (**) Mouse0: Sensitivity: 1 >> >> >> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) >> >> >> (**) Mouse0: (accel) keeping acceleration scheme 1 >> >> >> (**) Mouse0: (accel) filter chain progression: 2.00 >> >> >> (**) Mouse0: (accel) filter stage 0: 20.00 ms >> >> >> (**) Mouse0: (accel) set acceleration profile 0 >> >> >> (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 >> >> >> (II) Mouse0: SetupAuto: protocol is SysMouse >> >> >> (**) Option "CoreKeyboard" >> >> >> (**) Keyboard0: always reports core events >> >> >> (**) Option "Protocol" "standard" >> >> >> (**) Keyboard0: Protocol: standard >> >> >> (**) Option "AutoRepeat" "500 30" >> >> >> (**) Option "XkbRules" "xorg" >> >> >> (**) Keyboard0: XkbRules: "xorg" >> >> >> (**) Option "XkbModel" "pc104" >> >> >> (**) Keyboard0: XkbModel: "pc104" >> >> >> (**) Option "XkbLayout" "us" >> >> >> (**) Keyboard0: XkbLayout: "us" >> >> >> (**) Option "CustomKeycodes" "off" >> >> >> (**) Keyboard0: CustomKeycodes disabled >> >> >> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) >> >> >> >> >> >> xorg.conf: >> >> >> Section "ServerLayout" >> >> >> Identifier "X.org Configured" >> >> >> Screen 0 "Screen0" 0 0 >> >> >> # Screen 1 "Screen1" RightOf "Screen0" >> >> >> InputDevice "Mouse0" "CorePointer" >> >> >> InputDevice "Keyboard0" "CoreKeyboard" >> >> >> EndSection >> >> >> >> >> >> Section "Files" >> >> >> ModulePath "/usr/local/lib/xorg/modules" >> >> >> FontPath "/usr/local/lib/X11/fonts/misc/" >> >> >> FontPath "/usr/local/lib/X11/fonts/TTF/" >> >> >> FontPath "/usr/local/lib/X11/fonts/OTF" >> >> >> FontPath "/usr/local/lib/X11/fonts/Type1/" >> >> >> FontPath "/usr/local/lib/X11/fonts/100dpi/" >> >> >> FontPath "/usr/local/lib/X11/fonts/75dpi/" >> >> >> EndSection >> >> >> >> >> >> Section "Module" >> >> >> Load "extmod" >> >> >> Load "record" >> >> >> Load "dbe" >> >> >> SubSection "extmod" >> >> >> Option "omit xfree86-dga" # don't initialise the DGA extension >> >> >> EndSubSection >> >> >> Load "glx" >> >> >> Load "dri" >> >> >> Load "dri2" >> >> >> EndSection >> >> >> >> >> >> Section "ServerFlags" >> >> >> Option "AllowEmptyInput" "false" >> >> >> EndSection >> >> >> >> >> >> Section "InputDevice" >> >> >> Identifier "Keyboard0" >> >> >> Driver "kbd" >> >> >> Option "AutoRepeat" "500 30" >> >> >> Option "XkbRules" "xorg" >> >> >> Option "XkbModel" "pc104" >> >> >> Option "XkbLayout" "us" >> >> >> EndSection >> >> >> >> >> >> Section "InputDevice" >> >> >> Identifier "Mouse0" >> >> >> Driver "mouse" >> >> >> Option "Protocol" "Auto" >> >> >> Option "Device" "/dev/sysmouse" >> >> >> Option "ZAxisMapping" "4 5 6 7" >> >> >> Option "Resolution" "800" >> >> >> EndSection >> >> >> >> >> >> Section "Monitor" >> >> >> Identifier "Monitor1" >> >> >> VendorName "RDS" >> >> >> ModelName "PressView XL" >> >> >> EndSection >> >> >> >> >> >> Section "Device" >> >> >> ### Available Driver options are:- >> >> >> ### Values: : integer, : float, : "True"/"False", >> >> >> ### : "String", : " Hz/kHz/MHz" >> >> >> ### [arg]: arg optional >> >> >> #Option "SWcursor" # [] >> >> >> #Option "HWcursor" # [] >> >> >> #Option "NoAccel" # [] >> >> >> #Option "ShadowFB" # [] >> >> >> #Option "UseFBDev" # [] >> >> >> #Option "Rotate" # [] >> >> >> #Option "VideoKey" # >> >> >> #Option "FlatPanel" # [] >> >> >> #Option "FPDither" # [] >> >> >> #Option "CrtcNumber" # >> >> >> Option "CrtcNumber" "0" >> >> >> #Option "FPScale" # [] >> >> >> #Option "FPTweak" # >> >> >> #Option "DualHead" # [] >> >> >> Identifier "Card1" >> >> >> Driver "nv" >> >> >> VendorName "nVidia Corporation" >> >> >> BoardName "NV17 [GeForce4 MX 440]" >> >> >> BusID "PCI:1:2:0" >> >> >> EndSection >> >> >> >> >> >> Section "Screen" >> >> >> Identifier "Screen0" >> >> >> Device "Card1" >> >> >> Monitor "Monitor1" >> >> >> DefaultDepth 24 >> >> >> >> >> >> SubSection "Display" >> >> >> Viewport 0 0 >> >> >> Depth 24 >> >> >> Modes "1152x864" "1152x864" "1152x864" >> >> >> EndSubSection >> >> >> EndSection >> >> >> >> >> >> dmesg(8) output: >> >> >> May 18 20:21:51 udns syslogd: kernel boot file is /boot/kernel/kernel >> >> >> May 18 20:21:51 udns kernel: Copyright (c) 1992-2009 The >> FreeBSD Project. >> >> >> May 18 20:21:51 udns kernel: Copyright (c) 1979, 1980, 1983, 1986, >> >> >> 1988, 1989, 1991, 1992, 1993, 1994 >> >> >> May 18 20:21:51 udns kernel: The Regents of the University of >> >> >> California. All rights reserved. >> >> >> May 18 20:21:51 udns kernel: FreeBSD is a registered trademark of The >> >> >> FreeBSD Foundation. >> >> >> May 18 20:21:51 udns kernel: FreeBSD 7.1-RELEASE #0: Thu Jan 1 >> >> >> 14:37:25 UTC 2009 >> >> >> May 18 20:21:51 udns kernel: >> >> >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC >> >> >> May 18 20:21:51 udns kernel: Preloaded elf kernel >> "/boot/kernel/kernel" >> >> >> at 0xc0d89000. >> >> >> May 18 20:21:51 udns kernel: Preloaded elf module >> >> >> "/boot/kernel/geom_stripe.ko" at 0xc0d89174. >> >> >> May 18 20:21:51 udns kernel: Calibrating clock(s) ... i8254 clock: >> >> >> 1192975 Hz >> >> >> May 18 20:21:51 udns kernel: CLK_USE_I8254_CALIBRATION not specified - >> >> >> using default frequency >> >> >> May 18 20:21:51 udns kernel: Timecounter "i8254" frequency 1193182 Hz >> >> >> quality 0 >> >> >> May 18 20:21:51 udns kernel: Calibrating TSC clock ... TSC clock: >> >> >> 797345795 Hz >> >> >> May 18 20:21:51 udns kernel: CPU: Intel Pentium III (797.35-MHz >> >> >> 686-class CPU) >> >> >> May 18 20:21:51 udns kernel: Origin = "GenuineIntel" Id = 0x686 >> >> >> Stepping = 6 >> >> >> May 18 20:21:51 udns kernel: >> >> >> >> >> >> Features=0x387fbff >> >> >> May 18 20:21:51 udns kernel: May 18 20:21:51 udns kernel: Instruction >> >> >> TLB: 4 KB pages, 4-way set associative, 32 entries >> >> >> May 18 20:21:51 udns kernel: Instruction TLB: 4 MB pages, fully >> >> >> associative, 2 entries >> >> >> May 18 20:21:51 udns kernel: Data TLB: 4 KB pages, 4-way set >> >> >> associative, 64 entries >> >> >> May 18 20:21:51 udns kernel: 2nd-level cache: 256 KB, 8-way set >> >> >> associative, 32 byte line size >> >> >> May 18 20:21:51 udns kernel: 1st-level instruction cache: 16 KB, 4-way >> >> >> set associative, 32 byte line size >> >> >> May 18 20:21:51 udns kernel: Data TLB: 4 MB Pages, 4-way set >> >> >> associative, 8 entries >> >> >> May 18 20:21:51 udns kernel: 1st-level data cache: 16 KB, 4-way set >> >> >> associative, 32 byte line size >> >> >> May 18 20:21:51 udns kernel: real memory = 1073741824 (1024 MB) >> >> >> May 18 20:21:51 udns kernel: Physical memory chunk(s): >> >> >> May 18 20:21:51 udns kernel: 0x0000000000001000 - 0x000000000009efff, >> >> >> 647168 bytes (158 pages) >> >> >> May 18 20:21:51 udns kernel: 0x0000000000100000 - 0x00000000003fffff, >> >> >> 3145728 bytes (768 pages) >> >> >> May 18 20:21:51 udns kernel: 0x0000000001025000 - 0x000000003edb7fff, >> >> >> 1037643776 bytes (253331 pages) >> >> >> May 18 20:21:51 udns kernel: avail memory = 1037078528 (989 MB) >> >> >> May 18 20:21:51 udns kernel: MP Configuration Table version 1.4 found >> >> >> at 0xc00f0db0 >> >> >> May 18 20:21:51 udns kernel: APIC: Using the MPTable enumerator. >> >> >> May 18 20:21:51 udns kernel: SMP: Added CPU 0 (BSP) >> >> >> May 18 20:21:51 udns kernel: SMP: Added CPU 1 (AP) >> >> >> May 18 20:21:51 udns kernel: MPTable: >> >> >> May 18 20:21:51 udns kernel: INTR: Adding local APIC 1 as a target >> >> >> May 18 20:21:51 udns kernel: FreeBSD/SMP: Multiprocessor System >> >> >> Detected: 2 CPUs >> >> >> May 18 20:21:51 udns kernel: cpu0 (BSP): APIC ID: 0 >> >> >> May 18 20:21:51 udns kernel: cpu1 (AP): APIC ID: 1 >> >> >> May 18 20:21:51 udns kernel: bios32: Found BIOS32 Service Directory >> >> >> header at 0xc00fdb90 >> >> >> May 18 20:21:51 udns kernel: bios32: Entry = 0xfdba0 (c00fdba0) Rev = >> >> >> 0 Len = 1 >> >> >> May 18 20:21:51 udns kernel: pcibios: PCI BIOS entry at 0xf0000+0xdbc1 >> >> >> May 18 20:21:51 udns kernel: pnpbios: Found PnP BIOS data at >> 0xc00f4c50 >> >> >> May 18 20:21:51 udns kernel: pnpbios: Entry = f0000:3954 Rev = 1.0 >> >> >> May 18 20:21:51 udns kernel: Other BIOS signatures found: >> >> >> May 18 20:21:51 udns kernel: ULE: setup cpu group 0 >> >> >> May 18 20:21:51 udns kernel: ULE: setup cpu 0 >> >> >> May 18 20:21:51 udns kernel: ULE: adding cpu 0 to group 0: cpus 1 >> >> mask 0x1 >> >> >> May 18 20:21:51 udns kernel: ULE: setup cpu group 1 >> >> >> May 18 20:21:51 udns kernel: ULE: setup cpu 1 >> >> >> May 18 20:21:51 udns kernel: ULE: adding cpu 1 to group 1: cpus 1 >> >> mask 0x2 >> >> >> May 18 20:21:51 udns kernel: ioapic0: Assuming intbase of 0 >> >> >> May 18 20:21:51 udns kernel: ioapic0: Routing external 8259A's -> >> >> intpin 0 >> >> >> May 18 20:21:51 udns kernel: ioapic1: Assuming intbase of 16 >> >> >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 bus PCI >> >> >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 trigger: level >> >> >> May 18 20:21:51 udns kernel: ioapic0: intpin 10 polarity: low >> >> >> May 18 20:21:51 udns kernel: ioapic0: Routing IRQ 0 -> intpin 2 >> >> >> May 18 20:21:51 udns kernel: lapic: Routing ExtINT -> LINT0 >> >> >> May 18 20:21:51 udns kernel: lapic: LINT0 trigger: edge >> >> >> May 18 20:21:51 udns kernel: lapic: LINT0 polarity: high >> >> >> May 18 20:21:51 udns kernel: lapic: Routing NMI -> LINT1 >> >> >> May 18 20:21:51 udns kernel: lapic: LINT1 trigger: edge >> >> >> May 18 20:21:51 udns kernel: lapic: LINT1 polarity: high >> >> >> May 18 20:21:51 udns kernel: ioapic0 irqs 0-15 on >> >> motherboard >> >> >> May 18 20:21:51 udns kernel: ioapic1 irqs 16-31 on >> >> motherboard >> >> >> May 18 20:21:51 udns kernel: cpu0 BSP: >> >> >> May 18 20:21:51 udns kernel: ID: 0x00000000 VER: 0x00040011 LDR: >> >> >> 0x00000000 DFR: 0xffffffff >> >> >> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: >> >> >> 0x00000000 SVR: 0x000001ff >> >> >> May 18 20:21:51 udns kernel: timer: 0x000100ef therm: 0x00000000 err: >> >> >> 0x0001000f pcm: 0x00010000 >> >> >> May 18 20:21:51 udns kernel: ath_rate: version 1.2 > bit-rate >> >> >> selection algorithm> >> >> >> May 18 20:21:51 udns kernel: wlan_amrr: > >> >> Algorithm> >> >> >> May 18 20:21:51 udns kernel: wlan: <802.11 Link Layer> >> >> >> May 18 20:21:51 udns kernel: null: >> >> >> May 18 20:21:51 udns kernel: random: > Software, Yarrow> >> >> >> May 18 20:21:51 udns kernel: nfslock: pseudo-device >> >> >> May 18 20:21:51 udns kernel: io: >> >> >> May 18 20:21:51 udns kernel: kbd: new array size 4 >> >> >> May 18 20:21:51 udns kernel: kbd1 at kbdmux0 >> >> >> May 18 20:21:51 udns kernel: mem: >> >> >> May 18 20:21:51 udns kernel: Pentium Pro MTRR support enabled >> >> >> May 18 20:21:51 udns kernel: ath_hal: 0.9.20.3 (AR5210, >> AR5211, AR5212, >> >> >> RF5111, RF5112, RF2413, RF5413) >> >> >> May 18 20:21:51 udns kernel: hptrr: RocketRAID 17xx/2xxx SATA >> >> >> controller driver v1.2 (Jan 1 2009 14:37:00) >> >> >> May 18 20:21:51 udns kernel: npx0: INT 16 interface >> >> >> May 18 20:21:51 udns kernel: pci_open(1): mode 1 addr port (0x0cf8) is >> >> >> 0x80000070 >> >> >> May 18 20:21:51 udns kernel: pci_open(1a): mode1res=0x80000000 >> >> (0x80000000) >> >> >> May 18 20:21:51 udns kernel: pci_cfgcheck: device 0 [class=060000] >> >> >> [hdr=80] is there (id=00091166) >> >> >> May 18 20:21:51 udns kernel: pcibios: BIOS version 2.10 >> >> >> May 18 20:21:51 udns kernel: pcib0: pcibus 0 >> >> >> on motherboard >> >> >> May 18 20:21:51 udns kernel: pci0: on pcib0 >> >> >> May 18 20:21:51 udns kernel: pci0: domain=0, physical bus=0 >> >> >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, >> >> revid=0x06 >> >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=0 >> >> >> May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 >> >> >> May 18 20:21:51 udns kernel: cmdreg=0x0006, statreg=0x2200, >> cachelnsz=8 >> >> >> (dwords) >> >> >> May 18 20:21:51 udns kernel: lattimer=0x20 (960 ns), mingnt=0x00 (0 >> >> >> ns), maxlat=0x00 (0 ns) >> >> >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0009, >> >> revid=0x06 >> >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=0, func=1 >> >> >> May 18 20:21:51 udns kernel: class=06-00-00, hdrtype=0x00, mfdev=1 >> >> >> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, >> cachelnsz=8 >> >> >> (dwords) >> >> >> May 18 20:21:51 udns kernel: lattimer=0x10 (480 ns), mingnt=0x00 (0 >> >> >> ns), maxlat=0x00 (0 ns) >> >> >> May 18 20:21:51 udns kernel: found-> vendor=0x1002, dev=0x4752, >> >> revid=0x27 >> >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=1, func=0 >> >> >> May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 >> >> >> May 18 20:21:51 udns kernel: cmdreg=0x0080, statreg=0x0290, >> cachelnsz=8 >> >> >> (dwords) >> >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), >> mingnt=0x08 (2000 >> >> >> ns), maxlat=0x00 (0 ns) >> >> >> May 18 20:21:51 udns kernel: intpin=a, irq=9 >> >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 >> >> current D0 >> >> >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> >> >> 0xfb000000, size 24, memory disabled >> >> >> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base >> >> >> 0xd800, size 8, port disabled >> >> >> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base >> >> >> 0xfcaff000, size 12, enabled >> >> >> May 18 20:21:51 udns kernel: pcib0: slot 1 INTA routed to irq 22 >> >> >> May 18 20:21:51 udns kernel: found-> vendor=0x8086, dev=0x1229, >> >> revid=0x08 >> >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=4, func=0 >> >> >> May 18 20:21:51 udns kernel: class=02-00-00, hdrtype=0x00, mfdev=0 >> >> >> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0290, >> cachelnsz=8 >> >> >> (dwords) >> >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), >> mingnt=0x08 (2000 >> >> >> ns), maxlat=0x38 (14000 ns) >> >> >> May 18 20:21:51 udns kernel: intpin=a, irq=5 >> >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D1 D2 D3 >> >> current D0 >> >> >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> >> >> 0xfcafe000, size 12, enabled >> >> >> May 18 20:21:51 udns kernel: map[14]: type I/O Port, range 32, base >> >> >> 0xd400, size 6, enabled >> >> >> May 18 20:21:51 udns kernel: map[18]: type Memory, range 32, base >> >> >> 0xfc900000, size 20, enabled >> >> >> May 18 20:21:51 udns kernel: pcib0: slot 4 INTA routed to irq 20 >> >> >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0200, >> >> revid=0x50 >> >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=0 >> >> >> May 18 20:21:51 udns kernel: class=06-01-00, hdrtype=0x00, mfdev=1 >> >> >> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x0200, >> cachelnsz=0 >> >> >> (dwords) >> >> >> May 18 20:21:51 udns kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), >> >> >> maxlat=0x00 (0 ns) >> >> >> May 18 20:21:51 udns kernel: map[90]: type I/O Port, range 32, base >> >> >> 0x580, size 4, enabled >> >> >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0211, >> >> revid=0x00 >> >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=1 >> >> >> May 18 20:21:51 udns kernel: class=01-01-8a, hdrtype=0x00, mfdev=1 >> >> >> May 18 20:21:51 udns kernel: cmdreg=0x0005, statreg=0x0200, >> cachelnsz=0 >> >> >> (dwords) >> >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 >> >> >> ns), maxlat=0x00 (0 ns) >> >> >> May 18 20:21:51 udns kernel: map[20]: type I/O Port, range 32, base >> >> >> 0xffa0, size 4, enabled >> >> >> May 18 20:21:51 udns kernel: found-> vendor=0x1166, dev=0x0220, >> >> revid=0x04 >> >> >> May 18 20:21:51 udns kernel: domain=0, bus=0, slot=15, func=2 >> >> >> May 18 20:21:51 udns kernel: class=0c-03-10, hdrtype=0x00, mfdev=1 >> >> >> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x0280, >> cachelnsz=8 >> >> >> (dwords) >> >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x00 (0 >> >> >> ns), maxlat=0x50 (20000 ns) >> >> >> May 18 20:21:51 udns kernel: intpin=a, irq=10 >> >> >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> >> >> 0xfcafd000, size 12, enabled >> >> >> May 18 20:21:51 udns kernel: pcib0: slot 15 INTA routed to irq 10 >> >> >> May 18 20:21:51 udns kernel: vgapci0: port >> >> >> 0xd800-0xd8ff mem 0xfb000000-0xfbffffff,0xfcaff000-0xfcafffff >> irq 22 at >> >> >> device 1.0 on pci0 >> >> >> May 18 20:21:51 udns kernel: fxp0: port >> >> >> 0xd400-0xd43f mem 0xfcafe000-0xfcafefff,0xfc900000-0xfc9fffff >> irq 20 at >> >> >> device 4.0 on pci0 >> >> >> May 18 20:21:51 udns kernel: fxp0: Reserved 0x1000 bytes for rid 0x10 >> >> >> type 3 at 0xfcafe000 >> >> >> May 18 20:21:51 udns kernel: fxp0: using memory space register mapping >> >> >> May 18 20:21:51 udns kernel: fxp0: PCI IDs: 8086 1229 8086 100c 0008 >> >> >> May 18 20:21:51 udns kernel: fxp0: Dynamic Standby mode is disabled >> >> >> May 18 20:21:51 udns kernel: miibus0: on fxp0 >> >> >> May 18 20:21:51 udns kernel: inphy0: >> >> >> PHY 1 on miibus0 >> >> >> May 18 20:21:51 udns kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, >> >> >> 100baseTX-FDX, auto >> >> >> May 18 20:21:51 udns kernel: fxp0: bpf attached >> >> >> May 18 20:21:51 udns kernel: fxp0: Ethernet address: 00:e0:81:20:9d:66 >> >> >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 4 (PCI IRQ 20) to >> >> >> vector 48 >> >> >> May 18 20:21:51 udns kernel: fxp0: [MPSAFE] >> >> >> May 18 20:21:51 udns kernel: fxp0: [ITHREAD] >> >> >> May 18 20:21:51 udns kernel: isab0: port 0x580-0x58f >> >> >> at device 15.0 on pci0 >> >> >> May 18 20:21:51 udns kernel: isa0: on isab0 >> >> >> May 18 20:21:51 udns kernel: atapci0: > >> >> controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at >> >> >> device 15.1 on pci0 >> >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x10 bytes for rid 0x20 >> >> >> type 4 at 0xffa0 >> >> >> May 18 20:21:51 udns kernel: ata0: on atapci0 >> >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x10 >> >> >> type 4 at 0x1f0 >> >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x14 >> >> >> type 4 at 0x3f6 >> >> >> May 18 20:21:51 udns kernel: ata0: reset tp1 mask=03 ostat0=50 >> ostat1=50 >> >> >> May 18 20:21:51 udns kernel: ata0: stat0=0x00 err=0x01 >> lsb=0x14 msb=0xeb >> >> >> May 18 20:21:51 udns kernel: ata0: stat1=0x50 err=0x01 >> lsb=0x00 msb=0x00 >> >> >> May 18 20:21:51 udns kernel: ata0: reset tp2 stat0=00 stat1=50 >> >> >> devices=0x6 >> >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 14 (ISA >> IRQ 14) to >> >> >> vector 49 >> >> >> May 18 20:21:51 udns kernel: ata0: [MPSAFE] >> >> >> May 18 20:21:51 udns kernel: ata0: [ITHREAD] >> >> >> May 18 20:21:51 udns kernel: ata1: on atapci0 >> >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x8 bytes for rid 0x18 >> >> >> type 4 at 0x170 >> >> >> May 18 20:21:51 udns kernel: atapci0: Reserved 0x1 bytes for rid 0x1c >> >> >> type 4 at 0x376 >> >> >> May 18 20:21:51 udns kernel: ata1: reset tp1 mask=03 ostat0=50 >> ostat1=00 >> >> >> May 18 20:21:51 udns kernel: ata1: stat0=0x00 err=0x01 >> lsb=0x14 msb=0xeb >> >> >> May 18 20:21:51 udns kernel: ata1: stat1=0x00 err=0x04 >> lsb=0x00 msb=0x02 >> >> >> May 18 20:21:51 udns kernel: ata1: reset tp2 stat0=00 stat1=00 >> >> >> devices=0x4 >> >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 15 (ISA >> IRQ 15) to >> >> >> vector 50 >> >> >> May 18 20:21:51 udns kernel: ata1: [MPSAFE] >> >> >> May 18 20:21:51 udns kernel: ata1: [ITHREAD] >> >> >> May 18 20:21:51 udns kernel: ohci0: > controller> mem >> >> >> 0xfcafd000-0xfcafdfff irq 10 at device 15.2 on pci0 >> >> >> May 18 20:21:51 udns kernel: ohci0: Reserved 0x1000 bytes for rid 0x10 >> >> >> type 3 at 0xfcafd000 >> >> >> May 18 20:21:51 udns kernel: ohci0: (New OHCI DeviceId=0x02201166) >> >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 10 (PCI >> IRQ 10) to >> >> >> vector 51 >> >> >> May 18 20:21:51 udns kernel: ohci0: [GIANT-LOCKED] >> >> >> May 18 20:21:51 udns kernel: ohci0: [ITHREAD] >> >> >> May 18 20:21:51 udns kernel: usb0: OHCI version 1.0, legacy support >> >> >> May 18 20:21:51 udns kernel: usb0: > >> controller> on ohci0 >> >> >> May 18 20:21:51 udns kernel: usb0: USB revision 1.0 >> >> >> May 18 20:21:51 udns kernel: uhub0: <(0x1166) OHCI root hub, >> class 9/0, >> >> >> rev 1.00/1.00, addr 1> on usb0 >> >> >> May 18 20:21:51 udns kernel: uhub0: 4 ports with 4 removable, >> >> self powered >> >> >> May 18 20:21:51 udns kernel: pcib1: pcibus 1 >> >> >> on motherboard >> >> >> May 18 20:21:51 udns kernel: pci1: on pcib1 >> >> >> May 18 20:21:51 udns kernel: pci1: domain=0, physical bus=1 >> >> >> May 18 20:21:51 udns kernel: found-> vendor=0x10de, dev=0x0171, >> >> revid=0xa3 >> >> >> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=2, func=0 >> >> >> May 18 20:21:51 udns kernel: class=03-00-00, hdrtype=0x00, mfdev=0 >> >> >> May 18 20:21:51 udns kernel: cmdreg=0x0007, statreg=0x02b0, >> cachelnsz=0 >> >> >> (dwords) >> >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), >> mingnt=0x05 (1250 >> >> >> ns), maxlat=0x01 (250 ns) >> >> >> May 18 20:21:51 udns kernel: intpin=a, irq=11 >> >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >> >> >> May 18 20:21:51 udns kernel: map[10]: type Memory, range 32, base >> >> >> 0xfd000000, size 24, enabled >> >> >> May 18 20:21:51 udns kernel: map[14]: type Prefetchable Memory, range >> >> >> 32, base 0xf0000000, size 27, enabled >> >> >> May 18 20:21:51 udns kernel: map[18]: type Prefetchable Memory, range >> >> >> 32, base 0xfa580000, size 19, enabled >> >> >> May 18 20:21:51 udns kernel: pcib1: slot 2 INTA routed to irq 27 >> >> >> May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, >> >> revid=0x01 >> >> >> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=0 >> >> >> May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 >> >> >> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, >> cachelnsz=8 >> >> >> (dwords) >> >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 >> >> >> (10000 ns), maxlat=0x19 (6250 ns) >> >> >> May 18 20:21:51 udns kernel: intpin=a, irq=3 >> >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >> >> >> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base >> >> >> 0xe400, size 8, enabled >> >> >> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base >> >> >> 0xfebde000, size 12, enabled >> >> >> May 18 20:21:51 udns kernel: pcib1: slot 6 INTA routed to irq 25 >> >> >> May 18 20:21:51 udns kernel: found-> vendor=0x9005, dev=0x00cf, >> >> revid=0x01 >> >> >> May 18 20:21:51 udns kernel: domain=0, bus=1, slot=6, func=1 >> >> >> May 18 20:21:51 udns kernel: class=01-00-00, hdrtype=0x00, mfdev=1 >> >> >> May 18 20:21:51 udns kernel: cmdreg=0x0117, statreg=0x02b0, >> cachelnsz=8 >> >> >> (dwords) >> >> >> May 18 20:21:51 udns kernel: lattimer=0x40 (1920 ns), mingnt=0x28 >> >> >> (10000 ns), maxlat=0x19 (6250 ns) >> >> >> May 18 20:21:51 udns kernel: intpin=b, irq=10 >> >> >> May 18 20:21:51 udns kernel: powerspec 2 supports D0 D3 current D0 >> >> >> May 18 20:21:51 udns kernel: map[10]: type I/O Port, range 32, base >> >> >> 0xe800, size 8, enabled >> >> >> May 18 20:21:51 udns kernel: map[14]: type Memory, range 64, base >> >> >> 0xfebdf000, size 12, enabled >> >> >> May 18 20:21:51 udns kernel: pcib1: slot 6 INTB routed to irq 26 >> >> >> May 18 20:21:51 udns kernel: vgapci1: mem >> >> >> 0xfd000000-0xfdffffff,0xf0000000-0xf7ffffff,0xfa580000-0xfa5fffff irq >> >> >> 27 at device 2.0 on pci1 >> >> >> May 18 20:21:51 udns kernel: ahc0: > >> >> adapter> port 0xe400-0xe4ff mem 0xfebde000-0xfebdefff irq 25 at device >> >> >> 6.0 on pci1 >> >> >> May 18 20:21:51 udns kernel: ahc0: Defaulting to MEMIO off >> >> >> May 18 20:21:51 udns kernel: ahc0: Reserved 0x100 bytes for rid 0x10 >> >> >> type 4 at 0xe400 >> >> >> May 18 20:21:51 udns kernel: ahc0: Reading SEEPROM...done. >> >> >> May 18 20:21:51 udns kernel: ahc0: Manual LVD Termination >> >> >> May 18 20:21:51 udns kernel: ahc0: BIOS eeprom is present >> >> >> May 18 20:21:51 udns kernel: ahc0: Secondary High byte >> >> termination Enabled >> >> >> May 18 20:21:51 udns kernel: ahc0: Secondary Low byte >> termination Enabled >> >> >> May 18 20:21:51 udns kernel: ahc0: Primary Low Byte >> termination Enabled >> >> >> May 18 20:21:51 udns kernel: ahc0: Primary High Byte >> termination Enabled >> >> >> May 18 20:21:51 udns kernel: ahc0: Downloading Sequencer >> Program... 423 >> >> >> instructions downloaded >> >> >> May 18 20:21:51 udns kernel: ahc0: Features 0x1fef6, Bugs 0x40, Flags >> >> >> 0x20485520 >> >> >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 9 (PCI IRQ 25) to >> >> >> vector 52 >> >> >> May 18 20:21:51 udns kernel: ahc0: [MPSAFE] >> >> >> May 18 20:21:51 udns kernel: ahc0: [ITHREAD] >> >> >> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel A, SCSI >> >> >> Id=7, 32/253 SCBs >> >> >> May 18 20:21:51 udns kernel: ahc1: > >> >> adapter> port 0xe800-0xe8ff mem 0xfebdf000-0xfebdffff irq 26 at device >> >> >> 6.1 on pci1 >> >> >> May 18 20:21:51 udns kernel: ahc1: Defaulting to MEMIO off >> >> >> May 18 20:21:51 udns kernel: ahc1: Reserved 0x100 bytes for rid 0x10 >> >> >> type 4 at 0xe800 >> >> >> May 18 20:21:51 udns kernel: ahc1: Reading SEEPROM...done. >> >> >> May 18 20:21:51 udns kernel: ahc1: Manual LVD Termination >> >> >> May 18 20:21:51 udns kernel: ahc1: BIOS eeprom is present >> >> >> May 18 20:21:51 udns kernel: ahc1: Secondary High byte >> >> termination Enabled >> >> >> May 18 20:21:51 udns kernel: ahc1: Secondary Low byte >> termination Enabled >> >> >> May 18 20:21:51 udns kernel: ahc1: Primary Low Byte >> termination Enabled >> >> >> May 18 20:21:51 udns kernel: ahc1: Primary High Byte >> termination Enabled >> >> >> May 18 20:21:51 udns kernel: ahc1: Downloading Sequencer >> Program... 423 >> >> >> instructions downloaded >> >> >> May 18 20:21:51 udns kernel: ahc1: Features 0x1fef6, Bugs 0x40, Flags >> >> >> 0x20485560 >> >> >> May 18 20:21:51 udns kernel: ioapic1: routing intpin 10 (PCI >> IRQ 26) to >> >> >> vector 53 >> >> >> May 18 20:21:51 udns kernel: ahc1: [MPSAFE] >> >> >> May 18 20:21:51 udns kernel: ahc1: [ITHREAD] >> >> >> May 18 20:21:51 udns kernel: aic7899: Ultra160 Wide Channel B, SCSI >> >> >> Id=7, 32/253 SCBs >> >> >> May 18 20:21:51 udns kernel: cpu0 on motherboard >> >> >> May 18 20:21:51 udns kernel: cpu1 on motherboard >> >> >> ... >> >> >> May 18 20:21:51 udns kernel: pnpbios: 14 devices, largest 234 bytes >> >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> >> 0-0x9fbff, size=0x9fc00 >> >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> >> 0x9fc00-0x9ffff, size=0x400 >> >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> >> 0xe0000-0xfffff, size=0x20000 >> >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> >> 0x100000-0x3fffffff, size=0x3ff00000 >> >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> >> 0xfec00000-0xfec00fff, size=0x1000 >> >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> >> 0xfec01000-0xfec01fff, size=0x1000 >> >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> >> 0xfee00000-0xfee00fff, size=0x1000 >> >> >> May 18 20:21:51 udns kernel: PNP0c01: adding fixed memory32 range >> >> >> 0xfff80000-0xffffffff, size=0x80000 >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 0 device ID PNP0c01 >> >> (010cd041) >> >> >> May 18 20:21:51 udns kernel: PNP0200: adding dma mask 0x10 >> >> >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0-0xf, >> size=0x10, >> >> >> align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x80-0x90, >> >> >> size=0x11, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0x94-0x9f, >> >> >> size=0xc, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0200: adding io range 0xc0-0xde, >> >> >> size=0x1f, align=0x1 >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 2 device ID PNP0200 >> >> (0002d041) >> >> >> May 18 20:21:51 udns kernel: PNP0100: adding irq mask 0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0100: adding io range 0x40-0x43, >> >> >> size=0x4, align=0x1 >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 3 device ID PNP0100 >> >> (0001d041) >> >> >> May 18 20:21:51 udns kernel: PNP0b00: adding irq mask 0x100 >> >> >> May 18 20:21:51 udns kernel: PNP0b00: adding io range 0x70-0x71, >> >> >> size=0x2, align=0x1 >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 4 device ID PNP0b00 >> >> (000bd041) >> >> >> May 18 20:21:51 udns kernel: PNP0303: adding irq mask 0x2 >> >> >> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x60-0x60, >> >> >> size=0x1, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0303: adding io range 0x64-0x64, >> >> >> size=0x1, align=0x1 >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 5 device ID PNP0303 >> >> (0303d041) >> >> >> May 18 20:21:51 udns kernel: PNP0800: adding io range 0x61-0x61, >> >> >> size=0x1, align=0x1 >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 6 device ID PNP0800 >> >> (0008d041) >> >> >> May 18 20:21:51 udns kernel: PNP0c04: adding irq mask 0x2000 >> >> >> May 18 20:21:51 udns kernel: PNP0c04: adding io range 0xf0-0xff, >> >> >> size=0x10, align=0x1 >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 7 device ID PNP0c04 >> >> (040cd041) >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d0-0x4d1, >> >> >> size=0x2, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcf8-0xcff, >> >> >> size=0x8, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x10-0x1f, >> >> >> size=0x10, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x40b-0x40b, >> >> >> size=0x1, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x4d6-0x4d6, >> >> >> size=0x1, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc00-0xc01, >> >> >> size=0x2, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc14-0xc14, >> >> >> size=0x1, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc49-0xc4a, >> >> >> size=0x2, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc52-0xc52, >> >> >> size=0x1, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6c-0xc6c, >> >> >> size=0x1, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xc6f-0xc6f, >> >> >> size=0x1, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xcd6-0xcd7, >> >> >> size=0x2, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0xf50-0xf58, >> >> >> size=0x9, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x374-0x375, >> >> >> size=0x2, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x377-0x377, >> >> >> size=0x1, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range >> >> >> 0xcfc00-0xd03ff, size=0x800 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding fixed memory32 range >> >> >> 0xd7400-0xdffff, size=0x8c00 >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 8 device ID PNP0c02 >> >> (020cd041) >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x580-0x58f, >> >> >> size=0x10, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0c02: adding io range 0x500-0x51f, >> >> >> size=0x20, align=0x1 >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 9 device ID PNP0c02 >> >> (020cd041) >> >> >> May 18 20:21:51 udns kernel: PNP0f13: adding irq mask 0x1000 >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 10 device ID PNP0f13 >> >> (130fd041) >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 11 device ID PNP0a03 >> >> (030ad041) >> >> >> May 18 20:21:51 udns kernel: PNP0501: adding io range 0x3f8-0x3ff, >> >> >> size=0x8, align=0x8 >> >> >> May 18 20:21:51 udns kernel: PNP0501: adding irq mask 0x10 >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 12 device ID PNP0501 >> >> (0105d041) >> >> >> May 18 20:21:51 udns kernel: PNP0700: adding io range 0x3f0-0x3f5, >> >> >> size=0x6, align=0x1 >> >> >> May 18 20:21:51 udns kernel: PNP0700: adding irq mask 0x40 >> >> >> May 18 20:21:51 udns kernel: PNP0700: adding dma mask 0x4 >> >> >> May 18 20:21:51 udns kernel: pnpbios: handle 13 device ID PNP0700 >> >> (0007d041) >> >> >> May 18 20:21:51 udns kernel: sc: sc0 already exists; skipping it >> >> >> May 18 20:21:51 udns kernel: vga: vga0 already exists; skipping it >> >> >> May 18 20:21:51 udns kernel: isa_probe_children: disabling PnP devices >> >> >> May 18 20:21:51 udns kernel: isa_probe_children: probing >> non-PnP devices >> >> >> May 18 20:21:51 udns kernel: pmtimer0 on isa0 >> >> >> May 18 20:21:51 udns kernel: adv0: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: aha0: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: aic0: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: atkbdc0: at >> >> >> port 0x60,0x64 on isa0 >> >> >> May 18 20:21:51 udns kernel: atkbd0: irq 1 on atkbdc0 >> >> >> May 18 20:21:51 udns kernel: atkbd: the current kbd controller command >> >> >> byte 0065 >> >> >> May 18 20:21:51 udns kernel: atkbd: keyboard ID 0x41ab (2) >> >> >> May 18 20:21:51 udns kernel: kbd0 at atkbd0 >> >> >> May 18 20:21:51 udns kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0, >> >> >> flags:0x3d0000 >> >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 1 (ISA IRQ 1) to >> >> >> vector 54 >> >> >> May 18 20:21:51 udns kernel: atkbd0: [GIANT-LOCKED] >> >> >> May 18 20:21:51 udns kernel: atkbd0: [ITHREAD] >> >> >> May 18 20:21:51 udns kernel: psm0: current command byte:0065 >> >> >> May 18 20:21:51 udns kernel: psm0: irq 12 on atkbdc0 >> >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 12 (ISA >> IRQ 12) to >> >> >> vector 55 >> >> >> May 18 20:21:51 udns kernel: psm0: [GIANT-LOCKED] >> >> >> May 18 20:21:51 udns kernel: psm0: [ITHREAD] >> >> >> May 18 20:21:51 udns kernel: psm0: model IntelliMouse, device ID 3-00, >> >> >> 3 buttons >> >> >> May 18 20:21:51 udns kernel: psm0: config:00000000, flags:00000008, >> >> >> packet size:4 >> >> >> May 18 20:21:51 udns kernel: psm0: syncmask:08, syncbits:00 >> >> >> May 18 20:21:51 udns kernel: bt0: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: cs0: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: ed0: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 >> >> >> May 18 20:21:51 udns kernel: fdc0: > controller> at port >> >> >> 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 >> >> >> May 18 20:21:51 udns kernel: fdc0: ic_type 90 part_id 80 >> >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 6 (ISA IRQ 6) to >> >> >> vector 56 >> >> >> May 18 20:21:51 udns kernel: fdc0: [FILTER] >> >> >> May 18 20:21:51 udns kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >> >> >> May 18 20:21:51 udns kernel: fe0: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: ie0: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: le0: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: ppc0: parallel port not found. >> >> >> May 18 20:21:51 udns kernel: ppc0: failed to probe at >> >> >> irq 7 on isa0 >> >> >> May 18 20:21:51 udns kernel: sc0: at flags >> 0x100 on isa0 >> >> >> May 18 20:21:51 udns kernel: sc0: VGA <16 virtual consoles, >> flags=0x300> >> >> >> May 18 20:21:51 udns kernel: sc0: fb0, kbd1, terminal emulator: sc >> >> >> (syscons terminal) >> >> >> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 >> 0xc001 0xc001 >> >> >> May 18 20:21:51 udns kernel: sio0: irq maps: 0xc001 0xc011 >> 0xc001 0xc001 >> >> >> May 18 20:21:51 udns kernel: sio0 at port 0x3f8-0x3ff irq 4 flags >> >> >> 0x10 on isa0 >> >> >> May 18 20:21:51 udns kernel: sio0: type 16550A >> >> >> May 18 20:21:51 udns kernel: ioapic0: routing intpin 4 (ISA IRQ 4) to >> >> >> vector 57 >> >> >> May 18 20:21:51 udns kernel: sio0: [FILTER] >> >> >> May 18 20:21:51 udns kernel: sio1: configured irq 3 not in bitmap of >> >> >> probed irqs 0 >> >> >> May 18 20:21:51 udns kernel: sio1: port may not be enabled >> >> >> May 18 20:21:51 udns kernel: sio1: irq maps: 0xc001 0xc001 >> 0xc001 0xc001 >> >> >> May 18 20:21:51 udns kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9 >> >> >> May 18 20:21:51 udns kernel: sio1 failed to probe at port 0x2f8-0x2ff >> >> >> irq 3 on isa0 >> >> >> May 18 20:21:51 udns kernel: sio2: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: sio3: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: sn0: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: vga0: at port >> >> >> 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >> >> >> May 18 20:21:51 udns kernel: vt0: not probed (disabled) >> >> >> May 18 20:21:51 udns kernel: isa_probe_children: probing PnP devices >> >> >> ... >> >> >> May 18 20:21:51 udns kernel: Device configuration finished. >> >> >> May 18 20:21:51 udns kernel: procfs registered >> >> >> May 18 20:21:51 udns kernel: lapic: Divisor 2, Frequency 49834131 hz >> >> >> May 18 20:21:51 udns kernel: Timecounter "TSC" frequency 797345795 Hz >> >> >> quality -100 >> >> >> May 18 20:21:51 udns kernel: Timecounters tick every 1.000 msec >> >> >> May 18 20:21:51 udns kernel: lo0: bpf attached >> >> >> May 18 20:21:51 udns kernel: hptrr: no controller detected. >> >> >> May 18 20:21:51 udns kernel: Waiting 5 seconds for SCSI >> devices to settle >> >> >> ... >> >> >> May 18 20:21:51 udns kernel: SMP: AP CPU #1 Launched! >> >> >> May 18 20:21:51 udns kernel: cpu1 AP: >> >> >> May 18 20:21:51 udns kernel: ID: 0x01000000 VER: 0x00040011 LDR: >> >> >> 0x00000000 DFR: 0xffffffff >> >> >> May 18 20:21:51 udns kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: >> >> >> 0x00000000 SVR: 0x000001ff >> >> >> May 18 20:21:51 udns kernel: timer: 0x000200ef therm: 0x00000000 err: >> >> >> 0x00010000 pcm: 0x00010000 >> >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 1 to >> local APIC 0 >> >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 4 to >> local APIC 1 >> >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 6 to >> local APIC 0 >> >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning PCI IRQ 10 to >> >> local APIC 1 >> >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 12 to >> >> local APIC 0 >> >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 14 to >> >> local APIC 1 >> >> >> May 18 20:21:51 udns kernel: ioapic0: Assigning ISA IRQ 15 to >> >> local APIC 0 >> >> >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 20 to >> >> local APIC 1 >> >> >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 25 to >> >> local APIC 0 >> >> >> May 18 20:21:51 udns kernel: ioapic1: Assigning PCI IRQ 26 to >> >> local APIC 1 >> >> >> >> >> >> > >> >> >> > -- >> >> >> > Paul >> >> >> > _______________________________________________ >> >> >> > freebsd-stable@freebsd.org mailing list >> >> >> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> >> >> > To unsubscribe, send any mail to >> >> "freebsd-stable-unsubscribe@freebsd.org" >> >> >> > >> >> >> >> >> >> >> >> >> >> >> >> _______________________________________________ >> >> >> freebsd-stable@freebsd.org mailing list >> >> >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> >> >> To unsubscribe, send any mail to >> "freebsd-stable-unsubscribe@freebsd.org" >> >> > -- >> >> > Robert Noland >> >> > FreeBSD >> >> > >> >> >> >> >> >> >> > -- >> > Robert Noland >> > FreeBSD >> > >> >> >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- > Robert Noland > FreeBSD > From owner-freebsd-stable@FreeBSD.ORG Tue May 19 23:19:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3925F106564A for ; Tue, 19 May 2009 23:19:14 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id 68A718FC1A for ; Tue, 19 May 2009 23:19:13 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4JNJ6Wk026061 for ; Tue, 19 May 2009 16:19:12 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4JNJ6so026060 for freebsd-stable@freebsd.org; Tue, 19 May 2009 16:19:06 -0700 (PDT) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [64.81.172.194]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 19 May 2009 16:19:06 -0700 Message-ID: <20090519161906.zzxqgbsess08kkgk@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 19 May 2009 16:19:06 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <5C872E1E-9AB0-4445-AFEE-B13CF7DFBD07@gmail.com> <20090519111740.v7pzy6v0g04w4wc8@webmail.1command.com> <20090519114701.s4hfpz4s0swk0s8w@webmail.1command.com> <1242762213.1752.36.camel@balrog.2hip.net> <20090519135224.alaa34mdwoocg8wg@webmail.1command.com> <1242774148.1752.45.camel@balrog.2hip.net> In-Reply-To: <1242774148.1752.45.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 23:19:14 -0000 Quoting Robert Noland : > On Tue, 2009-05-19 at 13:52 -0700, Chris H wrote: >> Quoting Robert Noland : >> >> > On Tue, 2009-05-19 at 11:47 -0700, Chris H wrote: >> >> Quoting Chris H : >> >> >> >> > Quoting Laurent Grangeau : >> >> > >> >> >> I think I can handle this answer. >> >> >> >> >> >> This is the default behavior of Xorg 7.4. If you want to see the o= ld >> >> >> screen, launch Xorg with the -retro option. >> >> >> The command should be like this : >> >> >> X -config xorg.conf.new -retro >> >> >> >> >> >> If your mouse or your keyboard doesn't seem to work, look if you >> >> >> have enable dbus and hald. In your /etc/rc.conf, you should have >> >> >> dbus_enable=3D"YES" and hald_enable=3D"YES" (I'm not sure about th= is). >> >> >> >> >> >> All this is explain in the handbook : Configuring X11. >> >> > >> >> > Hello Laurent, and thank you for your reply. >> >> > >> >> > For the record, this is the way I /first/ attempted to do it - >> >> > >> >> > echo 'enable_hald=3D"YES"' >> /etc/rc.conf >> >> > echo 'enable_dbus=3D"YES"' >> /etc/rc.conf >> >> > >> >> > Bounce the box >> >> > attempt to test Xorg: >> >> > >> >> > Xorg -config /root/xorg.conf.new >> >> > >> >> > no joy. >> >> > >> >> > So I tweaked the file (removing the card I wasn't going to use). >> >> > Save the remaining as /etc/X11/xorg.conf.nvidia && >> >> > >> >> > Xorg -config /etc/X11/xorg.conf.nvidia >> >> > >> >> > But again, "no joy". >> >> > >> >> > I'll try it again, and report back with my findings. >> >> > >> >> > Thanks again for your response. >> >> > >> >> > --Chris H >> >> >> >> OK here's the results: >> >> >> >> echo 'hald_enable=3D"YES"' >> /etc/rc.conf >> >> echo 'enable_dbus=3D"YES"' >> /etc/rc.conf >> >> >> >> bounce the box >> >> >> >> Xorg -config /etc/X11/xorg.conf.nvidia >> >> >> >> returns the following: >> >> >> >> X.Org X Server 1.6.0 >> >> Release Date: 2009-2-25 >> >> X Protocol Version 11, Revision 0 >> >> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >> >> ---8<--[BIG SNIP]--8<--- >> >> >> (**) Option "DataBits" "8" >> >> (**) Option "Parity" "None" >> >> (**) Option "Vmin" "1" >> >> (**) Option "Vtime" "0" >> >> (**) Option "FlowControl" "None" >> >> >> >> An attempt to bail out of X on tty8 (ctl-alt-backspace) >> >> returns: >> >> Failed to switch consoles (Invalid argument) >> >> on tty0 >> >> >> >> Attempting again returns: >> >> Failed to switch consoles (Invalid argument) >> >> on tty0 >> >> >> >> move to tty0 (ctl-alt-f1) && ctl-C >> >> >> >> OK let's try the -retro switch on the Xorg created conf... >> >> >> >> --- >> >> >> >> Xorg -config xorg.conf.new -retro >> >> provides: >> >> >> >> X.Org X Server 1.6.0 >> >> Release Date: 2009-2-25 >> >> X Protocol Version 11, Revision 0 >> >> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operating >> >> System: FreeBSD udns.ultimatedns.NET 7.1-RELEASE FreeBSD 7.1-RELEASE >> >> #0: Thu Jan 1 14:37:25 UTC 2009 >> >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> >> Build Date: 16 May 2009 07:15:01AM >> >> >> >> =09Before reporting problems, check http://wiki.x.org >> >> =09to make sure that you have the latest version. >> >> Markers: (--) probed, (**) from config file, (=3D=3D) default setting= , >> >> =09(++) from command line, (!!) notice, (II) informational, >> >> =09(WW) warning, (EE) error, (NI) not implemented, (??) unknown. >> >> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Tue May 19 11:33:40 2= 009 >> >> (++) Using config file: "/etc/X11/xorg.conf.new" >> >> (=3D=3D) ServerLayout "X.org Configured" >> >> (**) |-->Screen "Screen0" (0) >> >> (**) | |-->Monitor "Monitor0" >> >> (**) | |-->Device "Card0" >> >> (**) |-->Screen "Screen1" (1) >> >> (**) | |-->Monitor "Monitor1" >> >> (**) | |-->Device "Card1" >> >> (**) |-->Input Device "Mouse0" >> >> (**) |-->Input Device "Keyboard0" >> >> (=3D=3D) Automatically adding devices >> >> ---8<--[BIG SNIP]--8<--- >> >> >> (II) Module int10: vendor=3D"X.Org Foundation" >> >> =09compiled for 1.6.0, module version =3D 1.0.0 >> >> =09ABI class: X.Org Video Driver, version 5.0 >> >> (=3D=3D) MACH64(0): Write-combining range (0xa0000,0x20000) was alrea= dy clear >> >> (=3D=3D) MACH64(0): Write-combining range (0xc0000,0x40000) was alrea= dy clear >> >> >> >> >> >> Which only leaves me with a blinking block cursor in the upper >> >> LEFT-hand corner while hooked up to the NV card. There is no >> >> output to the MACH64. >> >> >> >> I don't think this is the answer. >> > >> > Hrm, ok... It might still be getting confused by the ati card... The >> > issue comes down to which card (hopefully not both) is handling legacy >> > vga calls to 0xc0000. I did just notice someone else post an issue wi= th >> > the openchrome driver and int10 though, so you might try disabling >> > int10. >> > >> > robert. >> >> Hello Robert, and thank you for your reply. >> >> I apologize, but am not exactly sure how to do this. The following: >> >> SubSection "int10" >> Option "omit int10" # don't initialise openchrome extension >> EndSubSection >> >> didn't do it. :( > > man xorg.conf > > Option "NoInt10" "boolean" > Disables the Int10 module, a module that uses the int10 > call to > the BIOS of the graphics card to initialize it. Default: > false. In my humble defence, I have had the xorg man page open the entire time. But wasn't able to discover it. Thanks for the pointer. :) --Chris H > > robert. > >> --Chris H. >> >> > >> >> --Chris H >> >> >> >> > >> >> >> >> >> >> Le 19 mai 09 =E0 19:15, Chris H a =E9crit : >> >> >> >> >> >>> Quoting Robert Noland : >> >> >>> >> >> >>>> On Mon, 2009-05-18 at 23:40 -0700, Chris H wrote: >> >> >>>>> Quoting "Paul B. Mahol" : >> >> >>>>> >> >> >>>>> > On 5/19/09, Chris H wrote: >> >> >>>>> >> Quoting Chris H : >> >> >>>>> >> >> >> >>>>> >>> Quoting Chris H : >> >> >>>>> >>> >> >> >>>>> >>>> Greetings, >> >> >>>>> >>>> I'm unable to get xorg-7.4 to accomodate my Gforce4 MX 440= . >> >> >>>>> >>>> On 7.1-7.2 releases. I'm currently working (struggling) wi= th >> >> >>>>> >>>> it on a 7.1 install/GENERIC with cvsup over the weekend >> >> (Sunday), >> >> >>>>> >>>> I've seen only a few discussions regarding this, but no jo= y. >> >> >>>>> >>>> >> >> >>>>> >>>> I'm not sure what to post for additional information. So I= 'll >> >> >>>>> >>>> provide the output of dmesg(8), and Xorg.0.log via links. >> >> >>>>> >>>> >> >> >>>>> >>>> Thank you for all your time and consideration in this matt= er. >> >> >>>>> >>>> >> >> >>>>> >>>> Sincerely, >> >> >>>>> >>>> Chris H >> >> >>>>> >>>> >> >> >>>>> >>>> Xorg log: >> >> >>>>> >>>> http://codewarehouse.NET/output/Xorg.0.log >> >> >>>>> >>>> >> >> >>>>> >>>> relevent dmesg(8) output: >> >> >>>>> >>>> http://codewarehouse.NET/output/dmesg.output >> >> >>>>> >>> >> >> >>>>> >>> OOPS! I guess the xorg config might be useful: >> >> >>>>> >>> http://codewarehouse.NET/output/xorg.conf.nvidia >> >> >>>>> >>> >> >> >>>>> >>>> >> >> >>>>> >> SIGH... Seems that the registrar isn't paying attention. >> >> >>>>> >> They happily accepted my money, but forgot to renew the doma= in. >> >> >>>>> >> >> >> >>>>> >> So here's trying to attach the files... >> >> >>>>> > >> >> >>>>> > That message appears for me only when I use >> xf86-video-vesa driver. >> >> >>>>> >> >> >>>>> I see. Well I'm specifically using the nv driver. Here's anothe= r >> >> >>>>> attempt to provide the relevant info: >> >> >>>> >> >> >>>> You have more than one card in the machine, which might be confu= sing >> >> >>>> things. The mtrr failure is caused by how your bios sets up mem= ory >> >> >>>> regions. It should only impact performance. >> >> >>>> >> >> >>>> Exactly what issue are you seeing? >> >> >>> >> >> >>> I'm seeing a black screen on ctl-alt-f9 (tty8) >> >> >>> I'm seeing the message listed as this thread topic on tty0 >> >> (ctl-alt- f1). >> >> >>> The proceedure theat led me here is: >> >> >>> Xorc -configure >> >> >>> edit /root/xorg.config.new (move all the ati related stuff to >> >> >>> xorg.conf.ati). >> >> >>> Tweak whats left, and save it as /etc/X11/xorg.conf.nvidia. >> >> >>> exec Xorg -config /etc/X11/xorg.conf.nvidia >> >> >>> >> >> >>> The ctl-alt-backspace won't break me out of Xorg/tty8. I am force= d >> >> >>> to ctl-alt-f1 (where I read the error message) then use ctl-C - >> >> >>> which kills Xorg, and returns me to a working console. >> >> >>> >> >> >>> Thank you Robert, for taking the time to respond. >> >> >>> >> >> >>> --Chris H >> >> >>> >> >> >>>> >> >> >>>> robert. >> >> >>>> >> >> >>>>> Xorg log: >> >> >>>>> X.Org X Server 1.6.0 >> >> >>>>> Release Date: 2009-2-25 >> >> >>>>> X Protocol Version 11, Revision 0 >> >> >>>>> Build Operating System: FreeBSD 7.1-RELEASE i386 Current Operat= ing >> >> >>>>> System: FreeBSD udns 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Ja= n 1 >> >> >>>>> 14:37:25 UTC 2009 >> >> >>>>> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> >> >>>>> Build Date: 16 May 2009 07:15:01AM >> >> >>>>> >> >> >>>>> Before reporting problems, check http://wiki.x.org >> >> >>>>> to make sure that you have the latest version. >> >> >>>>> Markers: (--) probed, (**) from config file, (=3D=3D) default s= etting, >> >> >>>>> (++) from command line, (!!) notice, (II) informational, >> >> >>>>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown= . >> >> >>>>> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 >> 20:34:43 2009 >> >> >>>>> (++) Using config file: "/etc/X11/xorg.conf.nvidia" >> >> >>>>> (=3D=3D) ServerLayout "X.org Configured" >> >> >>>>> (**) |-->Screen "Screen0" (0) >> >> >>>>> (**) | |-->Monitor "Monitor1" >> >> >>>>> (**) | |-->Device "Card1" >> >> >>>>> (**) |-->Input Device "Mouse0" >> >> >>>>> (**) |-->Input Device "Keyboard0" >> >> >>>>> (**) Option "AllowEmptyInput" "false" >> >> >>>>> (=3D=3D) Automatically adding devices >> >> >>>>> (=3D=3D) Automatically enabling devices >> >> >>>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does >> not exist. >> >> >>>>> Entry deleted from font path. >> >> >>>>> (WW) `fonts.dir' not found (or not valid) in >> >> >>>>> "/usr/local/lib/X11/fonts/100dpi/". >> >> >>>>> Entry deleted from font path. >> >> >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >> >> >>>>> (WW) `fonts.dir' not found (or not valid) in >> >> >>>>> "/usr/local/lib/X11/fonts/75dpi/". >> >> >>>>> Entry deleted from font path. >> >> >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >> >> >>>>> (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does >> not exist. >> >> >>>>> Entry deleted from font path. >> >> >>>>> (WW) `fonts.dir' not found (or not valid) in >> >> >>>>> "/usr/local/lib/X11/fonts/100dpi/". >> >> >>>>> Entry deleted from font path. >> >> >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/100dpi/"). >> >> >>>>> (WW) `fonts.dir' not found (or not valid) in >> >> >>>>> "/usr/local/lib/X11/fonts/75dpi/". >> >> >>>>> Entry deleted from font path. >> >> >>>>> (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi/"). >> >> >>>>> (**) FontPath set to: >> >> >>>>> /usr/local/lib/X11/fonts/misc/, >> >> >>>>> /usr/local/lib/X11/fonts/TTF/, >> >> >>>>> /usr/local/lib/X11/fonts/OTF, >> >> >>>>> /usr/local/lib/X11/fonts/misc/, >> >> >>>>> /usr/local/lib/X11/fonts/TTF/, >> >> >>>>> /usr/local/lib/X11/fonts/OTF, >> >> >>>>> built-ins >> >> >>>>> (**) ModulePath set to "/usr/local/lib/xorg/modules" >> >> >>>>> (II) Loader magic: 0x6a0 >> >> >>>>> (II) Module ABI versions: >> >> >>>>> X.Org ANSI C Emulation: 0.4 >> >> >>>>> X.Org Video Driver: 5.0 >> >> >>>>> X.Org XInput driver : 4.0 >> >> >>>>> X.Org Server Extension : 2.0 >> >> >>>>> (II) Loader running on freebsd >> >> >>>>> (--) Using syscons driver with X support (version 2.0) >> >> >>>>> (--) using VT number 9 >> >> >>>>> >> >> >>>>> (!!) More than one possible primary device found >> >> >>>>> (--) PCI: (0@0:1:0) ATI Technologies Inc Rage XL rev 39, Mem @ >> >> >>>>> 0xfb000000/16777216, 0xfcaff000/4096, I/O @ 0x0000d800/256, BIO= S @ >> >> >>>>> 0x????????/131072 >> >> >>>>> (--) PCI: (0@1:2:0) nVidia Corporation NV17 [GeForce4 MX 440] >> >> rev 163, >> >> >>>>> Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa580000/524= 288, >> >> >>>>> BIOS @ 0x????????/131072 >> >> >>>>> (II) System resource ranges: >> >> >>>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >> >>>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >> >>>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >> >>>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >> >>>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >> >>>>> (II) "extmod" will be loaded. This was enabled by default and a= lso >> >> >>>>> specified in the config file. >> >> >>>>> (II) "dbe" will be loaded. This was enabled by default and also >> >> >>>>> specified in the config file. >> >> >>>>> (II) "glx" will be loaded. This was enabled by default and also >> >> >>>>> specified in the config file. >> >> >>>>> (II) "record" will be loaded. This was enabled by default and a= lso >> >> >>>>> specified in the config file. >> >> >>>>> (II) "dri" will be loaded. This was enabled by default and also >> >> >>>>> specified in the config file. >> >> >>>>> (II) "dri2" will be loaded. This was enabled by default and als= o >> >> >>>>> specified in the config file. >> >> >>>>> (II) LoadModule: "extmod" >> >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.= so >> >> >>>>> (II) Module extmod: vendor=3D"X.Org Foundation" >> >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 >> >> >>>>> Module class: X.Org Server Extension >> >> >>>>> ABI class: X.Org Server Extension, version 2.0 >> >> >>>>> (II) Loading extension MIT-SCREEN-SAVER >> >> >>>>> (II) Loading extension XFree86-VidModeExtension >> >> >>>>> (II) Loading extension XFree86-DGA >> >> >>>>> (II) Loading extension DPMS >> >> >>>>> (II) Loading extension XVideo >> >> >>>>> (II) Loading extension XVideo-MotionCompensation >> >> >>>>> (II) Loading extension X-Resource >> >> >>>>> (II) LoadModule: "record" >> >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.= so >> >> >>>>> (II) Module record: vendor=3D"X.Org Foundation" >> >> >>>>> compiled for 1.6.0, module version =3D 1.13.0 >> >> >>>>> Module class: X.Org Server Extension >> >> >>>>> ABI class: X.Org Server Extension, version 2.0 >> >> >>>>> (II) Loading extension RECORD >> >> >>>>> (II) LoadModule: "dbe" >> >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so >> >> >>>>> (II) Module dbe: vendor=3D"X.Org Foundation" >> >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 >> >> >>>>> Module class: X.Org Server Extension >> >> >>>>> ABI class: X.Org Server Extension, version 2.0 >> >> >>>>> (II) Loading extension DOUBLE-BUFFER >> >> >>>>> (II) LoadModule: "extmod" >> >> >>>>> (II) Reloading /usr/local/lib/xorg/modules/extensions//libextmo= d.so >> >> >>>>> (II) Loading extension MIT-SCREEN-SAVER >> >> >>>>> (II) Loading extension XFree86-VidModeExtension >> >> >>>>> (II) Loading extension DPMS >> >> >>>>> (II) Loading extension XVideo >> >> >>>>> (II) Loading extension XVideo-MotionCompensation >> >> >>>>> (II) Loading extension X-Resource >> >> >>>>> (II) LoadModule: "glx" >> >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so >> >> >>>>> (II) Module glx: vendor=3D"X.Org Foundation" >> >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 >> >> >>>>> ABI class: X.Org Server Extension, version 2.0 >> >> >>>>> (=3D=3D) AIGLX disabled >> >> >>>>> (II) Loading extension GLX >> >> >>>>> (II) LoadModule: "dri" >> >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so >> >> >>>>> (II) Module dri: vendor=3D"X.Org Foundation" >> >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 >> >> >>>>> ABI class: X.Org Server Extension, version 2.0 >> >> >>>>> (II) Loading extension XFree86-DRI >> >> >>>>> (II) LoadModule: "dri2" >> >> >>>>> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so >> >> >>>>> (II) Module dri2: vendor=3D"X.Org Foundation" >> >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 >> >> >>>>> ABI class: X.Org Server Extension, version 2.0 >> >> >>>>> (II) Loading extension DRI2 >> >> >>>>> (II) LoadModule: "nv" >> >> >>>>> (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so >> >> >>>>> (II) Module nv: vendor=3D"X.Org Foundation" >> >> >>>>> compiled for 1.6.0, module version =3D 2.1.13 >> >> >>>>> Module class: X.Org Video Driver >> >> >>>>> ABI class: X.Org Video Driver, version 5.0 >> >> >>>>> (II) LoadModule: "mouse" >> >> >>>>> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so >> >> >>>>> (II) Module mouse: vendor=3D"X.Org Foundation" >> >> >>>>> compiled for 1.6.0, module version =3D 1.4.0 >> >> >>>>> Module class: X.Org XInput Driver >> >> >>>>> ABI class: X.Org XInput driver, version 4.0 >> >> >>>>> (II) LoadModule: "kbd" >> >> >>>>> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so >> >> >>>>> (II) Module kbd: vendor=3D"X.Org Foundation" >> >> >>>>> compiled for 1.6.0, module version =3D 1.3.2 >> >> >>>>> Module class: X.Org XInput Driver >> >> >>>>> ABI class: X.Org XInput driver, version 4.0 >> >> >>>>> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA T= NT2, >> >> >>>>> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, >> >> >>>>> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 >> >> MX/MX 400, >> >> >>>>> GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, >> >> >>>>> GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, >> >> GeForce2 Ultra, >> >> >>>>> Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 4= 20, >> >> >>>>> GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, >> >> >>>>> GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, >> >> >>>>> GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, >> >> >>>>> GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, >> >> >>>>> GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, >> >> >>>>> GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 >> >> 580 XGL, >> >> >>>>> Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, >> >> >>>>> GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, >> >> >>>>> GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 46= 00, >> >> >>>>> GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, >> >> Quadro4 750 XGL, >> >> >>>>> Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP= 8X, >> >> >>>>> GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, >> >> >>>>> Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, >> >> >>>>> GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, >> >> >>>>> GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, >> >> >>>>> GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, >> >> >>>>> GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, >> >> >>>>> GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, >> >> >>>>> GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, >> >> >>>>> Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, >> >> >>>>> GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX >> >> 5900 Ultra, >> >> >>>>> GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, >> >> >>>>> GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, >> >> >>>>> GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, >> >> >>>>> GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, >> >> >>>>> Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, >> >> GeForce 6800, >> >> >>>>> GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce >> >> 6800 GT, >> >> >>>>> GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, >> Quadro FX 4000, >> >> >>>>> GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800= XT, >> >> >>>>> GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, >> >> >>>>> Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, >> >> >>>>> GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6= 600, >> >> >>>>> GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL= , >> >> >>>>> GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, >> Quadro FX 550, >> >> >>>>> Quadro FX 540, GeForce 6200, GeForce 6500, >> >> >>>>> GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), >> >> >>>>> GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, >> GeForce Go 6400, >> >> >>>>> GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100= GS, >> >> >>>>> GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800= XT, >> >> >>>>> GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce >> >> 7800 GTX, >> >> >>>>> GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce >> >> Go 7800, >> >> >>>>> GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, >> >> >>>>> GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce >> >> Go 7400, >> >> >>>>> GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, >> >> Quadro FX 350M, >> >> >>>>> GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce >> 7600 GT, >> >> >>>>> GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce >> >> 7300 GT, >> >> >>>>> GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, >> >> >>>>> Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro >> >> FX 560, >> >> >>>>> GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, >> >> >>>>> GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, >> >> >;>>>> Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro >> FX 1500, >> >> >>>>> Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 61= 00, >> >> >>>>> GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce >> >> 8800 GTS, >> >> >>>>> GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce >> >> 8600 GTS, >> >> >>>>> GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce >> >> 8400 GS, >> >> >>>>> GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, >> >> >>>>> GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro >> FX 570M, >> >> >>>>> Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400= SE, >> >> >>>>> GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce >> >> 8400 GS, >> >> >>>>> GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, >> >> >>>>> GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro >> >> NVS 135M, >> >> >>>>> GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro >> NVS 290, >> >> >>>>> GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, >> >> >>>>> GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, >> >> >>>>> GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, >> >> >>>>> GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, >> >> >>>>> GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro >> >> FX 3600M, >> >> >>>>> GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, >> >> >>>>> GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, >> >> >>>>> GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, >> >> >>>>> GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce >> >> 9300M GS, >> >> >>>>> GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro >> >> NVS 160M >> >> >>>>> (II) Primary Device is: (--) NV: Found NVIDIA GeForce4 MX 440 a= t >> >> >>>>> 01@00:02:0 >> >> >>>>> (II) resource ranges after probing: >> >> >>>>> [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] >> >> >>>>> [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] >> >> >>>>> [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] >> >> >>>>> [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] >> >> >>>>> [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >> >> >>>>> (II) Loading sub module "int10" >> >> >>>>> (II) LoadModule: "int10" >> >> >>>>> (II) Loading /usr/local/lib/xorg/modules//libint10.so >> >> >>>>> (II) Module int10: vendor=3D"X.Org Foundation" >> >> >>>>> compiled for 1.6.0, module version =3D 1.0.0 >> >> >>>>> ABI class: X.Org Video Driver, version 5.0 >> >> >>>>> (II) NV(0): Initializing int10 >> >> >>>>> (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was >> already clear >> >> >>>>> (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was >> already clear >> >> >>>>> (--) NV(0): Chipset: "GeForce4 MX 440" >> >> >>>>> (**) NV(0): Depth 24, (--) framebuffer bpp 32 >> >> >>>>> (=3D=3D) NV(0): RGB weight 888 >> >> >>>>> (=3D=3D) NV(0): Default visual is TrueColor >> >> >>>>> (II) Loading sub module "vgahw" >> >> >>>>> (II) LoadModule: "vgahw" >> >> >>>>> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so >> >> >>>>> (II) Module vgahw: vendor=3D"X.Org Foundation" >> >> >>>>> compiled for 1.6.0, module version =3D 0.1.0 >> >> >>>>> ABI class: X.Org Video Driver, version 5.0 >> >> >>>>> (**) NV(0): Option "CrtcNumber" "0" >> >> >>>>> (=3D=3D) NV(0): Using HW cursor >> >> >>>>> (--) NV(0): Linear framebuffer at 0xF0000000 >> >> >>>>> (--) NV(0): MMIO registers at 0xFD000000 >> >> >>>>> (II) Loading sub module "i2c" >> >> >>>>> >> >> >> _______________________________________________ >> >> >> freebsd-stable@freebsd.org mailing list >> >> >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> >> >> To unsubscribe, send any mail to >> "freebsd-stable-unsubscribe@freebsd.org" >> >> >> >> >> >> >> >> > >> >> > >> >> > >> >> > _______________________________________________ >> >> > freebsd-stable@freebsd.org mailing list >> >> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> >> > To unsubscribe, send any mail to >> "freebsd-stable-unsubscribe@freebsd.org" >> >> > >> >> > >> >> >> >> >> >> >> >> _______________________________________________ >> >> freebsd-stable@freebsd.org mailing list >> >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.= org" >> > -- >> > Robert Noland >> > FreeBSD >> > >> >> >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org= " > -- > Robert Noland > FreeBSD > From owner-freebsd-stable@FreeBSD.ORG Wed May 20 02:52:59 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28BAA1065672 for ; Wed, 20 May 2009 02:52:59 +0000 (UTC) (envelope-from jonathan.chen@solnetsolutions.co.nz) Received: from wlmlc.solnetsolutions.co.nz (wlmlc.solnetsolutions.co.nz [202.135.38.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2308B8FC20 for ; Wed, 20 May 2009 02:52:58 +0000 (UTC) (envelope-from jonathan.chen@solnetsolutions.co.nz) Received: from wlmlc.solnetsolutions.co.nz (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 68AFA6D426A for ; Wed, 20 May 2009 14:25:13 +1200 (NZST) Received: from jonathan.chen (unknown [192.168.1.165]) by wlmlc.solnetsolutions.co.nz (Postfix) with ESMTP id 2F2406D416F for ; Wed, 20 May 2009 14:25:13 +1200 (NZST) Message-ID: <7859_1242786313_4A136A09_7859_88_1_4A136A08.10004@solnetsolutions.co.nz> Date: Wed, 20 May 2009 14:25:12 +1200 From: Jonathan Chen User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: multipart/mixed; boundary="------------000005070504050902090301" X-Copyrighted-Material: Please read the disclaimer at the bottom of this email. Subject: nv driver on Dell Latitude 830 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 02:52:59 -0000 This is a multi-part message in MIME format. --------------000005070504050902090301 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi all, I'm running 7.2-STABLE/amd64 on a Dell 830, and have been attempting to get XOrg working with the "nv" driver. However, it fails with: X.Org X Server 1.6.1 Release Date: 2009-4-14 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.2-PRERELEASE amd64 Current Operating System: FreeBSD jonathan.chen 7.2-STABLE FreeBSD 7.2-STABLE #0: Tue May 19 09:24:33 NZST 2009 root@jonathan.chen:/usr/obj/usr/src/sys/GENERIC amd64 Build Date: 11 May 2009 08:36:27AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 20 13:27:55 2009 (==) Using config file: "/usr/local/etc/X11/xorg.conf" (EE) Failed to load module "xtrap" (module does not exist, 0) (EE) Failed to load module "freetype" (module does not exist, 0) (EE) NV(0): Failed to determine the amount of available video memory (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found Is there any hope of getting this to work? -- Jonathan Chen Solnet Solutions Limited T: +64 9 9775800 Level 7, Brookfields House, F: +64 9 9775801 19 Victoria Street, DDI: +64 9 9775871 PO Box 6619, M: +64 21 635618 Auckland 1141, New Zealand http://www.solnetsolutions.co.nz/ Attention: This email may contain information intended for the sole use of the original recipient. Please respect this when sharing or disclosing this email's contents with any third party. If you believe you have received this email in error, please delete it and notify the sender or postmaster@solnetsolutions.co.nz as soon as possible. The content of this email does not necessarily reflect the views of Solnet Solutions Ltd. --------------000005070504050902090301 Content-Type: text/plain; name="Xorg.0.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Xorg.0.log" X.Org X Server 1.6.1 Release Date: 2009-4-14 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.2-PRERELEASE amd64 Current Operating System: FreeBSD jonathan.chen 7.2-STABLE FreeBSD 7.2-STABLE #0: Tue May 19 09:24:33 NZST 2009 root@jonathan.chen:/usr/obj/usr/src/sys/GENERIC amd64 Build Date: 11 May 2009 08:36:27AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 20 13:27:55 2009 (==) Using config file: "/usr/local/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "LG L1730S" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, built-ins (**) ModulePath set to "/usr/local/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 (II) Loader magic: 0x3560 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 5.0 X.Org XInput driver : 4.0 X.Org Server Extension : 2.0 (II) Loader running on freebsd (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (--) PCI:*(0@1:0:0) nVidia Corporation Quadro NVS 140M rev 161, Mem @ 0xfd000000/16777216, 0xfa000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/65536 (II) System resource ranges: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded by default. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "xtrap" (WW) Warning, couldn't open module xtrap (II) UnloadModule: "xtrap" (EE) Failed to load module "xtrap" (module does not exist, 0) (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "freetype" (WW) Warning, couldn't open module freetype (II) UnloadModule: "freetype" (EE) Failed to load module "freetype" (module does not exist, 0) (II) LoadModule: "dri2" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "nv" (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so (II) Module nv: vendor="X.Org Foundation" compiled for 1.6.1, module version = 2.1.13 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, Quadro FX 540, GeForce 6200, GeForce 6500, GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M (II) Primary Device is: PCI 01@00:00:0 (--) NV: Found NVIDIA Quadro NVS 140M at 01@00:00:0 (II) resource ranges after probing: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 5.0 (II) NV(0): Initializing int10 (==) NV(0): Write-combining range (0xa0000,0x20000) was already clear (==) NV(0): Write-combining range (0xc0000,0x40000) was already clear (II) NV(0): Primary V_BIOS segment is: 0xc000 (==) NV(0): Write-combining range (0x0,0x1000) was already clear (--) NV(0): Console is VGA mode 0x3 (**) NV(0): Depth 24, (--) framebuffer bpp 32 (==) NV(0): RGB weight 888 (==) NV(0): Default visual is TrueColor (==) NV(0): Using hardware cursor (==) NV(0): Using gamma correction (1.0, 1.0, 1.0) (II) NV(0): MMIO registers mapped at 0x802800000 (EE) NV(0): Failed to determine the amount of available video memory (==) NV(0): Write-combining range (0x0,0x1000) was already clear (II) UnloadModule: "nv" (II) UnloadModule: "int10" (II) Unloading /usr/local/lib/xorg/modules//libint10.so (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. --------------000005070504050902090301-- From owner-freebsd-stable@FreeBSD.ORG Wed May 20 05:21:25 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BD4C1065673 for ; Wed, 20 May 2009 05:21:25 +0000 (UTC) (envelope-from louie@transsys.com) Received: from ringworld.transsys.com (ringworld.transsys.com [144.202.0.15]) by mx1.freebsd.org (Postfix) with ESMTP id D9F988FC12 for ; Wed, 20 May 2009 05:21:19 +0000 (UTC) (envelope-from louie@transsys.com) Received: from PM-G5.transsys.com (c-69-141-150-106.hsd1.nj.comcast.net [69.141.150.106]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: louie) by ringworld.transsys.com (Postfix) with ESMTP id D30E45C04; Wed, 20 May 2009 00:49:08 -0400 (EDT) Message-Id: From: Louis Mamakos To: Zaphod Beeblebrox In-Reply-To: <5f67a8c40905191133h43fee109r28499dff3ec5f501@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v935.3) Date: Wed, 20 May 2009 00:49:03 -0400 References: <5f67a8c40905191133h43fee109r28499dff3ec5f501@mail.gmail.com> X-Mailer: Apple Mail (2.935.3) Cc: =?UTF-8?B?0JzQuNGF0LDQuNC7INCa0LjQv9Cw?= , freebsd-stable@freebsd.org Subject: Re: mountd doean`t start when ZFS is enabled. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 05:21:25 -0000 Perhaps there's no /etc/exports file? While exporting shared zfs file =20= systems doesn't require this, it looks like /etc/rc.d/mountd requires =20= the file to be present. On May 19, 2009, at 2:33 PM, Zaphod Beeblebrox wrote: > 2009/5/18 =D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB =D0=9A=D0=B8=D0=BF=D0=B0 = > >> I have two servers with Identical FreeBSD7.2 system. On both I have =20= >> such >> config in /etc/rc.conf: >> rpcbind_enable=3D"YES" >> rpc_lockd_enable=3D"YES" >> rpc_statd_enable=3D"YES" >> nfs_client_enable=3D"YES" >> nfs_server_enable=3D"YES" >> nfs_server_flags=3D"-u -t -n 5 -h 192.168.x.y" >> mountd_flags=3D"-r" > > > You might also want to post the result of zfs get all | grep sharenfs > > Mountd can be refusing to start if there are syntax errors in those > declarations. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to = "freebsd-stable-unsubscribe@freebsd.org=20 > " > From owner-freebsd-stable@FreeBSD.ORG Wed May 20 07:06:08 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6013D1065670; Wed, 20 May 2009 07:06:08 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe15.swip.net [212.247.155.193]) by mx1.freebsd.org (Postfix) with ESMTP id 6B05F8FC1E; Wed, 20 May 2009 07:06:06 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=_BEwgaXNDRcA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=V50a3v_1zrum5RoV-bUA:9 a=9zMBEmXqMLWEkf-GpcHAju-93XIA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe15.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 498045201; Wed, 20 May 2009 09:06:05 +0200 From: Hans Petter Selasky To: Mario Pavlov Date: Wed, 20 May 2009 09:10:01 +0200 User-Agent: KMail/1.9.7 References: <438704678.26539.1242769700629.JavaMail.apache@mail53.abv.bg> In-Reply-To: <438704678.26539.1242769700629.JavaMail.apache@mail53.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905200910.03093.hselasky@c2i.net> Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org, freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Unable to read from CCID USB reader X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 07:06:09 -0000 On Tuesday 19 May 2009, Mario Pavlov wrote: > Hi, > I tired CURRENT and it's working for me :) > I only have one small issue... > when I unplug the reader pcscd goes to some sort of infinite loop > it would print this forever: > > 48111939 ccid_usb.c:491:WriteUSB() usb_bulk_write(/dev/usb//dev/ugen4.2): > Device busy 00000020 ifdwrapper.c:469:IFDStatusICC() Card not transacted: > 612 > 00000010 eventhandler.c:333:EHStatusHandlerThread() Error communicating to: > ACS ACR 38U-CCID 00 00 00402930 ccid_usb.c:491:WriteUSB() > usb_bulk_write(/dev/usb//dev/ugen4.2): Device not configured 00000021 > ifdwrapper.c:469:IFDStatusICC() Card not transacted: 612 > 00000010 eventhandler.c:333:EHStatusHandlerThread() Error communicating to: > ACS ACR 38U-CCID 00 00 00402953 ccid_usb.c:491:WriteUSB() > usb_bulk_write(/dev/usb//dev/ugen4.2): Device not configured 00000016 > ifdwrapper.c:469:IFDStatusICC() Card not transacted: 612 > 00000010 eventhandler.c:333:EHStatusHandlerThread() Error communicating to: > ACS ACR 38U-CCID 00 00 ... Maybe a bug in the pcsc driver. > ... > ... > > firefox does almost the same thing: > > [opensc-pkcs11] reader-pcsc.c:1015:pcsc_detect_readers: returning with: No > readers found [opensc-pkcs11] reader-pcsc.c:906:pcsc_detect_readers: > SCardEstablishContext failed: 0x8010001d [opensc-pkcs11] > reader-pcsc.c:1015:pcsc_detect_readers: returning with: No readers found > [opensc-pkcs11] reader-pcsc.c:906:pcsc_detect_readers: > SCardEstablishContext failed: 0x8010001d [opensc-pkcs11] > reader-pcsc.c:1015:pcsc_detect_readers: returning with: No readers found > ... > ... > ... > > I guess this is not FreeBSD's fault, is it ? If the usb device /dev/usb/xxx for your device is not accessible to firefox then firefox can't open it. --HPS From owner-freebsd-stable@FreeBSD.ORG Wed May 20 07:12:58 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CDDF1065672; Wed, 20 May 2009 07:12:58 +0000 (UTC) (envelope-from dlacroix@gmail.com) Received: from mail-fx0-f168.google.com (mail-fx0-f168.google.com [209.85.220.168]) by mx1.freebsd.org (Postfix) with ESMTP id 9C0568FC17; Wed, 20 May 2009 07:12:52 +0000 (UTC) (envelope-from dlacroix@gmail.com) Received: by fxm12 with SMTP id 12so234980fxm.43 for ; Wed, 20 May 2009 00:12:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=+ngh3Abfx4H3Kk5P6R26c5Lemn2EdxnXAwhkrlj7di4=; b=Hzfg63IzaVGDUMgfGkOeWwuuSVIgiUCW9HtXxXfVdoqlni6N0OkD4EfTuTuXWfFtan pd28a0+sxiJLllxLSn+77wcac9YeYZFKnKsD7CgdUEjZUgSXexKAJgmXltov60i/WsWT tsnb7hpSCEhmazUvuLCrYYM591izKf89ODWsI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fYqYagdg5xSv8ccGvrq0MmqtZbS3PAV2tc5F4dY2ileO2GiEKyyk572eNSMvl57Vim DxTrYm8gi73Jweb5TkRBzvXY4VieARbcWQtLO9ilQSYslNh46/fmaRSh6nXuPp+olr5J vc30YYIEXXgnadlVhE8DHoEXwiTX5YPyU8jhg= MIME-Version: 1.0 Received: by 10.204.55.142 with SMTP id u14mr903153bkg.121.1242802264053; Tue, 19 May 2009 23:51:04 -0700 (PDT) In-Reply-To: <4A09DCF3.3010600@users.sf.net> References: <4A08A132.3070503@users.sf.net> <20090511224957.GB52703@dan.emsphone.com> <4A09DCF3.3010600@users.sf.net> Date: Wed, 20 May 2009 02:51:03 -0400 Message-ID: From: David La Croix To: martinko Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: scottl@freebsd.org, freebsd-stable@freebsd.org Subject: Re: run_interrupt_driven_hooks: still waiting after 300 seconds for xpt_config X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 07:12:58 -0000 I experienced the same problem (same motherboard) ... both amd64 and i386 versions did the exact same thing ... I got the installer to work by going into the BIOS and disabling the onboard firewire. On Tue, May 12, 2009 at 4:32 PM, martinko wrote: > Dan Nelson wrote: >> >> In the last episode (May 12), martinko said: >>> >>> I've just tried 7.2-RELEASE (amd64) on Asus M3A78-EM motherboard and >>> booting got stuck with the following: >>> >>> run_interrupt_driven_hooks: still waiting after 300 seconds for >>> xpt_config >>> >>> From what I've found via Google it should be fixed already but apparent= ly >>> it is not. =A0:-( >>> >>> Is there a way to work around this issue and successfully boot and >>> install >>> FreeBSD, please ? >> >> Do you have a connected firewire device? =A0Try unplugging it during boo= tup, >> or kldload the sbp module after bootup instead of via loader.conf. >> > > This is booting on fresh new computer from DVD installation media. > And nothing is attached (except USB keyboard and VGA monitor;)). > > Btw, I've just tried booting recent PC-BSD (7.1) from USB drive but it > failed the same way, unfortunately. > > Any other ideas how to install FreeBSD on this system, please ? > > Cheers, > > Martin > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Wed May 20 10:29:55 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3E7A106564A for ; Wed, 20 May 2009 10:29:55 +0000 (UTC) (envelope-from ruben@verweg.com) Received: from erg.verweg.com (erg.verweg.com [IPv6:2a02:898:96::5e8e:f508]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF9D8FC34 for ; Wed, 20 May 2009 10:29:55 +0000 (UTC) (envelope-from ruben@verweg.com) Received: from guest-105.ripe.net (guest-105.ripe.net [193.0.2.105]) (authenticated bits=0) by erg.verweg.com (8.14.3/8.14.3) with ESMTP id n4KATkm7002841 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Wed, 20 May 2009 10:29:52 GMT (envelope-from ruben@verweg.com) Message-Id: <8D749C28-731A-4A15-9DFF-02FA43EDCA23@verweg.com> From: Ruben van Staveren To: freebsd-stable Stable In-Reply-To: <3c1674c90905191601n7a0d082chbbbc92ec255570e0@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Wed, 20 May 2009 12:29:42 +0200 References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <4A1317C9.90505@andric.com> <4A1324B4.9080105@andric.com> <4A133780.60707@andric.com> <3c1674c90905191551i2c8c8b2axa4671884292aa59b@mail.gmail.com> <3c1674c90905191601n7a0d082chbbbc92ec255570e0@mail.gmail.com> X-Mailer: Apple Mail (2.935.3) X-Spam-Status: No, score=3.1 required=5.0 tests=DATE_IN_FUTURE_06_12 autolearn=no version=3.2.5 X-Spam-Level: *** X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on erg.verweg.com X-Virus-Scanned: ClamAV 0.94.2/9375/Wed May 20 08:22:40 2009 on erg.verweg.com X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (erg.verweg.com [94.142.245.8]); Wed, 20 May 2009 10:29:53 +0000 (UTC) Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 10:29:56 -0000 On 20 May 2009, at 1:01, Kip Macy wrote: > I would recommend that you use the ZFS_MFC branch - it is the same as > what will be in RELENG_7 tomorrow afternoon. This is great news, and given the testing it should be no problem I feel... After setting vm.kmem_size to the recommended minimum I ran buildworld (which resides on a compressed zfs volume) while doing some ufs -> zfs and v.v. rsyncs. This was on FreeBSD/amd64 inside VMWare fusion using both v6 and v13 on the zpool (single device, no mirroring/raid) Thanks for all the hard work! Regards, Ruben From owner-freebsd-stable@FreeBSD.ORG Wed May 20 12:09:50 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1D0B1065A97; Wed, 20 May 2009 12:09:49 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id BA64F8FC08; Wed, 20 May 2009 12:09:48 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA15002; Wed, 20 May 2009 15:09:47 +0300 (EEST) (envelope-from avg@freebsd.org) Message-ID: <4A13F30A.2090401@freebsd.org> Date: Wed, 20 May 2009 15:09:46 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: freebsd-stable@freebsd.org, Chagin Dmitry References: <4A1165A0.6000800@icyb.net.ua> <4A1167A2.6040407@freebsd.org> In-Reply-To: <4A1167A2.6040407@freebsd.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: John Baldwin Subject: Re: stack abuse by linux_ioctl_cdrom X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 12:10:01 -0000 This is a patch that I currently use to fix the problem for myself - both 2KB structs are allocated on the heap. I am not sure what is the proper style for chained calls using chained if-else, but I think that the chaining is the best way to organize that piece of code, so that there is only one exit point from case-block to make sure that FREE is always called. diff --git a/sys/compat/linux/linux_ioctl.c b/sys/compat/linux/linux_ioctl.c index 8e42ec1..7e3453c 100644 --- a/sys/compat/linux/linux_ioctl.c +++ b/sys/compat/linux/linux_ioctl.c @@ -1538,23 +1538,28 @@ linux_ioctl_cdrom(struct thread *td, struct linux_ioctl_args *args) /* LINUX_CDROMAUDIOBUFSIZ */ case LINUX_DVD_READ_STRUCT: { - l_dvd_struct lds; - struct dvd_struct bds; + l_dvd_struct *p_lds; + struct dvd_struct *p_bds; - error = copyin((void *)args->arg, &lds, sizeof(lds)); - if (error) - break; - error = linux_to_bsd_dvd_struct(&lds, &bds); - if (error) - break; - error = fo_ioctl(fp, DVDIOCREADSTRUCTURE, (caddr_t)&bds, - td->td_ucred, td); - if (error) - break; - error = bsd_to_linux_dvd_struct(&bds, &lds); - if (error) - break; - error = copyout(&lds, (void *)args->arg, sizeof(lds)); + MALLOC(p_lds, l_dvd_struct *, sizeof(*p_lds), + M_LINUX, M_WAITOK); + MALLOC(p_bds, struct dvd_struct *, sizeof(*p_bds), + M_LINUX, M_WAITOK); + if ((error = copyin((void *)args->arg, p_lds, sizeof(*p_lds))) + != 0) + ; /* nothing */ + else if ((error = linux_to_bsd_dvd_struct(p_lds, p_bds)) != 0) + ; /* nothing */ + else if ((error = fo_ioctl(fp, DVDIOCREADSTRUCTURE, + (caddr_t)p_bds, td->td_ucred, td)) != 0) + ; /* nothing */ + else if ((error = bsd_to_linux_dvd_struct(p_bds, p_lds)) != 0) + ; /* nothing */ + else + error = copyout(p_lds, (void *)args->arg, + sizeof(*p_lds)); + FREE(p_bds, M_LINUX); + FREE(p_lds, M_LINUX); break; } -- Andriy Gapon From owner-freebsd-stable@FreeBSD.ORG Wed May 20 13:27:29 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22099106564A for ; Wed, 20 May 2009 13:27:29 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id EA12E8FC08 for ; Wed, 20 May 2009 13:27:22 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4KDR8YD036001 for ; Wed, 20 May 2009 06:27:14 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4KDR54r036000 for freebsd-stable@freebsd.org; Wed, 20 May 2009 06:27:05 -0700 (PDT) (envelope-from chris#@1command.com) Received: from ns1.1command.com (ns1.1command.com [64.81.172.41]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Wed, 20 May 2009 06:27:04 -0700 Message-ID: <20090520062704.5ajcgi8m00ckw88g@webmail.1command.com> X-Priority: 3 (Normal) Date: Wed, 20 May 2009 06:27:04 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <7859_1242786313_4A136A09_7859_88_1_4A136A08.10004@solnetsolutions.co.nz> In-Reply-To: <7859_1242786313_4A136A09_7859_88_1_4A136A08.10004@solnetsolutions.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: nv driver on Dell Latitude 830 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 13:27:29 -0000 Greetings... Quoting Jonathan Chen : > Hi all, > > I'm running 7.2-STABLE/amd64 on a Dell 830, and have been attempting > to get XOrg working with the "nv" driver. However, it fails with: > > X.Org X Server 1.6.1 > Release Date: 2009-4-14 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 7.2-PRERELEASE amd64 > Current Operating System: FreeBSD jonathan.chen 7.2-STABLE FreeBSD > 7.2-STABLE #0: Tue May 19 09:24:33 NZST 2009 > root@jonathan.chen:/usr/obj/usr/src/sys/GENERIC amd64 > Build Date: 11 May 2009 08:36:27AM > > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 20 13:27:55 2009 > (==) Using config file: "/usr/local/etc/X11/xorg.conf" > (EE) Failed to load module "xtrap" (module does not exist, 0) > (EE) Failed to load module "freetype" (module does not exist, 0) > (EE) NV(0): Failed to determine the amount of available video memory > (EE) Screen(s) found, but none have a usable configuration. > > Fatal server error: > no screens found > > Is there any hope of getting this to work? Yes there is, and you'll be happy to know I just got done smooting my X install out - just in time to try using the latest driver from the nVidia site (but that's a story for another time). To the point; to best serve you, one will need to see the output from /var/log/Xorg.0.log, and a copy of your xorg.conf file. Without this information /nobody/ can posibly know where you/it went wrong. You would do well to search the posts I made yesterday in a thread. Search for mtrr: invalid argument. I posted all the info you already should have. ;) But you'll see a good example to get some ideas for your own. Have fun. --Chris out... > -- > Jonathan Chen > Solnet Solutions Limited T: +64 9 9775800 > Level 7, Brookfields House, F: +64 9 9775801 > 19 Victoria Street, DDI: +64 9 9775871 > PO Box 6619, M: +64 21 635618 > Auckland 1141, New Zealand http://www.solnetsolutions.co.nz/ > > > Attention: > This email may contain information intended for the sole use of > the original recipient. Please respect this when sharing or > disclosing this email's contents with any third party. If you > believe you have received this email in error, please delete it > and notify the sender or postmaster@solnetsolutions.co.nz as > soon as possible. The content of this email does not necessarily > reflect the views of Solnet Solutions Ltd. > > From owner-freebsd-stable@FreeBSD.ORG Wed May 20 13:39:36 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDCEC106566B for ; Wed, 20 May 2009 13:39:36 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id 728378FC1A for ; Wed, 20 May 2009 13:39:36 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4KDdSo9036074 for ; Wed, 20 May 2009 06:39:34 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4KDdSaw036073 for freebsd-stable@freebsd.org; Wed, 20 May 2009 06:39:28 -0700 (PDT) (envelope-from chris#@1command.com) Received: from ns1.1command.com (ns1.1command.com [64.81.172.41]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Wed, 20 May 2009 06:39:27 -0700 Message-ID: <20090520063927.53hhbmnhckossg40@webmail.1command.com> X-Priority: 3 (Normal) Date: Wed, 20 May 2009 06:39:27 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <7859_1242786313_4A136A09_7859_88_1_4A136A08.10004@solnetsolutions.co.nz> <20090520062704.5ajcgi8m00ckw88g@webmail.1command.com> In-Reply-To: <20090520062704.5ajcgi8m00ckw88g@webmail.1command.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: nv driver on Dell Latitude 830 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 13:39:37 -0000 Quoting Chris H : > Greetings... > > Quoting Jonathan Chen : > >> Hi all, >> >> I'm running 7.2-STABLE/amd64 on a Dell 830, and have been attempting >> to get XOrg working with the "nv" driver. However, it fails with: >> >> X.Org X Server 1.6.1 >> Release Date: 2009-4-14 >> X Protocol Version 11, Revision 0 >> Build Operating System: FreeBSD 7.2-PRERELEASE amd64 >> Current Operating System: FreeBSD jonathan.chen 7.2-STABLE FreeBSD >> 7.2-STABLE #0: Tue May 19 09:24:33 NZST 2009 >> root@jonathan.chen:/usr/obj/usr/src/sys/GENERIC amd64 >> Build Date: 11 May 2009 08:36:27AM >> >> Before reporting problems, check http://wiki.x.org >> to make sure that you have the latest version. >> Markers: (--) probed, (**) from config file, (==) default setting, >> (++) from command line, (!!) notice, (II) informational, >> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >> (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 20 13:27:55 2009 >> (==) Using config file: "/usr/local/etc/X11/xorg.conf" >> (EE) Failed to load module "xtrap" (module does not exist, 0) >> (EE) Failed to load module "freetype" (module does not exist, 0) >> (EE) NV(0): Failed to determine the amount of available video memory >> (EE) Screen(s) found, but none have a usable configuration. >> >> Fatal server error: >> no screens found >> >> Is there any hope of getting this to work? > > Yes there is, and you'll be happy to know I just got done smooting > my X install out - just in time to try using the latest driver > from the nVidia site (but that's a story for another time). > > To the point; to best serve you, one will need to see the output from > /var/log/Xorg.0.log, and a copy of your xorg.conf file. Without this ^^^^^^^^^^^^^^^^^^^^ EDIT That /should/ have read /var/run/dmesg.boot > information /nobody/ can posibly know where you/it went wrong. You > would do well to search the posts I made yesterday in a thread. Search > for mtrr: invalid argument. I posted all the info you already should have. ;) > But you'll see a good example to get some ideas for your own. > > Have fun. > > --Chris out... > >> -- >> Jonathan Chen >> Solnet Solutions Limited T: +64 9 9775800 >> Level 7, Brookfields House, F: +64 9 9775801 >> 19 Victoria Street, DDI: +64 9 9775871 >> PO Box 6619, M: +64 21 635618 >> Auckland 1141, New Zealand http://www.solnetsolutions.co.nz/ >> >> >> Attention: >> This email may contain information intended for the sole use of >> the original recipient. Please respect this when sharing or >> disclosing this email's contents with any third party. If you >> believe you have received this email in error, please delete it >> and notify the sender or postmaster@solnetsolutions.co.nz as >> soon as possible. The content of this email does not necessarily >> reflect the views of Solnet Solutions Ltd. >> >> > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Wed May 20 13:44:55 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48A1C106564A for ; Wed, 20 May 2009 13:44:55 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 061038FC0A for ; Wed, 20 May 2009 13:44:54 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-241-161-127.bna.bellsouth.net [74.241.161.127]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4KDgEpP086091 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 May 2009 09:42:14 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Chris H In-Reply-To: <20090519161031.oz51pawluss8wss0@webmail.1command.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <1242760122.1752.17.camel@balrog.2hip.net> <20090519125924.q79c5na0e888s8sk@webmail.1command.com> <1242773639.1752.40.camel@balrog.2hip.net> <20090519161031.oz51pawluss8wss0@webmail.1command.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-2K1Fr0SipnkqM8/pa5Xv" Organization: FreeBSD Date: Wed, 20 May 2009 08:41:31 -0500 Message-Id: <1242826891.1752.58.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@FreeBSD.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 13:44:55 -0000 --=-2K1Fr0SipnkqM8/pa5Xv Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2009-05-19 at 16:10 -0700, Chris H wrote: > > So, zapping is off by default now in 1.6.x. If you want it, add > Option > > "DontZap" "off". The cross hatch is also gone, that is what the > -retro > > option is supposed to do. The session leader in a failsafe twm > session > > is the left hand xterm. Typing exit in that window should exit the > > session. >=20 > DOH! Sorry. My bad. I have since determined that turning off hald && > dbus > improve performance. I built the X server with the hald option picked. > But, when I bounced the box, and started an X session (with a WM), > performance was improved. BUT. Performance pretty much sucks. I have 4 > of these boards running with the onbord (mach64) video, and the mere > 2Mb > built in RAM. They run with better performance than does this one with > (200Mhz less CPU) comparable RAM && this one has 64Mb onboard && a > faster > Gpu. But they also run 6.4-STABLE && xorg-6.9. > So, I'm going to experiment by rebuilding the X server w/o the HAL > driver - make option && untick HAL. Then portupgrade -fi xorg-server. >=20 > I'll report back should there be any improvement. So, the use of hal or not shouldn't produce any performance difference. It is only used to detect input devices kbd/mouse. One thing that I have discovered and I'm hoping for someone to send me a patch, is that if you build xorg-server without hal support it doesn't get linked to pthread libraries. This causes issues with libdrm on Intel at least. Not sure what else may be impacted. There is also my nouveau patch that you could try. That should get you EXA and Xv acceleration with the nouveau driver. Overall the reports that I've been getting have been good. robert. > Thank you very much Robert, for all your time and efforts. --=20 Robert Noland FreeBSD --=-2K1Fr0SipnkqM8/pa5Xv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoUCIsACgkQM4TrQ4qfROPsGACePHozME8Rsf3iTXop92IBqCMG ku4An220pZ9dQp43d3Q9ifwgQZb1GTUh =UP7P -----END PGP SIGNATURE----- --=-2K1Fr0SipnkqM8/pa5Xv-- From owner-freebsd-stable@FreeBSD.ORG Wed May 20 13:57:55 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2700106566B for ; Wed, 20 May 2009 13:57:55 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 82FB58FC13 for ; Wed, 20 May 2009 13:57:55 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-241-161-127.bna.bellsouth.net [74.241.161.127]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4KDvoRu086172 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 May 2009 09:57:50 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Jonathan Chen In-Reply-To: <7859_1242786313_4A136A09_7859_88_1_4A136A08.10004@solnetsolutions.co.nz> References: <7859_1242786313_4A136A09_7859_88_1_4A136A08.10004@solnetsolutions.co.nz> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-ZqQbZL9BZXh0otiugtOT" Organization: FreeBSD Date: Wed, 20 May 2009 08:57:07 -0500 Message-Id: <1242827827.1752.67.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: nv driver on Dell Latitude 830 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 13:57:56 -0000 --=-ZqQbZL9BZXh0otiugtOT Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2009-05-20 at 14:25 +1200, Jonathan Chen wrote: > Hi all, >=20 > I'm running 7.2-STABLE/amd64 on a Dell 830, and have been attempting to g= et=20 > XOrg working with the "nv" driver. However, it fails with: >=20 > X.Org X Server 1.6.1 > Release Date: 2009-4-14 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 7.2-PRERELEASE amd64 > Current Operating System: FreeBSD jonathan.chen 7.2-STABLE FreeBSD=20 > 7.2-STABLE #0: Tue May 19 09:24:33 NZST 2009=20 > root@jonathan.chen:/usr/obj/usr/src/sys/GENERIC amd64 > Build Date: 11 May 2009 08:36:27AM >=20 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (=3D=3D) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Wed May 20 13:27:55 2009 > (=3D=3D) Using config file: "/usr/local/etc/X11/xorg.conf" > (EE) Failed to load module "xtrap" (module does not exist, 0) > (EE) Failed to load module "freetype" (module does not exist, 0) > (EE) NV(0): Failed to determine the amount of available video memory > (EE) Screen(s) found, but none have a usable configuration. >=20 > Fatal server error: > no screens found >=20 > Is there any hope of getting this to work? > plain text document attachment (Xorg.0.log) > X.Org X Server 1.6.1 > Release Date: 2009-4-14 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 7.2-PRERELEASE amd64=20 > Current Operating System: FreeBSD jonathan.chen 7.2-STABLE FreeBSD 7.2-ST= ABLE #0: Tue May 19 09:24:33 NZST 2009 root@jonathan.chen:/usr/obj/usr/= src/sys/GENERIC amd64 > Build Date: 11 May 2009 08:36:27AM > =20 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (=3D=3D) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Wed May 20 13:27:55 2009 > (=3D=3D) Using config file: "/usr/local/etc/X11/xorg.conf" > (=3D=3D) ServerLayout "X.org Configured" > (**) |-->Screen "Screen0" (0) > (**) | |-->Monitor "LG L1730S" > (**) | |-->Device "Card0" > (**) |-->Input Device "Mouse0" > (**) |-->Input Device "Keyboard0" > (=3D=3D) Automatically adding devices > (=3D=3D) Automatically enabling devices > (**) FontPath set to: > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/, > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/, > built-ins > (**) ModulePath set to "/usr/local/lib/xorg/modules" > (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmo= use' will be disabled. > (WW) Disabling Mouse0 > (WW) Disabling Keyboard0 > (II) Loader magic: 0x3560 > (II) Module ABI versions: > X.Org ANSI C Emulation: 0.4 > X.Org Video Driver: 5.0 > X.Org XInput driver : 4.0 > X.Org Server Extension : 2.0 > (II) Loader running on freebsd > (--) Using syscons driver with X support (version 2.0) > (--) using VT number 9 >=20 > (--) PCI:*(0@1:0:0) nVidia Corporation Quadro NVS 140M rev 161, Mem @ 0xf= d000000/16777216, 0xfa000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x?????= ???/65536 > (II) System resource ranges: > [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) "extmod" will be loaded. This was enabled by default and also specif= ied in the config file. > (II) "dbe" will be loaded. This was enabled by default and also specified= in the config file. > (II) "glx" will be loaded. This was enabled by default and also specified= in the config file. > (II) "record" will be loaded. This was enabled by default and also specif= ied in the config file. > (II) "dri" will be loaded. This was enabled by default and also specified= in the config file. > (II) "dri2" will be loaded by default. > (II) LoadModule: "extmod" > (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > (II) Module extmod: vendor=3D"X.Org Foundation" > compiled for 1.6.1, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension MIT-SCREEN-SAVER > (II) Loading extension XFree86-VidModeExtension > (II) Loading extension XFree86-DGA > (II) Loading extension DPMS > (II) Loading extension XVideo > (II) Loading extension XVideo-MotionCompensation > (II) Loading extension X-Resource > (II) LoadModule: "record" > (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > (II) Module record: vendor=3D"X.Org Foundation" > compiled for 1.6.1, module version =3D 1.13.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension RECORD > (II) LoadModule: "dbe" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > (II) Module dbe: vendor=3D"X.Org Foundation" > compiled for 1.6.1, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension DOUBLE-BUFFER > (II) LoadModule: "glx" > (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > (II) Module glx: vendor=3D"X.Org Foundation" > compiled for 1.6.1, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 2.0 > (=3D=3D) AIGLX disabled > (II) Loading extension GLX > (II) LoadModule: "xtrap" > (WW) Warning, couldn't open module xtrap > (II) UnloadModule: "xtrap" > (EE) Failed to load module "xtrap" (module does not exist, 0) > (II) LoadModule: "dri" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > (II) Module dri: vendor=3D"X.Org Foundation" > compiled for 1.6.1, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension XFree86-DRI > (II) LoadModule: "freetype" > (WW) Warning, couldn't open module freetype > (II) UnloadModule: "freetype" > (EE) Failed to load module "freetype" (module does not exist, 0) > (II) LoadModule: "dri2" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so > (II) Module dri2: vendor=3D"X.Org Foundation" > compiled for 1.6.1, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 2.0 > (II) Loading extension DRI2 > (II) LoadModule: "nv" > (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so > (II) Module nv: vendor=3D"X.Org Foundation" > compiled for 1.6.1, module version =3D 2.1.13 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 5.0 > (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, > Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, > Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, > GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, > GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, > Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, > GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, > GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, > GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, > GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, > GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, > GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, > Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, > GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, > GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, > GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, > Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, > GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, > Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, > GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, > GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, > GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, > GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, > GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, > GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, > Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, > GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, > GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, > GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, > GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, > GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, > Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, > GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, > GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, > GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, > GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, > Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, > GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, > GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, > GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, > Quadro FX 540, GeForce 6200, GeForce 6500, > GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), > GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, > GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, > GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, > GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, > GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, > GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, > GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, > GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, > GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, > GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, > GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, > Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, > GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, > GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, > Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, > Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, > GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, > GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, > GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, > GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, > GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, > Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, > GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, > GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, > GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, > GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, > GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, > GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, > GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, > GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, > GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, > GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, > GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, > GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, > GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, > GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M > (II) Primary Device is: PCI 01@00:00:0 > (--) NV: Found NVIDIA Quadro NVS 140M at 01@00:00:0 > (II) resource ranges after probing: > [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Loading /usr/local/lib/xorg/modules//libint10.so > (II) Module int10: vendor=3D"X.Org Foundation" > compiled for 1.6.1, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 5.0 > (II) NV(0): Initializing int10 > (=3D=3D) NV(0): Write-combining range (0xa0000,0x20000) was already clear > (=3D=3D) NV(0): Write-combining range (0xc0000,0x40000) was already clear > (II) NV(0): Primary V_BIOS segment is: 0xc000 > (=3D=3D) NV(0): Write-combining range (0x0,0x1000) was already clear > (--) NV(0): Console is VGA mode 0x3 > (**) NV(0): Depth 24, (--) framebuffer bpp 32 > (=3D=3D) NV(0): RGB weight 888 > (=3D=3D) NV(0): Default visual is TrueColor > (=3D=3D) NV(0): Using hardware cursor > (=3D=3D) NV(0): Using gamma correction (1.0, 1.0, 1.0) > (II) NV(0): MMIO registers mapped at 0x802800000 > (EE) NV(0): Failed to determine the amount of available video memory > (=3D=3D) NV(0): Write-combining range (0x0,0x1000) was already clear > (II) UnloadModule: "nv" > (II) UnloadModule: "int10" > (II) Unloading /usr/local/lib/xorg/modules//libint10.so > (EE) Screen(s) found, but none have a usable configuration. >=20 > Fatal server error: > no screens found I've not really looked at the nv driver in detail... You could try my nouveau patch. I think it will apply to 7.2 kernel. That should get you EXA and Xv acceleration. http://people.freebsd.org/~rnoland/drm-nouveau-043009.patch robert. > Please consult the The X.Org Foundation support=20 > at http://wiki.x.org > for help.=20 > Please also check the log file at "/var/log/Xorg.0.log" for additional in= formation. >=20 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --=20 Robert Noland FreeBSD --=-ZqQbZL9BZXh0otiugtOT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoUDDMACgkQM4TrQ4qfROMZ1ACePyXlBgVqRJZrYaIhpXqXiYlJ zyAAniDnUgYX2rHdgWk1Znbfp0jmb74+ =iSH6 -----END PGP SIGNATURE----- --=-ZqQbZL9BZXh0otiugtOT-- From owner-freebsd-stable@FreeBSD.ORG Wed May 20 14:02:23 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 063681065726; Wed, 20 May 2009 14:02:22 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9C38FC16; Wed, 20 May 2009 14:02:22 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 4178C46B52; Wed, 20 May 2009 10:02:22 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 003408A028; Wed, 20 May 2009 10:02:21 -0400 (EDT) From: John Baldwin To: Andriy Gapon Date: Wed, 20 May 2009 08:32:00 -0400 User-Agent: KMail/1.9.7 References: <4A1165A0.6000800@icyb.net.ua> <4A1167A2.6040407@freebsd.org> <4A13F30A.2090401@freebsd.org> In-Reply-To: <4A13F30A.2090401@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905200832.00771.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 20 May 2009 10:02:21 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: freebsd-stable@freebsd.org, Chagin Dmitry Subject: Re: stack abuse by linux_ioctl_cdrom X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 14:02:23 -0000 On Wednesday 20 May 2009 8:09:46 am Andriy Gapon wrote: > > This is a patch that I currently use to fix the problem for myself - both 2KB > structs are allocated on the heap. > I am not sure what is the proper style for chained calls using chained if-else, > but I think that the chaining is the best way to organize that piece of code, so > that there is only one exit point from case-block to make sure that FREE is always > called. I usually use goto for that. Error handling does seem to be one of the few appropriate uses of goto. In this case you would basically be replacing all the 'break's with 'goto out' or some such. Also, please do not use the MALLOC() or FREE() macros in new code as they are deprecated (I think they are completely removed in 8). > diff --git a/sys/compat/linux/linux_ioctl.c b/sys/compat/linux/linux_ioctl.c > index 8e42ec1..7e3453c 100644 > --- a/sys/compat/linux/linux_ioctl.c > +++ b/sys/compat/linux/linux_ioctl.c > @@ -1538,23 +1538,28 @@ linux_ioctl_cdrom(struct thread *td, struct > linux_ioctl_args *args) > /* LINUX_CDROMAUDIOBUFSIZ */ > > case LINUX_DVD_READ_STRUCT: { > - l_dvd_struct lds; > - struct dvd_struct bds; > + l_dvd_struct *p_lds; > + struct dvd_struct *p_bds; > > - error = copyin((void *)args->arg, &lds, sizeof(lds)); > - if (error) > - break; > - error = linux_to_bsd_dvd_struct(&lds, &bds); > - if (error) > - break; > - error = fo_ioctl(fp, DVDIOCREADSTRUCTURE, (caddr_t)&bds, > - td->td_ucred, td); > - if (error) > - break; > - error = bsd_to_linux_dvd_struct(&bds, &lds); > - if (error) > - break; > - error = copyout(&lds, (void *)args->arg, sizeof(lds)); > + MALLOC(p_lds, l_dvd_struct *, sizeof(*p_lds), > + M_LINUX, M_WAITOK); > + MALLOC(p_bds, struct dvd_struct *, sizeof(*p_bds), > + M_LINUX, M_WAITOK); > + if ((error = copyin((void *)args->arg, p_lds, sizeof(*p_lds))) > + != 0) > + ; /* nothing */ > + else if ((error = linux_to_bsd_dvd_struct(p_lds, p_bds)) != 0) > + ; /* nothing */ > + else if ((error = fo_ioctl(fp, DVDIOCREADSTRUCTURE, > + (caddr_t)p_bds, td->td_ucred, td)) != 0) > + ; /* nothing */ > + else if ((error = bsd_to_linux_dvd_struct(p_bds, p_lds)) != 0) > + ; /* nothing */ > + else > + error = copyout(p_lds, (void *)args->arg, > + sizeof(*p_lds)); > + FREE(p_bds, M_LINUX); > + FREE(p_lds, M_LINUX); > break; > } > > > > > -- > Andriy Gapon > -- John Baldwin From owner-freebsd-stable@FreeBSD.ORG Wed May 20 14:16:27 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B258D106566B; Wed, 20 May 2009 14:16:27 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f165.google.com (mail-bw0-f165.google.com [209.85.218.165]) by mx1.freebsd.org (Postfix) with ESMTP id F32148FC27; Wed, 20 May 2009 14:16:26 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz9 with SMTP id 9so445582bwz.43 for ; Wed, 20 May 2009 07:16:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6W1nsRT+QacTesH0ryo0Tn1FyJvGr9HFPySO7uUs/7s=; b=wN8+VAsP8HgrFYUPfkj4BvFv4l0xtQIuQ8qD2w1vXz7YtzsHaB6OBG16nMqy1wHy7m c8W697gMwhH81fq5qia/7budD4xKHsOQWfUJiATV4yHCyzOmz7q0fUFQYGVHm2FvIk9X yePz321Wyhnr8wqubBaOPhctFZ8CVCm1d8S3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=aYW0wwDq229IrsnTUkfHAQ1e+ka6ly4/V4UOZfbsicDe0iFBgf/kYMzDbf1mE6/Mvt hSX/T1ensgituyK/dLd+DYBkQBsS9HMCisA9Luu+qhQnFpjjCrCbtowyzrfzu5oKL6yC K1z8a0VDOzIKZ8kCBS0yyFudaGGGvK93K14qc= MIME-Version: 1.0 Received: by 10.204.56.4 with SMTP id w4mr1316197bkg.25.1242828985503; Wed, 20 May 2009 07:16:25 -0700 (PDT) In-Reply-To: <1242826891.1752.58.camel@balrog.2hip.net> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <1242760122.1752.17.camel@balrog.2hip.net> <20090519125924.q79c5na0e888s8sk@webmail.1command.com> <1242773639.1752.40.camel@balrog.2hip.net> <20090519161031.oz51pawluss8wss0@webmail.1command.com> <1242826891.1752.58.camel@balrog.2hip.net> Date: Wed, 20 May 2009 16:16:25 +0200 Message-ID: <3a142e750905200716t318dfc30x77cfa2fa9a2478ac@mail.gmail.com> From: "Paul B. Mahol" To: Robert Noland Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 14:16:28 -0000 On 5/20/09, Robert Noland wrote: > On Tue, 2009-05-19 at 16:10 -0700, Chris H wrote: >> > So, zapping is off by default now in 1.6.x. If you want it, add >> Option >> > "DontZap" "off". The cross hatch is also gone, that is what the >> -retro >> > option is supposed to do. The session leader in a failsafe twm >> session >> > is the left hand xterm. Typing exit in that window should exit the >> > session. >> >> DOH! Sorry. My bad. I have since determined that turning off hald && >> dbus >> improve performance. I built the X server with the hald option picked. >> But, when I bounced the box, and started an X session (with a WM), >> performance was improved. BUT. Performance pretty much sucks. I have 4 >> of these boards running with the onbord (mach64) video, and the mere >> 2Mb >> built in RAM. They run with better performance than does this one with >> (200Mhz less CPU) comparable RAM && this one has 64Mb onboard && a >> faster >> Gpu. But they also run 6.4-STABLE && xorg-6.9. >> So, I'm going to experiment by rebuilding the X server w/o the HAL >> driver - make option && untick HAL. Then portupgrade -fi xorg-server. >> >> I'll report back should there be any improvement. > > So, the use of hal or not shouldn't produce any performance difference. > It is only used to detect input devices kbd/mouse. > > One thing that I have discovered and I'm hoping for someone to send me a > patch, is that if you build xorg-server without hal support it doesn't > get linked to pthread libraries. This causes issues with libdrm on > Intel at least. Not sure what else may be impacted. I ignored this info first time, but I will ask now. Does this implies that libthr is listed in Xorg ldd(1) output? I use server build without hal support on 945GM(irq not MSI) and I do not experience problems with drm/dri/OpenGL/xv or whatever other protocol you name it. > There is also my nouveau patch that you could try. That should get you > EXA and Xv acceleration with the nouveau driver. Overall the reports > that I've been getting have been good. > > robert. > >> Thank you very much Robert, for all your time and efforts. > -- > Robert Noland > FreeBSD > -- Paul From owner-freebsd-stable@FreeBSD.ORG Wed May 20 14:18:30 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0537B1065698; Wed, 20 May 2009 14:18:30 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id D13618FC2B; Wed, 20 May 2009 14:18:28 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA18094; Wed, 20 May 2009 17:18:27 +0300 (EEST) (envelope-from avg@freebsd.org) Message-ID: <4A141132.5010308@freebsd.org> Date: Wed, 20 May 2009 17:18:26 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: John Baldwin References: <4A1165A0.6000800@icyb.net.ua> <4A1167A2.6040407@freebsd.org> <4A13F30A.2090401@freebsd.org> <200905200832.00771.jhb@freebsd.org> In-Reply-To: <200905200832.00771.jhb@freebsd.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Chagin Dmitry Subject: Re: stack abuse by linux_ioctl_cdrom X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 14:18:30 -0000 on 20/05/2009 15:32 John Baldwin said the following: > On Wednesday 20 May 2009 8:09:46 am Andriy Gapon wrote: >> This is a patch that I currently use to fix the problem for myself - both 2KB >> structs are allocated on the heap. >> I am not sure what is the proper style for chained calls using chained if-else, >> but I think that the chaining is the best way to organize that piece of code, so >> that there is only one exit point from case-block to make sure that FREE is always >> called. > > I usually use goto for that. Error handling does seem to be one of the few > appropriate uses of goto. In this case you would basically be replacing all > the 'break's with 'goto out' or some such. Also, please do not use the MALLOC() > or FREE() macros in new code as they are deprecated (I think they are completely > removed in 8). I used MALLOC/FREE only because I saw that this is what was used in that file before. I will fix this. I was reluctant to use goto and label within a case block. In my personal taste that looks uglier and less safe (e.g. accidental goto from another case or from outside of switch). I would preferred goto if label was outside of switch/case. But maybe it's my personal prejudice. I will follow the style that you will recommend. -- Andriy Gapon From owner-freebsd-stable@FreeBSD.ORG Wed May 20 14:21:31 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F17C1065889; Wed, 20 May 2009 14:21:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4E5B08FC08; Wed, 20 May 2009 14:21:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id EF00F46B29; Wed, 20 May 2009 10:21:30 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id D6DF48A025; Wed, 20 May 2009 10:21:29 -0400 (EDT) From: John Baldwin To: Riccardo Torrini Date: Wed, 20 May 2009 10:21:23 -0400 User-Agent: KMail/1.9.7 References: <20090507155012.GW21112@tiger.fi.esaote.it> <200905121144.21406.jhb@freebsd.org> <20090512161025.GO21112@tiger.fi.esaote.it> In-Reply-To: <20090512161025.GO21112@tiger.fi.esaote.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905201021.23633.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 20 May 2009 10:21:29 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Attilio Rao , scottl@freebsd.org, siedar@nplay.pl, freebsd-stable@freebsd.org Subject: Re: kern/130330: [mpt] [panic] Panic and reboot machine MPT ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 14:21:32 -0000 On Tuesday 12 May 2009 12:10:25 pm Riccardo Torrini wrote: > On Tue, May 12, 2009 at 11:44:20AM -0400, John Baldwin wrote: > > > If you can get a stack trace, that would be most helpful. > > My guess is that the recovery thread is holding the mpt lock > > and calling some CAM routine which attempts to relock it via > > cam_periph_lock(). A stack trace would be most telling in > > that case. > > Rebooted, inserted 2nd disk (copied by hand, sorry for delay) Try this. It reverts the single-CCB part of the previous commit while keeping the other fixes. I missed that the CCB might still be in flight when we schedule another rescan. Index: mpt_raid.c =================================================================== --- mpt_raid.c (revision 192376) +++ mpt_raid.c (working copy) @@ -658,19 +658,19 @@ static void mpt_cam_rescan_callback(struct cam_periph *periph, union ccb *ccb) { + xpt_free_path(ccb->ccb_h.path); + xpt_free_ccb(ccb); } static void mpt_raid_thread(void *arg) { struct mpt_softc *mpt; - union ccb *ccb; int firstrun; mpt = (struct mpt_softc *)arg; firstrun = 1; - ccb = xpt_alloc_ccb(); MPT_LOCK(mpt); while (mpt->shutdwn_raid == 0) { @@ -698,15 +698,21 @@ } if (mpt->raid_rescan != 0) { + union ccb *ccb; struct cam_path *path; int error; mpt->raid_rescan = 0; + MPT_UNLOCK(mpt); + ccb = xpt_alloc_ccb(); + + MPT_LOCK(mpt); error = xpt_create_path(&path, xpt_periph, cam_sim_path(mpt->phydisk_sim), CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD); if (error != CAM_REQ_CMP) { + xpt_free_ccb(ccb); mpt_prt(mpt, "Unable to rescan RAID Bus!\n"); } else { xpt_setup_ccb(&ccb->ccb_h, path, 5); @@ -719,7 +725,6 @@ } } } - xpt_free_ccb(ccb); mpt->raid_thread = NULL; wakeup(&mpt->raid_thread); MPT_UNLOCK(mpt); -- John Baldwin From owner-freebsd-stable@FreeBSD.ORG Wed May 20 14:25:38 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F14571065674 for ; Wed, 20 May 2009 14:25:37 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id AC76B8FC0C for ; Wed, 20 May 2009 14:25:37 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-241-161-127.bna.bellsouth.net [74.241.161.127]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4KEPWB0086361 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 May 2009 10:25:32 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: "Paul B. Mahol" In-Reply-To: <3a142e750905200716t318dfc30x77cfa2fa9a2478ac@mail.gmail.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <1242760122.1752.17.camel@balrog.2hip.net> <20090519125924.q79c5na0e888s8sk@webmail.1command.com> <1242773639.1752.40.camel@balrog.2hip.net> <20090519161031.oz51pawluss8wss0@webmail.1command.com> <1242826891.1752.58.camel@balrog.2hip.net> <3a142e750905200716t318dfc30x77cfa2fa9a2478ac@mail.gmail.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-Uf5Ffw0p0lKML8EFW9vG" Organization: FreeBSD Date: Wed, 20 May 2009 09:24:49 -0500 Message-Id: <1242829489.1752.80.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 14:25:38 -0000 --=-Uf5Ffw0p0lKML8EFW9vG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2009-05-20 at 16:16 +0200, Paul B. Mahol wrote: > On 5/20/09, Robert Noland wrote: > > On Tue, 2009-05-19 at 16:10 -0700, Chris H wrote: > >> > So, zapping is off by default now in 1.6.x. If you want it, add > >> Option > >> > "DontZap" "off". The cross hatch is also gone, that is what the > >> -retro > >> > option is supposed to do. The session leader in a failsafe twm > >> session > >> > is the left hand xterm. Typing exit in that window should exit the > >> > session. > >> > >> DOH! Sorry. My bad. I have since determined that turning off hald && > >> dbus > >> improve performance. I built the X server with the hald option picked. > >> But, when I bounced the box, and started an X session (with a WM), > >> performance was improved. BUT. Performance pretty much sucks. I have 4 > >> of these boards running with the onbord (mach64) video, and the mere > >> 2Mb > >> built in RAM. They run with better performance than does this one with > >> (200Mhz less CPU) comparable RAM && this one has 64Mb onboard && a > >> faster > >> Gpu. But they also run 6.4-STABLE && xorg-6.9. > >> So, I'm going to experiment by rebuilding the X server w/o the HAL > >> driver - make option && untick HAL. Then portupgrade -fi xorg-server. > >> > >> I'll report back should there be any improvement. > > > > So, the use of hal or not shouldn't produce any performance difference. > > It is only used to detect input devices kbd/mouse. > > > > One thing that I have discovered and I'm hoping for someone to send me = a > > patch, is that if you build xorg-server without hal support it doesn't > > get linked to pthread libraries. This causes issues with libdrm on > > Intel at least. Not sure what else may be impacted. >=20 > I ignored this info first time, but I will ask now. Does this implies > that libthr is listed in Xorg ldd(1) output? >=20 > I use server build without hal support on 945GM(irq not MSI) and I do > not experience problems with drm/dri/OpenGL/xv or whatever other > protocol you name it. Yes, if xserver is built with HAL support, I see it linked with libthr. If HAL is disabled, it doesn't appear to be. I'm trying to remember exactly what the reported issue was, but I think it was X crashing on exit. robert. > > There is also my nouveau patch that you could try. That should get you > > EXA and Xv acceleration with the nouveau driver. Overall the reports > > that I've been getting have been good. > > > > robert. > > > >> Thank you very much Robert, for all your time and efforts. > > -- > > Robert Noland > > FreeBSD > > >=20 >=20 --=20 Robert Noland FreeBSD --=-Uf5Ffw0p0lKML8EFW9vG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoUErEACgkQM4TrQ4qfROPxMQCfcbIqfSq3D3gh1csaTxT0XkMT ViMAnj2BmjvaymXyy52ADVapcuhOf0Vf =D+OI -----END PGP SIGNATURE----- --=-Uf5Ffw0p0lKML8EFW9vG-- From owner-freebsd-stable@FreeBSD.ORG Wed May 20 15:09:08 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10957106564A for ; Wed, 20 May 2009 15:09:08 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id BDA118FC28 for ; Wed, 20 May 2009 15:09:07 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4KF8wh2036440 for ; Wed, 20 May 2009 08:09:04 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4KF8wGD036439 for freebsd-stable@freebsd.org; Wed, 20 May 2009 08:08:58 -0700 (PDT) (envelope-from chris#@1command.com) Received: from ns1.1command.com (ns1.1command.com [64.81.172.41]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Wed, 20 May 2009 08:08:58 -0700 Message-ID: <20090520080858.ocms6q32800w48o8@webmail.1command.com> X-Priority: 3 (Normal) Date: Wed, 20 May 2009 08:08:58 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <20090518224246.0qrzye1z40w4ws8g@webmail.1command.com> <20090518232019.36g94wxl7zeo088g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <1242760122.1752.17.camel@balrog.2hip.net> <20090519125924.q79c5na0e888s8sk@webmail.1command.com> <1242773639.1752.40.camel@balrog.2hip.net> <20090519161031.oz51pawluss8wss0@webmail.1command.com> <1242826891.1752.58.camel@balrog.2hip.net> In-Reply-To: <1242826891.1752.58.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 15:09:08 -0000 Quoting Robert Noland : > On Tue, 2009-05-19 at 16:10 -0700, Chris H wrote: >> > So, zapping is off by default now in 1.6.x. If you want it, add >> Option >> > "DontZap" "off". The cross hatch is also gone, that is what the >> -retro >> > option is supposed to do. The session leader in a failsafe twm >> session >> > is the left hand xterm. Typing exit in that window should exit the >> > session. >> >> DOH! Sorry. My bad. I have since determined that turning off hald && >> dbus >> improve performance. I built the X server with the hald option picked. >> But, when I bounced the box, and started an X session (with a WM), >> performance was improved. BUT. Performance pretty much sucks. I have 4 >> of these boards running with the onbord (mach64) video, and the mere >> 2Mb >> built in RAM. They run with better performance than does this one with >> (200Mhz less CPU) comparable RAM && this one has 64Mb onboard && a >> faster >> Gpu. But they also run 6.4-STABLE && xorg-6.9. >> So, I'm going to experiment by rebuilding the X server w/o the HAL >> driver - make option && untick HAL. Then portupgrade -fi xorg-server. >> >> I'll report back should there be any improvement. > > So, the use of hal or not shouldn't produce any performance difference. > It is only used to detect input devices kbd/mouse. > > One thing that I have discovered and I'm hoping for someone to send me a > patch, is that if you build xorg-server without hal support it doesn't > get linked to pthread libraries. This causes issues with libdrm on > Intel at least. Not sure what else may be impacted. Indeed, I believe my performance issues were a combination of hal, and dbus polling, and my still tweaking X. Probably not /just/ hal/dbus - tho hal /did/ add a keyboard and mouse on top of those already declared in xorg.conf :/ > > There is also my nouveau patch that you could try. That should get you > EXA and Xv acceleration with the nouveau driver. Overall the reports > that I've been getting have been good. HAH! I've already been trolling the nVidia site, and the ports page on FreeBSD - found that driver - looks interesting. But I think I'd like to start with the nVidia driver, and utilities from their site first. Thanks again for all your time and dedication. --Chris H > > robert. > >> Thank you very much Robert, for all your time and efforts. > -- > Robert Noland > FreeBSD > From owner-freebsd-stable@FreeBSD.ORG Wed May 20 15:19:56 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E56610656A6 for ; Wed, 20 May 2009 15:19:56 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id C4EDE8FC16 for ; Wed, 20 May 2009 15:19:55 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id n4KFJnUC036553 for ; Wed, 20 May 2009 08:19:55 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id n4KFJnM5036552 for freebsd-stable@freebsd.org; Wed, 20 May 2009 08:19:49 -0700 (PDT) (envelope-from chris#@1command.com) Received: from ns1.1command.com (ns1.1command.com [64.81.172.41]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Wed, 20 May 2009 08:19:49 -0700 Message-ID: <20090520081949.214uzidku8woksw8@webmail.1command.com> X-Priority: 3 (Normal) Date: Wed, 20 May 2009 08:19:49 -0700 From: Chris H To: freebsd-stable@freebsd.org References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <3a142e750905182328m60439dfcgadd4c28ba037400e@mail.gmail.com> <20090518234011.k55bmqq3488kko8c@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <1242760122.1752.17.camel@balrog.2hip.net> <20090519125924.q79c5na0e888s8sk@webmail.1command.com> <1242773639.1752.40.camel@balrog.2hip.net> <20090519161031.oz51pawluss8wss0@webmail.1command.com> <1242826891.1752.58.camel@balrog.2hip.net> <3a142e750905200716t318dfc30x77cfa2fa9a2478ac@mail.gmail.com> <1242829489.1752.80.camel@balrog.2hip.net> In-Reply-To: <1242829489.1752.80.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / UNIX Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 15:19:56 -0000 Quoting Robert Noland : > On Wed, 2009-05-20 at 16:16 +0200, Paul B. Mahol wrote: >> On 5/20/09, Robert Noland wrote: >> > On Tue, 2009-05-19 at 16:10 -0700, Chris H wrote: >> >> > So, zapping is off by default now in 1.6.x. If you want it, add >> >> Option >> >> > "DontZap" "off". The cross hatch is also gone, that is what the >> >> -retro >> >> > option is supposed to do. The session leader in a failsafe twm >> >> session >> >> > is the left hand xterm. Typing exit in that window should exit the >> >> > session. >> >> >> >> DOH! Sorry. My bad. I have since determined that turning off hald && >> >> dbus >> >> improve performance. I built the X server with the hald option picked. >> >> But, when I bounced the box, and started an X session (with a WM), >> >> performance was improved. BUT. Performance pretty much sucks. I have 4 >> >> of these boards running with the onbord (mach64) video, and the mere >> >> 2Mb >> >> built in RAM. They run with better performance than does this one with >> >> (200Mhz less CPU) comparable RAM && this one has 64Mb onboard && a >> >> faster >> >> Gpu. But they also run 6.4-STABLE && xorg-6.9. >> >> So, I'm going to experiment by rebuilding the X server w/o the HAL >> >> driver - make option && untick HAL. Then portupgrade -fi xorg-server. >> >> >> >> I'll report back should there be any improvement. >> > >> > So, the use of hal or not shouldn't produce any performance difference. >> > It is only used to detect input devices kbd/mouse. >> > >> > One thing that I have discovered and I'm hoping for someone to send me a >> > patch, is that if you build xorg-server without hal support it doesn't >> > get linked to pthread libraries. This causes issues with libdrm on >> > Intel at least. Not sure what else may be impacted. >> >> I ignored this info first time, but I will ask now. Does this implies >> that libthr is listed in Xorg ldd(1) output? >> >> I use server build without hal support on 945GM(irq not MSI) and I do >> not experience problems with drm/dri/OpenGL/xv or whatever other >> protocol you name it. > > Yes, if xserver is built with HAL support, I see it linked with libthr. > If HAL is disabled, it doesn't appear to be. I'm trying to remember > exactly what the reported issue was, but I think it was X crashing on > exit. I can verify that that /is/ an issue. My first experience/experiment with an nVidia card bit me this way. I built xorg w/o hal, and sure enough, every time I left X, the drives started rumbling - then I got console to see the message: xorg dumped core signal #. So I always build it with hal - whether I use it or not. :) --Chris H > > robert. > >> > There is also my nouveau patch that you could try. That should get you >> > EXA and Xv acceleration with the nouveau driver. Overall the reports >> > that I've been getting have been good. >> > >> > robert. >> > >> >> Thank you very much Robert, for all your time and efforts. >> > -- >> > Robert Noland >> > FreeBSD >> > >> >> > -- > Robert Noland > FreeBSD > From owner-freebsd-stable@FreeBSD.ORG Wed May 20 15:26:25 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 116E5106564A; Wed, 20 May 2009 15:26:25 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f168.google.com (mail-fx0-f168.google.com [209.85.220.168]) by mx1.freebsd.org (Postfix) with ESMTP id 5F15A8FC08; Wed, 20 May 2009 15:26:24 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm12 with SMTP id 12so503579fxm.43 for ; Wed, 20 May 2009 08:26:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=AjEKJOhoOqAkuSK+/IjDKYD3ztsWu5X2B2G2FmWwTiI=; b=oqDUif32eUQP9/cp1YLtn4xnYTGL5PHIvpko4Frxt2ED5Er/m8xrOVFq6a9J4VAxWi SwPeYU6NCGxTXAJdn9uvbBKf7cLmLLIwDtuv4CPbVaE16TrtVjC734aOZekUF3vS6W2u fMpIKZuMu6VJxxZ35Mwn3ba9UiRLSzzalJaKE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GLWc7ZIXOd6kBPHTUuqmez9Gm96G/JTK1lwZnkdm5WtCexltqCprZIJGKGWZLgKKan 6xDJVF5kCokTznvbDvdplCB5ULWELrkrbAmDVKsnbShGxjHw/RQWkVNNYwYx2684oRpE veuLtjKnBrlK3oru9skpcw0tX4PjkCJeJd3Ig= MIME-Version: 1.0 Received: by 10.204.117.131 with SMTP id r3mr1348783bkq.100.1242833183130; Wed, 20 May 2009 08:26:23 -0700 (PDT) In-Reply-To: <1242829489.1752.80.camel@balrog.2hip.net> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <1242760122.1752.17.camel@balrog.2hip.net> <20090519125924.q79c5na0e888s8sk@webmail.1command.com> <1242773639.1752.40.camel@balrog.2hip.net> <20090519161031.oz51pawluss8wss0@webmail.1command.com> <1242826891.1752.58.camel@balrog.2hip.net> <3a142e750905200716t318dfc30x77cfa2fa9a2478ac@mail.gmail.com> <1242829489.1752.80.camel@balrog.2hip.net> Date: Wed, 20 May 2009 17:26:23 +0200 Message-ID: <3a142e750905200826q34d794d6o8e5abe43b49e7d7@mail.gmail.com> From: "Paul B. Mahol" To: Robert Noland Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 15:26:25 -0000 On 5/20/09, Robert Noland wrote: > On Wed, 2009-05-20 at 16:16 +0200, Paul B. Mahol wrote: >> On 5/20/09, Robert Noland wrote: >> > On Tue, 2009-05-19 at 16:10 -0700, Chris H wrote: >> >> > So, zapping is off by default now in 1.6.x. If you want it, add >> >> Option >> >> > "DontZap" "off". The cross hatch is also gone, that is what the >> >> -retro >> >> > option is supposed to do. The session leader in a failsafe twm >> >> session >> >> > is the left hand xterm. Typing exit in that window should exit the >> >> > session. >> >> >> >> DOH! Sorry. My bad. I have since determined that turning off hald && >> >> dbus >> >> improve performance. I built the X server with the hald option picked. >> >> But, when I bounced the box, and started an X session (with a WM), >> >> performance was improved. BUT. Performance pretty much sucks. I have 4 >> >> of these boards running with the onbord (mach64) video, and the mere >> >> 2Mb >> >> built in RAM. They run with better performance than does this one with >> >> (200Mhz less CPU) comparable RAM && this one has 64Mb onboard && a >> >> faster >> >> Gpu. But they also run 6.4-STABLE && xorg-6.9. >> >> So, I'm going to experiment by rebuilding the X server w/o the HAL >> >> driver - make option && untick HAL. Then portupgrade -fi xorg-server. >> >> >> >> I'll report back should there be any improvement. >> > >> > So, the use of hal or not shouldn't produce any performance difference. >> > It is only used to detect input devices kbd/mouse. >> > >> > One thing that I have discovered and I'm hoping for someone to send me a >> > patch, is that if you build xorg-server without hal support it doesn't >> > get linked to pthread libraries. This causes issues with libdrm on >> > Intel at least. Not sure what else may be impacted. >> >> I ignored this info first time, but I will ask now. Does this implies >> that libthr is listed in Xorg ldd(1) output? >> >> I use server build without hal support on 945GM(irq not MSI) and I do >> not experience problems with drm/dri/OpenGL/xv or whatever other >> protocol you name it. > > Yes, if xserver is built with HAL support, I see it linked with libthr. > If HAL is disabled, it doesn't appear to be. I'm trying to remember > exactly what the reported issue was, but I think it was X crashing on > exit. Looking at xorg-server source I did not see anything that points it must link to libthr, perhaps HAL support makes libthr linking mandatory. X doesnt crash on exit for me, well it did before (maybe because drm outputs ressurected *pipe disabled* message on console all the time). Should this finnaly be replaced with DRM_DEBUG ? -- Paul From owner-freebsd-stable@FreeBSD.ORG Wed May 20 15:57:11 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B22DC10656AB for ; Wed, 20 May 2009 15:57:11 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 6A4B98FC08 for ; Wed, 20 May 2009 15:57:11 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-157-59-223.bna.bellsouth.net [70.157.59.223]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4KFv55J086887 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 May 2009 11:57:06 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: "Paul B. Mahol" In-Reply-To: <3a142e750905200826q34d794d6o8e5abe43b49e7d7@mail.gmail.com> References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <1242760122.1752.17.camel@balrog.2hip.net> <20090519125924.q79c5na0e888s8sk@webmail.1command.com> <1242773639.1752.40.camel@balrog.2hip.net> <20090519161031.oz51pawluss8wss0@webmail.1command.com> <1242826891.1752.58.camel@balrog.2hip.net> <3a142e750905200716t318dfc30x77cfa2fa9a2478ac@mail.gmail.com> <1242829489.1752.80.camel@balrog.2hip.net> <3a142e750905200826q34d794d6o8e5abe43b49e7d7@mail.gmail.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-94tG6XTn6LPhKi2pE2h/" Organization: FreeBSD Date: Wed, 20 May 2009 10:56:22 -0500 Message-Id: <1242834982.1752.86.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 15:57:12 -0000 --=-94tG6XTn6LPhKi2pE2h/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2009-05-20 at 17:26 +0200, Paul B. Mahol wrote: > On 5/20/09, Robert Noland wrote: > > On Wed, 2009-05-20 at 16:16 +0200, Paul B. Mahol wrote: > >> On 5/20/09, Robert Noland wrote: > >> > On Tue, 2009-05-19 at 16:10 -0700, Chris H wrote: > >> >> > So, zapping is off by default now in 1.6.x. If you want it, add > >> >> Option > >> >> > "DontZap" "off". The cross hatch is also gone, that is what the > >> >> -retro > >> >> > option is supposed to do. The session leader in a failsafe twm > >> >> session > >> >> > is the left hand xterm. Typing exit in that window should exit t= he > >> >> > session. > >> >> > >> >> DOH! Sorry. My bad. I have since determined that turning off hald &= & > >> >> dbus > >> >> improve performance. I built the X server with the hald option pick= ed. > >> >> But, when I bounced the box, and started an X session (with a WM), > >> >> performance was improved. BUT. Performance pretty much sucks. I hav= e 4 > >> >> of these boards running with the onbord (mach64) video, and the mer= e > >> >> 2Mb > >> >> built in RAM. They run with better performance than does this one w= ith > >> >> (200Mhz less CPU) comparable RAM && this one has 64Mb onboard && a > >> >> faster > >> >> Gpu. But they also run 6.4-STABLE && xorg-6.9. > >> >> So, I'm going to experiment by rebuilding the X server w/o the HAL > >> >> driver - make option && untick HAL. Then portupgrade -fi xorg-serve= r. > >> >> > >> >> I'll report back should there be any improvement. > >> > > >> > So, the use of hal or not shouldn't produce any performance differen= ce. > >> > It is only used to detect input devices kbd/mouse. > >> > > >> > One thing that I have discovered and I'm hoping for someone to send = me a > >> > patch, is that if you build xorg-server without hal support it doesn= 't > >> > get linked to pthread libraries. This causes issues with libdrm on > >> > Intel at least. Not sure what else may be impacted. > >> > >> I ignored this info first time, but I will ask now. Does this implies > >> that libthr is listed in Xorg ldd(1) output? > >> > >> I use server build without hal support on 945GM(irq not MSI) and I do > >> not experience problems with drm/dri/OpenGL/xv or whatever other > >> protocol you name it. > > > > Yes, if xserver is built with HAL support, I see it linked with libthr. > > If HAL is disabled, it doesn't appear to be. I'm trying to remember > > exactly what the reported issue was, but I think it was X crashing on > > exit. >=20 > Looking at xorg-server source I did not see anything that points it > must link to libthr, perhaps HAL support makes libthr linking > mandatory. The issue crops up with libdrm-intel. libdrm is linked with pthread. I know I talked about this with kib@ a while back and we determined that the existing behavior was correct, but I think at that time we were looking at xserver linked with libthr. > X doesnt crash on exit for me, well it did before (maybe because drm > outputs ressurected *pipe disabled* message on console all the time). > Should this finnaly be replaced with DRM_DEBUG ? I changed it to a DEBUG before, it crept back in... I think I have it changed again in my current intel code. robert. --=20 Robert Noland FreeBSD --=-94tG6XTn6LPhKi2pE2h/ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoUKCYACgkQM4TrQ4qfROMjnQCfTfvt4iNByNmFw9FNn0M4H+Ph 8dAAnirKnNmdvNCDiRU+pLyibJJICuOZ =K9Id -----END PGP SIGNATURE----- --=-94tG6XTn6LPhKi2pE2h/-- From owner-freebsd-stable@FreeBSD.ORG Wed May 20 19:23:15 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DB0910656C2 for ; Wed, 20 May 2009 19:23:15 +0000 (UTC) (envelope-from msnkipa@mail.ru) Received: from f169.mail.ru (f169.mail.ru [194.67.57.141]) by mx1.freebsd.org (Postfix) with ESMTP id 445CC8FC26 for ; Wed, 20 May 2009 19:23:15 +0000 (UTC) (envelope-from msnkipa@mail.ru) Received: from mail by f169.mail.ru with local id 1M6rNh-00073I-00; Wed, 20 May 2009 23:23:13 +0400 Received: from [89.113.74.101] by win.mail.ru with HTTP; Wed, 20 May 2009 23:23:13 +0400 From: =?koi8-r?Q?=ED=C9=C8=C1=C9=CC_=EB=C9=D0=C1?= To: Louis Mamakos Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: 192.168.7.11 via proxy [89.113.74.101] Date: Wed, 20 May 2009 23:23:13 +0400 References: In-Reply-To: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-Spam: Not detected X-Mras: Ok Cc: freebsd-stable@freebsd.org Subject: Re[2]: mountd doean`t start when ZFS is enabled. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?koi8-r?Q?=ED=C9=C8=C1=C9=CC_=EB=C9=D0=C1?= List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 19:23:16 -0000 > Perhaps there's no /etc/exports file? While exporting shared zfs file > systems doesn't require this, it looks like /etc/rc.d/mountd requires > the file to be present. > > > On May 19, 2009, at 2:33 PM, Zaphod Beeblebrox wrote: > > > 2009/5/18 íÉÈÁÉÌ ëÉÐÁ > > > >> I have two servers with Identical FreeBSD7.2 system. On both I have > >> such > >> config in /etc/rc.conf: > >> rpcbind_enable="YES" > >> rpc_lockd_enable="YES" > >> rpc_statd_enable="YES" > >> nfs_client_enable="YES" > >> nfs_server_enable="YES" > >> nfs_server_flags="-u -t -n 5 -h 192.168.x.y" > >> mountd_flags="-r" > > > > > > You might also want to post the result of zfs get all | grep sharenfs > > > > Mountd can be refusing to start if there are syntax errors in those > > declarations. > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > > " > > > OK, one more time, if I have only: mountd_flags="-r" there is probled tha I described. Mountd doesn`t start with error in logs: mountd[855]: bindresvport_sa: Address already in use What does it mean?! In other word how is it posible??? But if I have: mountd_flags="-r -p 1000" anything works well. All files (/etc/export, /etc/zfs/export) are present, there is no errors in them and config files. From owner-freebsd-stable@FreeBSD.ORG Wed May 20 20:15:34 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 476401065680 for ; Wed, 20 May 2009 20:15:34 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id F29468FC16 for ; Wed, 20 May 2009 20:15:33 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M6sCK-0007fQ-EE for freebsd-stable@freebsd.org; Wed, 20 May 2009 20:15:32 +0000 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 May 2009 20:15:32 +0000 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 May 2009 20:15:32 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: martinko Date: Wed, 20 May 2009 22:15:19 +0200 Lines: 13 Message-ID: <4A1464D7.501@users.sf.net> References: <4A08A132.3070503@users.sf.net> <20090511224957.GB52703@dan.emsphone.com> <4A09DCF3.3010600@users.sf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.18) Gecko/20081125 SeaMonkey/1.1.13 In-Reply-To: Sender: news Cc: scottl@freebsd.org Subject: Re: run_interrupt_driven_hooks: still waiting after 300 seconds for xpt_config X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 20:15:34 -0000 David La Croix wrote: > I experienced the same problem (same motherboard) ... both amd64 > and i386 versions did the exact same thing ... > > I got the installer to work by going into the BIOS and disabling the > onboard firewire. Well, I can confirm that disabling on-board FireWire helps (though it is workaround only which may be an issue for users of FireWire devices). Thank you, David, for the hint! M. From owner-freebsd-stable@FreeBSD.ORG Wed May 20 21:29:44 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D917D106566C for ; Wed, 20 May 2009 21:29:44 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7CBD38FC1B for ; Wed, 20 May 2009 21:29:44 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [211.166.10.233]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id AE08B5C024 for ; Thu, 21 May 2009 05:29:43 +0800 (CST) Received: from localhost (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id 5BD9955CDA52; Thu, 21 May 2009 05:29:43 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by localhost (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with ESMTP id ohTfnTQsi2NS; Thu, 21 May 2009 05:28:39 +0800 (CST) Received: from charlie.delphij.net (adsl-76-237-33-62.dsl.pltn13.sbcglobal.net [76.237.33.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id C3B6F55CDA4F; Thu, 21 May 2009 05:28:27 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=vaOfHm8MmjtgvEHj1SSUItZjJ+iQqk5XxA7tFrpqQpiYOBxXbihn4l3YnyjwOxCNQ YH1hfuHi/GG0J4M5Bj1LA== Message-ID: <4A1475E5.50109@delphij.net> Date: Wed, 20 May 2009 14:28:05 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: pluknet References: In-Reply-To: X-Enigmail-Version: 0.95.7 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Pete French Subject: Re: So where are we at with bce and lagg then ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 21:29:45 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 pluknet wrote: > 2009/5/19 Pete French : >> Just wondering if there was any update to this ? I seem to >> be the only one who actually has the problem, but I have >> gone as far as I can trying to diagnose it unless someone >> can send me patches to test. >> > > I guess it was fixed in -current in r191923. No it was a different problem, I just MFC'ed 191923 anyway since it do reduce the problems we have. Let's examine the code difference further, petefrench@ has narrowed the problem down into the driver code. To Pete: Did you overwritten the if_bce.c/if_bcereg.h with previous - -STABLE code or was it from 7.1-RELEASE? Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkoUdeQACgkQi+vbBBjt66CRjQCdF/4oHqG60BYvhW0Z2VRs3Q5K +RIAoLnz0qdovOH5z2jBn3iO529RzoEN =zi/L -----END PGP SIGNATURE----- From owner-freebsd-stable@FreeBSD.ORG Wed May 20 21:55:36 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2528F1065672 for ; Wed, 20 May 2009 21:55:36 +0000 (UTC) (envelope-from mikes@siralan.org) Received: from arvo.suso.org (arvo.suso.org [66.244.94.5]) by mx1.freebsd.org (Postfix) with ESMTP id F32A78FC16 for ; Wed, 20 May 2009 21:55:35 +0000 (UTC) (envelope-from mikes@siralan.org) Received: from c-98-220-3-224.hsd1.in.comcast.net (c-98-220-3-224.hsd1.in.comcast.net [98.220.3.224]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arvo.suso.org (Postfix) with ESMTP id 3B2B888059 for ; Wed, 20 May 2009 21:54:32 +0000 (GMT) Date: Wed, 20 May 2009 17:55:29 -0400 (EDT) From: "Michael L. Squires" X-X-Sender: mikes@familysquires.net To: freebsd-stable@freebsd.org In-Reply-To: <20090515085806.GX65350@michelle.cdnetworks.co.kr> Message-ID: <20090520173716.U1136@familysquires.net> References: <4A09DEF1.2010202@delphij.net> <4A09FDB2.5080307@eyede.com> <20090513004131.GP65350@michelle.cdnetworks.co.kr> <20090514082750.GU65350@michelle.cdnetworks.co.kr> <310A73CC-A32D-4794-BF23-A49715AFCF99@nokia.com> <20090515085806.GX65350@michelle.cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: net.inet.tcp.tso=1 still neceesary with fxp was Re: TCP differences in 7.2 vs 7.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 21:55:36 -0000 I started having speed problems after shifting from 7.1-STABLE to 7.1-PRERELEASE. They have continued with 7.2-STABLLE. Reverting to the 7.1-STABLE kernel eliminated the problem. After downloading 7.2-STABLE from cvsup.freebsd.org at about 10:40 AM EST on 5/20/2009, doing a buildworld/buildkernel/installkernel/installworld cycle I still need to execute "net.inet.tcp.tso=1" to elminate throughput problems between my home system (on Comcast) and my office PC (connected via a Time-Warner connection). This also affects connections to other systems; downloading Web pages (ebay.com) speeds up after I change the TSO entry. The box in question runs NAT and has an fxp (Intel Pro100) interface connected to a Comcast cable modem and an em (Intel Pro1000) interface connected to the internal network. There are no network errors in "netstat -i" on either interface. The "if_fxp.c" code appears to be the May 7 version. This is the dmesg entry for the card in question. The system is a dual Xeon Supermicro 1U box, 1GB RAM, single 300GB IDE hard drive. fxp0: port 0xe400-0xe43f mem 0xfebfd000-0xfebfdfff,0xfeb80000-0xfeb9ffff irq 27 at device 7.0 on pci0 miibus0: on fxp0 Mike Squires From owner-freebsd-stable@FreeBSD.ORG Wed May 20 21:59:40 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80ED61065673 for ; Wed, 20 May 2009 21:59:40 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E01F8FC17 for ; Wed, 20 May 2009 21:59:39 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so450772ywe.13 for ; Wed, 20 May 2009 14:59:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ZqDzOUEBwmSS2SOZryGwF9b7FyOw0EP8mI0v4Q9C1TI=; b=xXzRl0qBzh1KKlAYdDs8w4qBycwGmCZKABzHKB+DvhEErurcI4sJ6NFXc8/DiVxpCm Ru/jch6MJNz5OM5gaUl8ihapxKHKoys7ksn7JHV384PXnf+qv3/4l+5xEJQygojI9ptd O0sPpkytjrg+7oHYCawK5h0b2894kfIb+yLNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=rESlRY0QiRZR7LTliFMur8ASyfDqqbOK16p+71bmkwB0kM+vTdEIEHDTYV0/bZTux+ QttbjitrXruLkFQG6oimbKPHso1CwcGaNJCbkI5ytL2aTiSFPdVFSUrikZYrqhlCSdPn nScD11beXAxWSHW1R3D06WZaLf1JprVu8R7Sg= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.211.3 with SMTP id j3mr3705516ang.19.1242856779350; Wed, 20 May 2009 14:59:39 -0700 (PDT) Date: Wed, 20 May 2009 14:59:39 -0700 X-Google-Sender-Auth: 1f096c05e9fb297f Message-ID: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> From: Kip Macy To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 21:59:40 -0000 I will be MFC'ing the newer ZFS support some time this afternoon. Both world and kernel will need to be re-built. Existing pools will continue to work without upgrade. If you choose to upgrade a pool to take advantage of new features you will no longer be able to use it with sources prior to today. 'zfs send/recv' is not expected to inter-operate between different pool versions. Cheers, Kip -- When bad men combine, the good must associate; else they will fall one by one, an unpitied sacrifice in a contemptible struggle. Edmund Burke From owner-freebsd-stable@FreeBSD.ORG Wed May 20 22:10:42 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29E8E106573D; Wed, 20 May 2009 22:10:42 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.freebsd.org (Postfix) with ESMTP id D19C58FC1E; Wed, 20 May 2009 22:10:41 +0000 (UTC) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.14.3/8.14.3) with ESMTP id n4KM9Bcg094853; Wed, 20 May 2009 18:09:11 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200905202209.n4KM9Bcg094853@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 20 May 2009 18:11:01 -0400 To: Kip Macy , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.co m> References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 22:10:42 -0000 At 05:59 PM 5/20/2009, Kip Macy wrote: >If you choose to upgrade a pool to take advantage of new features you >will no longer be able to use it with sources prior to today. 'zfs >send/recv' is not expected to inter-operate between different pool >versions. Hi, Thanks for working on ZFS! Is there a summary of the new features somewhere ? ---Mike From owner-freebsd-stable@FreeBSD.ORG Wed May 20 22:35:31 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1581E106564A for ; Wed, 20 May 2009 22:35:31 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id D20438FC15 for ; Wed, 20 May 2009 22:35:30 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M6uNk-0005dF-R8; Wed, 20 May 2009 23:35:28 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M6uNk-000K3c-Pv; Wed, 20 May 2009 23:35:28 +0100 To: d@delphij.net In-Reply-To: <4A1475E5.50109@delphij.net> Message-Id: From: Pete French Date: Wed, 20 May 2009 23:35:28 +0100 Cc: freebsd-stable@freebsd.org Subject: Re: So where are we at with bce and lagg then ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 22:35:31 -0000 > To Pete: Did you overwritten the if_bce.c/if_bcereg.h with previous > - -STABLE code or was it from 7.1-RELEASE? I am using code from a csup with the date set to 2009.03.30.23.59.59, which is immediately before the changes (the one which doesnt work is a csup with a date of 2009.03.31.23.59.59). -pete. From owner-freebsd-stable@FreeBSD.ORG Wed May 20 22:41:09 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD41E106566B for ; Wed, 20 May 2009 22:41:09 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 759C98FC12 for ; Wed, 20 May 2009 22:41:09 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so456100ana.13 for ; Wed, 20 May 2009 15:41:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=Cj5Bh+acob1PDui5CgpiVw9s7Dk6t3YuFY8v6w/a9VE=; b=KWTb+OJULH5TtF0nK7gR/BDedFWUzSBeeLpOqBNtNPA8hQ8qO7VI3AXRhQ4FJo6q57 vrjOqFRNxWxRjh5AXNzeYwehjgN2/57Nl8McXOmyi6cS/WizWzosJxEum3E/ckRTlxht /BIUmI71g335itly+lQQnP1omWU3ZGzAfe5es= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=nsTg88azdZJxSvB4psO4lYORY8W4BNueviEKGnYv37p3qBIA8zGxRyCGFc8jOoJ4m/ OrGorciZhubd3QQwXLdeyzE5+Q7SvbuWk6Dr53dynExXrlFqxYOQUWbRweUR/Ig7wKef am4WEDVUeoVvU/NBwJJ+R8fY+WhW3oDzZKiao= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.107.3 with SMTP id f3mr3547035anc.119.1242859268517; Wed, 20 May 2009 15:41:08 -0700 (PDT) In-Reply-To: <200905202209.n4KM9Bcg094853@lava.sentex.ca> References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> Date: Wed, 20 May 2009 15:41:08 -0700 X-Google-Sender-Auth: 2df85a0b164061f7 Message-ID: <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> From: Kip Macy To: Mike Tancsa Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 22:41:10 -0000 On Wed, May 20, 2009 at 3:11 PM, Mike Tancsa wrote: > At 05:59 PM 5/20/2009, Kip Macy wrote: >> >> If you choose to upgrade a pool to take advantage of new features you >> will no longer be able to use it with sources prior to today. 'zfs >> send/recv' is not expected to inter-operate between different pool >> versions. > > Hi, > =A0 =A0 =A0 =A0Thanks for working on ZFS! =A0 Is there a summary of the n= ew features > somewhere ? > > =A0 =A0 =A0 =A0---Mike > Primarily what was in Pawel's commit to HEAD (see below). The following changes have also been brought in: - the recurring deadlock was fixed by deferring vinactive to a dedicated th= read - zfs boot for all types now works - kmem now goes up to 512GB so arc is now limited by physmem - the arc now experiences backpressure from the vm (which can be too much - but allows ZFS to work without any tunables on amd64) Revision 185029 - (view) (annotate) - [select for diffs] Modified Mon Nov 17 20:49:29 2008 UTC (6 months ago) by pjd File length: 38244 byte(s) Diff to previous 177698 Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. This bring huge amount of changes, I'll enumerate only user-visible changes= : - Delegated Administration Allows regular users to perform ZFS operations, like file system creation, snapshot creation, etc. - L2ARC Level 2 cache for ZFS - allows to use additional disks for cache. Huge performance improvements mostly for random read of mostly static content. - slog Allow to use additional disks for ZFS Intent Log to speed up operations like fsync(2). - vfs.zfs.super_owner Allows regular users to perform privileged operations on files stored on ZFS file systems owned by him. Very careful with this one. - chflags(2) Not all the flags are supported. This still needs work. - ZFSBoot Support to boot off of ZFS pool. Not finished, AFAIK. Submitted by: dfr - Snapshot properties - New failure modes Before if write requested failed, system paniced. Now one can select from one of three failure modes: - panic - panic on write error - wait - wait for disk to reappear - continue - serve read requests if possible, block write requests - Refquota, refreservation properties Just quota and reservation properties, but don't count space consumed by children file systems, clones and snapshots. - Sparse volumes ZVOLs that don't reserve space in the pool. - External attributes Compatible with extattr(2). - NFSv4-ACLs Not sure about the status, might not be complete yet. Submitted by: trasz - Creation-time properties - Regression tests for zpool(8) command. Obtained from: OpenSolaris From owner-freebsd-stable@FreeBSD.ORG Wed May 20 23:43:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9724B106564A for ; Wed, 20 May 2009 23:43:14 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 2DB348FC16 for ; Wed, 20 May 2009 23:43:13 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by ewy3 with SMTP id 3so898347ewy.43 for ; Wed, 20 May 2009 16:43:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=EAfFKlmwh/ulcICI8fNSursGqt5kle2qhmt8Ah7Rqg0=; b=ZwTzmRclk1QCAIYfnZJ9fgvsKLeRAnZ2tl1xB1hct2M4lEtCgzGt3mz/CDyxdq7FcH YjbOk1N4MFqda3xQcsqZE2gToPsQWWLANBbT+OnEl9yX5u/JQMTL+naLDGR2qC8Fes+C zjzQj4UtZ3NI4UhXmXjVMXiiYzad9UJVpO7g4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=g2P0qw9rqMQnckFx38UzNsLymTMk8sQ6U8gXD19D9SuOmKLB7WzyM+QV+gVW5PeMvp Laugjoi7+8YlQNYPNFncv99hnQnYRFeNjmSRqUDsyuFYCv+0fTjMII3S4MbXOEDPpDsb hKc1YzpQYpvIA7qHNZxRQXFFKXHWg4LfuC5xA= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.216.24.141 with SMTP id x13mr407796wex.106.1242862993219; Wed, 20 May 2009 16:43:13 -0700 (PDT) Date: Wed, 20 May 2009 16:43:13 -0700 X-Google-Sender-Auth: 50fe6ca4f97bcb20 Message-ID: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> From: Kip Macy To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 23:43:14 -0000 On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: > I will be MFC'ing the newer ZFS support some time this afternoon. Both > world and kernel will need to be re-built. Existing pools will > continue to work without upgrade. > > > If you choose to upgrade a pool to take advantage of new features you > will no longer be able to use it with sources prior to today. 'zfs > send/recv' is not expected to inter-operate between different pool > versions. The MFC went in r192498. Please let me know if you have any problems. Thanks, Kip From owner-freebsd-stable@FreeBSD.ORG Wed May 20 23:57:04 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36FA7106564A for ; Wed, 20 May 2009 23:57:04 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-gx0-f166.google.com (mail-gx0-f166.google.com [209.85.217.166]) by mx1.freebsd.org (Postfix) with ESMTP id CD39C8FC14 for ; Wed, 20 May 2009 23:57:03 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by gxk10 with SMTP id 10so1547605gxk.19 for ; Wed, 20 May 2009 16:57:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=G201uhTrQk/bogAQABbD+KFTPvu0NFGCt3Tb8OIc5XA=; b=WF7xIk3ihNuXmollh3F1D9YtY9PmWGOb1FxjZmJ2LW+OS2z4rXa+FBpqUm++skwl3y G71ioI6/eS6t/VsxZeypzMxsL4OeDvoNxl6hv/GPakUr63NFMVSKPZswOkOEyH444D52 8E4VHZXRfdxPbOtyK3VtTLHxYk/IpwGd2qtK8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=AUdjuZ819UxIj4ENuIIIPWi+z3bxAeJsdQqZwe+oj1uylFIoAJhjCnZwJ539gnx0+V CMvvBDxcgOdyqxgYJYPaOpuMgNXIYB0mAo0PBbMwtIckN52de5eriHqdZuE3nrfNhnRT bLzDSMboHYZOHIHjQhPwuInf8pPh+hsDZc0yA= MIME-Version: 1.0 Received: by 10.151.130.1 with SMTP id h1mr3833094ybn.216.1242863823102; Wed, 20 May 2009 16:57:03 -0700 (PDT) In-Reply-To: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> Date: Wed, 20 May 2009 16:57:02 -0700 Message-ID: From: Navdeep Parhar To: Kip Macy Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 23:57:04 -0000 On Wed, May 20, 2009 at 4:43 PM, Kip Macy wrote: > On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: >> I will be MFC'ing the newer ZFS support some time this afternoon. Both >> world and kernel will need to be re-built. Existing pools will >> continue to work without upgrade. >> >> >> If you choose to upgrade a pool to take advantage of new features you >> will no longer be able to use it with sources prior to today. 'zfs >> send/recv' is not expected to inter-operate between different pool >> versions. > > > The MFC went in r192498. Please let me know if you have any problems. Not really a problem but a question: Is the v13 on-disk format exactly the same as that used by Solaris/Opensolaris? Does this make it possible to have a ZFS-only dual boot system running FreeBSD-stable and Solaris, with a shared home directory between the two environments? Has anyone tried anything like this? Regards, Navdeep > > Thanks, > Kip > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Thu May 21 00:00:05 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 296131065674 for ; Thu, 21 May 2009 00:00:05 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id ACE8B8FC16 for ; Thu, 21 May 2009 00:00:04 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by ewy3 with SMTP id 3so904808ewy.43 for ; Wed, 20 May 2009 17:00:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=R5qTCWYmcxJk9DzZpccTOqlOsI9cS514F9f4ktAEMxU=; b=wvStN3vGhqaI6GjDK4MLnx1jMOrRBiUc9U7G81ir2JW/KWVHlpPnweoxUFw5PHOYwf UelsJWLwaFfJlPSrijFzW+D37tIavoszIrSz8tU3Z6NQdecnkqHI12t8fECIuOT2BdSA 4WYY4sJxpvHj7cC7O6uTlKXYCIMO9rTVfPL8k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=pvgec5UqB7cKpemFWoGcEIQJVKz7uLdxO88o/ZadUpQ9dY9aVas6lEDTutXPDorkbX 0MscX5TLv2SvH0Ca5gBef5i2fIqs9kXYVJ58h51ygMalqAAp59DSirMOG3q3X1tOpwAQ w7jeVKRvJ/dD8ywRPhtyfzU/IruMf+iXoQT84= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.216.11.84 with SMTP id 62mr419145wew.148.1242864003693; Wed, 20 May 2009 17:00:03 -0700 (PDT) In-Reply-To: References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> Date: Wed, 20 May 2009 17:00:03 -0700 X-Google-Sender-Auth: 41d9f7c132fa7d14 Message-ID: <3c1674c90905201700p4e08b88bu50fd3dd5804d4624@mail.gmail.com> From: Kip Macy To: Navdeep Parhar Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 00:00:05 -0000 > Not really a problem but a question: =A0Is the v13 on-disk format > exactly the same as that used by Solaris/Opensolaris? It is supposed to be. The sources are the same. However, I have not tested interoperability. > Does this make > it possible to have a ZFS-only dual boot system running FreeBSD-stable > and Solaris, with a shared home directory between the two > environments? It should be. >Has anyone tried anything like this? > Google anyone? :-) -Kip From owner-freebsd-stable@FreeBSD.ORG Thu May 21 00:06:35 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7382B106567B for ; Thu, 21 May 2009 00:06:35 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 044F58FC08 for ; Thu, 21 May 2009 00:06:34 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by ewy3 with SMTP id 3so907397ewy.43 for ; Wed, 20 May 2009 17:06:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=j+4fiuJ/1Xyfk5BQzwuwtH8Swj/1o/11WD+oJwQtg4k=; b=t/e3445ksjW7Vu+dA4YduCm4y3ExkgwLUWNmath81PvdVQkLapydaEUtMFtawOOE1W +LGgi0xLpnwYoco9mLKJUYnL6M/2oq4EcCx29mPKI+Ns+62KQNN90W1+2e+MqfHhfEAU NK8C9hplcAfA87Y1LOYPwp6o+LJ1ui1bbk7d0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=Yba5AeBVMHjdRv+Jklrvc7ekigrZQWZyo4WinddYnR0W05yPaMYhU8TbxssSIhSdhZ 7HSv7RONWIC3wcRhpjrc82bvhg1igiB7Munfi94kH2ABTZmoyRGJiVAwcey+rbp66HSy R+i4bRxoR4JV5qw/KdZKVPT45XtkYCbvo9GDs= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.216.70.204 with SMTP id p54mr448106wed.87.1242864394054; Wed, 20 May 2009 17:06:34 -0700 (PDT) In-Reply-To: <28D35184-3EAF-43A9-89A7-C434FD23A967@ifom-ieo-campus.it> References: <3c1674c90905151702l81c2b88off1d2b2ffed39ca2@mail.gmail.com> <20090516065019.GM82547@egr.msu.edu> <28D35184-3EAF-43A9-89A7-C434FD23A967@ifom-ieo-campus.it> Date: Wed, 20 May 2009 17:06:34 -0700 X-Google-Sender-Auth: 59614ba1c62a091f Message-ID: <3c1674c90905201706j5a5ec8aw843621b88698f5c2@mail.gmail.com> From: Kip Macy To: Alessandro Dellavedova Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Adam McDougall , freebsd-stable@freebsd.org Subject: Re: RFT: ZFS MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 00:06:36 -0000 > > Unfortunately not a lot but we can do the following: > > - Donate some hardware (Fibre Channel HBAs) to the FreeBSD project (paid > from my pocket, not my employer's one); > - Donate some money (paid from my employer's pocket, if I can demonstrate > that this can help us to save big bucks on high-end storage systems); > - Detail in a very precise way all the tests that we are doing on ZFS, using > the following storage: Apple Xraid, Nexsan Sas/SATAbeast, EMC (waiting for > the final configuration) as a contribution to the FreeBSD community. > > In a few words, please let the community know what we can do in order to > make this dream come true. Contributing hardware to the cluster increases the range of platforms that FreeBSD committers can test on. I can't speak to whom or to what to contribute money - that really depends on your perceived needs. 4GB / 8GB qlogic fibre channel support is actually on its way, although I don't know the date. Cheers, Kip From owner-freebsd-stable@FreeBSD.ORG Thu May 21 00:09:23 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C14FC1065696; Thu, 21 May 2009 00:09:23 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E6728FC24; Thu, 21 May 2009 00:09:23 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so487669yxb.13 for ; Wed, 20 May 2009 17:09:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=IG4zRA0wFAvVRgpP+WB5RlHi2oURwx5+s0orp0FITqc=; b=qLXrWXB16IwqYPR0wzaUP63g1lW+7CZ8LACVNwQYfUt3snVJ81o8Weoj1n/LZ3tTSg ExsvDpNo8/ckYTBx2koSPD53jKnCOlbcAZY+JLmFW3wWFPkLlYdsUxIisMji29nzfEKY Ex5G+QrRaFpQlhoBc9FGyY+WQWe1qPCYj8D+k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=jn5ye1spbSD+u9jlwvjYTnoctyDC5h9Zth3uanwDTQLrZ3ASNMTxwZsAKBNKwbtQVQ zZOd7cBTnOQ9bvzqCMJFDeAG7BAMdeSJaGJRlAEWoQPyMzkp2K9RS3v+tz6OWFYEh75H DG9xLtHyyiunlc7p7v/gIUgygqkoRyN/4sSdg= MIME-Version: 1.0 Received: by 10.151.138.7 with SMTP id q7mr3864256ybn.166.1242864562680; Wed, 20 May 2009 17:09:22 -0700 (PDT) In-Reply-To: <3c1674c90905201700p4e08b88bu50fd3dd5804d4624@mail.gmail.com> References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> <3c1674c90905201700p4e08b88bu50fd3dd5804d4624@mail.gmail.com> Date: Wed, 20 May 2009 17:09:22 -0700 Message-ID: From: Navdeep Parhar To: Kip Macy Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 00:09:24 -0000 On Wed, May 20, 2009 at 5:00 PM, Kip Macy wrote: >> Not really a problem but a question: =A0Is the v13 on-disk format >> exactly the same as that used by Solaris/Opensolaris? > > It is supposed to be. The sources are the same. However, I have not > tested interoperability. > > >> Does this make >> it possible to have a ZFS-only dual boot system running FreeBSD-stable >> and Solaris, with a shared home directory between the two >> environments? > > It should be. > >>Has anyone tried anything like this? >> > > Google anyone? :-) My google-fu is weak today, and considering that this went into -stable a few minutes back, I didn't look that hard for v13/fbsd-stable/opensolaris adventures. :-) I'm feeling brave. I think I'll try it myself. Thanks for getting this into -stable! Navdeep > > -Kip > From owner-freebsd-stable@FreeBSD.ORG Thu May 21 01:19:16 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6C47106564A; Thu, 21 May 2009 01:19:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 807448FC14; Thu, 21 May 2009 01:19:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id n4L1JDYR022606; Wed, 20 May 2009 21:19:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.14.3/8.14.3) with ESMTP id n4L1JDpl011113; Wed, 20 May 2009 21:19:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 444871B5060; Wed, 20 May 2009 21:19:13 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20090521011913.444871B5060@freebsd-stable.sentex.ca> Date: Wed, 20 May 2009 21:19:13 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at smtp2.sentex.ca X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [releng_7 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 01:19:17 -0000 TB --- 2009-05-20 23:21:28 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2009-05-20 23:21:28 - starting RELENG_7 tinderbox run for amd64/amd64 TB --- 2009-05-20 23:21:28 - cleaning the object tree TB --- 2009-05-20 23:22:02 - cvsupping the source tree TB --- 2009-05-20 23:22:02 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/amd64/amd64/supfile TB --- 2009-05-20 23:22:13 - building world TB --- 2009-05-20 23:22:13 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-20 23:22:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-20 23:22:13 - TARGET=amd64 TB --- 2009-05-20 23:22:13 - TARGET_ARCH=amd64 TB --- 2009-05-20 23:22:13 - TZ=UTC TB --- 2009-05-20 23:22:13 - __MAKE_CONF=/dev/null TB --- 2009-05-20 23:22:13 - cd /src TB --- 2009-05-20 23:22:13 - /usr/bin/make -B buildworld >>> World build started on Wed May 20 23:22:14 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Thu May 21 00:54:51 UTC 2009 TB --- 2009-05-21 00:54:51 - generating LINT kernel config TB --- 2009-05-21 00:54:51 - cd /src/sys/amd64/conf TB --- 2009-05-21 00:54:51 - /usr/bin/make -B LINT TB --- 2009-05-21 00:54:51 - building LINT kernel TB --- 2009-05-21 00:54:51 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-21 00:54:51 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-21 00:54:51 - TARGET=amd64 TB --- 2009-05-21 00:54:51 - TARGET_ARCH=amd64 TB --- 2009-05-21 00:54:51 - TZ=UTC TB --- 2009-05-21 00:54:51 - __MAKE_CONF=/dev/null TB --- 2009-05-21 00:54:51 - cd /src TB --- 2009-05-21 00:54:51 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu May 21 00:54:51 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -O2 -fno-strict-aliasing -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I/src/sys/modules/zfs/../../cddl/compat/opensolaris -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/zmod -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common -I/src/sys/modules/zfs/../.. -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/zfs -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common -I/src/sys/modules/zfs/../../../include -DHAVE_KERNEL_OPTION_HEADERS -include /obj/amd64/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 -fno-omit-frame-pointer -I/obj/amd64/src/sys/LINT -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnes ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -c /src/sys/modules/zfs/../../cddl/compat/opensolaris/kern/opensolaris_kobj.c cc -O2 -fno-strict-aliasing -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I/src/sys/modules/zfs/../../cddl/compat/opensolaris -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/zmod -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common -I/src/sys/modules/zfs/../.. -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/zfs -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common -I/src/sys/modules/zfs/../../../include -DHAVE_KERNEL_OPTION_HEADERS -include /obj/amd64/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 -fno-omit-frame-pointer -I/obj/amd64/src/sys/LINT -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnes ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -c /src/sys/modules/zfs/../../cddl/compat/opensolaris/kern/opensolaris_kstat.c cc -O2 -fno-strict-aliasing -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I/src/sys/modules/zfs/../../cddl/compat/opensolaris -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/zmod -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common -I/src/sys/modules/zfs/../.. -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/zfs -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common -I/src/sys/modules/zfs/../../../include -DHAVE_KERNEL_OPTION_HEADERS -include /obj/amd64/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 -fno-omit-frame-pointer -I/obj/amd64/src/sys/LINT -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnes ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -c /src/sys/modules/zfs/../../cddl/compat/opensolaris/kern/opensolaris_misc.c cc -O2 -fno-strict-aliasing -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I/src/sys/modules/zfs/../../cddl/compat/opensolaris -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/zmod -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common -I/src/sys/modules/zfs/../.. -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/zfs -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common -I/src/sys/modules/zfs/../../../include -DHAVE_KERNEL_OPTION_HEADERS -include /obj/amd64/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 -fno-omit-frame-pointer -I/obj/amd64/src/sys/LINT -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnes ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -c /src/sys/modules/zfs/../../cddl/compat/opensolaris/kern/opensolaris_policy.c cc -O2 -fno-strict-aliasing -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I/src/sys/modules/zfs/../../cddl/compat/opensolaris -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/zmod -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common -I/src/sys/modules/zfs/../.. -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/zfs -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common -I/src/sys/modules/zfs/../../../include -DHAVE_KERNEL_OPTION_HEADERS -include /obj/amd64/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 -fno-omit-frame-pointer -I/obj/amd64/src/sys/LINT -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnes ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -c /src/sys/modules/zfs/../../cddl/compat/opensolaris/kern/opensolaris_string.c cc -O2 -fno-strict-aliasing -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I/src/sys/modules/zfs/../../cddl/compat/opensolaris -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/zmod -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common -I/src/sys/modules/zfs/../.. -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/zfs -I/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common -I/src/sys/modules/zfs/../../../include -DHAVE_KERNEL_OPTION_HEADERS -include /obj/amd64/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 -fno-omit-frame-pointer -I/obj/amd64/src/sys/LINT -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnes ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -c /src/sys/modules/zfs/../../cddl/compat/opensolaris/kern/opensolaris_vfs.c /src/sys/modules/zfs/../../cddl/compat/opensolaris/kern/opensolaris_vfs.c:41: error: redefinition of 'struct vfsoptlist' /src/sys/modules/zfs/../../cddl/compat/opensolaris/kern/opensolaris_vfs.c:42: error: redefinition of 'struct vfsopt' *** Error code 1 Stop in /src/sys/modules/zfs. *** Error code 1 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-05-21 01:19:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-05-21 01:19:13 - ERROR: failed to build lint kernel TB --- 2009-05-21 01:19:13 - 5759.48 user 597.36 system 7064.38 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-amd64-amd64.full From owner-freebsd-stable@FreeBSD.ORG Thu May 21 03:35:36 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CB13106566B for ; Thu, 21 May 2009 03:35:36 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id 64F0B8FC0C for ; Thu, 21 May 2009 03:35:36 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id k40so318927rvb.43 for ; Wed, 20 May 2009 20:35:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=RHcZ8uI0ao4hBAco8R77M9+QLyl3+vzE7OMI93apIlI=; b=IfRxWzeMFpr4vjYTvgjHjjIr8WcN1dYLtf/d2kwflFxwNDP5iKQOhHYm0gQhX9/jAQ g4lS8u+0JAI8qQg29kfegX401l0XdJ5NU5Rak+DoTt11pVzc/znFfdg3C2vpmb6M8Tmb 8frnLv90fY6YdyV8DuE3WT+sUg5uPosJ2Hy6w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=MdloBfT8WBcT7pBZ+q//kq4IqJ5odXIz1OhK+KT/Hg2Hiqag9olnZKvJQiznRxm5Hr ZFsuK91sZRUkeGDfxECC7xvGYtINo/hq/j/CreyEtSFyIB36pwEuex5MzapWkbobio+E ZvLGt+/8m095/6+mgpeyOz8GSF92JRetFyAvg= Received: by 10.140.170.12 with SMTP id s12mr921811rve.53.1242876935648; Wed, 20 May 2009 20:35:35 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id g14sm5333835rvb.2.2009.05.20.20.35.33 (version=SSLv3 cipher=RC4-MD5); Wed, 20 May 2009 20:35:34 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Thu, 21 May 2009 12:45:40 +0900 From: Pyun YongHyeon Date: Thu, 21 May 2009 12:45:40 +0900 To: "Michael L. Squires" Message-ID: <20090521034540.GM9043@michelle.cdnetworks.co.kr> References: <4A09DEF1.2010202@delphij.net> <4A09FDB2.5080307@eyede.com> <20090513004131.GP65350@michelle.cdnetworks.co.kr> <20090514082750.GU65350@michelle.cdnetworks.co.kr> <310A73CC-A32D-4794-BF23-A49715AFCF99@nokia.com> <20090515085806.GX65350@michelle.cdnetworks.co.kr> <20090520173716.U1136@familysquires.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090520173716.U1136@familysquires.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: net.inet.tcp.tso=1 still neceesary with fxp was Re: TCP differences in 7.2 vs 7.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 03:35:36 -0000 On Wed, May 20, 2009 at 05:55:29PM -0400, Michael L. Squires wrote: > I started having speed problems after shifting from 7.1-STABLE to > 7.1-PRERELEASE. They have continued with 7.2-STABLLE. > > Reverting to the 7.1-STABLE kernel eliminated the problem. > > After downloading 7.2-STABLE from cvsup.freebsd.org at about 10:40 AM EST > on 5/20/2009, doing a buildworld/buildkernel/installkernel/installworld > cycle I still need to execute "net.inet.tcp.tso=1" to elminate throughput > problems between my home system (on Comcast) and my office PC (connected > via a Time-Warner connection). This also affects connections to other > systems; downloading Web pages (ebay.com) speeds up after I change the TSO > entry. > > The box in question runs NAT and has an fxp (Intel Pro100) interface > connected to a Comcast cable modem and an em (Intel Pro1000) interface > connected to the internal network. > > There are no network errors in "netstat -i" on either interface. > > The "if_fxp.c" code appears to be the May 7 version. > You should have cvs rev. 1.266.2.15 of if_fxp.c. > This is the dmesg entry for the card in question. The system is a dual Xeon > Supermicro 1U box, 1GB RAM, single 300GB IDE hard drive. > > fxp0: port 0xe400-0xe43f mem > 0xfebfd000-0xfebfdfff,0xfeb80000-0xfeb9ffff irq 27 at device 7.0 on pci0 > miibus0: on fxp0 > Since you use both em(4) and fxp(4) I'd like to know which driver has the issue. Instead of disabling TSO of network stack try disabling TSO for each interface. For instance, 1. Diable TSO of em(4) and check you see the same issue (ifconfig em0 -tso). 2. Diable TSO of fxp(4) and check you see the same issue (ifconfig fxp0 -tso). From owner-freebsd-stable@FreeBSD.ORG Thu May 21 05:38:04 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90130106566B for ; Thu, 21 May 2009 05:38:04 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id EDB7C8FC13 for ; Thu, 21 May 2009 05:38:03 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fk-out-0910.google.com with SMTP id f33so443488fkf.11 for ; Wed, 20 May 2009 22:38:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=V2KJyRJ3dDIy0mdtUayh+lYkSacWQr80VmRVWBQrs7w=; b=MzClV8SU1cQ9ypb1ZpoQzj95OTIN8tfIzFnt2FgVS2dYGs92lneQalXAgP9fABKfCh 9g80ef24XJNRGkWWKMPitJgxC8EjHxOj6zHkgm0yZEpqwITjuj5VQ0uc/pwo25Jh44m4 tGMK56r5mfaM2wYnP9cWBcSRumjCT/xv6ext4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Aw6QbxUr3pALB8ZebC/ZrvkeUYCkOVpQxeIX8CzbrP5LKZUzhEMfNqnl/mbBezHchU JA6osqqMJA+96fm5tQVmsNachhp3I04q3n8TrvDpceRRyQ36nuRtX1Hnlu0OYJRQgP/k DZQkwPZVtxKPCgWA3aWjAueWqyiNUKPFS8hXo= MIME-Version: 1.0 Received: by 10.103.220.18 with SMTP id x18mr1149283muq.24.1242884282841; Wed, 20 May 2009 22:38:02 -0700 (PDT) In-Reply-To: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> Date: Thu, 21 May 2009 09:38:02 +0400 Message-ID: From: pluknet To: Kip Macy Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 05:38:04 -0000 2009/5/21 Kip Macy : > On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: >> I will be MFC'ing the newer ZFS support some time this afternoon. Both >> world and kernel will need to be re-built. Existing pools will >> continue to work without upgrade. >> >> >> If you choose to upgrade a pool to take advantage of new features you >> will no longer be able to use it with sources prior to today. 'zfs >> send/recv' is not expected to inter-operate between different pool >> versions. > > > The MFC went in r192498. Please let me know if you have any problems. Please, fix 4 times repetition of all its content in stable/7/cddl/compat/opensolaris/include/libshare.h. Thanks! -- wbr, pluknet From owner-freebsd-stable@FreeBSD.ORG Thu May 21 05:46:07 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E91141065673 for ; Thu, 21 May 2009 05:46:07 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-fx0-f168.google.com (mail-fx0-f168.google.com [209.85.220.168]) by mx1.freebsd.org (Postfix) with ESMTP id 4EC648FC2B for ; Thu, 21 May 2009 05:46:05 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fxm12 with SMTP id 12so849365fxm.43 for ; Wed, 20 May 2009 22:46:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=QDjue+uOTyOvZs56jTjVogryzl+B9ZGcyFW6OLQdhsI=; b=XFDh058etEoLVNgUffn7ktF6BPZ/3mBA+gyOzBb78KpMOYziuhnCdmB3hcs9yEibsg FzkIz0JDREsW+LmZgdXMbtXgvtti2FlqJ6yNXSP/dqI+42XDBhVi/7KSPh+GDEAkIuqu xogEM0Roct54dsGmbTjEk6fMN/bOSFd7+8o6E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=dUPm+9FSDHA0AE6fs81wFTi7z6tZIQXUv26t9U7CoBkF9cxYo5ZJQUjwyPhtJ7oI7H /Esh7Ig6jDWxy+nNg6EXOzmkcHdpJ58J8yx97ekJ5eVW62QzSyw0Iy4m/C6/bYw1vDTg TEJYtHhcWlEx3Zult0h2AkI/3beK7rt7UGgJo= MIME-Version: 1.0 Received: by 10.103.52.2 with SMTP id e2mr102579muk.33.1242884764641; Wed, 20 May 2009 22:46:04 -0700 (PDT) In-Reply-To: References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> Date: Thu, 21 May 2009 09:46:04 +0400 Message-ID: From: pluknet To: Kip Macy Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 05:46:08 -0000 2009/5/21 pluknet : > 2009/5/21 Kip Macy : >> On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: >>> I will be MFC'ing the newer ZFS support some time this afternoon. Both >>> world and kernel will need to be re-built. Existing pools will >>> continue to work without upgrade. >>> >>> >>> If you choose to upgrade a pool to take advantage of new features you >>> will no longer be able to use it with sources prior to today. 'zfs >>> send/recv' is not expected to inter-operate between different pool >>> versions. >> >> >> The MFC went in r192498. Please let me know if you have any problems. > > Please, fix 4 times repetition of all its content in > stable/7/cddl/compat/opensolaris/include/libshare.h. > The same: stable/7/sys/cddl/compat/opensolaris/sys/pathname.h stable/7/sys/cddl/compat/opensolaris/sys/kidmap.h stable/7/sys/cddl/compat/opensolaris/sys/file.h -- wbr, pluknet From owner-freebsd-stable@FreeBSD.ORG Thu May 21 05:59:42 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED11C1065673 for ; Thu, 21 May 2009 05:59:42 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from mail-gx0-f166.google.com (mail-gx0-f166.google.com [209.85.217.166]) by mx1.freebsd.org (Postfix) with ESMTP id A6F918FC12 for ; Thu, 21 May 2009 05:59:42 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by gxk10 with SMTP id 10so1844565gxk.19 for ; Wed, 20 May 2009 22:59:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=pXDpBRHZZSWXGtIwpXoFGo0y+JD0eRo+3Y9viX6ulgA=; b=YDWf6zk7KfwxBZZKopfvZEsUJgWav6eHs08P6wNYGd4TDiyN5cp6kcy1N1DvgDZEvy IBKJqGWM/c2gY1Un9ppAT4pD5g0l4bm60QdIdZwnpGF4/i3TNmNwy824X5QhHVhIX9wF EdaxLI/UKwT+fCMzFNjw9gTGBf/VnhLv/PbSY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=qddIuSXS9X5BNx+0hrbdroaqSo4jbGdnO6s93oVBV5HzUKjMsyI2gKxVrhlcaqY6sQ 4WjlRlX93SuPcIfbvtU4CdfuGlF0iJVYGLggaEecAUT4I/1zo7FM1ZL8JZWULIgdamUU XYmC3vecUjV5yTNcjdfwaesbO9cTO+NsVUSYk= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.101.71.3 with SMTP id y3mr3893130ank.158.1242885581885; Wed, 20 May 2009 22:59:41 -0700 (PDT) In-Reply-To: References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> Date: Wed, 20 May 2009 22:59:41 -0700 X-Google-Sender-Auth: 74a2cf441f9023b2 Message-ID: <3c1674c90905202259s738174cdj24c61e7ffb4fbde4@mail.gmail.com> From: Kip Macy To: pluknet Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 05:59:43 -0000 >> Please, fix 4 times repetition of all its content in >> stable/7/cddl/compat/opensolaris/include/libshare.h. >> > > The same: > stable/7/sys/cddl/compat/opensolaris/sys/pathname.h > stable/7/sys/cddl/compat/opensolaris/sys/kidmap.h > stable/7/sys/cddl/compat/opensolaris/sys/file.h > fixed by r192523 From owner-freebsd-stable@FreeBSD.ORG Thu May 21 07:29:26 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F67A1065673; Thu, 21 May 2009 07:29:26 +0000 (UTC) (envelope-from riccardo.torrini@esaote.com) Received: from gw-fi.esaote.com (gw-fi.esaote.com [85.18.189.242]) by mx1.freebsd.org (Postfix) with ESMTP id DEA6E8FC1D; Thu, 21 May 2009 07:29:25 +0000 (UTC) (envelope-from riccardo.torrini@esaote.com) Received: from tiger.fi.esaote.it (tiger.fi.esaote.it [192.168.6.66]) by gw-fi.esaote.com (8.14.3/8.14.3) with ESMTP id n4L7TN8B043832; Thu, 21 May 2009 09:29:23 +0200 (CEST) (envelope-from riccardo.torrini@esaote.com) Received: from tiger.fi.esaote.it (localhost [127.0.0.1]) by tiger.fi.esaote.it (Postfix) with ESMTP id D948F1CC9A; Thu, 21 May 2009 09:29:22 +0200 (CEST) Received: by tiger.fi.esaote.it (Postfix, from userid 201) id BC9B51CC11; Thu, 21 May 2009 09:29:22 +0200 (CEST) Date: Thu, 21 May 2009 09:29:22 +0200 From: Riccardo Torrini To: John Baldwin Message-ID: <20090521072922.GR21112@tiger.fi.esaote.it> References: <20090507155012.GW21112@tiger.fi.esaote.it> <200905121144.21406.jhb@freebsd.org> <20090512161025.GO21112@tiger.fi.esaote.it> <200905201021.23633.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200905201021.23633.jhb@freebsd.org> User-Agent: Mutt/1.5.19 (2009-01-05) X-AV-Checked: ClamAV using ClamSMTP Cc: Attilio Rao , scottl@freebsd.org, siedar@nplay.pl, freebsd-stable@freebsd.org, Riccardo Torrini Subject: Re: kern/130330: [mpt] [panic] Panic and reboot machine MPT ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 07:29:26 -0000 On Wed, May 20, 2009 at 10:21:23AM -0400, John Baldwin wrote: > Try this. It reverts the single-CCB part of the previous > commit while keeping the other fixes. I missed that the > CCB might still be in flight when we schedule another rescan. Applied to mpt_raid.c,v 1.15.2.1 2008/07/28 17:05:09 jhb (it differ only for line position but adiacent lines are the same). Also redone a diff -u4 to verify, recompiled, installed, and... YOO-HOO. Now it rebuild _without_ crashing. May 20 17:39:08 horse kernel: \ mpt0:vol0(mpt0:0:0): RAID-1 - Degraded mpt0:vol0(mpt0:0:0): Status ( Enabled Re-Syncing ) mpt0:vol0(mpt0:0:0): Low Priority Re-Sync mpt0:vol0(mpt0:0:0): 64461754 of 71087625 blocks remaining Let me test against a 7.2-STABLE (and even to some -CURRENT)... [some times ahead] Bad news: I removed the second disk during rebuilding and it still crash. I take a screen shapshot with camera because of too many messages for write down by hand :) Image, src tarball and info here (about 2.2MB): ftp://ftp.torrini.org/pub/FreeBSD/mpt_crash_on_rebuild/ -- Riccardo. From owner-freebsd-stable@FreeBSD.ORG Thu May 21 08:15:20 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E3451065670 for ; Thu, 21 May 2009 08:15:20 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 3834D8FC20 for ; Thu, 21 May 2009 08:15:20 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1M73Qs-00047K-Vz; Thu, 21 May 2009 11:15:19 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Kip Macy In-reply-to: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> Comments: In-reply-to Kip Macy message dated "Wed, 20 May 2009 14:59:39 -0700." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 May 2009 11:15:18 +0300 From: Danny Braniss Message-ID: Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 08:15:20 -0000 > I will be MFC'ing the newer ZFS support some time this afternoon. Both > world and kernel will need to be re-built. Existing pools will > continue to work without upgrade. > > > If you choose to upgrade a pool to take advantage of new features you > will no longer be able to use it with sources prior to today. 'zfs > send/recv' is not expected to inter-operate between different pool > versions. I think this is not a zfs issue, but it does trigger the problem: on a zfs mounted system via nfs, from linux, an ls .zfs used to panic the server, now it just doesn't work :-). (http://lists.freebsd.org/pipermail/freebsd-fs/2008-October/005217.html) so is this being worked on? btw, i will be trying the new version over the weekend. danny From owner-freebsd-stable@FreeBSD.ORG Thu May 21 08:15:59 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF54C1065673 for ; Thu, 21 May 2009 08:15:59 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id B86F58FC1D for ; Thu, 21 May 2009 08:15:59 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <4A150DBA.9010209@intersonic.se> Date: Thu, 21 May 2009 10:15:54 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.21 (X11/20090502) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: kernel compile fails in machdep.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 08:16:00 -0000 Latest stable sources, machdep.c is $FreeBSD: src/sys/i386/i386/intr_machdep.c,v 1.29.2.7 2009/05/19 22:07:54 jhb Exp $ cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/src/sys/i386/i386/intr_machdep.c cc1: warnings being treated as errors /usr/src/sys/i386/i386/intr_machdep.c: In function 'intr_register_source': /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing argument 4 of 'intr_event_create' makes pointer from integer without a cast /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing argument 7 of 'intr_event_create' from incompatible pointer type /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing argument 8 of 'intr_event_create' from incompatible pointer type /usr/src/sys/i386/i386/intr_machdep.c: In function 'intr_execute_handlers': /usr/src/sys/i386/i386/intr_machdep.c:261: warning: implicit declaration of function 'intr_event_handle' /usr/src/sys/i386/i386/intr_machdep.c:261: warning: nested extern declaration of 'intr_event_handle' *** Error code 1 -- per From owner-freebsd-stable@FreeBSD.ORG Thu May 21 08:43:02 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9CEA106566B; Thu, 21 May 2009 08:43:02 +0000 (UTC) (envelope-from lopez.on.the.lists@yellowspace.net) Received: from mail.yellowspace.net (mail.yellowspace.net [80.190.200.164]) by mx1.freebsd.org (Postfix) with ESMTP id 240DA8FC17; Thu, 21 May 2009 08:43:01 +0000 (UTC) (envelope-from lopez.on.the.lists@yellowspace.net) Received: from furia.intranet ([93.104.99.4]) (AUTH: LOGIN lopez.on.the.lists@yellowspace.net) by mail.yellowspace.net with esmtp; Thu, 21 May 2009 10:32:56 +0200 id 0049AF37.000000004A1511B8.00017434 Message-Id: From: Lorenzo Perone To: Kip Macy In-Reply-To: <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.4) Date: Thu, 21 May 2009 08:32:56 +0000 References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> X-Mailer: Apple Mail (2.930.4) Cc: FreeBSD Stable Mailing List Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 08:43:02 -0000 On 20.05.2009, at 22:41, Kip Macy wrote: > On Wed, May 20, 2009 at 3:11 PM, Mike Tancsa wrote: >> At 05:59 PM 5/20/2009, Kip Macy wrote: >>> >>> If you choose to upgrade a pool to take advantage of new features >>> you >>> will no longer be able to use it with sources prior to today. 'zfs >>> send/recv' is not expected to inter-operate between different pool >>> versions. >> > Primarily what was in Pawel's commit to HEAD (see below). > > The following changes have also been brought in: > > - the recurring deadlock was fixed by deferring vinactive to a > dedicated thread > - zfs boot for all types now works > - kmem now goes up to 512GB so arc is now limited by physmem > - the arc now experiences backpressure from the vm (which can be too > much - but allows ZFS to work without any tunables on amd64) great awesome incredible gorgeous superb fantastic excellent supercool THANX! :-) * dancing around with loud music csupping all over the place... * Lorenzo From owner-freebsd-stable@FreeBSD.ORG Thu May 21 09:53:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61543106566C for ; Thu, 21 May 2009 09:53:14 +0000 (UTC) (envelope-from pertti.kosunen@pp.nic.fi) Received: from kirsi1.inet.fi (mta-out.inet.fi [195.156.147.13]) by mx1.freebsd.org (Postfix) with ESMTP id F2E828FC0C for ; Thu, 21 May 2009 09:53:13 +0000 (UTC) (envelope-from pertti.kosunen@pp.nic.fi) Received: from [10.0.0.15] (88.195.49.215) by kirsi1.inet.fi (8.5.014) id 49F6055A00EF6FEC for freebsd-stable@freebsd.org; Thu, 21 May 2009 12:42:39 +0300 Message-ID: <4A15220D.3060505@pp.nic.fi> Date: Thu, 21 May 2009 12:42:37 +0300 From: Pertti Kosunen User-Agent: Thunderbird 2.0.0.16 (X11/20080804) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> In-Reply-To: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 09:53:14 -0000 Kip Macy wrote: > I will be MFC'ing the newer ZFS support some time this afternoon. Both > world and kernel will need to be re-built. Existing pools will > continue to work without upgrade. Mounting local file systems:. internal error: out of memory internal error: out of memory internal error: out of memory internal error: out of memory I get this in dmesg after make installkernel && shutdown -r now, zfs pool is not mounted. /usr is on zfs so can't installworld. 2GB memory and 4x 1TB raid-z on amd64, / is 2x 2GB gmirror. From owner-freebsd-stable@FreeBSD.ORG Thu May 21 10:18:08 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89D63106564A for ; Thu, 21 May 2009 10:18:08 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-bw0-f165.google.com (mail-bw0-f165.google.com [209.85.218.165]) by mx1.freebsd.org (Postfix) with ESMTP id 0B7428FC0C for ; Thu, 21 May 2009 10:18:07 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by bwz9 with SMTP id 9so943676bwz.43 for ; Thu, 21 May 2009 03:18:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=o7QVp4ThyFCwPNaXH2FO4+nsViL8Y0NfIhHk9SCNPsA=; b=HLEmVFkGPu9GDKTpGQel5jeC8cjFaWNkOcrCKx0konu86Z3mDMhpw4pKnR2K5KVizT 4CmTIIuPvzDAqbZ8exj60DpOHx0zqeA3iKYsAQukRrOPYyM92bCcJ+xgEj+MbczyK48r e0k+Z9CwOvJ8lMRxnGs6WrUWl4gwX/Tqzydek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=kUfJ6NSWcibpU+vshr7WsdbdNEDAG1aiTFt/DsDcqLVoLg+61dubL9wjYSVpHI8VN/ O1qAhSNueOAf1ibMKim6Aj15p2d9AZifw/8SGRZL+l0+CX2GSduCepcFc+RWL0si1OmH 5WkGryJi7VspvwM9RLBZc3SVkfrvU9XnQBhFo= MIME-Version: 1.0 Sender: asmrookie@gmail.com Received: by 10.223.111.211 with SMTP id t19mr1485910fap.64.1242899274435; Thu, 21 May 2009 02:47:54 -0700 (PDT) In-Reply-To: <20090521072922.GR21112@tiger.fi.esaote.it> References: <20090507155012.GW21112@tiger.fi.esaote.it> <200905121144.21406.jhb@freebsd.org> <20090512161025.GO21112@tiger.fi.esaote.it> <200905201021.23633.jhb@freebsd.org> <20090521072922.GR21112@tiger.fi.esaote.it> Date: Thu, 21 May 2009 11:47:54 +0200 X-Google-Sender-Auth: ec1aee8cd6d63af5 Message-ID: <3bbf2fe10905210247n183812dbu5addb4f8b2214a76@mail.gmail.com> From: Attilio Rao To: Riccardo Torrini Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, siedar@nplay.pl, scottl@freebsd.org, John Baldwin Subject: Re: kern/130330: [mpt] [panic] Panic and reboot machine MPT ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 10:18:08 -0000 2009/5/21 Riccardo Torrini : > On Wed, May 20, 2009 at 10:21:23AM -0400, John Baldwin wrote: > >> Try this. It reverts the single-CCB part of the previous >> commit while keeping the other fixes. I missed that the >> CCB might still be in flight when we schedule another rescan. > > Applied to mpt_raid.c,v 1.15.2.1 2008/07/28 17:05:09 jhb (it > differ only for line position but adiacent lines are the same). > Also redone a diff -u4 to verify, recompiled, installed, and... > > YOO-HOO. Now it rebuild _without_ crashing. > > May 20 17:39:08 horse kernel: \ > mpt0:vol0(mpt0:0:0): RAID-1 - Degraded > mpt0:vol0(mpt0:0:0): Status ( Enabled Re-Syncing ) > mpt0:vol0(mpt0:0:0): Low Priority Re-Sync > mpt0:vol0(mpt0:0:0): 64461754 of 71087625 blocks remaining > > Let me test against a 7.2-STABLE (and even to some -CURRENT)... > > [some times ahead] > > Bad news: I removed the second disk during rebuilding and it > still crash. I take a screen shapshot with camera because of > too many messages for write down by hand :) > > Image, src tarball and info here (about 2.2MB): > ftp://ftp.torrini.org/pub/FreeBSD/mpt_crash_on_rebuild/ Please try the patch here: http://www.freebsd.org/~attilio/notify.diff I think it is perfectly fine this approach because the devctl_notify() also will "silently" fail if no memory is available. Note that this is a CAM "bug" more that the driver arises. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein From owner-freebsd-stable@FreeBSD.ORG Thu May 21 10:29:59 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33EC7106566B; Thu, 21 May 2009 10:29:59 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: from mail-bw0-f165.google.com (mail-bw0-f165.google.com [209.85.218.165]) by mx1.freebsd.org (Postfix) with ESMTP id 84F468FC08; Thu, 21 May 2009 10:29:58 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: by bwz9 with SMTP id 9so949319bwz.43 for ; Thu, 21 May 2009 03:29:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=AsZet/4ygjN8/MPnOgp+jgclFqwBhdyI3pYpj9XFScE=; b=W9MDjAgX8QsQbYEl1vliqwAb8Qwn5CnDZG3D5eGrWtL+ksl9hv+THyEWDI9+hONHEL toehufJNemzzWLbzZTd1lhM2R02zf0FlmRi0uskeFZ17NIfoIT55rs63fNe9kdM5l3+6 VwzVOjQ57o7PoFF3ltgFzpYSzt8YjkkAU0bBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=vRCkRm1M3zx/VQ3pjo5BwDj/disih8KnQOdCCmUSI/6tM73wiwaokzVHxLsmE6NPXs ANBMCUOtdJQ5eN9mzxs6we6J4yuf6SH+CfXfBRMyjt2+7U/XW4KpDmbnrM1XJ3JUK19c krMjvCEjh3LQjMztlG5I/zGO35ZRRH3IVRQ/I= MIME-Version: 1.0 Received: by 10.102.228.19 with SMTP id a19mr1284264muh.10.1242900251723; Thu, 21 May 2009 03:04:11 -0700 (PDT) In-Reply-To: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> Date: Thu, 21 May 2009 13:04:11 +0300 Message-ID: <9e20d71e0905210304y109b7b6ar7e2fffb6cbcbe53e@mail.gmail.com> From: Artis Caune To: Kip Macy Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 10:29:59 -0000 2009/5/21 Kip Macy : > The MFC went in r192498. Please let me know if you have any problems. > - zfs boot for all types now works Is it possible to boot from ZFS without ufs boot partition? zfsboot was added but is not build, gptzfsboot is not in tree. -- Artis Caune Everything should be made as simple as possible, but not simpler. From owner-freebsd-stable@FreeBSD.ORG Thu May 21 10:40:33 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1B061065675 for ; Thu, 21 May 2009 10:40:33 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 922D58FC1E for ; Thu, 21 May 2009 10:40:33 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M75hP-000Dom-EH; Thu, 21 May 2009 11:40:31 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M75hP-000M8X-Cz; Thu, 21 May 2009 11:40:31 +0100 To: freebsd-stable@freebsd.org, pertti.kosunen@pp.nic.fi In-Reply-To: <4A15220D.3060505@pp.nic.fi> Message-Id: From: Pete French Date: Thu, 21 May 2009 11:40:31 +0100 Cc: Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 10:40:34 -0000 > I get this in dmesg after make installkernel && shutdown -r now, zfs > pool is not mounted. /usr is on zfs so can't installworld. I can't help, but thanks for the bug report as it prompted me to upgarde both kernel and world at the same time. Which works fine after reboot. If I were you I would reboot the old kerenl and just installworld/meregmaster so you ahhve the whole system in sync. -pete. From owner-freebsd-stable@FreeBSD.ORG Thu May 21 10:46:49 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8328106566B for ; Thu, 21 May 2009 10:46:49 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.31.35]) by mx1.freebsd.org (Postfix) with ESMTP id 73EC88FC16 for ; Thu, 21 May 2009 10:46:49 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from [62.143.132.243] (helo=localhost) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1M75aC-0002yZ-AP for freebsd-stable@freebsd.org; Thu, 21 May 2009 12:33:04 +0200 Date: Thu, 21 May 2009 12:32:59 +0200 From: Fabian Keil To: freebsd-stable@freebsd.org Message-ID: <20090521123259.0755b9cb@fabiankeil.de> In-Reply-To: <4A15220D.3060505@pp.nic.fi> References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <4A15220D.3060505@pp.nic.fi> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.1; i386-portbld-freebsd8.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2008-08-18.asc Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/AQ=L7nJ64bu4iZANlXjx4RI"; protocol="application/pgp-signature" X-Df-Sender: 775067 Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 10:46:50 -0000 --Sig_/AQ=L7nJ64bu4iZANlXjx4RI Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Pertti Kosunen wrote: > Kip Macy wrote: > > I will be MFC'ing the newer ZFS support some time this afternoon. Both > > world and kernel will need to be re-built. Existing pools will > > continue to work without upgrade. >=20 > Mounting local file systems:. > internal error: out of memory > internal error: out of memory > internal error: out of memory > internal error: out of memory >=20 > I get this in dmesg after make installkernel && shutdown -r now, zfs=20 > pool is not mounted. /usr is on zfs so can't installworld. IIRC, that's what happens if ZFS kernel and userland aren't in sync. You'll either have to install the new kernel and userland together (not supported, but I do it all the time), or install the userland from a non-ZFS file system. Fabian --Sig_/AQ=L7nJ64bu4iZANlXjx4RI Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkoVLd8ACgkQBYqIVf93VJ2+BgCghAmUDfBtwqwe9XA1IquyzQFY UFQAniaz5/sQ3PSV6y+XHB5ThArmz28Y =R1uE -----END PGP SIGNATURE----- --Sig_/AQ=L7nJ64bu4iZANlXjx4RI-- From owner-freebsd-stable@FreeBSD.ORG Thu May 21 11:02:33 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65CF61065670 for ; Thu, 21 May 2009 11:02:33 +0000 (UTC) (envelope-from goran.lowkrantz@ismobile.com) Received: from mail.ismobile.com (mail.ismobile.com [62.119.44.68]) by mx1.freebsd.org (Postfix) with ESMTP id 15C9A8FC0C for ; Thu, 21 May 2009 11:02:33 +0000 (UTC) (envelope-from goran.lowkrantz@ismobile.com) Received: from mail.ismobile.com (localhost [127.0.0.1]) by mail.ismobile.com (Postfix) with ESMTP id 925739D2; Thu, 21 May 2009 12:46:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=ismobile.com; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=selector1; bh=wrNNynZ 6vlrMBkr2rXBuw80TvGg=; b=cuTgBtjnVG942jC7s9rHylIsNZin7DDJpmjtzH0 oXv/aaUsdXvC68x2MA3VgUP6yfE/Xxuc5M3Mt7x+zZG698PYy1BPt7Okq/AXsOnU 8GywHfU2DP2IqjOZNZTbh+dl2f9sxD1MHsRBWgV/F9NoQziZSPrnCe95er8Jr4+V v3tE= Received: from [10.255.253.2] (modgunn.iii-norr.com [213.242.135.174]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.ismobile.com (Postfix) with ESMTPSA id 66D2F9D1; Thu, 21 May 2009 12:46:51 +0200 (CEST) Date: Thu, 21 May 2009 12:46:50 +0200 From: Goran Lowkrantz To: Pertti Kosunen Message-ID: In-Reply-To: <4A15220D.3060505@pp.nic.fi> References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <4A15220D.3060505@pp.nic.fi> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 11:02:33 -0000 Ran into the same thing on -CURRENT when we went version 13. Some manual=20 intervention fixed it. /glz --On Thursday, May 21, 2009 12:42 PM +0300 Pertti Kosunen=20 wrote: > Kip Macy wrote: >> I will be MFC'ing the newer ZFS support some time this afternoon. Both >> world and kernel will need to be re-built. Existing pools will >> continue to work without upgrade. > > Mounting local file systems:. > internal error: out of memory > internal error: out of memory > internal error: out of memory > internal error: out of memory > > I get this in dmesg after make installkernel && shutdown -r now, zfs pool > is not mounted. /usr is on zfs so can't installworld. > > 2GB memory and 4x 1TB raid-z on amd64, / is 2x 2GB gmirror. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" ................................................... the future isMobile Goran Lowkrantz System Architect, isMobile, Aurorum 2, S-977 75 Lule=C3=A5, Sweden Phone: +46(0)920-75559 Mobile: +46(0)70-587 87 82 Fax: +46(0)70-615 87 82 http://www.ismobile.com ............................................... From owner-freebsd-stable@FreeBSD.ORG Thu May 21 11:03:05 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 807761065673; Thu, 21 May 2009 11:03:05 +0000 (UTC) (envelope-from riccardo.torrini@esaote.com) Received: from gw-fi.esaote.com (gw-fi.esaote.com [85.18.189.242]) by mx1.freebsd.org (Postfix) with ESMTP id ECE0B8FC27; Thu, 21 May 2009 11:03:04 +0000 (UTC) (envelope-from riccardo.torrini@esaote.com) Received: from tiger.fi.esaote.it (tiger.fi.esaote.it [192.168.6.66]) by gw-fi.esaote.com (8.14.3/8.14.3) with ESMTP id n4LB33qQ056780; Thu, 21 May 2009 13:03:03 +0200 (CEST) (envelope-from riccardo.torrini@esaote.com) Received: from tiger.fi.esaote.it (localhost [127.0.0.1]) by tiger.fi.esaote.it (Postfix) with ESMTP id 3F4A91CC9C; Thu, 21 May 2009 13:03:03 +0200 (CEST) Received: by tiger.fi.esaote.it (Postfix, from userid 201) id 22F301CC9A; Thu, 21 May 2009 13:03:03 +0200 (CEST) Date: Thu, 21 May 2009 13:03:03 +0200 From: Riccardo Torrini To: Attilio Rao Message-ID: <20090521110303.GF21112@tiger.fi.esaote.it> References: <20090507155012.GW21112@tiger.fi.esaote.it> <200905121144.21406.jhb@freebsd.org> <20090512161025.GO21112@tiger.fi.esaote.it> <200905201021.23633.jhb@freebsd.org> <20090521072922.GR21112@tiger.fi.esaote.it> <3bbf2fe10905210247n183812dbu5addb4f8b2214a76@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3bbf2fe10905210247n183812dbu5addb4f8b2214a76@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) X-AV-Checked: ClamAV using ClamSMTP Cc: freebsd-stable@freebsd.org, siedar@nplay.pl, scottl@freebsd.org, Riccardo Torrini , John Baldwin Subject: Re: kern/130330: [mpt] [panic] Panic and reboot machine MPT ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 11:03:06 -0000 On Thu, May 21, 2009 at 11:47:54AM +0200, Attilio Rao wrote: >> Bad news: I removed the second disk during rebuilding and it >> still crash. I take a screen shapshot with camera because of >> too many messages for write down by hand :) >> Image, src tarball and info here (about 2.2MB): >> ftp://ftp.torrini.org/pub/FreeBSD/mpt_crash_on_rebuild/ > Please try the patch here: > http://www.freebsd.org/~attilio/notify.diff > > I think it is perfectly fine this approach because the > devctl_notify() also will "silently" fail if no memory is available. > Note that this is a CAM "bug" more that the driver arises. Perfect. With jhb@ _and_ attilio@ patches MPT rebuilt array w/out problem (tryed adding and removing second disk 3 times during build, no more crashes :-) Going to cvsup to last 7.2-STABLE, be patient (rebuilding). At a later time I'll report results even on last -CURRENT. Thanks for your time. PS: I successfully configured and used serial console for debug now, next time no more photos ;) -- Riccardo. From owner-freebsd-stable@FreeBSD.ORG Thu May 21 11:49:38 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 770BE106568D; Thu, 21 May 2009 11:49:38 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (tignes.restart.be [IPv6:2001:41d0:2:2d29:0:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 014688FC2D; Thu, 21 May 2009 11:49:38 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (avoriaz.tunnel.bel [IPv6:2001:41d0:2:2d29:1:ffff::]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "avoriaz.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTPS id 483954EE6; Thu, 21 May 2009 13:49:37 +0200 (CEST) Received: from morzine.restart.bel (morzine.restart.be [IPv6:2001:41d0:2:2d29:1:2::]) (authenticated bits=0) by restart.be (8.14.3/8.14.3) with ESMTP id n4LBnYp0078702; Thu, 21 May 2009 13:49:34 +0200 (CEST) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1242906576; bh=Hddzip3UEB044kAsE+Zoy4Uuh4EIP/RxgX/QQnptEbQ=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=yC5nFnClTu1E1AJhNJmBV72emh0Dfyo5GYUf4+BvDHmlStE8WkSOZHAZNAan8q+cW ynono5eF4U/0nhBarlU/g== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:content-type: content-transfer-encoding:x-scanned-by; b=keHr/NuKCCSHqtjDmaeYIyuftOiX9yRTtpVe3KIzedhZvzGl05j/iHP8BKzlnRRvt DQGUnQWNRGYLS5/4mvF2w== Message-ID: <4A153FCE.8010606@restart.be> Date: Thu, 21 May 2009 13:49:34 +0200 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.21 (X11/20090412) MIME-Version: 1.0 To: Navdeep Parhar References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> <3c1674c90905201700p4e08b88bu50fd3dd5804d4624@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on IPv6:2001:41d0:2:2d29:1:1:: Cc: freebsd-stable@freebsd.org, Kip Macy Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 11:49:39 -0000 Navdeep Parhar wrote: > On Wed, May 20, 2009 at 5:00 PM, Kip Macy wrote: >>> Not really a problem but a question: Is the v13 on-disk format >>> exactly the same as that used by Solaris/Opensolaris? >> It is supposed to be. The sources are the same. However, I have not >> tested interoperability. >> >> >>> Does this make >>> it possible to have a ZFS-only dual boot system running FreeBSD-stable >>> and Solaris, with a shared home directory between the two >>> environments? >> It should be. >> >>> Has anyone tried anything like this? >>> >> Google anyone? :-) > > My google-fu is weak today, and considering that this went into > -stable a few minutes back, I didn't look that hard for > v13/fbsd-stable/opensolaris adventures. :-) I do it with 7.1 and opensolaris 2008.05 without problem. I keep the pool in V6 of course. Henri > > I'm feeling brave. I think I'll try it myself. Thanks for getting > this into -stable! > > Navdeep > >> -Kip >> > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@FreeBSD.ORG Thu May 21 12:13:16 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C27F106564A; Thu, 21 May 2009 12:13:16 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (tignes.restart.be [IPv6:2001:41d0:2:2d29:0:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 20A508FC0A; Thu, 21 May 2009 12:13:16 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (avoriaz.tunnel.bel [IPv6:2001:41d0:2:2d29:1:ffff::]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "avoriaz.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTPS id 419204F74; Thu, 21 May 2009 14:13:15 +0200 (CEST) Received: from morzine.restart.bel (morzine.restart.be [IPv6:2001:41d0:2:2d29:1:2::]) (authenticated bits=0) by restart.be (8.14.3/8.14.3) with ESMTP id n4LCDAgi079076; Thu, 21 May 2009 14:13:10 +0200 (CEST) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1242907993; bh=5YUjd7lDko/LzJDg05o3OseGfRhSdJytVqrdqrP8C6o=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=jDLPeXVP07O5yuaBUMr9vRn4DawvsrG29LW2DIiSYcIe3SJDvYzvhRHlBBAQ9PUKI r5ylcH3HpH5G7vRkBww1w== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:content-type: content-transfer-encoding:x-scanned-by; b=CgfgR25izT23hspzpi+iN3dguzyJkKX49dWUeziN4Oryclui3xXVO453umMajbXih t7z4RJUT3LghGuwufx5ng== Message-ID: <4A154556.8080708@restart.be> Date: Thu, 21 May 2009 14:13:10 +0200 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.21 (X11/20090412) MIME-Version: 1.0 To: Kip Macy References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> In-Reply-To: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on IPv6:2001:41d0:2:2d29:1:1:: Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 12:13:16 -0000 Kip Macy wrote: > On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: >> I will be MFC'ing the newer ZFS support some time this afternoon. Both >> world and kernel will need to be re-built. Existing pools will >> continue to work without upgrade. >> >> >> If you choose to upgrade a pool to take advantage of new features you >> will no longer be able to use it with sources prior to today. 'zfs >> send/recv' is not expected to inter-operate between different pool >> versions. > > > The MFC went in r192498. Please let me know if you have any problems. I upgrade to stable r192523: FreeBSD morzine.restart.bel 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu May 21 13:18:53 CEST 2009 root@morzine.restart.bel:/usr/obj/usr/src/sys/MORZINE i386 some strange things: just after boot: [root@morzine ~]# zfs upgrade This system is currently running ZFS filesystem version 3. The following filesystems are out of date, and can be upgraded. After being upgraded, these filesystems (and any 'zfs send' streams generated from subsequent snapshots) will no longer be accessible by older software versions. VER FILESYSTEM --- ------------ 1 pool1 1 pool1/qemu 1 pool1/squid 1 pool2 1 pool2/WorkBench 1 pool2/backup 1 pool2/download 1 pool2/qemu 1 pool2/sys 1 rpool 1 rpool/home 1 rpool/root 1 rpool/tmp 1 rpool/usr 1 rpool/var 1 rpool/var/spool [root@morzine ~]# zfs upgrade -v The following filesystem versions are supported: VER DESCRIPTION --- -------------------------------------------------------- 1 Initial ZFS filesystem version 2 Enhanced directory entries 3 Case insensitive and File system unique identifer (FUID) For more information on a particular version, including supported releases, see: http://www.opensolaris.org/os/community/zfs/version/zpl/N Where 'N' is the version number. And now, after a few minutes: [root@morzine ~]# zpool upgrade This system is currently running ZFS pool version 13. The following pools are out of date, and can be upgraded. After being upgraded, these pools will no longer be accessible by older software versions. VER POOL --- ------------ 6 pool1 6 pool2 6 rpool Use 'zpool upgrade -v' for a list of available versions and their associated features. [root@morzine ~]# zpool upgrade -v This system is currently running ZFS pool version 13. The following versions are supported: VER DESCRIPTION --- -------------------------------------------------------- 1 Initial ZFS version 2 Ditto blocks (replicated metadata) 3 Hot spares and double parity RAID-Z 4 zpool history 5 Compression using the gzip algorithm 6 bootfs pool property 7 Separate intent log devices 8 Delegated administration 9 refquota and refreservation properties 10 Cache devices 11 Improved scrub performance 12 Snapshot properties 13 snapused property For more information on a particular version, including supported releases, see: http://www.opensolaris.org/os/community/zfs/version/N Where 'N' is the version number. Strange isn't it o-) By the way all seems ok! Thanks to all for this update to zfs V13 Henri > > Thanks, > Kip > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@FreeBSD.ORG Thu May 21 12:45:51 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B25E51065670; Thu, 21 May 2009 12:45:51 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (tignes.restart.be [IPv6:2001:41d0:2:2d29:0:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 3EEE78FC27; Thu, 21 May 2009 12:45:51 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (avoriaz.tunnel.bel [IPv6:2001:41d0:2:2d29:1:ffff::]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "avoriaz.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTPS id 2B1434FE0; Thu, 21 May 2009 14:45:50 +0200 (CEST) Received: from morzine.restart.bel (morzine.restart.be [IPv6:2001:41d0:2:2d29:1:2::]) (authenticated bits=0) by restart.be (8.14.3/8.14.3) with ESMTP id n4LCjk5p079623; Thu, 21 May 2009 14:45:46 +0200 (CEST) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1242909949; bh=nNA791p/wArzheME4MHHJn5W+evuZbvuc4ZooZVkeqE=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=MO3RteSZ1DK/6l77WaGN9QE7rQWhdYhQ7VSf0rx1ZrU8OO8jVPXjme6Fyn88QRT/o 7RBNMKwkG2e8/XnspzUVw== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:content-type: content-transfer-encoding:x-scanned-by; b=YowXLmuDA++I76SEgqCzKiAn+suoZ7QhPH+sKcqp2krlQS669kxxl15LM9Ll2zbr6 R0FbWwYC3l3oto1NceXjg== Message-ID: <4A154CFA.9080502@restart.be> Date: Thu, 21 May 2009 14:45:46 +0200 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.21 (X11/20090412) MIME-Version: 1.0 To: Kip Macy References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> <4A154556.8080708@restart.be> In-Reply-To: <4A154556.8080708@restart.be> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on IPv6:2001:41d0:2:2d29:1:1:: Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 12:45:52 -0000 Henri Hennebert wrote: > Kip Macy wrote: >> On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: >>> I will be MFC'ing the newer ZFS support some time this afternoon. Both >>> world and kernel will need to be re-built. Existing pools will >>> continue to work without upgrade. >>> >>> >>> If you choose to upgrade a pool to take advantage of new features you >>> will no longer be able to use it with sources prior to today. 'zfs >>> send/recv' is not expected to inter-operate between different pool >>> versions. >> >> >> The MFC went in r192498. Please let me know if you have any problems. > > I upgrade to stable r192523: > > FreeBSD morzine.restart.bel 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu May 21 > 13:18:53 CEST 2009 > root@morzine.restart.bel:/usr/obj/usr/src/sys/MORZINE i386 > > some strange things: > > just after boot: > > [root@morzine ~]# zfs upgrade > This system is currently running ZFS filesystem version 3. > > The following filesystems are out of date, and can be upgraded. After > being > upgraded, these filesystems (and any 'zfs send' streams generated from > subsequent snapshots) will no longer be accessible by older software > versions. > > > VER FILESYSTEM > --- ------------ > 1 pool1 > 1 pool1/qemu > 1 pool1/squid > 1 pool2 > 1 pool2/WorkBench > 1 pool2/backup > 1 pool2/download > 1 pool2/qemu > 1 pool2/sys > 1 rpool > 1 rpool/home > 1 rpool/root > 1 rpool/tmp > 1 rpool/usr > 1 rpool/var > 1 rpool/var/spool > [root@morzine ~]# zfs upgrade -v > The following filesystem versions are supported: > > VER DESCRIPTION > --- -------------------------------------------------------- > 1 Initial ZFS filesystem version > 2 Enhanced directory entries > 3 Case insensitive and File system unique identifer (FUID) > > For more information on a particular version, including supported > releases, see: > > http://www.opensolaris.org/os/community/zfs/version/zpl/N > > Where 'N' is the version number. > > > And now, after a few minutes: > > [root@morzine ~]# zpool upgrade > This system is currently running ZFS pool version 13. > > The following pools are out of date, and can be upgraded. After being > upgraded, these pools will no longer be accessible by older software > versions. > > VER POOL > --- ------------ > 6 pool1 > 6 pool2 > 6 rpool > > Use 'zpool upgrade -v' for a list of available versions and their > associated > features. > [root@morzine ~]# zpool upgrade -v > This system is currently running ZFS pool version 13. > > The following versions are supported: > > VER DESCRIPTION > --- -------------------------------------------------------- > 1 Initial ZFS version > 2 Ditto blocks (replicated metadata) > 3 Hot spares and double parity RAID-Z > 4 zpool history > 5 Compression using the gzip algorithm > 6 bootfs pool property > 7 Separate intent log devices > 8 Delegated administration > 9 refquota and refreservation properties > 10 Cache devices > 11 Improved scrub performance > 12 Snapshot properties > 13 snapused property > For more information on a particular version, including supported > releases, see: > > http://www.opensolaris.org/os/community/zfs/version/N > > Where 'N' is the version number. > > Strange isn't it o-) > > By the way all seems ok! This happen after the first boot in stable (comming from 7.2-RELEASE). I reboot and can't reproduce it!. Henri > > Thanks to all for this update to zfs V13 > > Henri >> >> Thanks, >> Kip >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@FreeBSD.ORG Thu May 21 13:27:44 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CBDB1065679 for ; Thu, 21 May 2009 13:27:44 +0000 (UTC) (envelope-from pertti.kosunen@pp.nic.fi) Received: from kirsi1.inet.fi (mta-out.inet.fi [195.156.147.13]) by mx1.freebsd.org (Postfix) with ESMTP id CBF828FC1B for ; Thu, 21 May 2009 13:27:43 +0000 (UTC) (envelope-from pertti.kosunen@pp.nic.fi) Received: from [10.0.0.15] (88.195.49.215) by kirsi1.inet.fi (8.5.014) id 49F6055A00F0C515 for freebsd-stable@freebsd.org; Thu, 21 May 2009 16:27:42 +0300 Message-ID: <4A1556CB.6020405@pp.nic.fi> Date: Thu, 21 May 2009 16:27:39 +0300 From: Pertti Kosunen User-Agent: Thunderbird 2.0.0.16 (X11/20080804) MIME-Version: 1.0 To: "freebsd-stable@freebsd.org" References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <4A15220D.3060505@pp.nic.fi> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 13:27:44 -0000 Goran Lowkrantz wrote: > Ran into the same thing on -CURRENT when we went version 13. Some manual > intervention fixed it. > > mount -t zfs ... cd /usr/src make NO_FSCHG= installworld This did the job with new kernel. Recommend easier way without reboot.. From owner-freebsd-stable@FreeBSD.ORG Thu May 21 13:33:44 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BB5A106564A for ; Thu, 21 May 2009 13:33:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4E9698FC0C for ; Thu, 21 May 2009 13:33:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 04B7E46B0D; Thu, 21 May 2009 09:33:44 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id B3A008A026; Thu, 21 May 2009 09:33:42 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Thu, 21 May 2009 08:33:47 -0400 User-Agent: KMail/1.9.7 References: <4A150DBA.9010209@intersonic.se> In-Reply-To: <4A150DBA.9010209@intersonic.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905210833.48039.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Thu, 21 May 2009 09:33:42 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Subject: Re: kernel compile fails in machdep.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 13:33:44 -0000 On Thursday 21 May 2009 4:15:54 am Per olof Ljungmark wrote: > Latest stable sources, machdep.c is > $FreeBSD: src/sys/i386/i386/intr_machdep.c,v 1.29.2.7 2009/05/19 > 22:07:54 jhb Exp $ > > cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc > -I. -I/usr/src/sys -I/usr/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 -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -mno-sse3 -ffreestanding -Werror /usr/src/sys/i386/i386/intr_machdep.c > cc1: warnings being treated as errors > /usr/src/sys/i386/i386/intr_machdep.c: In function 'intr_register_source': > /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing argument 4 > of 'intr_event_create' makes pointer from integer without a cast > /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing argument 7 > of 'intr_event_create' from incompatible pointer type > /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing argument 8 > of 'intr_event_create' from incompatible pointer type > /usr/src/sys/i386/i386/intr_machdep.c: In function 'intr_execute_handlers': > /usr/src/sys/i386/i386/intr_machdep.c:261: warning: implicit declaration > of function 'intr_event_handle' > /usr/src/sys/i386/i386/intr_machdep.c:261: warning: nested extern > declaration of 'intr_event_handle' > *** Error code 1 I think you must have some files not in sync. It compiled before commit and the tinderbox has not reported any errors after the commit. -- John Baldwin From owner-freebsd-stable@FreeBSD.ORG Thu May 21 13:46:36 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDE2C1065672 for ; Thu, 21 May 2009 13:46:36 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id 76F748FC15 for ; Thu, 21 May 2009 13:46:36 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <4A155B37.9060908@intersonic.se> Date: Thu, 21 May 2009 15:46:31 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.21 (X11/20090502) MIME-Version: 1.0 To: John Baldwin References: <4A150DBA.9010209@intersonic.se> <200905210833.48039.jhb@freebsd.org> In-Reply-To: <200905210833.48039.jhb@freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: kernel compile fails in machdep.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 13:46:37 -0000 John Baldwin wrote: > On Thursday 21 May 2009 4:15:54 am Per olof Ljungmark wrote: >> Latest stable sources, machdep.c is >> $FreeBSD: src/sys/i386/i386/intr_machdep.c,v 1.29.2.7 2009/05/19 >> 22:07:54 jhb Exp $ >> >> cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs >> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline >> -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc >> -I. -I/usr/src/sys -I/usr/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 -mno-align-long-strings >> -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 >> -mno-sse3 -ffreestanding -Werror /usr/src/sys/i386/i386/intr_machdep.c >> cc1: warnings being treated as errors >> /usr/src/sys/i386/i386/intr_machdep.c: In function 'intr_register_source': >> /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing argument 4 >> of 'intr_event_create' makes pointer from integer without a cast >> /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing argument 7 >> of 'intr_event_create' from incompatible pointer type >> /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing argument 8 >> of 'intr_event_create' from incompatible pointer type >> /usr/src/sys/i386/i386/intr_machdep.c: In function 'intr_execute_handlers': >> /usr/src/sys/i386/i386/intr_machdep.c:261: warning: implicit declaration >> of function 'intr_event_handle' >> /usr/src/sys/i386/i386/intr_machdep.c:261: warning: nested extern >> declaration of 'intr_event_handle' >> *** Error code 1 > > I think you must have some files not in sync. It compiled before commit and > the tinderbox has not reported any errors after the commit. > Yes, I just saw this. The original sources were fetched from cvsup.de.freebsd.org (twice, same result), then I switched to cvsup.freebsd.org and got the right version. I would like to notify the admins of .de but unsure of how to. Thanks, -- per From owner-freebsd-stable@FreeBSD.ORG Thu May 21 13:55:04 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E67FC1065675; Thu, 21 May 2009 13:55:04 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id EB9D58FC1B; Thu, 21 May 2009 13:55:03 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA13889; Thu, 21 May 2009 16:55:01 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A155D34.7050007@icyb.net.ua> Date: Thu, 21 May 2009 16:55:00 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: Robert Noland References: <20090518222644.k2pez2x9q88o4k8g@webmail.1command.com> <1242740785.1752.4.camel@balrog.2hip.net> <20090519101524.z0z98wnwg00wccsc@webmail.1command.com> <1242760122.1752.17.camel@balrog.2hip.net> <20090519125924.q79c5na0e888s8sk@webmail.1command.com> <1242773639.1752.40.camel@balrog.2hip.net> <20090519161031.oz51pawluss8wss0@webmail.1command.com> <1242826891.1752.58.camel@balrog.2hip.net> <3a142e750905200716t318dfc30x77cfa2fa9a2478ac@mail.gmail.com> <1242829489.1752.80.camel@balrog.2hip.net> <3a142e750905200826q34d794d6o8e5abe43b49e7d7@mail.gmail.com> <1242834982.1752.86.camel@balrog.2hip.net> In-Reply-To: <1242834982.1752.86.camel@balrog.2hip.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Cc: "Paul B. Mahol" , freebsd-stable@FreeBSD.org Subject: Re: failed to set mtrr: invalid argument X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 13:55:05 -0000 on 20/05/2009 18:56 Robert Noland said the following: > On Wed, 2009-05-20 at 17:26 +0200, Paul B. Mahol wrote: >> On 5/20/09, Robert Noland wrote: >>> Yes, if xserver is built with HAL support, I see it linked with libthr. >>> If HAL is disabled, it doesn't appear to be. I'm trying to remember >>> exactly what the reported issue was, but I think it was X crashing on >>> exit. >> Looking at xorg-server source I did not see anything that points it >> must link to libthr, perhaps HAL support makes libthr linking >> mandatory. > > The issue crops up with libdrm-intel. libdrm is linked with pthread. I > know I talked about this with kib@ a while back and we determined that > the existing behavior was correct, but I think at that time we were > looking at xserver linked with libthr. Yes, it was me who was having crash-on-exit problem with intel+drm. The crash happened in pthread_mutex_destroy. The crash went away when I re-linked X with libthr added. HAL pulls in libthr dependency via libhal.la, otherwise it should be specified explicitely. -- Andriy Gapon From owner-freebsd-stable@FreeBSD.ORG Thu May 21 14:12:26 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49DBA106566B for ; Thu, 21 May 2009 14:12:26 +0000 (UTC) (envelope-from louie@transsys.com) Received: from ringworld.transsys.com (ringworld.transsys.com [144.202.0.15]) by mx1.freebsd.org (Postfix) with ESMTP id 21DF58FC23 for ; Thu, 21 May 2009 14:12:26 +0000 (UTC) (envelope-from louie@transsys.com) Received: from PM-G5.transsys.com (c-69-141-150-106.hsd1.nj.comcast.net [69.141.150.106]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: louie) by ringworld.transsys.com (Postfix) with ESMTP id 771645C04 for ; Thu, 21 May 2009 10:12:21 -0400 (EDT) Message-Id: <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> From: Louis Mamakos To: freebsd-stable@freebsd.org In-Reply-To: <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Thu, 21 May 2009 10:12:14 -0400 References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> X-Mailer: Apple Mail (2.935.3) Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 14:12:26 -0000 FYI, I just did an upgrade of my RELENG_7 machine with the new ZFS merged in, and it seems to have gone mostly trouble-free. I noticed one weirdness that could be confusion on my part - I'm no longer seeing snapshots when I do 'zfs list'. There's a UI change in the zfs command, and to see snapshots, you have to explicitly ask for them: zfs list -t snapshot scared me there for a moment.. Thanks for all the great work on ZFS in FreeBSD to everyone involved. I look forward to really beating on this now in RELENG_7. Any pointers to running multiple jails with ZFS? I was looking for something like a union-mount capability for ZFS. I don't necessarily need a jail to run divergent /bin, /usr/local, etc. just the isolation. Making a clone doesn't exactly do the same thing.. louie From owner-freebsd-stable@FreeBSD.ORG Thu May 21 14:53:19 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 598DB106567E for ; Thu, 21 May 2009 14:53:19 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 987D28FC1A for ; Thu, 21 May 2009 14:53:17 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA15193; Thu, 21 May 2009 17:53:12 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A156AD7.8000003@icyb.net.ua> Date: Thu, 21 May 2009 17:53:11 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: Louis Mamakos References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> In-Reply-To: <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 14:53:20 -0000 on 21/05/2009 17:12 Louis Mamakos said the following: > FYI, I just did an upgrade of my RELENG_7 machine with the new ZFS > merged in, and it seems to have gone mostly trouble-free. I noticed one > weirdness that could be confusion on my part - I'm no longer seeing > snapshots when I do 'zfs list'. There's a UI change in the zfs command, > and to see snapshots, you have to explicitly ask for them: > > zfs list -t snapshot > > scared me there for a moment.. Do 'zpool get all ', it might give you a hint as to why :-) -- Andriy Gapon From owner-freebsd-stable@FreeBSD.ORG Thu May 21 15:22:45 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDA51106566C for ; Thu, 21 May 2009 15:22:45 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 94A4A8FC23 for ; Thu, 21 May 2009 15:22:45 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so708922ywe.13 for ; Thu, 21 May 2009 08:22:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=zTMyfHVuclKZzFn7xc8SL/fRYTMuLXNqIydj8DXxDp0=; b=qRHv0k2Fb4tjyPg45n17IagpFSqTVoFktqEjIbu65YP+QZL4ucINJlgIpi1J83oV+R 2HkWoMl1Dbi999Da8DH+DbjoZmvV/V5ZaApH6K2ZnJqvE7l24+puUMChD6rgzdwuPTMT yVuUIzlneZFeOVvNCUIZN8lyc/eJegUxs7DVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=b2QBPTeZXfxKU9iF6NjeMeWU/qU07nwHGdUkQjv1hq2szhiVt3M8YVu9xmnm63fqRl gRXg2inWZ+IdipWijG+RRcEEpvzNJghIPdGqNhthCHu9a49g5/viuvkjhRIh+tR44cnZ z+oQEc3Miq2ZQqZ4MOnvH7LxQk/MMlQlxMEHA= MIME-Version: 1.0 Received: by 10.151.135.4 with SMTP id m4mr5434383ybn.55.1242919364935; Thu, 21 May 2009 08:22:44 -0700 (PDT) In-Reply-To: <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> Date: Thu, 21 May 2009 08:22:44 -0700 Message-ID: From: Freddie Cash To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 15:22:46 -0000 On Thu, May 21, 2009 at 7:12 AM, Louis Mamakos wrote: > FYI, I just did an upgrade of my RELENG_7 machine with the new ZFS merged > in, and it seems to have gone mostly trouble-free. =C2=A0I noticed one we= irdness > that could be confusion on my part - I'm no longer seeing snapshots when = I > do 'zfs list'. =C2=A0There's a UI change in the zfs command, and to see > snapshots, you have to explicitly ask for them: It's a known change made to the zfs tool somewhere around v11 or so. It's documented in all the Solaris notes about ZFS. You have to explicitily list the type of dataset(s) you want to list with "zfs list". By default, it only shows filesystems. You even have to use -t if you want to list volumes. Reading up on the Solaris docs for ZFS is quite enlightening. :) --=20 Freddie Cash fjwcash@gmail.com From owner-freebsd-stable@FreeBSD.ORG Thu May 21 15:28:21 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8992F1065676 for ; Thu, 21 May 2009 15:28:21 +0000 (UTC) (envelope-from louie@transsys.com) Received: from ringworld.transsys.com (ringworld.transsys.com [144.202.0.15]) by mx1.freebsd.org (Postfix) with ESMTP id 5FEB68FC29 for ; Thu, 21 May 2009 15:28:21 +0000 (UTC) (envelope-from louie@transsys.com) Received: from PM-G5.transsys.com (c-69-141-150-106.hsd1.nj.comcast.net [69.141.150.106]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: louie) by ringworld.transsys.com (Postfix) with ESMTP id AED505C4C; Thu, 21 May 2009 11:28:20 -0400 (EDT) Message-Id: <6F2AF4C4-B6DC-4CA0-83DA-BFE9CA1AD1A9@transsys.com> From: Louis Mamakos To: Freddie Cash In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Thu, 21 May 2009 11:28:19 -0400 References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> X-Mailer: Apple Mail (2.935.3) Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 15:28:21 -0000 On May 21, 2009, at 11:22 AM, Freddie Cash wrote: > On Thu, May 21, 2009 at 7:12 AM, Louis Mamakos > wrote: >> FYI, I just did an upgrade of my RELENG_7 machine with the new ZFS >> merged >> in, and it seems to have gone mostly trouble-free. I noticed one >> weirdness >> that could be confusion on my part - I'm no longer seeing snapshots >> when I >> do 'zfs list'. There's a UI change in the zfs command, and to see >> snapshots, you have to explicitly ask for them: > > It's a known change made to the zfs tool somewhere around v11 or so. > It's documented in all the Solaris notes about ZFS. You have to > explicitily list the type of dataset(s) you want to list with "zfs > list". By default, it only shows filesystems. You even have to use > -t if you want to list volumes. > > Reading up on the Solaris docs for ZFS is quite enlightening. :) We might want to update the zfs(1) man page in the examples for the 'list' subcommand. I think I actually like the new behavior, it was just a little unnerving at first to have the snapshots be missing after the MFC. louie From owner-freebsd-stable@FreeBSD.ORG Thu May 21 16:12:23 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 484791065747 for ; Thu, 21 May 2009 16:12:23 +0000 (UTC) (envelope-from d_elbracht@ecngs.de) Received: from ecngs.de (mail.ecngs.de [217.73.144.50]) by mx1.freebsd.org (Postfix) with ESMTP id A61CE8FC26 for ; Thu, 21 May 2009 16:12:22 +0000 (UTC) (envelope-from d_elbracht@ecngs.de) Received: from EC1a (ec1.elbracht.net [217.73.144.99]) by ecngs.de (SurgeMail 3.8f2) with ESMTP id 531241-1922481 for ; Thu, 21 May 2009 17:56:56 +0200 From: "d_elbracht" To: Date: Thu, 21 May 2009 17:57:06 +0200 Message-ID: <021f01c9da2c$caa384e0$639049d9@EC1a> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 Thread-Index: AcnaLMnzjTWtgqDdTq+SkH4/8iT19A== Subject: 32 Luns with 7.2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 16:12:23 -0000 Hi everybody, with 32 LUNs in 7.2 (mpt_cam.h, line 3608 cpi->max_lun = 32) booting takes about 15 minues (7.0 the above change was about 3 minutes) after 16 times the messages below run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config mpt0: request 0xfffffffe8029f960:359 timed out for ccb 0xffffff0004a90000 (req-> ccb 0xffffff0004a90000) mpt0: attempting to abort req 0xfffffffe8029f960:359 function 0 mpt0: completing timedout/aborted req 0xfffffffe8029f960:359 mpt0: mpt_recover_commands: IOC Status 0x4a. Resetting controller. mpt0: mpt_cam_event: 0xfe mpt0: mpt_cam_event: 0xfe mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x12 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x12 mpt0: mpt_cam_event: 0x12 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x12 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x12 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x12 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x12 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x12 mpt0: mpt_cam_event: 0x16 any improvement on the 32 LUNs issue ? thanks, Dieter From owner-freebsd-stable@FreeBSD.ORG Thu May 21 16:41:39 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5158C1065672 for ; Thu, 21 May 2009 16:41:39 +0000 (UTC) (envelope-from invite+knwamqa@facebookmail.com) Received: from mx-out.facebook.com (outmail002.snc1.tfbnw.net [69.63.178.161]) by mx1.freebsd.org (Postfix) with ESMTP id 2D9C68FC14 for ; Thu, 21 May 2009 16:41:38 +0000 (UTC) (envelope-from invite+knwamqa@facebookmail.com) DKIM-Signature: v=1; a=rsa-sha1; d=facebookmail.com; s=q1-2009b; c=relaxed/relaxed; q=dns/txt; i=@facebookmail.com; t=1242923198; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=T+raVvV5TgyJXv7x4n1UavA4XKg=; b=IW+C/aU1nVDQ4CepH2HmVKE06XTvfuqcH9nZy8pVFiYL0aVx4INbFkUD2fjaKLV1 PezVLoGd4BttAhuM+gjeCw==; Received: from [10.18.255.175] ([10.18.255.175:26190] helo=10.22.39.199) by mta001.snc1.facebook.com (envelope-from ) (ecelerity 2.2.2.37 r(28805/28844)) with ESMTP id 0B/E5-04428-EB0851A4; Thu, 21 May 2009 09:26:38 -0700 X-Facebook: from zuckmail ([MTAuMjIuMzkuMTk5]) by 10.22.39.199 with HTTP (ZuckMail); Date: Thu, 21 May 2009 09:26:38 -0700 To: Freebsd-stable From: Wolfgang Ihloff Message-ID: <695444738a920b5f0e5924e99f4a1719@10.22.39.199> X-Priority: 3 X-Mailer: ZuckMail [version 1.00] X-Facebook-Notify: general_invite; mailid=7f7decG1eb33faaG0G8 Errors-To: invite+knwamqa@facebookmail.com X-FACEBOOK-PRIORITY: 1 MIME-Version: 1.0 Content-Type: text/plain; charset = "UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Schau dir meine Fotos in Facebook an - von dir ist bestimmt auch eins dabei X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Wolfgang Ihloff List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 16:41:39 -0000 Hallo Freebsd-stable, Ich habe dich vor einiger Zeit eingeladen Facebook beizutreten. Sobald du dich registrierst, k=C3=B6nnen wir online in Verbindung treten, Fotos miteinander teilen, Gruppen und Veranstaltungen organisieren und noch viel mehr. Gr=C3=BC=C3=9Fe, Wolfgang Um dich f=C3=BCr Facebook zu registrieren, folge dem untenstehenden Link: http://www.facebook.com/p.php?i=3D1185452979&k=3DZVF24XU2U6VAUGEEQD32SV&r freebsd-stable@freebsd.org wurde von Wolfgang Ihloff zu Facebook eingeladen. Wenn du diese Art von E-Mails von Facebook in Zukunft nicht mehr erhalten m=C3=B6chtest, klicke bitte auf den Link unten, um sie abzubestellen. http://www.facebook.com/o.php?k=3D0d6aaf&u=3D515063722&mid=3D7f7decG1eb33faaG0G8 Die Facebook-B=C3=BCros befinden sich hier: 1601 S. California Ave., Palo Alto, CA 94304.=20 From owner-freebsd-stable@FreeBSD.ORG Thu May 21 16:55:48 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D653106566B; Thu, 21 May 2009 16:55:48 +0000 (UTC) (envelope-from riccardo.torrini@esaote.com) Received: from gw-fi.esaote.com (gw-fi.esaote.com [85.18.189.242]) by mx1.freebsd.org (Postfix) with ESMTP id 04F0F8FC08; Thu, 21 May 2009 16:55:47 +0000 (UTC) (envelope-from riccardo.torrini@esaote.com) Received: from tiger.fi.esaote.it (tiger.fi.esaote.it [192.168.6.66]) by gw-fi.esaote.com (8.14.3/8.14.3) with ESMTP id n4LGtkBs027683; Thu, 21 May 2009 18:55:46 +0200 (CEST) (envelope-from riccardo.torrini@esaote.com) Received: from tiger.fi.esaote.it (localhost [127.0.0.1]) by tiger.fi.esaote.it (Postfix) with ESMTP id 3F9121CC12; Thu, 21 May 2009 18:55:46 +0200 (CEST) Received: by tiger.fi.esaote.it (Postfix, from userid 201) id 234DA1CC0D; Thu, 21 May 2009 18:55:46 +0200 (CEST) Date: Thu, 21 May 2009 18:55:46 +0200 From: Riccardo Torrini To: Attilio Rao Message-ID: <20090521165546.GL21112@tiger.fi.esaote.it> References: <20090507155012.GW21112@tiger.fi.esaote.it> <200905121144.21406.jhb@freebsd.org> <20090512161025.GO21112@tiger.fi.esaote.it> <200905201021.23633.jhb@freebsd.org> <20090521072922.GR21112@tiger.fi.esaote.it> <3bbf2fe10905210247n183812dbu5addb4f8b2214a76@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3bbf2fe10905210247n183812dbu5addb4f8b2214a76@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) X-AV-Checked: ClamAV using ClamSMTP Cc: freebsd-stable@freebsd.org, siedar@nplay.pl, scottl@freebsd.org, Riccardo Torrini , John Baldwin Subject: Re: kern/130330: [mpt] [panic] Panic and reboot machine MPT ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 16:55:48 -0000 On Thu, May 21, 2009 at 11:47:54AM +0200, Attilio Rao wrote: > Please try the patch here: > http://www.freebsd.org/~attilio/notify.diff As promised I checked againts 7.2-STABLE of today (cvsup ended at 15:17 CEST, GTM+2, Italy time with DST) and ... it works ! (added and removed a disk 4 times, even during a sync-in-progress) # uname -v FreeBSD 7.2-STABLE #3: Thu May 21 18:26:04 CEST 2009 ... -----[ 1st remove ]----- mpt0: External Bus Reset Detected (mpt0:vol0:1): Physical Disk Status Changed (mpt0:vol0:0): Volume Status Changed (mpt0:vol0:1): Physical Disk Status Changed mpt0:vol0(mpt0:0:0): RAID-1 - Degraded mpt0:vol0(mpt0:0:0): Status ( Enabled ) (mpt0:vol0:1): No longer configured -----[ 1st add ]----- mpt0: External Bus Reset Detected mpt0:vol0(mpt0:0:0): Physical Disk Status Changed mpt0:vol0(mpt0:0:0): Physical Disk Status Changed mpt0:vol0(mpt0:0:0): Physical Disk Status Changed mpt0:vol0(mpt0:0:0): Domain Validation Required mpt0:vol0(mpt0:0:0): Volume Status Changed mpt0:vol0(mpt0:0:0): RAID-1 - Degraded mpt0:vol0(mpt0:0:0): Status ( Enabled Re-Syncing ) mpt0:vol0(mpt0:0:0): Low Priority Re-Sync mpt0:vol0(mpt0:0:0): 71087625 of 71087625 blocks remaining (mpt0:vol0:1): Physical (mpt0:0:1:0), Pass-thru (mpt0:1:1:0) (mpt0:vol0:1): Online (mpt0:vol0:1): Status ( Out-Of-Sync ) (mpt0:vol0:1): SMART Data Received (mpt0:vol0:1): ASC 0x5d, ASCQ 0x0) mpt0:vol0(mpt0:0:0): RAID-1 - Degraded mpt0:vol0(mpt0:0:0): Status ( Enabled Re-Syncing ) mpt0:vol0(mpt0:0:0): Low Priority Re-Sync mpt0:vol0(mpt0:0:0): 71076421 of 71087625 blocks remaining mpt0:vol0(mpt0:0:0): Volume Status Changed -----[ 2nd remove ]----- mpt0: External Bus Reset Detected mpt0:vol0(mpt0:0:0): RAID-1 - Degraded mpt0:vol0(mpt0:0:0): Status ( Enabled ) (mpt0:vol0:1): Physical Disk Status Changed (mpt0:vol0:1): Physical Disk Status Changed (mpt0:vol0:1): No longer configured mpt0:vol0(mpt0:0:0): Physical Disk Status Changed -----[ 2nd add ]----- mpt0: External Bus Reset Detected mpt0:vol0(mpt0:0:0): Physical Disk Status Changed mpt0:vol0(mpt0:0:0): Physical Disk Status Changed mpt0:vol0(mpt0:0:0): Physical Disk Status Changed mpt0:vol0(mpt0:0:0): Domain Validation Required mpt0:vol0(mpt0:0:0): Volume Status Changed mpt0:vol0(mpt0:0:0): RAID-1 - Degraded mpt0:vol0(mpt0:0:0): Status ( Enabled Re-Syncing ) mpt0:vol0(mpt0:0:0): Low Priority Re-Sync mpt0:vol0(mpt0:0:0): 71087625 of 71087625 blocks remaining (mpt0:vol0:1): Physical (mpt0:0:1:0), Pass-thru (mpt0:1:1:0) (mpt0:vol0:1): Online (mpt0:vol0:1): Status ( Out-Of-Sync ) (mpt0:vol0:1): SMART Data Received (mpt0:vol0:1): ASC 0x5d, ASCQ 0x0) mpt0:vol0(mpt0:0:0): RAID-1 - Degraded mpt0:vol0(mpt0:0:0): Status ( Enabled Re-Syncing ) mpt0:vol0(mpt0:0:0): Low Priority Re-Sync mpt0:vol0(mpt0:0:0): 70896522 of 71087625 blocks remaining Thanks again. -- Riccardo. From owner-freebsd-stable@FreeBSD.ORG Thu May 21 17:26:52 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F22E61065672 for ; Thu, 21 May 2009 17:26:52 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.freebsd.org (Postfix) with ESMTP id 8A5128FC19 for ; Thu, 21 May 2009 17:26:51 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (localhost [127.0.0.1]) by alogis.com (8.13.4/8.13.1) with ESMTP id n4LHQo06077663; Thu, 21 May 2009 19:26:50 +0200 (CEST) (envelope-from hk@alogis.com) Received: (from hk@localhost) by alogis.com (8.13.4/8.13.1/Submit) id n4LHQoMH077662; Thu, 21 May 2009 19:26:50 +0200 (CEST) (envelope-from hk) Date: Thu, 21 May 2009 19:26:50 +0200 From: Holger Kipp To: freebsd-stable@freebsd.org Message-ID: <20090521172650.GA76969@intserv.int1.b.intern> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: if_ath.c error during buildkernel in latest 7.2-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 17:26:53 -0000 Hi, I just cvsupped the lastest 7.2-STABLE and after cd /usr/src make clean make -j8 buildworld make buildkernel KERNCONF=ZFSSERVER I encounter cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/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 -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath /usr/src/sys/dev/ath/if_ath.c: In function 'ath_rx_tap': /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/if_ath.c:3416: error: 'const struct ath_rx_status' has no member named 'rs_flags' *** Error code 1 Is there anything I missed? Oh yes, ath was in KERNCONF because that was copied from GENERIC. Actually I don't need ath and after removing that device from config file everything compiled without problems. But what about those that do need ath? Regards, Holger From owner-freebsd-stable@FreeBSD.ORG Thu May 21 18:07:46 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 156661065670 for ; Thu, 21 May 2009 18:07:46 +0000 (UTC) (envelope-from joe@freebsd.org) Received: from alpha.tao.org.uk (alpha.tao.org.uk [212.42.1.232]) by mx1.freebsd.org (Postfix) with ESMTP id C64E58FC2D for ; Thu, 21 May 2009 18:07:45 +0000 (UTC) (envelope-from joe@freebsd.org) Received: from localhost (alpha.tao.org.uk [212.42.1.232]) by alpha.tao.org.uk (Postfix) with ESMTP id A2DEA1076E04 for ; Thu, 21 May 2009 18:51:02 +0100 (BST) Received: from alpha.tao.org.uk ([212.42.1.232]) by localhost (mail.tao.org.uk [212.42.1.232]) (amavisd-maia, port 10024) with LMTP id 29817-01 for ; Thu, 21 May 2009 18:51:01 +0100 (BST) Received: from [192.168.1.75] (router.tao.org.uk [78.105.4.78]) (Authenticated sender: joemail@alpha.tao.org.uk) by alpha.tao.org.uk (Postfix) with ESMTPA id 45AEE1076C86 for ; Thu, 21 May 2009 18:51:01 +0100 (BST) Message-ID: <4A159482.9080903@freebsd.org> Date: Thu, 21 May 2009 18:50:58 +0100 From: Joe Karthauser User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1b3pre) Gecko/20090223 Lightning/1.0pre Thunderbird/3.0b2 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> <4A156AD7.8000003@icyb.net.ua> In-Reply-To: <4A156AD7.8000003@icyb.net.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2a Subject: ZFS hanging at kernel boot now, but didn't before... (Re: ZFS MFC heads up) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 18:07:46 -0000 Hmm, I've had a bit of a miserable afternoon trying to fight my RELENG_7 server, which now doesn't boot. :(. So, it's a ZRAID2 pool with a ufs/gmirror root partition split over 5 disks (gmirror on 500Mb partition on each of five disks, and zraid2 over the rest of each drive). What I did was to update the userland, and then reboot. I didn't upgrade the kernel (but I've subsequently done that and have the same problem). What happens is that the kernel hangs booting just after displaying a LABEL message or ZFS pool/spool message. I _can_ get it to boot if I boot single user with acpi switched off. When I do that I can manually start zfs, and mount all the partitions. However, one of the disks is missing.... more on that next. The machine is running a gigabyte motherboard (domestic gamer P35 board, similar to this http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2533, although it might be a DS4 variant). I've got 5 of the 6 sata ports wired to a 5 unit SATA hot swap bay (5 drives vertially mounted into 3 5-1/4" bays kind of thing). Now, because of the gmirror I can boot the system on any disk, or combination of plugged in disks. I should be able to succeed with the kernel probe up to the attempt to mount the root filesystem irrespective of any zfs pool, etc. And, indeed, this has been working fine for about two years. But, now it hangs in the same place no matter what disk I boot on (I've tried every bay). But, without ACPI enabled it does appear to boot ok... what's going on here? Is it possible that the machine has developed a hardware fault? Ok, finally, if I boot with ACPI disabled then one of the disks is missing. If I unplug it I get a disconnect message from the ata device, and a reconnect and reinit attempt when I plug it back in, but no device appears on the bus. Usually I can do a 'atacontrol detach sata4; sleep 1; atacontrol attach sata4' and the device reappears. This happens on the other buses, but not on the last one. It's not the disk, because if I swap it into another bay, it comes up and appears on the bus. On the other hand it doesn't appear to be that controller or slow in the drive bay because if I unplug all the over disks the system will boot that disk and get as far as the hang.... hmm. Is this a consequence of disabling the ACPI? Does anyone have a clue what might be going on? Joe From owner-freebsd-stable@FreeBSD.ORG Thu May 21 18:28:18 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A832106564A for ; Thu, 21 May 2009 18:28:18 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 0AC7A8FC1E for ; Thu, 21 May 2009 18:28:17 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so769235yxb.13 for ; Thu, 21 May 2009 11:28:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=Oy1eilAFLgm2f7aL6WpeQJMjHEw2vRp4yJ+ch/3BVJ8=; b=HbzidnaGxazr6GaPVkV960xUBljkm6AnQ2mg7Ho9lCfxVISUVPd8wNfcvskWgzxI4A IQTH3QUTsZrPsG3/I9B2K+dBr2bSqTqVJTxvsPKWEtmyTrA4aT06xwViZm7fDjLpgm4P PQJDHj4nAHasGLpuXKKN5XMZqhoPH0loaii7M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=U+gzP3dgze8QRJMISPUtp0cFPsPY+kJP5+DC/3zuA3fPTS88w8r2rRjNkxr/hxips0 S8vClqprSCEctwOjCLRngaKgUoTAT97NnlNMFJDQti2GindtgToHxO8qfT/BDBvt9Gk/ YXk1/uAuGtKGCqKn4rksIVAIJE6Ht03sh5t7s= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.101.66.17 with SMTP id t17mr577177ank.41.1242930497424; Thu, 21 May 2009 11:28:17 -0700 (PDT) In-Reply-To: <4A159482.9080903@freebsd.org> References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> <4A156AD7.8000003@icyb.net.ua> <4A159482.9080903@freebsd.org> Date: Thu, 21 May 2009 11:28:17 -0700 X-Google-Sender-Auth: 3a4757faafa3e446 Message-ID: <3c1674c90905211128n45814519o903ee2b6eb3cf195@mail.gmail.com> From: Kip Macy To: Joe Karthauser Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: ZFS hanging at kernel boot now, but didn't before... (Re: ZFS MFC heads up) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 18:28:18 -0000 I have no idea what is happening. I think our best bet is having someone with insight into ATA provide us with help in adding diagnostics. Sorry for the trouble. Perhaps you can just roll back to 7.2 for now. Cheers, Kip On Thu, May 21, 2009 at 10:50 AM, Joe Karthauser wrote: > Hmm, I've had a bit of a miserable afternoon trying to fight my RELENG_7 > server, which now doesn't boot. :(. > > So, it's a ZRAID2 pool with a ufs/gmirror root partition split over 5 dis= ks > (gmirror on 500Mb partition on each of five disks, and zraid2 over the re= st > of each drive). > > What I did was to update the userland, and then reboot. I didn't upgrade = the > kernel (but I've subsequently done that and have the same problem). > > What happens is that the kernel hangs booting just after displaying a LAB= EL > message or ZFS pool/spool message. I _can_ get it to boot if I boot singl= e > user with acpi switched off. When I do that I can manually start zfs, and > mount all the partitions. However, one of the disks is missing.... more o= n > that next. > > The machine is running a gigabyte motherboard (domestic gamer P35 board, > similar to this > http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?Pr= oductID=3D2533, > although it might be a DS4 variant). =A0I've got 5 of the 6 sata ports wi= red > to a 5 unit SATA hot swap bay (5 drives vertially mounted into 3 5-1/4" b= ays > kind of thing). > > Now, because of the gmirror I can boot the system on any disk, or > combination of plugged in disks. I should be able to succeed with the > kernel probe up to the attempt to mount the root filesystem irrespective = of > any zfs pool, etc. And, indeed, this has been working fine for about two > years. > > But, now it hangs in the same place no matter what disk I boot on (I've > tried every bay). > > But, without ACPI enabled it does appear to boot ok... what's going on he= re? > Is it possible that the machine has developed a hardware fault? > > Ok, finally, if I boot with ACPI disabled then one of the disks is missin= g. > If I unplug it I get a disconnect message from the ata device, and a > reconnect and reinit attempt when I plug it back in, but no device appear= s > on the bus. Usually I can do a 'atacontrol detach sata4; sleep 1; atacont= rol > attach sata4' and the device reappears. This happens on the other buses, = but > not on the last one. It's not the disk, because if I swap it into another > bay, it comes up and appears on the bus. On the other hand it doesn't app= ear > to be that controller or slow in the drive bay because if I unplug all th= e > over disks the system will boot that disk and get as far as the hang.... > hmm. > > Is this a consequence of disabling the ACPI? > > Does anyone have a clue what might be going on? > > Joe > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > --=20 When bad men combine, the good must associate; else they will fall one by one, an unpitied sacrifice in a contemptible struggle. Edmund Burke From owner-freebsd-stable@FreeBSD.ORG Thu May 21 19:21:36 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4DFF1065677; Thu, 21 May 2009 19:21:36 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 863CA8FC12; Thu, 21 May 2009 19:21:36 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id n4LJLXvn062002; Thu, 21 May 2009 15:21:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp1.sentex.ca (8.14.3/8.14.3) with ESMTP id n4LJLXe6096197; Thu, 21 May 2009 15:21:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 0C9C61B5060; Thu, 21 May 2009 15:21:32 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20090521192133.0C9C61B5060@freebsd-stable.sentex.ca> Date: Thu, 21 May 2009 15:21:32 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at smtp1.sentex.ca X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [releng_7 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 19:21:37 -0000 TB --- 2009-05-21 17:47:04 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2009-05-21 17:47:04 - starting RELENG_7 tinderbox run for amd64/amd64 TB --- 2009-05-21 17:47:04 - cleaning the object tree TB --- 2009-05-21 17:47:39 - cvsupping the source tree TB --- 2009-05-21 17:47:39 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/amd64/amd64/supfile TB --- 2009-05-21 17:47:59 - building world TB --- 2009-05-21 17:47:59 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-21 17:47:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-21 17:47:59 - TARGET=amd64 TB --- 2009-05-21 17:47:59 - TARGET_ARCH=amd64 TB --- 2009-05-21 17:47:59 - TZ=UTC TB --- 2009-05-21 17:47:59 - __MAKE_CONF=/dev/null TB --- 2009-05-21 17:47:59 - cd /src TB --- 2009-05-21 17:47:59 - /usr/bin/make -B buildworld >>> World build started on Thu May 21 17:48:00 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Thu May 21 19:21:32 UTC 2009 TB --- 2009-05-21 19:21:32 - generating LINT kernel config TB --- 2009-05-21 19:21:32 - cd /src/sys/amd64/conf TB --- 2009-05-21 19:21:32 - /usr/bin/make -B LINT TB --- 2009-05-21 19:21:32 - building LINT kernel TB --- 2009-05-21 19:21:32 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-21 19:21:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-21 19:21:32 - TARGET=amd64 TB --- 2009-05-21 19:21:32 - TARGET_ARCH=amd64 TB --- 2009-05-21 19:21:32 - TZ=UTC TB --- 2009-05-21 19:21:32 - __MAKE_CONF=/dev/null TB --- 2009-05-21 19:21:32 - cd /src TB --- 2009-05-21 19:21:32 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu May 21 19:21:32 UTC 2009 >>> stage 1: configuring the kernel [...] WARNING: kernel contains GPL contaminated emu10k1 headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated maestro3 headers WARNING: kernel contains GPL contaminated ext2fs filesystem WARNING: kernel contains GPL contaminated ReiserFS filesystem WARNING: kernel contains GPL contaminated xfs filesystem *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-05-21 19:21:32 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-05-21 19:21:32 - ERROR: failed to build lint kernel TB --- 2009-05-21 19:21:32 - 4544.73 user 512.59 system 5668.26 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-amd64-amd64.full From owner-freebsd-stable@FreeBSD.ORG Thu May 21 19:35:16 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45AA71065673 for ; Thu, 21 May 2009 19:35:16 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:a80a:1:21f:d0ff:fe22:b8a8]) by mx1.freebsd.org (Postfix) with ESMTP id F345D8FC22 for ; Thu, 21 May 2009 19:35:15 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 04AA6614F for ; Thu, 21 May 2009 14:35:15 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a0Cf7JDheYMl for ; Thu, 21 May 2009 14:35:12 -0500 (CDT) Received: from athena.localnet (athena.daycos.com [IPv6:2001:470:c054:1:221:9bff:fe00:de3f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id D3A3B6142 for ; Thu, 21 May 2009 14:35:11 -0500 (CDT) From: Kirk Strauser To: freebsd-stable@freebsd.org Date: Thu, 21 May 2009 14:35:01 -0500 User-Agent: KMail/1.11.3 (Linux/2.6.28-11-generic; KDE/4.2.3; x86_64; ; ) References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> In-Reply-To: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905211435.01723.kirk@strauser.com> Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 19:35:21 -0000 On Wednesday 20 May 2009 06:43:13 pm Kip Macy wrote: > The MFC went in r192498. Please let me know if you have any problems. So far so good here (amd64, Core2 Duo, ICH9 SATA) but I'm too chicken to upgrade the on-disk format yet. -- Kirk Strauser From owner-freebsd-stable@FreeBSD.ORG Thu May 21 19:43:04 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0852106564A for ; Thu, 21 May 2009 19:43:04 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 1E7CF8FC18 for ; Thu, 21 May 2009 19:43:04 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M7EAI-0001Qk-KT; Thu, 21 May 2009 20:42:54 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M7EAI-000J9h-J0; Thu, 21 May 2009 20:42:54 +0100 To: freebsd-stable@freebsd.org, kirk@strauser.com In-Reply-To: <200905211435.01723.kirk@strauser.com> Message-Id: From: Pete French Date: Thu, 21 May 2009 20:42:54 +0100 Cc: Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 19:43:05 -0000 All looking good here - 3rd DNS server is now running new ZFS with an upgraded pool, and I jsut did a server in the office which is running a database and filesderver, also upgrading the pool. These are all amd64 systems, and the vm backpressure system seems to work nicely - in that the kernel memory usage has settled at the same kind of levels I was locking it to previously (which is nice to see!). -pete. From owner-freebsd-stable@FreeBSD.ORG Thu May 21 19:46:42 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C49C71065670 for ; Thu, 21 May 2009 19:46:42 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:a80a:1:21f:d0ff:fe22:b8a8]) by mx1.freebsd.org (Postfix) with ESMTP id 8567B8FC22 for ; Thu, 21 May 2009 19:46:42 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 1790C63DB for ; Thu, 21 May 2009 14:46:42 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IspZ9-yBZbfG for ; Thu, 21 May 2009 14:46:39 -0500 (CDT) Received: from athena.localnet (athena.daycos.com [IPv6:2001:470:c054:1:221:9bff:fe00:de3f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id 8768A63D4 for ; Thu, 21 May 2009 14:46:39 -0500 (CDT) From: Kirk Strauser To: freebsd-stable@freebsd.org Date: Thu, 21 May 2009 14:46:36 -0500 User-Agent: KMail/1.11.3 (Linux/2.6.28-11-generic; KDE/4.2.3; x86_64; ; ) References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> In-Reply-To: <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905211446.36828.kirk@strauser.com> Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 19:46:43 -0000 On Thursday 21 May 2009 09:12:14 am Louis Mamakos wrote: > Any pointers to running multiple jails with ZFS? I was looking for > something like a union-mount capability for ZFS. I don't necessarily > need a jail to run divergent /bin, /usr/local, etc. just the > isolation. Making a clone doesn't exactly do the same thing.. FWIW, I love sysutils/ezjail. It uses nullfs to mount many jails on top of the same read-only base system, and provides a way ("ezjail-admin update -i") to upgrade that base system with installworld. -- Kirk Strauser From owner-freebsd-stable@FreeBSD.ORG Thu May 21 19:50:28 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 414BF106567D; Thu, 21 May 2009 19:50:28 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id AC0CE8FC29; Thu, 21 May 2009 19:50:27 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4LJoPN8053762; Thu, 21 May 2009 23:50:25 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Thu, 21 May 2009 23:50:25 +0400 (MSD) From: Dmitry Morozovsky To: Kip Macy In-Reply-To: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> Message-ID: References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Thu, 21 May 2009 23:50:25 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 19:50:28 -0000 On Wed, 20 May 2009, Kip Macy wrote: KM> I will be MFC'ing the newer ZFS support some time this afternoon. Both KM> world and kernel will need to be re-built. Existing pools will KM> continue to work without upgrade. KM> KM> KM> If you choose to upgrade a pool to take advantage of new features you KM> will no longer be able to use it with sources prior to today. 'zfs KM> send/recv' is not expected to inter-operate between different pool KM> versions. I updated my poor old moose to the fresh RELENG_7, and panic is still in place: root@moose:/ar/.bad# ls -la 200807/ total 9089 drwxr-xr-x 3 rscript wheel 4 Nov 5 2008 ./ drwxr-xr-x 3 root wheel 3 Apr 12 21:33 ../ drwxr-xr-x 2 rscript wheel 36 Apr 2 22:12 daily/ -rw-r--r-- 1 rscript wheel 9207828 Aug 1 2008 total.200807 root@moose:/ar/.bad# ls -la 200807/daily/ panic: avl_find() succeeded inside avl_add() cpuid = 1 Uptime: 1m27s Physical memory: 2039 MB Dumping 247 MB: 232 216 200 184 168 152 136 120 104 88 72 56 40 24 8 Dump complete on the dump: (kgdb) bt #0 doadump () at pcpu.h:196 #1 0xc05352e7 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #2 0xc05355f5 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:574 #3 0xc0843b60 in avl_add (tree=Variable "tree" is not available. ) at /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/avl/avl.c:635 #4 0xc08b0edf in zap_lockdir (os=0xc55dfa60, obj=6108, tx=0x0, lti=RW_READER, fatreader=1, adding=0, zapp=0xfc755ba0) at /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c:335 #5 0xc08b13af in zap_cursor_retrieve (zc=0xfc755b9c, za=0xfc755a84) at /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c:993 #6 0xc08d6340 in zfs_freebsd_readdir (ap=0xfc755c00) at /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c:2156 #7 0xc06de842 in VOP_READDIR_APV (vop=0xc093c560, a=0xfc755c00) at vnode_if.c:1407 #8 0xc05bf88a in kern_getdirentries (td=0xc55c0900, fd=5, buf=0x48215000
, count=4096, basep=0xfc755c74) at vnode_if.h:747 #9 0xc05bfab1 in getdirentries (td=0xc55c0900, uap=0xfc755cfc) at /usr/src/sys/kern/vfs_syscalls.c:3785 #10 0xc06d3588 in syscall (frame=0xfc755d38) at /usr/src/sys/i386/i386/trap.c:1090 #11 0xc06b8f40 in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:255 #12 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) Any other info we need to examine this further? Thank you! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Thu May 21 19:55:21 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B4571065673 for ; Thu, 21 May 2009 19:55:21 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id 21B908FC14 for ; Thu, 21 May 2009 19:55:20 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so781642ana.13 for ; Thu, 21 May 2009 12:55:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=OUQu2eP6Lnlxk6R2xoEqwOLcGBIbfCYRLtUA+w+Bf4Y=; b=k/Uhey6eNRb6gYzJwRhknLEZMJExllWPr7OznUjH0nQYWe8pFyCgJEEWYGLGbt2BR1 2ha3Nb7j3ot/KVYBGGwuWf0evTlRoL9qA9B8aumLCdoVvVZfPTHxMfzLfQpt75/J82iq MsjJCrKWz3aXabzyN1UK8clGvPkKQ1Jo8D0CQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=O2e8MvEj4DKDKurmJAcmzkh2sXvpgiefJ9UwjPErDJ0n5FvVwoMMNrCt4fztURLNDs GNszbWHzAnuLL3yyQtqb7T0S4c8gGCT5mhUIV3arBCn5F2BL7pLbuSrxMMYXZxe4o53X skRfY3xeX3+eyt5RBpMcwwjEkH5aLgyY7TxOo= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.215.12 with SMTP id n12mr5533913ang.154.1242935720107; Thu, 21 May 2009 12:55:20 -0700 (PDT) In-Reply-To: References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> Date: Thu, 21 May 2009 12:55:20 -0700 X-Google-Sender-Auth: bb852fce3cea5c0c Message-ID: <3c1674c90905211255gb76741fnf90a735a566a0a5c@mail.gmail.com> From: Kip Macy To: Dmitry Morozovsky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 19:55:21 -0000 Looks like a (corrupted) space management bug. I'll take a closer look this weekend to see if it can be recovered from. -Kip On Thu, May 21, 2009 at 12:50 PM, Dmitry Morozovsky wrote: > On Wed, 20 May 2009, Kip Macy wrote: > > KM> I will be MFC'ing the newer ZFS support some time this afternoon. Bot= h > KM> world and kernel will need to be re-built. Existing pools will > KM> continue to work without upgrade. > KM> > KM> > KM> If you choose to upgrade a pool to take advantage of new features you > KM> will no longer be able to use it with sources prior to today. 'zfs > KM> send/recv' is not expected to inter-operate between different pool > KM> versions. > > I updated my poor old moose to the fresh RELENG_7, and panic is still in = place: > > root@moose:/ar/.bad# ls -la 200807/ > total 9089 > drwxr-xr-x =A03 rscript =A0wheel =A0 =A0 =A0 =A04 Nov =A05 =A02008 ./ > drwxr-xr-x =A03 root =A0 =A0 wheel =A0 =A0 =A0 =A03 Apr 12 21:33 ../ > drwxr-xr-x =A02 rscript =A0wheel =A0 =A0 =A0 36 Apr =A02 22:12 daily/ > -rw-r--r-- =A01 rscript =A0wheel =A09207828 Aug =A01 =A02008 total.200807 > root@moose:/ar/.bad# ls -la 200807/daily/ > > panic: avl_find() succeeded inside avl_add() > cpuid =3D 1 > Uptime: 1m27s > Physical memory: 2039 MB > Dumping 247 MB: 232 216 200 184 168 152 136 120 104 88 72 56 40 24 8 > Dump complete > > on the dump: > > (kgdb) bt > #0 =A0doadump () at pcpu.h:196 > #1 =A00xc05352e7 in boot (howto=3D260) at /usr/src/sys/kern/kern_shutdown= .c:418 > #2 =A00xc05355f5 in panic (fmt=3DVariable "fmt" is not available. > ) at /usr/src/sys/kern/kern_shutdown.c:574 > #3 =A00xc0843b60 in avl_add (tree=3DVariable "tree" is not available. > ) at > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/avl/avl.c:= 635 > #4 =A00xc08b0edf in zap_lockdir (os=3D0xc55dfa60, obj=3D6108, tx=3D0x0, l= ti=3DRW_READER, > fatreader=3D1, adding=3D0, zapp=3D0xfc755ba0) > =A0 =A0at > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs= /zap_micro.c:335 > #5 =A00xc08b13af in zap_cursor_retrieve (zc=3D0xfc755b9c, za=3D0xfc755a84= ) at > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs= /zap_micro.c:993 > #6 =A00xc08d6340 in zfs_freebsd_readdir (ap=3D0xfc755c00) at > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs= /zfs_vnops.c:2156 > #7 =A00xc06de842 in VOP_READDIR_APV (vop=3D0xc093c560, a=3D0xfc755c00) at > vnode_if.c:1407 > #8 =A00xc05bf88a in kern_getdirentries (td=3D0xc55c0900, fd=3D5, buf=3D0x= 48215000 >
, count=3D4096, basep=3D0xfc755c74) at > vnode_if.h:747 > #9 =A00xc05bfab1 in getdirentries (td=3D0xc55c0900, uap=3D0xfc755cfc) at > /usr/src/sys/kern/vfs_syscalls.c:3785 > #10 0xc06d3588 in syscall (frame=3D0xfc755d38) at > /usr/src/sys/i386/i386/trap.c:1090 > #11 0xc06b8f40 in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception= .s:255 > #12 0x00000033 in ?? () > Previous frame inner to this frame (corrupt stack?) > > Any other info we need to examine this further? > > Thank you! > > -- > Sincerely, > D.Marck =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 [DM5020, MCK-RIPE, DM3-RIPN] > [ FreeBSD committer: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 marck@FreeBSD.org ] > ------------------------------------------------------------------------ > *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** > ------------------------------------------------------------------------ > --=20 When bad men combine, the good must associate; else they will fall one by one, an unpitied sacrifice in a contemptible struggle. Edmund Burke From owner-freebsd-stable@FreeBSD.ORG Thu May 21 20:09:33 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E50CC106566B; Thu, 21 May 2009 20:09:32 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.freebsd.org (Postfix) with ESMTP id BFAA68FC0A; Thu, 21 May 2009 20:09:32 +0000 (UTC) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.14.3/8.14.3) with ESMTP id n4LK81sw002193; Thu, 21 May 2009 16:08:01 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200905212008.n4LK81sw002193@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Thu, 21 May 2009 16:09:53 -0400 To: Kirk Strauser , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <200905211435.01723.kirk@strauser.com> References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> <200905211435.01723.kirk@strauser.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: kmacy@freebsd.org Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 20:09:33 -0000 At 03:35 PM 5/21/2009, Kirk Strauser wrote: >On Wednesday 20 May 2009 06:43:13 pm Kip Macy wrote: > > > The MFC went in r192498. Please let me know if you have any problems. > >So far so good here (amd64, Core2 Duo, ICH9 SATA) but I'm too chicken to >upgrade the on-disk format yet. I did an update on one of my less critical boxes today. I upgraded the version as well to lucky 13 :) So far so good! I am rsyncing a few hundred GB to it now. One thing I noticed, and not sure if this is normal because of the compression, the capacity shows 31%, df shows 13% 0[offsite]# zpool status pool: tank1 state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM tank1 ONLINE 0 0 0 raidz1 ONLINE 0 0 0 ad4 ONLINE 0 0 0 ad8 ONLINE 0 0 0 ad12 ONLINE 0 0 0 ad14 ONLINE 0 0 0 errors: No known data errors 0[offsite]# zpool get all tank1 NAME PROPERTY VALUE SOURCE tank1 size 5.44T - tank1 used 1.69T - tank1 available 3.75T - tank1 capacity 31% - tank1 altroot - default tank1 health ONLINE - tank1 guid 7336939736750289319 - tank1 version 13 default tank1 bootfs - default tank1 delegation on default tank1 autoreplace off default tank1 cachefile - default tank1 failmode wait default tank1 listsnapshots off default 0[offsite]# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad6s1a 2026030 406192 1457756 22% / devfs 1 1 0 100% /dev /dev/ad6s1d 2026030 112 1863836 0% /tmp /dev/ad6s1e 40622796 4937888 32435086 13% /usr /dev/ad6s1f 20844174 1258572 17918070 7% /var tank1 3399088000 457597952 2941490048 13% /tank1 tank1@20090510 3391231232 449741184 2941490048 13% /tank1/.zfs/snapshot/20090510 tank1@20090517 3391393408 449903360 2941490048 13% /tank1/.zfs/snapshot/20090517 0[offsite]# 0[offsite]# zfs get all NAME PROPERTY VALUE SOURCE tank1 type filesystem - tank1 creation Fri May 8 13:44 2009 - tank1 used 1.27T - tank1 available 2.74T - tank1 referenced 437G - tank1 compressratio 1.63x - tank1 mounted yes - tank1 quota none default tank1 reservation none default tank1 recordsize 128K default tank1 mountpoint /tank1 default tank1 sharenfs off default tank1 checksum on default tank1 compression on local tank1 atime off local tank1 devices on default tank1 exec on default tank1 setuid on default tank1 readonly off default tank1 jailed off default tank1 snapdir visible local tank1 aclmode groupmask default tank1 aclinherit restricted default tank1 canmount on default tank1 shareiscsi off default tank1 xattr off temporary tank1 copies 1 default tank1 version 1 - tank1 utf8only off - tank1 normalization none - tank1 casesensitivity sensitive - tank1 vscan off default tank1 nbmand off default tank1 sharesmb off default tank1 refquota none default tank1 refreservation none default tank1 primarycache all default tank1 secondarycache all default tank1@20090510 type snapshot - tank1@20090510 creation Sun May 10 12:37 2009 - tank1@20090510 used 429G - tank1@20090510 referenced 429G - tank1@20090510 compressratio 1.65x - tank1@20090510 devices on default tank1@20090510 exec on default tank1@20090510 setuid on default tank1@20090510 shareiscsi off default tank1@20090510 xattr off temporary tank1@20090510 version 1 - tank1@20090510 utf8only off - tank1@20090510 normalization none - tank1@20090510 casesensitivity sensitive - tank1@20090510 nbmand off default tank1@20090510 primarycache all default tank1@20090510 secondarycache all default tank1@20090517 type snapshot - tank1@20090517 creation Sun May 17 13:29 2009 - tank1@20090517 used 429G - tank1@20090517 referenced 429G - tank1@20090517 compressratio 1.62x - tank1@20090517 devices on default tank1@20090517 exec on default tank1@20090517 setuid on default tank1@20090517 shareiscsi off default tank1@20090517 xattr off temporary tank1@20090517 version 1 - tank1@20090517 utf8only off - tank1@20090517 normalization none - tank1@20090517 casesensitivity sensitive - tank1@20090517 nbmand off default tank1@20090517 primarycache all default tank1@20090517 secondarycache all default 0[offsite]# >-- >Kirk Strauser >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@FreeBSD.ORG Thu May 21 20:15:11 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDAFC106566C for ; Thu, 21 May 2009 20:15:11 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 3FE9E8FC24 for ; Thu, 21 May 2009 20:15:11 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by ewy3 with SMTP id 3so1494645ewy.43 for ; Thu, 21 May 2009 13:15:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=kGKFfTqEfHZ1DG+/tGsD7hdud5W7SIixrhYZ1UiZ+BY=; b=fwkGz6R53EWhnY+hz+066rQUL2zNqXgDvpiZawPP0k2Pu5OBV7Qzk/hFV8+OT96r36 13kYJ4UD1iiMWrFjnO00Saf8ZM+/WkA+bYlHD+uUW4qWMaGh09zYpyJjmXFcFA44dFJ8 a1BocdxoU5RPEljIFquRfkVHzmPMPWU2AinKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=ICoBd88nOZXdzXUUgzCo2SfMRKmQV1fsRZMP6qamZnOKaUCJmtfujOHYSK1OzG0gDH fxCRm8Pk0wW75MCa33YUMPWUkvQzE8TpXH1lp5MY8vWpwooM9m5rmxy7WVqIU2MelBDh 2nGxH/A8EysuvN0brB3EQEPsGTZx59IKpeCUA= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.216.47.196 with SMTP id t46mr657393web.121.1242936910217; Thu, 21 May 2009 13:15:10 -0700 (PDT) In-Reply-To: <200905212008.n4LK81sw002193@lava.sentex.ca> References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> <200905211435.01723.kirk@strauser.com> <200905212008.n4LK81sw002193@lava.sentex.ca> Date: Thu, 21 May 2009 13:15:10 -0700 X-Google-Sender-Auth: 63ad827a2f3b4e36 Message-ID: <3c1674c90905211315y5e59b9e2l94dfb4215f786e69@mail.gmail.com> From: Kip Macy To: Mike Tancsa Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: base64 Cc: freebsd-stable@freebsd.org Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 20:15:12 -0000 PiBJIGRpZCBhbiB1cGRhdGUgb24gb25lIG9mIG15IGxlc3MgY3JpdGljYWwgYm94ZXMgdG9kYXku IKBJIHVwZ3JhZGVkIHRoZQo+IHZlcnNpb24gYXMgd2VsbCB0byBsdWNreSAxMyA6KSCgU28gZmFy IHNvIGdvb2QhIKBJIGFtIHJzeW5jaW5nIGEgZmV3IGh1bmRyZWQKPiBHQiB0byBpdCBub3cuIKBP bmUgdGhpbmcgSSBub3RpY2VkLCBhbmQgbm90IHN1cmUgaWYgdGhpcyBpcyBub3JtYWwgYmVjYXVz ZQo+IG9mIHRoZSBjb21wcmVzc2lvbiwgdGhlIGNhcGFjaXR5IHNob3dzIDMxJSwgZGYgc2hvd3Mg MTMlCgoKWW91ciBzbmFwc2hvdHMgYXJlIHVzaW5nIHR3byB0aGlyZHMgb2YgeW91ciB1c2VkIGNh cGFjaXR5LiAnZGYnIG9ubHkKa25vd3MgYWJvdXQgdGhlIG1vdW50ZWQgZmlsZSBzeXN0ZW0uCgpD aGVlcnMsCktpcAoKCj4KPiAwW29mZnNpdGVdIyB6cG9vbCBzdGF0dXMKPiCgcG9vbDogdGFuazEK PiCgc3RhdGU6IE9OTElORQo+IKBzY3J1Yjogbm9uZSByZXF1ZXN0ZWQKPiBjb25maWc6Cj4KPiCg IKAgoCCgTkFNRSCgIKAgoCCgU1RBVEUgoCCgIFJFQUQgV1JJVEUgQ0tTVU0KPiCgIKAgoCCgdGFu azEgoCCgIKAgT05MSU5FIKAgoCCgIDAgoCCgIDAgoCCgIDAKPiCgIKAgoCCgIKByYWlkejEgoCCg T05MSU5FIKAgoCCgIDAgoCCgIDAgoCCgIDAKPiCgIKAgoCCgIKAgoGFkNCCgIKAgT05MSU5FIKAg oCCgIDAgoCCgIDAgoCCgIDAKPiCgIKAgoCCgIKAgoGFkOCCgIKAgT05MSU5FIKAgoCCgIDAgoCCg IDAgoCCgIDAKPiCgIKAgoCCgIKAgoGFkMTIgoCCgT05MSU5FIKAgoCCgIDAgoCCgIDAgoCCgIDAK PiCgIKAgoCCgIKAgoGFkMTQgoCCgT05MSU5FIKAgoCCgIDAgoCCgIDAgoCCgIDAKPgo+IGVycm9y czogTm8ga25vd24gZGF0YSBlcnJvcnMKPiAwW29mZnNpdGVdIyB6cG9vbCBnZXQgYWxsIHRhbmsx Cj4gTkFNRSCgIFBST1BFUlRZIKAgoCCgIFZBTFVFIKAgoCCgIFNPVVJDRQo+IHRhbmsxIKBzaXpl IKAgoCCgIKAgoCA1LjQ0VCCgIKAgoCAtCj4gdGFuazEgoHVzZWQgoCCgIKAgoCCgIDEuNjlUIKAg oCCgIC0KPiB0YW5rMSCgYXZhaWxhYmxlIKAgoCCgMy43NVQgoCCgIKAgLQo+IHRhbmsxIKBjYXBh Y2l0eSCgIKAgoCAzMSUgoCCgIKAgoCAtCj4gdGFuazEgoGFsdHJvb3QgoCCgIKAgoC0goCCgIKAg oCCgIGRlZmF1bHQKPiB0YW5rMSCgaGVhbHRoIKAgoCCgIKAgT05MSU5FIKAgoCCgLQo+IHRhbmsx IKBndWlkIKAgoCCgIKAgoCA3MzM2OTM5NzM2NzUwMjg5MzE5IKAtCj4gdGFuazEgoHZlcnNpb24g oCCgIKAgoDEzIKAgoCCgIKAgoGRlZmF1bHQKPiB0YW5rMSCgYm9vdGZzIKAgoCCgIKAgLSCgIKAg oCCgIKAgZGVmYXVsdAo+IHRhbmsxIKBkZWxlZ2F0aW9uIKAgoCBvbiCgIKAgoCCgIKBkZWZhdWx0 Cj4gdGFuazEgoGF1dG9yZXBsYWNlIKAgoG9mZiCgIKAgoCCgIGRlZmF1bHQKPiB0YW5rMSCgY2Fj aGVmaWxlIKAgoCCgLSCgIKAgoCCgIKAgZGVmYXVsdAo+IHRhbmsxIKBmYWlsbW9kZSCgIKAgoCB3 YWl0IKAgoCCgIKBkZWZhdWx0Cj4gdGFuazEgoGxpc3RzbmFwc2hvdHMgoG9mZiCgIKAgoCCgIGRl ZmF1bHQKPiAwW29mZnNpdGVdIyBkZgo+IEZpbGVzeXN0ZW0goCCgIDFLLWJsb2NrcyCgIKAgoCBV c2VkIKAgoCCgQXZhaWwgQ2FwYWNpdHkgoE1vdW50ZWQgb24KPiAvZGV2L2FkNnMxYSCgIKAgoCAy MDI2MDMwIKAgoDQwNjE5MiCgIKAxNDU3NzU2IKAgoDIyJSCgIKAvCj4gZGV2ZnMgoCCgIKAgoCCg IKAgoCCgIKAgMSCgIKAgoCCgIDEgoCCgIKAgoCCgMCCgIDEwMCUgoCCgL2Rldgo+IC9kZXYvYWQ2 czFkIKAgoCCgIDIwMjYwMzAgoCCgIKAgMTEyIKAgoDE4NjM4MzYgoCCgIDAlIKAgoC90bXAKPiAv ZGV2L2FkNnMxZSCgIKAgoDQwNjIyNzk2IKAgNDkzNzg4OCCgIDMyNDM1MDg2IKAgoDEzJSCgIKAv dXNyCj4gL2Rldi9hZDZzMWYgoCCgIKAyMDg0NDE3NCCgIDEyNTg1NzIgoCAxNzkxODA3MCCgIKAg NyUgoCCgL3Zhcgo+IHRhbmsxIKAgoCCgIKAgoDMzOTkwODgwMDAgNDU3NTk3OTUyIDI5NDE0OTAw NDggoCCgMTMlIKAgoC90YW5rMQo+IHRhbmsxQDIwMDkwNTEwIDMzOTEyMzEyMzIgNDQ5NzQxMTg0 IDI5NDE0OTAwNDggoCCgMTMlCj4goC90YW5rMS8uemZzL3NuYXBzaG90LzIwMDkwNTEwCj4gdGFu azFAMjAwOTA1MTcgMzM5MTM5MzQwOCA0NDk5MDMzNjAgMjk0MTQ5MDA0OCCgIKAxMyUKPiCgL3Rh bmsxLy56ZnMvc25hcHNob3QvMjAwOTA1MTcKPiAwW29mZnNpdGVdIwo+Cj4KPiAwW29mZnNpdGVd IyB6ZnMgZ2V0IGFsbAo+IE5BTUUgoCCgIKAgoCCgIKBQUk9QRVJUWSCgIKAgoCCgIKAgoCCgVkFM VUUgoCCgIKAgoCCgIKAgoCCgIKBTT1VSQ0UKPiB0YW5rMSCgIKAgoCCgIKAgdHlwZSCgIKAgoCCg IKAgoCCgIKAgoGZpbGVzeXN0ZW0goCCgIKAgoCCgIKAgLQo+IHRhbmsxIKAgoCCgIKAgoCBjcmVh dGlvbiCgIKAgoCCgIKAgoCCgRnJpIE1heSCgOCAxMzo0NCAyMDA5IKAtCj4gdGFuazEgoCCgIKAg oCCgIHVzZWQgoCCgIKAgoCCgIKAgoCCgIKAxLjI3VCCgIKAgoCCgIKAgoCCgIKAgoC0KPiB0YW5r MSCgIKAgoCCgIKAgYXZhaWxhYmxlIKAgoCCgIKAgoCCgIDIuNzRUIKAgoCCgIKAgoCCgIKAgoCCg LQo+IHRhbmsxIKAgoCCgIKAgoCByZWZlcmVuY2VkIKAgoCCgIKAgoCCgNDM3RyCgIKAgoCCgIKAg oCCgIKAgoCAtCj4gdGFuazEgoCCgIKAgoCCgIGNvbXByZXNzcmF0aW8goCCgIKAgoCAxLjYzeCCg IKAgoCCgIKAgoCCgIKAgoC0KPiB0YW5rMSCgIKAgoCCgIKAgbW91bnRlZCCgIKAgoCCgIKAgoCCg IHllcyCgIKAgoCCgIKAgoCCgIKAgoCCgLQo+IHRhbmsxIKAgoCCgIKAgoCBxdW90YSCgIKAgoCCg IKAgoCCgIKAgbm9uZSCgIKAgoCCgIKAgoCCgIKAgoCBkZWZhdWx0Cj4gdGFuazEgoCCgIKAgoCCg IHJlc2VydmF0aW9uIKAgoCCgIKAgoCBub25lIKAgoCCgIKAgoCCgIKAgoCCgIGRlZmF1bHQKPiB0 YW5rMSCgIKAgoCCgIKAgcmVjb3Jkc2l6ZSCgIKAgoCCgIKAgoDEyOEsgoCCgIKAgoCCgIKAgoCCg IKAgZGVmYXVsdAo+IHRhbmsxIKAgoCCgIKAgoCBtb3VudHBvaW50IKAgoCCgIKAgoCCgL3Rhbmsx IKAgoCCgIKAgoCCgIKAgoCBkZWZhdWx0Cj4gdGFuazEgoCCgIKAgoCCgIHNoYXJlbmZzIKAgoCCg IKAgoCCgIKBvZmYgoCCgIKAgoCCgIKAgoCCgIKAgoGRlZmF1bHQKPiB0YW5rMSCgIKAgoCCgIKAg Y2hlY2tzdW0goCCgIKAgoCCgIKAgoG9uIKAgoCCgIKAgoCCgIKAgoCCgIKAgZGVmYXVsdAo+IHRh bmsxIKAgoCCgIKAgoCBjb21wcmVzc2lvbiCgIKAgoCCgIKAgb24goCCgIKAgoCCgIKAgoCCgIKAg oCBsb2NhbAo+IHRhbmsxIKAgoCCgIKAgoCBhdGltZSCgIKAgoCCgIKAgoCCgIKAgb2ZmIKAgoCCg IKAgoCCgIKAgoCCgIKBsb2NhbAo+IHRhbmsxIKAgoCCgIKAgoCBkZXZpY2VzIKAgoCCgIKAgoCCg IKAgb24goCCgIKAgoCCgIKAgoCCgIKAgoCBkZWZhdWx0Cj4gdGFuazEgoCCgIKAgoCCgIGV4ZWMg oCCgIKAgoCCgIKAgoCCgIKBvbiCgIKAgoCCgIKAgoCCgIKAgoCCgIGRlZmF1bHQKPiB0YW5rMSCg IKAgoCCgIKAgc2V0dWlkIKAgoCCgIKAgoCCgIKAgoG9uIKAgoCCgIKAgoCCgIKAgoCCgIKAgZGVm YXVsdAo+IHRhbmsxIKAgoCCgIKAgoCByZWFkb25seSCgIKAgoCCgIKAgoCCgb2ZmIKAgoCCgIKAg oCCgIKAgoCCgIKBkZWZhdWx0Cj4gdGFuazEgoCCgIKAgoCCgIGphaWxlZCCgIKAgoCCgIKAgoCCg IKBvZmYgoCCgIKAgoCCgIKAgoCCgIKAgoGRlZmF1bHQKPiB0YW5rMSCgIKAgoCCgIKAgc25hcGRp ciCgIKAgoCCgIKAgoCCgIHZpc2libGUgoCCgIKAgoCCgIKAgoCCgbG9jYWwKPiB0YW5rMSCgIKAg oCCgIKAgYWNsbW9kZSCgIKAgoCCgIKAgoCCgIGdyb3VwbWFzayCgIKAgoCCgIKAgoCCgZGVmYXVs dAo+IHRhbmsxIKAgoCCgIKAgoCBhY2xpbmhlcml0IKAgoCCgIKAgoCCgcmVzdHJpY3RlZCCgIKAg oCCgIKAgoCBkZWZhdWx0Cj4gdGFuazEgoCCgIKAgoCCgIGNhbm1vdW50IKAgoCCgIKAgoCCgIKBv biCgIKAgoCCgIKAgoCCgIKAgoCCgIGRlZmF1bHQKPiB0YW5rMSCgIKAgoCCgIKAgc2hhcmVpc2Nz aSCgIKAgoCCgIKAgoG9mZiCgIKAgoCCgIKAgoCCgIKAgoCCgZGVmYXVsdAo+IHRhbmsxIKAgoCCg IKAgoCB4YXR0ciCgIKAgoCCgIKAgoCCgIKAgb2ZmIKAgoCCgIKAgoCCgIKAgoCCgIKB0ZW1wb3Jh cnkKPiB0YW5rMSCgIKAgoCCgIKAgY29waWVzIKAgoCCgIKAgoCCgIKAgoDEgoCCgIKAgoCCgIKAg oCCgIKAgoCCgZGVmYXVsdAo+IHRhbmsxIKAgoCCgIKAgoCB2ZXJzaW9uIKAgoCCgIKAgoCCgIKAg MSCgIKAgoCCgIKAgoCCgIKAgoCCgIKAtCj4gdGFuazEgoCCgIKAgoCCgIHV0Zjhvbmx5IKAgoCCg IKAgoCCgIKBvZmYgoCCgIKAgoCCgIKAgoCCgIKAgoC0KPiB0YW5rMSCgIKAgoCCgIKAgbm9ybWFs aXphdGlvbiCgIKAgoCCgIG5vbmUgoCCgIKAgoCCgIKAgoCCgIKAgLQo+IHRhbmsxIKAgoCCgIKAg oCBjYXNlc2Vuc2l0aXZpdHkgoCCgIKAgc2Vuc2l0aXZlIKAgoCCgIKAgoCCgIKAtCj4gdGFuazEg oCCgIKAgoCCgIHZzY2FuIKAgoCCgIKAgoCCgIKAgoCBvZmYgoCCgIKAgoCCgIKAgoCCgIKAgoGRl ZmF1bHQKPiB0YW5rMSCgIKAgoCCgIKAgbmJtYW5kIKAgoCCgIKAgoCCgIKAgoG9mZiCgIKAgoCCg IKAgoCCgIKAgoCCgZGVmYXVsdAo+IHRhbmsxIKAgoCCgIKAgoCBzaGFyZXNtYiCgIKAgoCCgIKAg oCCgb2ZmIKAgoCCgIKAgoCCgIKAgoCCgIKBkZWZhdWx0Cj4gdGFuazEgoCCgIKAgoCCgIHJlZnF1 b3RhIKAgoCCgIKAgoCCgIKBub25lIKAgoCCgIKAgoCCgIKAgoCCgIGRlZmF1bHQKPiB0YW5rMSCg IKAgoCCgIKAgcmVmcmVzZXJ2YXRpb24goCCgIKAgoG5vbmUgoCCgIKAgoCCgIKAgoCCgIKAgZGVm YXVsdAo+IHRhbmsxIKAgoCCgIKAgoCBwcmltYXJ5Y2FjaGUgoCCgIKAgoCCgYWxsIKAgoCCgIKAg oCCgIKAgoCCgIKBkZWZhdWx0Cj4gdGFuazEgoCCgIKAgoCCgIHNlY29uZGFyeWNhY2hlIKAgoCCg IKBhbGwgoCCgIKAgoCCgIKAgoCCgIKAgoGRlZmF1bHQKPiB0YW5rMUAyMDA5MDUxMCCgdHlwZSCg IKAgoCCgIKAgoCCgIKAgoHNuYXBzaG90IKAgoCCgIKAgoCCgIKAgLQo+IHRhbmsxQDIwMDkwNTEw IKBjcmVhdGlvbiCgIKAgoCCgIKAgoCCgU3VuIE1heSAxMCAxMjozNyAyMDA5IKAtCj4gdGFuazFA MjAwOTA1MTAgoHVzZWQgoCCgIKAgoCCgIKAgoCCgIKA0MjlHIKAgoCCgIKAgoCCgIKAgoCCgIC0K PiB0YW5rMUAyMDA5MDUxMCCgcmVmZXJlbmNlZCCgIKAgoCCgIKAgoDQyOUcgoCCgIKAgoCCgIKAg oCCgIKAgLQo+IHRhbmsxQDIwMDkwNTEwIKBjb21wcmVzc3JhdGlvIKAgoCCgIKAgMS42NXggoCCg IKAgoCCgIKAgoCCgIKAtCj4gdGFuazFAMjAwOTA1MTAgoGRldmljZXMgoCCgIKAgoCCgIKAgoCBv biCgIKAgoCCgIKAgoCCgIKAgoCCgIGRlZmF1bHQKPiB0YW5rMUAyMDA5MDUxMCCgZXhlYyCgIKAg oCCgIKAgoCCgIKAgoG9uIKAgoCCgIKAgoCCgIKAgoCCgIKAgZGVmYXVsdAo+IHRhbmsxQDIwMDkw NTEwIKBzZXR1aWQgoCCgIKAgoCCgIKAgoCCgb24goCCgIKAgoCCgIKAgoCCgIKAgoCBkZWZhdWx0 Cj4gdGFuazFAMjAwOTA1MTAgoHNoYXJlaXNjc2kgoCCgIKAgoCCgIKBvZmYgoCCgIKAgoCCgIKAg oCCgIKAgoGRlZmF1bHQKPiB0YW5rMUAyMDA5MDUxMCCgeGF0dHIgoCCgIKAgoCCgIKAgoCCgIG9m ZiCgIKAgoCCgIKAgoCCgIKAgoCCgdGVtcG9yYXJ5Cj4gdGFuazFAMjAwOTA1MTAgoHZlcnNpb24g oCCgIKAgoCCgIKAgoCAxIKAgoCCgIKAgoCCgIKAgoCCgIKAgoC0KPiB0YW5rMUAyMDA5MDUxMCCg dXRmOG9ubHkgoCCgIKAgoCCgIKAgoG9mZiCgIKAgoCCgIKAgoCCgIKAgoCCgLQo+IHRhbmsxQDIw MDkwNTEwIKBub3JtYWxpemF0aW9uIKAgoCCgIKAgbm9uZSCgIKAgoCCgIKAgoCCgIKAgoCAtCj4g dGFuazFAMjAwOTA1MTAgoGNhc2VzZW5zaXRpdml0eSCgIKAgoCBzZW5zaXRpdmUgoCCgIKAgoCCg IKAgoC0KPiB0YW5rMUAyMDA5MDUxMCCgbmJtYW5kIKAgoCCgIKAgoCCgIKAgoG9mZiCgIKAgoCCg IKAgoCCgIKAgoCCgZGVmYXVsdAo+IHRhbmsxQDIwMDkwNTEwIKBwcmltYXJ5Y2FjaGUgoCCgIKAg oCCgYWxsIKAgoCCgIKAgoCCgIKAgoCCgIKBkZWZhdWx0Cj4gdGFuazFAMjAwOTA1MTAgoHNlY29u ZGFyeWNhY2hlIKAgoCCgIKBhbGwgoCCgIKAgoCCgIKAgoCCgIKAgoGRlZmF1bHQKPiB0YW5rMUAy MDA5MDUxNyCgdHlwZSCgIKAgoCCgIKAgoCCgIKAgoHNuYXBzaG90IKAgoCCgIKAgoCCgIKAgLQo+ IHRhbmsxQDIwMDkwNTE3IKBjcmVhdGlvbiCgIKAgoCCgIKAgoCCgU3VuIE1heSAxNyAxMzoyOSAy MDA5IKAtCj4gdGFuazFAMjAwOTA1MTcgoHVzZWQgoCCgIKAgoCCgIKAgoCCgIKA0MjlHIKAgoCCg IKAgoCCgIKAgoCCgIC0KPiB0YW5rMUAyMDA5MDUxNyCgcmVmZXJlbmNlZCCgIKAgoCCgIKAgoDQy OUcgoCCgIKAgoCCgIKAgoCCgIKAgLQo+IHRhbmsxQDIwMDkwNTE3IKBjb21wcmVzc3JhdGlvIKAg oCCgIKAgMS42MnggoCCgIKAgoCCgIKAgoCCgIKAtCj4gdGFuazFAMjAwOTA1MTcgoGRldmljZXMg oCCgIKAgoCCgIKAgoCBvbiCgIKAgoCCgIKAgoCCgIKAgoCCgIGRlZmF1bHQKPiB0YW5rMUAyMDA5 MDUxNyCgZXhlYyCgIKAgoCCgIKAgoCCgIKAgoG9uIKAgoCCgIKAgoCCgIKAgoCCgIKAgZGVmYXVs dAo+IHRhbmsxQDIwMDkwNTE3IKBzZXR1aWQgoCCgIKAgoCCgIKAgoCCgb24goCCgIKAgoCCgIKAg oCCgIKAgoCBkZWZhdWx0Cj4gdGFuazFAMjAwOTA1MTcgoHNoYXJlaXNjc2kgoCCgIKAgoCCgIKBv ZmYgoCCgIKAgoCCgIKAgoCCgIKAgoGRlZmF1bHQKPiB0YW5rMUAyMDA5MDUxNyCgeGF0dHIgoCCg IKAgoCCgIKAgoCCgIG9mZiCgIKAgoCCgIKAgoCCgIKAgoCCgdGVtcG9yYXJ5Cj4gdGFuazFAMjAw OTA1MTcgoHZlcnNpb24goCCgIKAgoCCgIKAgoCAxIKAgoCCgIKAgoCCgIKAgoCCgIKAgoC0KPiB0 YW5rMUAyMDA5MDUxNyCgdXRmOG9ubHkgoCCgIKAgoCCgIKAgoG9mZiCgIKAgoCCgIKAgoCCgIKAg oCCgLQo+IHRhbmsxQDIwMDkwNTE3IKBub3JtYWxpemF0aW9uIKAgoCCgIKAgbm9uZSCgIKAgoCCg IKAgoCCgIKAgoCAtCj4gdGFuazFAMjAwOTA1MTcgoGNhc2VzZW5zaXRpdml0eSCgIKAgoCBzZW5z aXRpdmUgoCCgIKAgoCCgIKAgoC0KPiB0YW5rMUAyMDA5MDUxNyCgbmJtYW5kIKAgoCCgIKAgoCCg IKAgoG9mZiCgIKAgoCCgIKAgoCCgIKAgoCCgZGVmYXVsdAo+IHRhbmsxQDIwMDkwNTE3IKBwcmlt YXJ5Y2FjaGUgoCCgIKAgoCCgYWxsIKAgoCCgIKAgoCCgIKAgoCCgIKBkZWZhdWx0Cj4gdGFuazFA MjAwOTA1MTcgoHNlY29uZGFyeWNhY2hlIKAgoCCgIKBhbGwgoCCgIKAgoCCgIKAgoCCgIKAgoGRl ZmF1bHQKPiAwW29mZnNpdGVdIwo+Cj4KPgo+PiAtLQo+PiBLaXJrIFN0cmF1c2VyCj4+IF9fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCj4+IGZyZWVic2Qtc3Rh YmxlQGZyZWVic2Qub3JnIG1haWxpbmcgbGlzdAo+PiBodHRwOi8vbGlzdHMuZnJlZWJzZC5vcmcv bWFpbG1hbi9saXN0aW5mby9mcmVlYnNkLXN0YWJsZQo+PiBUbyB1bnN1YnNjcmliZSwgc2VuZCBh bnkgbWFpbCB0byAiZnJlZWJzZC1zdGFibGUtdW5zdWJzY3JpYmVAZnJlZWJzZC5vcmciCj4KPgoK CgotLSAKV2hlbiBiYWQgbWVuIGNvbWJpbmUsIHRoZSBnb29kIG11c3QgYXNzb2NpYXRlOyBlbHNl IHRoZXkgd2lsbCBmYWxsIG9uZQpieSBvbmUsIGFuIHVucGl0aWVkIHNhY3JpZmljZSBpbiBhIGNv bnRlbXB0aWJsZSBzdHJ1Z2dsZS4KCiAgICBFZG11bmQgQnVya2UK From owner-freebsd-stable@FreeBSD.ORG Thu May 21 21:11:20 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 542BE106566B for ; Thu, 21 May 2009 21:11:20 +0000 (UTC) (envelope-from gorshkov.pavel@gmail.com) Received: from imp03.mtu.ru (imp03.mtu.ru [62.5.255.20]) by mx1.freebsd.org (Postfix) with ESMTP id 874E98FC16 for ; Thu, 21 May 2009 21:11:19 +0000 (UTC) (envelope-from gorshkov.pavel@gmail.com) Received: from imp01.mtu.ru ([62.5.255.10]) by imp03.mtu.ru with bizsmtp id uM0Z1b00A0EE5t201M1di5; Fri, 22 May 2009 01:01:37 +0400 Received: from ss27-so02.mtu.ru ([195.34.34.250]) by imp01.mtu.ru with bizsmtp id uLyc1b00S5PoRs301LycxP; Fri, 22 May 2009 00:58:36 +0400 Received: from imp01.mtu.ru (alt-proxy-1.mtu.ru [62.5.255.74]) by ss27-so02.mtu.ru (Postfix) with ESMTP id 2BFD7229C2C for ; Fri, 22 May 2009 00:58:36 +0400 (MSD) Received: from localhost.my.domain ([91.77.65.99]) by imp01.mtu.ru with bizsmtp id uLyb1b01328VNDn01Lycwz; Fri, 22 May 2009 00:58:36 +0400 Received: from localhost (localhost [127.0.0.1]) by localhost.my.domain (8.14.3/8.14.3) with ESMTP id n4LKwZQJ039423 for ; Fri, 22 May 2009 00:58:35 +0400 (MSD) (envelope-from gorshkov.pavel@gmail.com) Date: Fri, 22 May 2009 00:58:35 +0400 From: Pavel Gorshkov To: freebsd-stable@freebsd.org Message-ID: <20090521205834.GA39267@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 7.2-STABLE amd64 X-Editor: Vim-702 http://www.vim.org User-Agent: Mutt/1.5.19 (2009-01-05) X-Spam-Flag: NO X-Spam-Yversion: Spamooborona-2.3 Subject: powerd (-adp/-hadp) strangeness on 7.2/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 21:11:20 -0000 Every time I create/mount or unmount/detach a MFS filesystem, powerd would *immediately* react with something like the following: ### mdmfs -s 200m md /mfs load 200%, current freq 600 MHz ( 9), wanted freq 1092 MHz changing clock speed from 600 MHz to 1200 MHz load 4%, current freq 1200 MHz ( 5), wanted freq 955 MHz changing clock speed from 1200 MHz to 1000 MHz ### umount /mfs && mdconfig -d -u 0 load 200%, current freq 1000 MHz ( 6), wanted freq 1910 MHz changing clock speed from 1000 MHz to 1982 MHz or even load 4%, current freq 1600 MHz ( 3), wanted freq 1519 MHz ### mdmfs here load 100%, current freq 1600 MHz ( 3), wanted freq 4532 MHz Is that expected behaviour? :-) From owner-freebsd-stable@FreeBSD.ORG Fri May 22 00:11:41 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BB5C106568B for ; Fri, 22 May 2009 00:11:41 +0000 (UTC) (envelope-from lists@loveturtle.net) Received: from loveturtle.net (loveturtle.net [216.89.228.174]) by mx1.freebsd.org (Postfix) with ESMTP id 2C0CB8FC19 for ; Fri, 22 May 2009 00:11:41 +0000 (UTC) (envelope-from lists@loveturtle.net) Received: from localhost (localhost [127.0.0.1]) by loveturtle.net (Postfix) with ESMTP id 8EC53100D58 for ; Thu, 21 May 2009 20:11:40 -0400 (EDT) X-Virus-Scanned: amavisd-new at loveturtle.net Received: from loveturtle.net ([127.0.0.1]) by localhost (loveturtle.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R9MEI1uBdNpY for ; Thu, 21 May 2009 20:11:36 -0400 (EDT) Received: from ramuh.loveturtle.net (ramuh.loveturtle.net [216.182.254.142]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by loveturtle.net (Postfix) with ESMTPSA id AAE63100D4B for ; Thu, 21 May 2009 20:11:36 -0400 (EDT) Message-ID: <4A15EDB8.6070808@loveturtle.net> Date: Thu, 21 May 2009 20:11:36 -0400 From: Dillon Kass User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> <200905211435.01723.kirk@strauser.com> <200905212008.n4LK81sw002193@lava.sentex.ca> <3c1674c90905211315y5e59b9e2l94dfb4215f786e69@mail.gmail.com> In-Reply-To: <3c1674c90905211315y5e59b9e2l94dfb4215f786e69@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 00:11:41 -0000 On 5/21/09 4:15 PM, Kip Macy wrote: > Your snapshots are using two thirds of your used capacity. 'df' only > knows about the mounted file system. > > Cheers, > Kip > > On that subject, if anyone isn't aware this version of zfs has nicer space accounting. you should check out the output of zfs list -o space SUPER AWESOME HUH!? unfortunately the fancy new space accounting only works on datasets created on a pool supporting it, so all of us who upgraded our pools will not see any output. for example NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD rpool/ROOT/snv_107 8.86G 3.80G - - - - however you can just create a new dataset with zfs create to take advantage of the new space accounting. then you'll get real output like NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD phoenix/rsync/cifs 70.2G 272G 212G 59.3G 0 0 I can easily see here that I have 212G of snapshots for this dataset. I just thought I would throw that out there for anyone who didn't know about it yet. From owner-freebsd-stable@FreeBSD.ORG Fri May 22 02:45:27 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA4E6106566B for ; Fri, 22 May 2009 02:45:27 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 746158FC08 for ; Fri, 22 May 2009 02:45:27 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from [172.17.2.19] (jn@stealth.jnielsen.net [74.218.226.254]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id n4M2ViKD036926; Thu, 21 May 2009 22:31:44 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-stable@freebsd.org Date: Thu, 21 May 2009 22:31:43 -0400 User-Agent: KMail/1.9.10 References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905212231.43875.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Lorenzo Perone Subject: Re: ZFS MFC heads up X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 02:45:27 -0000 On Thursday 21 May 2009 04:32:56 am Lorenzo Perone wrote: > * dancing around with loud music csupping all over the place... * I'll know I've been hacking too long when my music starts csupping all over the place.. :) Ditto though, huge thanks to Kip! JN From owner-freebsd-stable@FreeBSD.ORG Fri May 22 09:46:16 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D5B0106566B for ; Fri, 22 May 2009 09:46:16 +0000 (UTC) (envelope-from pertti.kosunen@pp.nic.fi) Received: from kirsi1.inet.fi (mta-out.inet.fi [195.156.147.13]) by mx1.freebsd.org (Postfix) with ESMTP id EE6F28FC0C for ; Fri, 22 May 2009 09:46:15 +0000 (UTC) (envelope-from pertti.kosunen@pp.nic.fi) Received: from [10.0.0.15] (88.195.49.215) by kirsi1.inet.fi (8.5.014) id 49F6055A00F87500 for freebsd-stable@freebsd.org; Fri, 22 May 2009 12:46:14 +0300 Message-ID: <4A167453.1060704@pp.nic.fi> Date: Fri, 22 May 2009 12:45:55 +0300 From: Pertti Kosunen User-Agent: Thunderbird 2.0.0.16 (X11/20080804) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> <200905211435.01723.kirk@strauser.com> In-Reply-To: <200905211435.01723.kirk@strauser.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 09:46:16 -0000 Kirk Strauser wrote: > So far so good here (amd64, Core2 Duo, ICH9 SATA) but I'm too chicken to > upgrade the on-disk format yet. Me too, upgraded pool to v13 yesterday and everything still ok. Removed also all loader.conf tunables. Many thanks for FreeBSD team. (Tyan Tank GT20, 2GB memory, ICH7, amd64) From owner-freebsd-stable@FreeBSD.ORG Fri May 22 10:35:49 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B0D01065688 for ; Fri, 22 May 2009 10:35:49 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 27BBF8FC24 for ; Fri, 22 May 2009 10:35:48 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: by ewy3 with SMTP id 3so1810152ewy.43 for ; Fri, 22 May 2009 03:35:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=lCS1hNAqVgb8N9UQ0ohFcouN8qfwr1Z2t70egGCwGik=; b=TY40a/IG5jCLOKlBEbkiRTMaESvMgNahCeoojNwu9mJ+F9Q9qSBsM6MCaUU7QQaved CKECFNRncfCEbkafU35pQ1D9OWbIVxvT4GElrhVEeFAPDE9OHdbjl4iYVQ85IU1DVFD6 xT7jC79Cz/DJqCqM2AJVp0b9Je8UziAu2sDQI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=hSU1FxB8Y/J0d5K909hpF01nTGZESTZwA8S/+gZKZvLzBll9LlCa4o0mkL0lcXTazL I5zoxBfaisT/C16Ve7pES/OI/s3OGir/7ApPXeANpNoaj6B+QZ8up0dfre+edmBtZ4Nr St1P3z01vxJEZIHXG6VR0O+HrygBph2VQCQkM= MIME-Version: 1.0 Received: by 10.216.35.204 with SMTP id u54mr744734wea.182.1242988548156; Fri, 22 May 2009 03:35:48 -0700 (PDT) In-Reply-To: <4A167453.1060704@pp.nic.fi> References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> <200905211435.01723.kirk@strauser.com> <4A167453.1060704@pp.nic.fi> Date: Fri, 22 May 2009 12:35:48 +0200 Message-ID: From: Alberto Villa To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 10:35:50 -0000 On Fri, May 22, 2009 at 11:45 AM, Pertti Kosunen wrote: > Me too, upgraded pool to v13 yesterday and everything still ok. Removed also > all loader.conf tunables. Many thanks for FreeBSD team. what about i386? does it still need tunables? -- Alberto Villa From owner-freebsd-stable@FreeBSD.ORG Fri May 22 13:19:48 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09757106564A; Fri, 22 May 2009 13:19:48 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BDD768FC15; Fri, 22 May 2009 13:19:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id n4MDJjd7052547; Fri, 22 May 2009 09:19:45 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.14.3/8.14.3) with ESMTP id n4MDJjs2089131; Fri, 22 May 2009 09:19:45 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 6E9E81B5060; Fri, 22 May 2009 09:19:44 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20090522131944.6E9E81B5060@freebsd-stable.sentex.ca> Date: Fri, 22 May 2009 09:19:44 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at smtp2.sentex.ca X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [releng_7 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 13:19:48 -0000 TB --- 2009-05-22 11:45:27 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2009-05-22 11:45:27 - starting RELENG_7 tinderbox run for amd64/amd64 TB --- 2009-05-22 11:45:27 - cleaning the object tree TB --- 2009-05-22 11:45:48 - cvsupping the source tree TB --- 2009-05-22 11:45:48 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/amd64/amd64/supfile TB --- 2009-05-22 11:45:57 - building world TB --- 2009-05-22 11:45:57 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-22 11:45:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-22 11:45:57 - TARGET=amd64 TB --- 2009-05-22 11:45:57 - TARGET_ARCH=amd64 TB --- 2009-05-22 11:45:57 - TZ=UTC TB --- 2009-05-22 11:45:57 - __MAKE_CONF=/dev/null TB --- 2009-05-22 11:45:57 - cd /src TB --- 2009-05-22 11:45:57 - /usr/bin/make -B buildworld >>> World build started on Fri May 22 11:45:59 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Fri May 22 13:19:43 UTC 2009 TB --- 2009-05-22 13:19:43 - generating LINT kernel config TB --- 2009-05-22 13:19:43 - cd /src/sys/amd64/conf TB --- 2009-05-22 13:19:43 - /usr/bin/make -B LINT TB --- 2009-05-22 13:19:43 - building LINT kernel TB --- 2009-05-22 13:19:43 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-22 13:19:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-22 13:19:43 - TARGET=amd64 TB --- 2009-05-22 13:19:43 - TARGET_ARCH=amd64 TB --- 2009-05-22 13:19:43 - TZ=UTC TB --- 2009-05-22 13:19:43 - __MAKE_CONF=/dev/null TB --- 2009-05-22 13:19:43 - cd /src TB --- 2009-05-22 13:19:43 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri May 22 13:19:43 UTC 2009 >>> stage 1: configuring the kernel [...] WARNING: kernel contains GPL contaminated emu10k1 headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated maestro3 headers WARNING: kernel contains GPL contaminated ext2fs filesystem WARNING: kernel contains GPL contaminated ReiserFS filesystem WARNING: kernel contains GPL contaminated xfs filesystem *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-05-22 13:19:44 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-05-22 13:19:44 - ERROR: failed to build lint kernel TB --- 2009-05-22 13:19:44 - 4543.37 user 512.22 system 5656.57 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-amd64-amd64.full From owner-freebsd-stable@FreeBSD.ORG Fri May 22 17:40:22 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F5A71065672 for ; Fri, 22 May 2009 17:40:22 +0000 (UTC) (envelope-from joe@freebsd.org) Received: from alpha.tao.org.uk (alpha.tao.org.uk [212.42.1.232]) by mx1.freebsd.org (Postfix) with ESMTP id 1782C8FC17 for ; Fri, 22 May 2009 17:40:21 +0000 (UTC) (envelope-from joe@freebsd.org) Received: from localhost (alpha.tao.org.uk [212.42.1.232]) by alpha.tao.org.uk (Postfix) with ESMTP id 9599E1076E59; Fri, 22 May 2009 18:40:20 +0100 (BST) Received: from alpha.tao.org.uk ([212.42.1.232]) by localhost (mail.tao.org.uk [212.42.1.232]) (amavisd-maia, port 10024) with LMTP id 09393-04; Fri, 22 May 2009 18:40:16 +0100 (BST) Received: from [192.168.1.75] (router.tao.org.uk [78.105.4.78]) (Authenticated sender: joemail@alpha.tao.org.uk) by alpha.tao.org.uk (Postfix) with ESMTPA id ECC5A1076E1B; Fri, 22 May 2009 18:40:15 +0100 (BST) Message-ID: <4A16E37C.2030005@freebsd.org> Date: Fri, 22 May 2009 18:40:12 +0100 From: Joe Karthauser User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1b3pre) Gecko/20090223 Lightning/1.0pre Thunderbird/3.0b2 MIME-Version: 1.0 To: Kip Macy References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> <4A156AD7.8000003@icyb.net.ua> <4A159482.9080903@freebsd.org> <3c1674c90905211128n45814519o903ee2b6eb3cf195@mail.gmail.com> In-Reply-To: <3c1674c90905211128n45814519o903ee2b6eb3cf195@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2a Cc: freebsd-stable@freebsd.org Subject: Re: ZFS hanging at kernel boot now, but didn't before... (Re: ZFS MFC heads up) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 17:40:22 -0000 Hi Kip, I seriously don't understand what has happened. If I boot kernel.old I still get the same problem. Very confusing. :(. Joe on 21/05/2009 19:28 Kip Macy said the following: > I have no idea what is happening. I think our best bet is having > someone with insight into ATA provide us with help in adding > diagnostics. > > Sorry for the trouble. Perhaps you can just roll back to 7.2 for now. > > Cheers, > Kip > > > On Thu, May 21, 2009 at 10:50 AM, Joe Karthauser wrote: >> Hmm, I've had a bit of a miserable afternoon trying to fight my RELENG_7 >> server, which now doesn't boot. :(. >> >> So, it's a ZRAID2 pool with a ufs/gmirror root partition split over 5 disks >> (gmirror on 500Mb partition on each of five disks, and zraid2 over the rest >> of each drive). >> >> What I did was to update the userland, and then reboot. I didn't upgrade the >> kernel (but I've subsequently done that and have the same problem). >> >> What happens is that the kernel hangs booting just after displaying a LABEL >> message or ZFS pool/spool message. I _can_ get it to boot if I boot single >> user with acpi switched off. When I do that I can manually start zfs, and >> mount all the partitions. However, one of the disks is missing.... more on >> that next. >> >> The machine is running a gigabyte motherboard (domestic gamer P35 board, >> similar to this >> http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2533, >> although it might be a DS4 variant). I've got 5 of the 6 sata ports wired >> to a 5 unit SATA hot swap bay (5 drives vertially mounted into 3 5-1/4" bays >> kind of thing). >> >> Now, because of the gmirror I can boot the system on any disk, or >> combination of plugged in disks. I should be able to succeed with the >> kernel probe up to the attempt to mount the root filesystem irrespective of >> any zfs pool, etc. And, indeed, this has been working fine for about two >> years. >> >> But, now it hangs in the same place no matter what disk I boot on (I've >> tried every bay). >> >> But, without ACPI enabled it does appear to boot ok... what's going on here? >> Is it possible that the machine has developed a hardware fault? >> >> Ok, finally, if I boot with ACPI disabled then one of the disks is missing. >> If I unplug it I get a disconnect message from the ata device, and a >> reconnect and reinit attempt when I plug it back in, but no device appears >> on the bus. Usually I can do a 'atacontrol detach sata4; sleep 1; atacontrol >> attach sata4' and the device reappears. This happens on the other buses, but >> not on the last one. It's not the disk, because if I swap it into another >> bay, it comes up and appears on the bus. On the other hand it doesn't appear >> to be that controller or slow in the drive bay because if I unplug all the >> over disks the system will boot that disk and get as far as the hang.... >> hmm. >> >> Is this a consequence of disabling the ACPI? >> >> Does anyone have a clue what might be going on? >> >> Joe >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > > > From owner-freebsd-stable@FreeBSD.ORG Fri May 22 18:39:31 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 077611065673; Fri, 22 May 2009 18:39:31 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 83D6A8FC0C; Fri, 22 May 2009 18:39:30 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1150586ywe.13 for ; Fri, 22 May 2009 11:39:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=w3/N8Um5RJv1o9u4MAjSZ6ldZs4yCJGIYuEe6C2dJGo=; b=tW9jUE/LyX7SfifGPDKplAWy3Qpwf2BKP+GU/IL4UqjIfAxjLYaow4GSoHivuTTXzc JpKGUfwihrdMpNiZfc3/CXKP1jnovuhE0QNBrf95umpPNUzwc1PeyGV7auBwhI0mNF1/ 0UdN66mRx0cj69C2nqd/lGOZNo8tdLaN2hYQg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=j+9Y1gyCITe114ooNU7y8pAE8PHZAMjrCu8CXIixId9Ah18Pn3WwgmuYTgv1QyhVGS QaIEjITzh1vB5mg9RYUMTX9t2XBKZgyhJr4jIT7o9c9LmE2aXSYSF3zPQSX0g3FpE3YM bYWPPwgAkx31Dyh2L+pEBMJGMtYSbjPORtmzI= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.174.11 with SMTP id w11mr7139041ane.148.1243017569853; Fri, 22 May 2009 11:39:29 -0700 (PDT) In-Reply-To: <4A16E37C.2030005@freebsd.org> References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> <4A156AD7.8000003@icyb.net.ua> <4A159482.9080903@freebsd.org> <3c1674c90905211128n45814519o903ee2b6eb3cf195@mail.gmail.com> <4A16E37C.2030005@freebsd.org> Date: Fri, 22 May 2009 11:39:29 -0700 X-Google-Sender-Auth: b48f94ad8a600b92 Message-ID: <3c1674c90905221139i6f335062k74d641b7c91c188c@mail.gmail.com> From: Kip Macy To: Joe Karthauser Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Alexander Motin , freebsd-stable@freebsd.org Subject: Re: ZFS hanging at kernel boot now, but didn't before... (Re: ZFS MFC heads up) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 18:39:31 -0000 Motin is your best bet in tracking down ATA problems. Cheers, Kip On Fri, May 22, 2009 at 10:40 AM, Joe Karthauser wrote: > Hi Kip, > > I seriously don't understand what has happened. If I boot kernel.old I st= ill > get the same problem. Very confusing. :(. > > Joe > > on 21/05/2009 19:28 Kip Macy said the following: >> >> I have no idea what is happening. I think our best bet is having >> someone with insight into ATA provide us with help in adding >> diagnostics. >> >> Sorry for the trouble. Perhaps you can just roll back to 7.2 for now. >> >> Cheers, >> Kip >> >> >> On Thu, May 21, 2009 at 10:50 AM, Joe Karthauser =A0wro= te: >>> >>> Hmm, I've had a bit of a miserable afternoon trying to fight my RELENG_= 7 >>> server, which now doesn't boot. :(. >>> >>> So, it's a ZRAID2 pool with a ufs/gmirror root partition split over 5 >>> disks >>> (gmirror on 500Mb partition on each of five disks, and zraid2 over the >>> rest >>> of each drive). >>> >>> What I did was to update the userland, and then reboot. I didn't upgrad= e >>> the >>> kernel (but I've subsequently done that and have the same problem). >>> >>> What happens is that the kernel hangs booting just after displaying a >>> LABEL >>> message or ZFS pool/spool message. I _can_ get it to boot if I boot >>> single >>> user with acpi switched off. When I do that I can manually start zfs, a= nd >>> mount all the partitions. However, one of the disks is missing.... more >>> on >>> that next. >>> >>> The machine is running a gigabyte motherboard (domestic gamer P35 board= , >>> similar to this >>> >>> http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?= ProductID=3D2533, >>> although it might be a DS4 variant). =A0I've got 5 of the 6 sata ports >>> wired >>> to a 5 unit SATA hot swap bay (5 drives vertially mounted into 3 5-1/4" >>> bays >>> kind of thing). >>> >>> Now, because of the gmirror I can boot the system on any disk, or >>> combination of plugged in disks. I should be able to succeed with the >>> kernel probe up to the attempt to mount the root filesystem irrespectiv= e >>> of >>> any zfs pool, etc. And, indeed, this has been working fine for about tw= o >>> years. >>> >>> But, now it hangs in the same place no matter what disk I boot on (I've >>> tried every bay). >>> >>> But, without ACPI enabled it does appear to boot ok... what's going on >>> here? >>> Is it possible that the machine has developed a hardware fault? >>> >>> Ok, finally, if I boot with ACPI disabled then one of the disks is >>> missing. >>> If I unplug it I get a disconnect message from the ata device, and a >>> reconnect and reinit attempt when I plug it back in, but no device >>> appears >>> on the bus. Usually I can do a 'atacontrol detach sata4; sleep 1; >>> atacontrol >>> attach sata4' and the device reappears. This happens on the other buses= , >>> but >>> not on the last one. It's not the disk, because if I swap it into anoth= er >>> bay, it comes up and appears on the bus. On the other hand it doesn't >>> appear >>> to be that controller or slow in the drive bay because if I unplug all >>> the >>> over disks the system will boot that disk and get as far as the hang...= . >>> hmm. >>> >>> Is this a consequence of disabling the ACPI? >>> >>> Does anyone have a clue what might be going on? >>> >>> Joe >>> _______________________________________________ >>> freebsd-stable@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.or= g" >>> >> >> >> > > --=20 When bad men combine, the good must associate; else they will fall one by one, an unpitied sacrifice in a contemptible struggle. Edmund Burke From owner-freebsd-stable@FreeBSD.ORG Fri May 22 19:40:12 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBD75106566B; Fri, 22 May 2009 19:40:12 +0000 (UTC) (envelope-from joe@freebsd.org) Received: from alpha.tao.org.uk (alpha.tao.org.uk [212.42.1.232]) by mx1.freebsd.org (Postfix) with ESMTP id 621B78FC16; Fri, 22 May 2009 19:40:12 +0000 (UTC) (envelope-from joe@freebsd.org) Received: from localhost (alpha.tao.org.uk [212.42.1.232]) by alpha.tao.org.uk (Postfix) with ESMTP id 22F181076FC6; Fri, 22 May 2009 20:40:11 +0100 (BST) Received: from alpha.tao.org.uk ([212.42.1.232]) by localhost (mail.tao.org.uk [212.42.1.232]) (amavisd-maia, port 10024) with LMTP id 30488-02; Fri, 22 May 2009 20:40:10 +0100 (BST) Received: from [192.168.1.75] (router.tao.org.uk [78.105.4.78]) (Authenticated sender: joemail@alpha.tao.org.uk) by alpha.tao.org.uk (Postfix) with ESMTPA id 0DF151076F0B; Fri, 22 May 2009 20:40:06 +0100 (BST) Message-ID: <4A16FF93.2020504@freebsd.org> Date: Fri, 22 May 2009 20:40:03 +0100 From: Joe Karthauser User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1b3pre) Gecko/20090223 Lightning/1.0pre Thunderbird/3.0b2 MIME-Version: 1.0 To: Alexander Motin References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> <4A156AD7.8000003@icyb.net.ua> <4A159482.9080903@freebsd.org> <3c1674c90905211128n45814519o903ee2b6eb3cf195@mail.gmail.com> <4A16E37C.2030005@freebsd.org> <3c1674c90905221139i6f335062k74d641b7c91c188c@mail.gmail.com> In-Reply-To: <3c1674c90905221139i6f335062k74d641b7c91c188c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2a Cc: freebsd-stable@freebsd.org, Kip Macy Subject: Sudden wierd SATA problem on RELENG_7 (Re: ZFS hanging at kernel boot now, but didn't before... (Re: ZFS MFC heads up)) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 19:40:13 -0000 Hi Alexander, I've love it if you were able to provide some insight into this problem. I'm going to try switching sata cables around next to see if the problem goes away if I disconnect some combination of bays. Thanks, Joe on 22/05/2009 19:39 Kip Macy said the following: > Motin is your best bet in tracking down ATA problems. > > Cheers, > Kip > > > On Fri, May 22, 2009 at 10:40 AM, Joe Karthauser wrote: >> Hi Kip, >> >> I seriously don't understand what has happened. If I boot kernel.old I still >> get the same problem. Very confusing. :(. >> >> Joe >> >> on 21/05/2009 19:28 Kip Macy said the following: >>> I have no idea what is happening. I think our best bet is having >>> someone with insight into ATA provide us with help in adding >>> diagnostics. >>> >>> Sorry for the trouble. Perhaps you can just roll back to 7.2 for now. >>> >>> Cheers, >>> Kip >>> >>> >>> On Thu, May 21, 2009 at 10:50 AM, Joe Karthauser wrote: >>>> Hmm, I've had a bit of a miserable afternoon trying to fight my RELENG_7 >>>> server, which now doesn't boot. :(. >>>> >>>> So, it's a ZRAID2 pool with a ufs/gmirror root partition split over 5 >>>> disks >>>> (gmirror on 500Mb partition on each of five disks, and zraid2 over the >>>> rest >>>> of each drive). >>>> >>>> What I did was to update the userland, and then reboot. I didn't upgrade >>>> the >>>> kernel (but I've subsequently done that and have the same problem). >>>> >>>> What happens is that the kernel hangs booting just after displaying a >>>> LABEL >>>> message or ZFS pool/spool message. I _can_ get it to boot if I boot >>>> single >>>> user with acpi switched off. When I do that I can manually start zfs, and >>>> mount all the partitions. However, one of the disks is missing.... more >>>> on >>>> that next. >>>> >>>> The machine is running a gigabyte motherboard (domestic gamer P35 board, >>>> similar to this >>>> >>>> http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2533, >>>> although it might be a DS4 variant). I've got 5 of the 6 sata ports >>>> wired >>>> to a 5 unit SATA hot swap bay (5 drives vertially mounted into 3 5-1/4" >>>> bays >>>> kind of thing). >>>> >>>> Now, because of the gmirror I can boot the system on any disk, or >>>> combination of plugged in disks. I should be able to succeed with the >>>> kernel probe up to the attempt to mount the root filesystem irrespective >>>> of >>>> any zfs pool, etc. And, indeed, this has been working fine for about two >>>> years. >>>> >>>> But, now it hangs in the same place no matter what disk I boot on (I've >>>> tried every bay). >>>> >>>> But, without ACPI enabled it does appear to boot ok... what's going on >>>> here? >>>> Is it possible that the machine has developed a hardware fault? >>>> >>>> Ok, finally, if I boot with ACPI disabled then one of the disks is >>>> missing. >>>> If I unplug it I get a disconnect message from the ata device, and a >>>> reconnect and reinit attempt when I plug it back in, but no device >>>> appears >>>> on the bus. Usually I can do a 'atacontrol detach sata4; sleep 1; >>>> atacontrol >>>> attach sata4' and the device reappears. This happens on the other buses, >>>> but >>>> not on the last one. It's not the disk, because if I swap it into another >>>> bay, it comes up and appears on the bus. On the other hand it doesn't >>>> appear >>>> to be that controller or slow in the drive bay because if I unplug all >>>> the >>>> over disks the system will boot that disk and get as far as the hang.... >>>> hmm. >>>> >>>> Is this a consequence of disabling the ACPI? >>>> >>>> Does anyone have a clue what might be going on? >>>> >>>> Joe >>>> _______________________________________________ >>>> freebsd-stable@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >>>> >>> >>> >> > > > From owner-freebsd-stable@FreeBSD.ORG Fri May 22 19:50:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FE21106566B for ; Fri, 22 May 2009 19:50:14 +0000 (UTC) (envelope-from mikes@siralan.org) Received: from arvo.suso.org (arvo.suso.org [66.244.94.5]) by mx1.freebsd.org (Postfix) with ESMTP id 467218FC14 for ; Fri, 22 May 2009 19:50:14 +0000 (UTC) (envelope-from mikes@siralan.org) Received: from c-98-220-3-224.hsd1.in.comcast.net (c-98-220-3-224.hsd1.in.comcast.net [98.220.3.224]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arvo.suso.org (Postfix) with ESMTP id 552CD8805A; Fri, 22 May 2009 19:49:07 +0000 (GMT) Date: Fri, 22 May 2009 15:50:07 -0400 (EDT) From: "Michael L. Squires" X-X-Sender: mikes@familysquires.net To: Pyun YongHyeon In-Reply-To: <20090521034540.GM9043@michelle.cdnetworks.co.kr> Message-ID: <20090522153805.W1128@familysquires.net> References: <4A09DEF1.2010202@delphij.net> <4A09FDB2.5080307@eyede.com> <20090513004131.GP65350@michelle.cdnetworks.co.kr> <20090514082750.GU65350@michelle.cdnetworks.co.kr> <310A73CC-A32D-4794-BF23-A49715AFCF99@nokia.com> <20090515085806.GX65350@michelle.cdnetworks.co.kr> <20090520173716.U1136@familysquires.net> <20090521034540.GM9043@michelle.cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: net.inet.tcp.tso=1 still neceesary with fxp was Re: TCP differences in 7.2 vs 7.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 19:50:14 -0000 On Thu, 21 May 2009, Pyun YongHyeon wrote: > On Wed, May 20, 2009 at 05:55:29PM -0400, Michael L. Squires wrote: >> I started having speed problems after shifting from 7.1-STABLE to >> 7.1-PRERELEASE. They have continued with 7.2-STABLLE. >> >> Reverting to the 7.1-STABLE kernel eliminated the problem. >> >> After downloading 7.2-STABLE from cvsup.freebsd.org at about 10:40 AM EST >> on 5/20/2009, doing a buildworld/buildkernel/installkernel/installworld >> cycle I still need to execute "net.inet.tcp.tso=1" to elminate throughput >> problems between my home system (on Comcast) and my office PC (connected >> via a Time-Warner connection). This also affects connections to other >> systems; downloading Web pages (ebay.com) speeds up after I change the TSO >> entry. >> >> The box in question runs NAT and has an fxp (Intel Pro100) interface >> connected to a Comcast cable modem and an em (Intel Pro1000) interface >> connected to the internal network. >> >> There are no network errors in "netstat -i" on either interface. >> >> The "if_fxp.c" code appears to be the May 7 version. >> > > You should have cvs rev. 1.266.2.15 of if_fxp.c. > >> This is the dmesg entry for the card in question. The system is a dual Xeon >> Supermicro 1U box, 1GB RAM, single 300GB IDE hard drive. >> >> fxp0: port 0xe400-0xe43f mem >> 0xfebfd000-0xfebfdfff,0xfeb80000-0xfeb9ffff irq 27 at device 7.0 on pci0 >> miibus0: on fxp0 >> > > Since you use both em(4) and fxp(4) I'd like to know which driver > has the issue. Instead of disabling TSO of network stack try > disabling TSO for each interface. For instance, > 1. Diable TSO of em(4) and check you see the same issue > (ifconfig em0 -tso). > 2. Diable TSO of fxp(4) and check you see the same issue > (ifconfig fxp0 -tso). > The version of if_fpx.c is in fact 1.266.2.15. Connecting to the FreeBSD box from a PC with a bash shell under XP SP3/Cygwin OpenSSH I find (1) disable "tso" on the internal "em0" interface has no effect; but (2) disabling "tso" on the external "fxp0" inteface eliminates the througput problem. The effect appears to be the same as using sysctl to disable tso on all interfaces. With "tso" enabled on the "fxp0" interface the connection (reading email using "pine" in a large window) hung completely. There are no errors in "netstat -i" nor in /var/log/messages. "netstat -e" on the XP PC shows no discards or errors; however, I don't think I've ever seen a PC under Windows admit to network errors. The fxp0 interface connects to a Comcast cable modem, which eventually connects to my office PC which is in the "iga.in.gov" domain hosted by TimeWarner. I'll be happy to run anything else you want. Mike Squires UN*X at home Since 1985 From owner-freebsd-stable@FreeBSD.ORG Fri May 22 19:50:58 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E2581065676 for ; Fri, 22 May 2009 19:50:58 +0000 (UTC) (envelope-from kenfreebsd@icarz.com) Received: from geordi.icarz.com (geordi.icarz.com [207.99.22.23]) by mx1.freebsd.org (Postfix) with ESMTP id 0552A8FC14 for ; Fri, 22 May 2009 19:50:57 +0000 (UTC) (envelope-from kenfreebsd@icarz.com) Received: from [10.10.31.177] ([10.10.31.177]) (authenticated bits=0) by geordi.icarz.com (8.14.3/8.14.3) with ESMTP id n4MJR391017151 for ; Fri, 22 May 2009 15:27:06 -0400 (EDT) (envelope-from kenfreebsd@icarz.com) Message-ID: <4A16FC7B.7060401@icarz.com> Date: Fri, 22 May 2009 15:26:51 -0400 From: Ken Menzel User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: "freebsd-stable@FreeBSD.ORG" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 207.99.22.23 Cc: Subject: devd panic on i386 7.2 Release with CARP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kmenzel@whisolutions.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 19:50:58 -0000 I am having a problem with one of my freebsd 7.2R boxes panicing on start of devd after upgrading to 7.2R. It is an old DELL 2400 dual processor. This is a build from completely refreshed sources. - generic kernel does not panic (built by me) - custom kernel does not panic with devd_enable="NO" set in rc.conf, but !!! __ I can start devd AFTER booting by hand at the command prompt! - custom kernel (carp and more memory ) does panic if devd is started automatically by rc.d scripts (the default behaviour). Do I really need devd for anything if I am not using USB? Anyone have any idea of how to fix this? My kernel config is pretty simple, I am building a test i386 box with a carp kernel to try and repro this on another box, but that box is really slow. After booting I just run kes# devd devd: Setting hw.bus.devctl_disable to 0 kes# And it does NOT panic!!!! Weird huh? kernel config folled by back trace ---------------------------------------------------------------------------------------------------- # # SMP -- Generic kernel configuration file for FreeBSD/i386 SMP # Use this for multi-processor machines # # $FreeBSD: src/sys/i386/conf/SMP,v 1.5.6.1 2005/09/18 03:37:58 scottl Exp $ include GENERIC ident WHI # To make an SMP kernel, the next line is needed #options SMP # Symmetric MultiProcessor Kernel #options ASR_COMPAT options MAXDSIZ="(1536*1024*1024)" options MAXSSIZ="(512*1024*1024)" options DFLDSIZ="(1536*1024*1024)" device carp kes# ---------------------------------------------------------------------------------------------------- kgdb back trace of core here 118> <118># <118>Loading configuration files. <118>kernel dumps on /dev/da0s1b <118>Entropy harvesting: <118> interrupts <118> ethernet <118> point_to_point <118> kickstart <118>. <118>swapon: adding /dev/da0s1b as swap device <118>Fast boot: skipping disk checks. GEOM_LABEL: Label for provider da0s1f is ufsid/3ec3641041d090a9. <118>Setting hostuuid: 44454c4c-5a9b-1059-8057-b8c04f303031. <118>Setting hostid: 0xd1c205d3. <118>Mounting local file systems: GEOM_LABEL: Label ufsid/3ec3641041d090a9 removed. WARNING: /usr was not properly dismounted WARNING: /var was not properly dismounted <118>. <118>Setting hostname: kes.icarz.com. <118>net.inet6.ip6.auto_linklocal: <118>1 <118> -> <118>0 <118> <118>kern.maxfilesperproc: <118>11095 <118> -> <118>19000 <118> <118>kern.maxfiles: <118>12328 <118> -> <118>20000 <118> <118>lo0: flags=8049 metric 0 mtu 16384 <118> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 <118> inet6 ::1 prefixlen 128 <118> inet 127.0.0.1 netmask 0xff000000 <118>fxp0: flags=8843 metric 0 mtu 1500 <118> options=2009 <118> ether 00:b0:d0:3e:c7:19 <118> inet 207.99.22.32 netmask 0xffffff80 broadcast 207.99.22.127 <118> media: Ethernet autoselect (100baseTX ) <118> status: active <118>add net default: gateway 207.99.22.1 <118>Additional routing options: <118>. <118>Starting devd. Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 00 fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0874488 stack pointer = 0x28:0xf7bd0b68 frame pointer = 0x28:0xf7bd0b68 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 388 (devd) trap number = 12 panic: page fault cpuid = 1 Uptime: 2m12s Physical memory: 2035 MB Dumping 68 MB: 53 37 21 5 Reading symbols from /boot/kernel/acpi.ko...Reading symbols from /boot/kernel/acpi.ko.symbols...done. done. Loaded symbols for /boot/kernel/acpi.ko #0 doadump () at pcpu.h:196 196 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) backtrace #0 doadump () at pcpu.h:196 #1 0xc07e2a07 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #2 0xc07e2cd9 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:574 #3 0xc0ae895c in trap_fatal (frame=0xf7bd0b28, eva=0) at /usr/src/sys/i386/i386/trap.c:939 #4 0xc0ae8be0 in trap_pfault (frame=0xf7bd0b28, usermode=0, eva=0) at /usr/src/sys/i386/i386/trap.c:852 #5 0xc0ae958c in trap (frame=0xf7bd0b28) at /usr/src/sys/i386/i386/trap.c:530 #6 0xc0acdc9b in calltrap () at /usr/src/sys/i386/i386/exception.s:159 #7 0xc0874488 in strlen (str=0x0) at /usr/src/sys/libkern/strlen.c:41 #8 0xc080a46c in devread (dev=0xc548b900, uio=0xf7bd0c60, ioflag=0) at /usr/src/sys/kern/subr_bus.c:458 #9 0xc07a6039 in giant_read (dev=0xc548b900, uio=0xf7bd0c60, ioflag=0) at /usr/src/sys/kern/kern_conf.c:414 #10 0xc076cecd in devfs_read_f (fp=0xc58ba260, uio=0xf7bd0c60, cred=0xc5470300, flags=0, td=0xc56288c0) at /usr/src/sys/fs/devfs/devfs_vnops.c:1007 #11 0xc081be86 in dofileread (td=0xc56288c0, fd=3, fp=0xc58ba260, auio=0xf7bd0c60, offset=-1, flags=0) at file.h:245 #12 0xc081c1f8 in kern_readv (td=0xc56288c0, fd=3, auio=0xf7bd0c60) at /usr/src/sys/kern/sys_generic.c:193 #13 0xc081c2df in read (td=0xc56288c0, uap=0xf7bd0cfc) at /usr/src/sys/kern/sys_generic.c:109 ---Type to continue, or q to quit--- #14 0xc0ae8f35 in syscall (frame=0xf7bd0d38) at /usr/src/sys/i386/i386/trap.c:1090 #15 0xc0acdd00 in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:255 #16 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) From owner-freebsd-stable@FreeBSD.ORG Fri May 22 20:31:50 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83055106566B for ; Fri, 22 May 2009 20:31:50 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.terabit.net.ua (mail.terabit.net.ua [195.137.202.147]) by mx1.freebsd.org (Postfix) with ESMTP id 18C868FC19 for ; Fri, 22 May 2009 20:31:49 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from skuns.zoral.com.ua ([91.193.166.194] helo=mail.zoral.com.ua) by mail.terabit.net.ua with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1M7bPA-000MXg-5A; Fri, 22 May 2009 23:31:48 +0300 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id n4MKVfSp037228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 22 May 2009 23:31:42 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3) with ESMTP id n4MKVfCo088901; Fri, 22 May 2009 23:31:41 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3/Submit) id n4MKVeRr088899; Fri, 22 May 2009 23:31:40 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 22 May 2009 23:31:40 +0300 From: Kostik Belousov To: kmenzel@whisolutions.com Message-ID: <20090522203140.GD1927@deviant.kiev.zoral.com.ua> References: <4A16FC7B.7060401@icarz.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dfOvyYudzT1RPUKx" Content-Disposition: inline In-Reply-To: <4A16FC7B.7060401@icarz.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.1 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua X-Virus-Scanned: mail.terabit.net.ua 1M7bPA-000MXg-5A 223a56e38845da42fd297ca42ac7a146 X-Terabit: YES Cc: "freebsd-stable@FreeBSD.ORG" Subject: Re: devd panic on i386 7.2 Release with CARP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 20:31:50 -0000 --dfOvyYudzT1RPUKx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 22, 2009 at 03:26:51PM -0400, Ken Menzel wrote: >=20 > I am having a problem with one of my freebsd 7.2R boxes panicing on=20 > start of devd after upgrading to 7.2R. It is an old DELL 2400 dual=20 > processor. This is a build from completely refreshed sources. >=20 > - generic kernel does not panic (built by me) > - custom kernel does not panic with devd_enable=3D"NO" set in rc.conf, bu= t=20 > !!! __ I can start devd AFTER booting by hand at the command prompt! >=20 > - custom kernel (carp and more memory ) does panic if devd is started=20 > automatically by rc.d scripts (the default behaviour).=20 >=20 > Do I really need devd for anything if I am not using USB? Anyone have=20 > any idea of how to fix this? >=20 > My kernel config is pretty simple, I am building a test i386 box with a= =20 > carp kernel to try and repro this on another box, but that box is really= =20 > slow. >=20 > After booting I just run > kes# devd > devd: Setting hw.bus.devctl_disable to 0 > kes# =2E.. > <118>lo0: flags=3D8049 metric 0 mtu 16384 > <118> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > <118> inet6 ::1 prefixlen 128 > <118> inet 127.0.0.1 netmask 0xff000000 > <118>fxp0: flags=3D8843 metric 0= =20 > mtu 1500 > <118> options=3D2009 > <118> ether 00:b0:d0:3e:c7:19 > <118> inet 207.99.22.32 netmask 0xffffff80 broadcast 207.99.22.127 > <118> media: Ethernet autoselect (100baseTX ) > <118> status: active > <118>add net default: gateway 207.99.22.1 > <118>Additional routing options: > <118>. > <118>Starting devd. >=20 >=20 > Fatal trap 12: page fault while in kernel mode > cpuid =3D 1; apic id =3D 00 > fault virtual address =3D 0x0 > fault code =3D supervisor read, page not present > instruction pointer =3D 0x20:0xc0874488 > stack pointer =3D 0x28:0xf7bd0b68 > frame pointer =3D 0x28:0xf7bd0b68 > code segment =3D base 0x0, limit 0xfffff, type 0x1b > =3D DPL 0, pres 1, def32 1, gran 1 > processor eflags =3D interrupt enabled, resume, IOPL =3D 0 > current process =3D 388 (devd) > trap number =3D 12 > panic: page fault > cpuid =3D 1 > Uptime: 2m12s > Physical memory: 2035 MB > Dumping 68 MB: 53 37 21 5 >=20 > Reading symbols from /boot/kernel/acpi.ko...Reading symbols from=20 > /boot/kernel/acpi.ko.symbols...done. > done. > Loaded symbols for /boot/kernel/acpi.ko > #0 doadump () at pcpu.h:196 > 196 __asm __volatile("movl %%fs:0,%0" : "=3Dr" (td)); > (kgdb) backtrace > #0 doadump () at pcpu.h:196 > #1 0xc07e2a07 in boot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c= :418 > #2 0xc07e2cd9 in panic (fmt=3DVariable "fmt" is not available. > ) at /usr/src/sys/kern/kern_shutdown.c:574 > #3 0xc0ae895c in trap_fatal (frame=3D0xf7bd0b28, eva=3D0) > at /usr/src/sys/i386/i386/trap.c:939 > #4 0xc0ae8be0 in trap_pfault (frame=3D0xf7bd0b28, usermode=3D0, eva=3D0) > at /usr/src/sys/i386/i386/trap.c:852 > #5 0xc0ae958c in trap (frame=3D0xf7bd0b28) at=20 > /usr/src/sys/i386/i386/trap.c:530 > #6 0xc0acdc9b in calltrap () at /usr/src/sys/i386/i386/exception.s:159 > #7 0xc0874488 in strlen (str=3D0x0) at /usr/src/sys/libkern/strlen.c:41 > #8 0xc080a46c in devread (dev=3D0xc548b900, uio=3D0xf7bd0c60, ioflag=3D0) > at /usr/src/sys/kern/subr_bus.c:458 > #9 0xc07a6039 in giant_read (dev=3D0xc548b900, uio=3D0xf7bd0c60, ioflag= =3D0) > at /usr/src/sys/kern/kern_conf.c:414 > #10 0xc076cecd in devfs_read_f (fp=3D0xc58ba260, uio=3D0xf7bd0c60, > cred=3D0xc5470300, flags=3D0, td=3D0xc56288c0) > at /usr/src/sys/fs/devfs/devfs_vnops.c:1007 > #11 0xc081be86 in dofileread (td=3D0xc56288c0, fd=3D3, fp=3D0xc58ba260, > auio=3D0xf7bd0c60, offset=3D-1, flags=3D0) at file.h:245 > #12 0xc081c1f8 in kern_readv (td=3D0xc56288c0, fd=3D3, auio=3D0xf7bd0c60) > at /usr/src/sys/kern/sys_generic.c:193 > #13 0xc081c2df in read (td=3D0xc56288c0, uap=3D0xf7bd0cfc) > at /usr/src/sys/kern/sys_generic.c:109 > ---Type to continue, or q to quit--- > #14 0xc0ae8f35 in syscall (frame=3D0xf7bd0d38) > at /usr/src/sys/i386/i386/trap.c:1090 > #15 0xc0acdd00 in Xint0x80_syscall () at=20 > /usr/src/sys/i386/i386/exception.s:255 > #16 0x00000033 in ?? () > Previous frame inner to this frame (corrupt stack?) > (kgdb) The strlen was supplied NULL pointer. This means that n1->dei_data is NULL. Brief looking over the RELENG_7 code does not reveal any caller of devctl_queue_data outside subr_bus.c, and all uses inside subr_bus.c seems to be safe. Added options in the config cannot affect this behaviour, I believe. You may add check at the start of the devctl_queue_data() to verify that data !=3D NULL, and panic when it is. This way, we will see where it happen. --dfOvyYudzT1RPUKx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkoXC6wACgkQC3+MBN1Mb4izcQCg3qmBm5GdgSFnTwemuof5GAP7 I3gAoIOnjp7o8LKxHXY0mlSxJgT2XT5L =7Sm7 -----END PGP SIGNATURE----- --dfOvyYudzT1RPUKx-- From owner-freebsd-stable@FreeBSD.ORG Fri May 22 20:45:23 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4DBE106566C; Fri, 22 May 2009 20:45:23 +0000 (UTC) (envelope-from joe@freebsd.org) Received: from alpha.tao.org.uk (alpha.tao.org.uk [212.42.1.232]) by mx1.freebsd.org (Postfix) with ESMTP id 325F28FC19; Fri, 22 May 2009 20:45:23 +0000 (UTC) (envelope-from joe@freebsd.org) Received: from localhost (alpha.tao.org.uk [212.42.1.232]) by alpha.tao.org.uk (Postfix) with ESMTP id 296281076FC6; Fri, 22 May 2009 21:45:22 +0100 (BST) Received: from alpha.tao.org.uk ([212.42.1.232]) by localhost (mail.tao.org.uk [212.42.1.232]) (amavisd-maia, port 10024) with LMTP id 42469-02; Fri, 22 May 2009 21:45:21 +0100 (BST) Received: from [192.168.1.75] (router.tao.org.uk [78.105.4.78]) (Authenticated sender: joemail@alpha.tao.org.uk) by alpha.tao.org.uk (Postfix) with ESMTPA id 803CA1076F0B; Fri, 22 May 2009 21:45:21 +0100 (BST) Message-ID: <4A170EDE.8000906@freebsd.org> Date: Fri, 22 May 2009 21:45:18 +0100 From: Joe Karthauser User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1b3pre) Gecko/20090223 Lightning/1.0pre Thunderbird/3.0b2 MIME-Version: 1.0 To: Alexander Motin References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> <4A156AD7.8000003@icyb.net.ua> <4A159482.9080903@freebsd.org> <3c1674c90905211128n45814519o903ee2b6eb3cf195@mail.gmail.com> <4A16E37C.2030005@freebsd.org> <3c1674c90905221139i6f335062k74d641b7c91c188c@mail.gmail.com> <4A16FF93.2020504@freebsd.org> In-Reply-To: <4A16FF93.2020504@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2a Cc: freebsd-stable@freebsd.org, Kip Macy Subject: Re: Sudden wierd SATA problem on RELENG_7 (Re: ZFS hanging at kernel boot now, but didn't before... (Re: ZFS MFC heads up)) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 20:45:24 -0000 This appears to have gone away now. I unplugged the bay that was causing the trouble, and the system booted just fine on the remaining 4 drives. Then I plugged the bay back in (live) and did an atacontrol detach/attach on that bus (I wonder why I always have to do that). The drive was seen, and ZFS resilvered itself. I'm doing a ZFS scrub now to make sure that everything is good, and I'll do a reboot and see if it's all ok after that. Strange, so it looks like a cable might have got a little loose or something. I wonder why that would have hung the kernel probe though. Joe on 22/05/2009 20:40 Joe Karthauser said the following: > Hi Alexander, > > I've love it if you were able to provide some insight into this problem. > > I'm going to try switching sata cables around next to see if the problem > goes away if I disconnect some combination of bays. > > Thanks, > Joe > > on 22/05/2009 19:39 Kip Macy said the following: >> Motin is your best bet in tracking down ATA problems. >> >> Cheers, >> Kip >> >> >> On Fri, May 22, 2009 at 10:40 AM, Joe Karthauser wrote: >>> Hi Kip, >>> >>> I seriously don't understand what has happened. If I boot kernel.old >>> I still >>> get the same problem. Very confusing. :(. >>> >>> Joe >>> >>> on 21/05/2009 19:28 Kip Macy said the following: >>>> I have no idea what is happening. I think our best bet is having >>>> someone with insight into ATA provide us with help in adding >>>> diagnostics. >>>> >>>> Sorry for the trouble. Perhaps you can just roll back to 7.2 for now. >>>> >>>> Cheers, >>>> Kip >>>> >>>> >>>> On Thu, May 21, 2009 at 10:50 AM, Joe Karthauser >>>> wrote: >>>>> Hmm, I've had a bit of a miserable afternoon trying to fight my >>>>> RELENG_7 >>>>> server, which now doesn't boot. :(. >>>>> >>>>> So, it's a ZRAID2 pool with a ufs/gmirror root partition split over 5 >>>>> disks >>>>> (gmirror on 500Mb partition on each of five disks, and zraid2 over the >>>>> rest >>>>> of each drive). >>>>> >>>>> What I did was to update the userland, and then reboot. I didn't >>>>> upgrade >>>>> the >>>>> kernel (but I've subsequently done that and have the same problem). >>>>> >>>>> What happens is that the kernel hangs booting just after displaying a >>>>> LABEL >>>>> message or ZFS pool/spool message. I _can_ get it to boot if I boot >>>>> single >>>>> user with acpi switched off. When I do that I can manually start >>>>> zfs, and >>>>> mount all the partitions. However, one of the disks is missing.... >>>>> more >>>>> on >>>>> that next. >>>>> >>>>> The machine is running a gigabyte motherboard (domestic gamer P35 >>>>> board, >>>>> similar to this >>>>> >>>>> http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2533, >>>>> >>>>> although it might be a DS4 variant). I've got 5 of the 6 sata ports >>>>> wired >>>>> to a 5 unit SATA hot swap bay (5 drives vertially mounted into 3 >>>>> 5-1/4" >>>>> bays >>>>> kind of thing). >>>>> >>>>> Now, because of the gmirror I can boot the system on any disk, or >>>>> combination of plugged in disks. I should be able to succeed with the >>>>> kernel probe up to the attempt to mount the root filesystem >>>>> irrespective >>>>> of >>>>> any zfs pool, etc. And, indeed, this has been working fine for >>>>> about two >>>>> years. >>>>> >>>>> But, now it hangs in the same place no matter what disk I boot on >>>>> (I've >>>>> tried every bay). >>>>> >>>>> But, without ACPI enabled it does appear to boot ok... what's going on >>>>> here? >>>>> Is it possible that the machine has developed a hardware fault? >>>>> >>>>> Ok, finally, if I boot with ACPI disabled then one of the disks is >>>>> missing. >>>>> If I unplug it I get a disconnect message from the ata device, and a >>>>> reconnect and reinit attempt when I plug it back in, but no device >>>>> appears >>>>> on the bus. Usually I can do a 'atacontrol detach sata4; sleep 1; >>>>> atacontrol >>>>> attach sata4' and the device reappears. This happens on the other >>>>> buses, >>>>> but >>>>> not on the last one. It's not the disk, because if I swap it into >>>>> another >>>>> bay, it comes up and appears on the bus. On the other hand it doesn't >>>>> appear >>>>> to be that controller or slow in the drive bay because if I unplug all >>>>> the >>>>> over disks the system will boot that disk and get as far as the >>>>> hang.... >>>>> hmm. >>>>> >>>>> Is this a consequence of disabling the ACPI? >>>>> >>>>> Does anyone have a clue what might be going on? >>>>> >>>>> Joe From owner-freebsd-stable@FreeBSD.ORG Fri May 22 21:22:58 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E1441065670; Fri, 22 May 2009 21:22:58 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id C54CA8FC16; Fri, 22 May 2009 21:22:57 +0000 (UTC) (envelope-from ler@lerctr.org) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lerami; d=lerctr.org; h=Received:From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:Thread-Index:Content-Language:X-Spam-Score:X-LERCTR-Spam-Score:X-Spam-Report:X-LERCTR-Spam-Report:DomainKey-Status; b=iNM3R/PK4k+Tz/FbRHpCUBKOLlnpXcHan9BuBYWsGUboFm7vkR8JqSw3n05e+ybcO65InYMzpsVdlPx6D+rSjSiOANyNn4wEwqzbBNWWYXAKG4rscG9DDfYBF6iIZ+KNBnyGB3vpo8pU1D2e2ZQ9adV5pBVIsoU3cHdTAnG7OcY=; Received: from 64.3.1.253.ptr.us.xo.net ([64.3.1.253]:45109 helo=LROSENMAN) by thebighonker.lerctr.org with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M7bu8-000GNL-Bi; Fri, 22 May 2009 16:03:49 -0500 From: "Larry Rosenman" To: "'Joe Karthauser'" , "'Alexander Motin'" References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> <4A156AD7.8000003@icyb.net.ua> <4A159482.9080903@freebsd.org> <3c1674c90905211128n45814519o903ee2b6eb3cf195@mail.gmail.com> <4A16E37C.2030005@freebsd.org> <3c1674c90905221139i6f335062k74d641b7c91c188c@mail.gmail.com> <4A16FF93.2020504@freebsd.org> <4A170EDE.8000906@freebsd.org> In-Reply-To: <4A170EDE.8000906@freebsd.org> Date: Fri, 22 May 2009 16:03:38 -0500 Message-ID: <00d901c9db20$cd1baff0$67530fd0$@org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcnbHkbLGpvjH0F3RIiBITPTI95P5wAAlCQQ Content-Language: en-us X-Spam-Score: -2.3 (--) X-LERCTR-Spam-Score: -2.3 (--) X-Spam-Report: SpamScore (-2.3/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, SARE_SUB_OBFU_OTHER=0.135, TVD_RCVD_IP=1.931, TW_ZF=0.077 X-LERCTR-Spam-Report: SpamScore (-2.3/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, SARE_SUB_OBFU_OTHER=0.135, TVD_RCVD_IP=1.931, TW_ZF=0.077 DomainKey-Status: no signature Cc: freebsd-stable@freebsd.org, 'Kip Macy' Subject: RE: Sudden wierd SATA problem on RELENG_7 (Re: ZFS hanging at kernel boot now, but didn't before... (Re: ZFS MFC heads up)) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 21:22:58 -0000 I saw really strange stuff with one bad SATA cable on my 6 drive ZFS array. It would work most of the time, but the scrub would either cough up CRC's or hang. I wound up replacing the disk *AND* the cable, and it's been fine since. This is on a SuperMicro chassis with Intel chips. YMMV -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 -----Original Message----- From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Joe Karthauser Sent: Friday, May 22, 2009 3:45 PM To: Alexander Motin Cc: freebsd-stable@freebsd.org; Kip Macy Subject: Re: Sudden wierd SATA problem on RELENG_7 (Re: ZFS hanging at kernel boot now, but didn't before... (Re: ZFS MFC heads up)) This appears to have gone away now. I unplugged the bay that was causing the trouble, and the system booted just fine on the remaining 4 drives. Then I plugged the bay back in (live) and did an atacontrol detach/attach on that bus (I wonder why I always have to do that). The drive was seen, and ZFS resilvered itself. I'm doing a ZFS scrub now to make sure that everything is good, and I'll do a reboot and see if it's all ok after that. Strange, so it looks like a cable might have got a little loose or something. I wonder why that would have hung the kernel probe though. Joe on 22/05/2009 20:40 Joe Karthauser said the following: > Hi Alexander, > > I've love it if you were able to provide some insight into this problem. > > I'm going to try switching sata cables around next to see if the problem > goes away if I disconnect some combination of bays. > > Thanks, > Joe > > on 22/05/2009 19:39 Kip Macy said the following: >> Motin is your best bet in tracking down ATA problems. >> >> Cheers, >> Kip >> >> >> On Fri, May 22, 2009 at 10:40 AM, Joe Karthauser wrote: >>> Hi Kip, >>> >>> I seriously don't understand what has happened. If I boot kernel.old >>> I still >>> get the same problem. Very confusing. :(. >>> >>> Joe >>> >>> on 21/05/2009 19:28 Kip Macy said the following: >>>> I have no idea what is happening. I think our best bet is having >>>> someone with insight into ATA provide us with help in adding >>>> diagnostics. >>>> >>>> Sorry for the trouble. Perhaps you can just roll back to 7.2 for now. >>>> >>>> Cheers, >>>> Kip >>>> >>>> >>>> On Thu, May 21, 2009 at 10:50 AM, Joe Karthauser >>>> wrote: >>>>> Hmm, I've had a bit of a miserable afternoon trying to fight my >>>>> RELENG_7 >>>>> server, which now doesn't boot. :(. >>>>> >>>>> So, it's a ZRAID2 pool with a ufs/gmirror root partition split over 5 >>>>> disks >>>>> (gmirror on 500Mb partition on each of five disks, and zraid2 over the >>>>> rest >>>>> of each drive). >>>>> >>>>> What I did was to update the userland, and then reboot. I didn't >>>>> upgrade >>>>> the >>>>> kernel (but I've subsequently done that and have the same problem). >>>>> >>>>> What happens is that the kernel hangs booting just after displaying a >>>>> LABEL >>>>> message or ZFS pool/spool message. I _can_ get it to boot if I boot >>>>> single >>>>> user with acpi switched off. When I do that I can manually start >>>>> zfs, and >>>>> mount all the partitions. However, one of the disks is missing.... >>>>> more >>>>> on >>>>> that next. >>>>> >>>>> The machine is running a gigabyte motherboard (domestic gamer P35 >>>>> board, >>>>> similar to this >>>>> >>>>> http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?Produ ctID=2533, >>>>> >>>>> although it might be a DS4 variant). I've got 5 of the 6 sata ports >>>>> wired >>>>> to a 5 unit SATA hot swap bay (5 drives vertially mounted into 3 >>>>> 5-1/4" >>>>> bays >>>>> kind of thing). >>>>> >>>>> Now, because of the gmirror I can boot the system on any disk, or >>>>> combination of plugged in disks. I should be able to succeed with the >>>>> kernel probe up to the attempt to mount the root filesystem >>>>> irrespective >>>>> of >>>>> any zfs pool, etc. And, indeed, this has been working fine for >>>>> about two >>>>> years. >>>>> >>>>> But, now it hangs in the same place no matter what disk I boot on >>>>> (I've >>>>> tried every bay). >>>>> >>>>> But, without ACPI enabled it does appear to boot ok... what's going on >>>>> here? >>>>> Is it possible that the machine has developed a hardware fault? >>>>> >>>>> Ok, finally, if I boot with ACPI disabled then one of the disks is >>>>> missing. >>>>> If I unplug it I get a disconnect message from the ata device, and a >>>>> reconnect and reinit attempt when I plug it back in, but no device >>>>> appears >>>>> on the bus. Usually I can do a 'atacontrol detach sata4; sleep 1; >>>>> atacontrol >>>>> attach sata4' and the device reappears. This happens on the other >>>>> buses, >>>>> but >>>>> not on the last one. It's not the disk, because if I swap it into >>>>> another >>>>> bay, it comes up and appears on the bus. On the other hand it doesn't >>>>> appear >>>>> to be that controller or slow in the drive bay because if I unplug all >>>>> the >>>>> over disks the system will boot that disk and get as far as the >>>>> hang.... >>>>> hmm. >>>>> >>>>> Is this a consequence of disabling the ACPI? >>>>> >>>>> Does anyone have a clue what might be going on? >>>>> >>>>> Joe _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@FreeBSD.ORG Fri May 22 21:35:55 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EA27106564A; Fri, 22 May 2009 21:35:55 +0000 (UTC) (envelope-from joe@freebsd.org) Received: from alpha.tao.org.uk (alpha.tao.org.uk [212.42.1.232]) by mx1.freebsd.org (Postfix) with ESMTP id B0CCA8FC0A; Fri, 22 May 2009 21:35:54 +0000 (UTC) (envelope-from joe@freebsd.org) Received: from localhost (alpha.tao.org.uk [212.42.1.232]) by alpha.tao.org.uk (Postfix) with ESMTP id B02181076FC6; Fri, 22 May 2009 22:35:53 +0100 (BST) Received: from alpha.tao.org.uk ([212.42.1.232]) by localhost (mail.tao.org.uk [212.42.1.232]) (amavisd-maia, port 10024) with LMTP id 50463-09; Fri, 22 May 2009 22:35:53 +0100 (BST) Received: from [192.168.1.75] (router.tao.org.uk [78.105.4.78]) (Authenticated sender: joemail@alpha.tao.org.uk) by alpha.tao.org.uk (Postfix) with ESMTPA id E16751076EDC; Fri, 22 May 2009 22:35:52 +0100 (BST) Message-ID: <4A171AB6.8040607@freebsd.org> Date: Fri, 22 May 2009 22:35:50 +0100 From: Joe Karthauser User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1b3pre) Gecko/20090223 Lightning/1.0pre Thunderbird/3.0b2 MIME-Version: 1.0 To: Alexander Motin References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> <4A156AD7.8000003@icyb.net.ua> <4A159482.9080903@freebsd.org> <3c1674c90905211128n45814519o903ee2b6eb3cf195@mail.gmail.com> <4A16E37C.2030005@freebsd.org> <3c1674c90905221139i6f335062k74d641b7c91c188c@mail.gmail.com> <4A16FF93.2020504@freebsd.org> In-Reply-To: <4A16FF93.2020504@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2a Cc: freebsd-stable@freebsd.org, Kip Macy Subject: Re: Sudden wierd SATA problem on RELENG_7 (Re: ZFS hanging at kernel boot now, but didn't before... (Re: ZFS MFC heads up)) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 21:35:55 -0000 I spoke too soon. It must have just randomly booted, because it is now hanging again. No amount of jiggling cables has made any difference. :(. Joe on 22/05/2009 20:40 Joe Karthauser said the following: > Hi Alexander, > > I've love it if you were able to provide some insight into this problem. > > I'm going to try switching sata cables around next to see if the problem > goes away if I disconnect some combination of bays. > > Thanks, > Joe > > on 22/05/2009 19:39 Kip Macy said the following: >> Motin is your best bet in tracking down ATA problems. >> >> Cheers, >> Kip >> >> >> On Fri, May 22, 2009 at 10:40 AM, Joe Karthauser wrote: >>> Hi Kip, >>> >>> I seriously don't understand what has happened. If I boot kernel.old >>> I still >>> get the same problem. Very confusing. :(. >>> >>> Joe >>> >>> on 21/05/2009 19:28 Kip Macy said the following: >>>> I have no idea what is happening. I think our best bet is having >>>> someone with insight into ATA provide us with help in adding >>>> diagnostics. >>>> >>>> Sorry for the trouble. Perhaps you can just roll back to 7.2 for now. >>>> >>>> Cheers, >>>> Kip >>>> >>>> >>>> On Thu, May 21, 2009 at 10:50 AM, Joe Karthauser >>>> wrote: >>>>> Hmm, I've had a bit of a miserable afternoon trying to fight my >>>>> RELENG_7 >>>>> server, which now doesn't boot. :(. >>>>> >>>>> So, it's a ZRAID2 pool with a ufs/gmirror root partition split over 5 >>>>> disks >>>>> (gmirror on 500Mb partition on each of five disks, and zraid2 over the >>>>> rest >>>>> of each drive). >>>>> >>>>> What I did was to update the userland, and then reboot. I didn't >>>>> upgrade >>>>> the >>>>> kernel (but I've subsequently done that and have the same problem). >>>>> >>>>> What happens is that the kernel hangs booting just after displaying a >>>>> LABEL >>>>> message or ZFS pool/spool message. I _can_ get it to boot if I boot >>>>> single >>>>> user with acpi switched off. When I do that I can manually start >>>>> zfs, and >>>>> mount all the partitions. However, one of the disks is missing.... >>>>> more >>>>> on >>>>> that next. >>>>> >>>>> The machine is running a gigabyte motherboard (domestic gamer P35 >>>>> board, >>>>> similar to this >>>>> >>>>> http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2533, >>>>> >>>>> although it might be a DS4 variant). I've got 5 of the 6 sata ports >>>>> wired >>>>> to a 5 unit SATA hot swap bay (5 drives vertially mounted into 3 >>>>> 5-1/4" >>>>> bays >>>>> kind of thing). >>>>> >>>>> Now, because of the gmirror I can boot the system on any disk, or >>>>> combination of plugged in disks. I should be able to succeed with the >>>>> kernel probe up to the attempt to mount the root filesystem >>>>> irrespective >>>>> of >>>>> any zfs pool, etc. And, indeed, this has been working fine for >>>>> about two >>>>> years. >>>>> >>>>> But, now it hangs in the same place no matter what disk I boot on >>>>> (I've >>>>> tried every bay). >>>>> >>>>> But, without ACPI enabled it does appear to boot ok... what's going on >>>>> here? >>>>> Is it possible that the machine has developed a hardware fault? >>>>> >>>>> Ok, finally, if I boot with ACPI disabled then one of the disks is >>>>> missing. >>>>> If I unplug it I get a disconnect message from the ata device, and a >>>>> reconnect and reinit attempt when I plug it back in, but no device >>>>> appears >>>>> on the bus. Usually I can do a 'atacontrol detach sata4; sleep 1; >>>>> atacontrol >>>>> attach sata4' and the device reappears. This happens on the other >>>>> buses, >>>>> but >>>>> not on the last one. It's not the disk, because if I swap it into >>>>> another >>>>> bay, it comes up and appears on the bus. On the other hand it doesn't >>>>> appear >>>>> to be that controller or slow in the drive bay because if I unplug all >>>>> the >>>>> over disks the system will boot that disk and get as far as the >>>>> hang.... >>>>> hmm. >>>>> >>>>> Is this a consequence of disabling the ACPI? >>>>> >>>>> Does anyone have a clue what might be going on? >>>>> >>>>> Joe >>>>> _______________________________________________ >>>>> freebsd-stable@freebsd.org mailing list >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>>>> To unsubscribe, send any mail to >>>>> "freebsd-stable-unsubscribe@freebsd.org" >>>>> >>>> >>>> >>> >> >> >> > From owner-freebsd-stable@FreeBSD.ORG Sat May 23 01:24:23 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC06310657C3 for ; Sat, 23 May 2009 01:24:22 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id A246F8FC13 for ; Sat, 23 May 2009 01:24:22 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id k40so846344rvb.43 for ; Fri, 22 May 2009 18:24:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=T77vSIaxK9qY9HeQXCAd6cIiuEdhwMwcHsNucNZhxnA=; b=mO8aHhLDeEdbUMZpp6PWG1zWd0N6+cAaaQ+/dwKqpQSDcs70mGZjXXaUY3PzIsMZpe wN0ZdM6nghZhaN1E6ryLf2NetNrjBeynzATgSlhUR7U6V18EcAaVnldZfBQ+T/dgUxrC ygh4g3+O9+tHG224A/iQZVGlLmzoppfAdnSxE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ciUVCOdZtc3cBZTEFLeSZ+7grbOYxKDeQ//Jvbq9tvnWVMnVeUcDmsdp6dMRfV3SWg ykLIjFC2AWtD/qm+zEenFKUFDz2g4jhdDcZmpqpPKneckzEfvc+VAHw042eCjYLTV1oU T91YWgDPZRlMncKhIN2jDYMi657RP4gpTaKvI= Received: by 10.141.163.1 with SMTP id q1mr1907254rvo.126.1243041862384; Fri, 22 May 2009 18:24:22 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id f42sm849718rvb.21.2009.05.22.18.24.20 (version=SSLv3 cipher=RC4-MD5); Fri, 22 May 2009 18:24:21 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Sat, 23 May 2009 10:34:52 +0900 From: Pyun YongHyeon Date: Sat, 23 May 2009 10:34:52 +0900 To: "Michael L. Squires" Message-ID: <20090523013452.GA22204@michelle.cdnetworks.co.kr> References: <4A09DEF1.2010202@delphij.net> <4A09FDB2.5080307@eyede.com> <20090513004131.GP65350@michelle.cdnetworks.co.kr> <20090514082750.GU65350@michelle.cdnetworks.co.kr> <310A73CC-A32D-4794-BF23-A49715AFCF99@nokia.com> <20090515085806.GX65350@michelle.cdnetworks.co.kr> <20090520173716.U1136@familysquires.net> <20090521034540.GM9043@michelle.cdnetworks.co.kr> <20090522153805.W1128@familysquires.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090522153805.W1128@familysquires.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: net.inet.tcp.tso=1 still neceesary with fxp was Re: TCP differences in 7.2 vs 7.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 01:24:23 -0000 On Fri, May 22, 2009 at 03:50:07PM -0400, Michael L. Squires wrote: > > > On Thu, 21 May 2009, Pyun YongHyeon wrote: > > >On Wed, May 20, 2009 at 05:55:29PM -0400, Michael L. Squires wrote: > >>I started having speed problems after shifting from 7.1-STABLE to > >>7.1-PRERELEASE. They have continued with 7.2-STABLLE. > >> > >>Reverting to the 7.1-STABLE kernel eliminated the problem. > >> > >>After downloading 7.2-STABLE from cvsup.freebsd.org at about 10:40 AM EST > >>on 5/20/2009, doing a buildworld/buildkernel/installkernel/installworld > >>cycle I still need to execute "net.inet.tcp.tso=1" to elminate throughput > >>problems between my home system (on Comcast) and my office PC (connected > >>via a Time-Warner connection). This also affects connections to other > >>systems; downloading Web pages (ebay.com) speeds up after I change the TSO > >>entry. > >> > >>The box in question runs NAT and has an fxp (Intel Pro100) interface > >>connected to a Comcast cable modem and an em (Intel Pro1000) interface > >>connected to the internal network. > >> > >>There are no network errors in "netstat -i" on either interface. > >> > >>The "if_fxp.c" code appears to be the May 7 version. > >> > > > >You should have cvs rev. 1.266.2.15 of if_fxp.c. > > > >>This is the dmesg entry for the card in question. The system is a dual > >>Xeon > >>Supermicro 1U box, 1GB RAM, single 300GB IDE hard drive. > >> > >>fxp0: port 0xe400-0xe43f mem > >>0xfebfd000-0xfebfdfff,0xfeb80000-0xfeb9ffff irq 27 at device 7.0 on pci0 > >>miibus0: on fxp0 > >> > > > >Since you use both em(4) and fxp(4) I'd like to know which driver > >has the issue. Instead of disabling TSO of network stack try > >disabling TSO for each interface. For instance, > >1. Diable TSO of em(4) and check you see the same issue > > (ifconfig em0 -tso). > >2. Diable TSO of fxp(4) and check you see the same issue > > (ifconfig fxp0 -tso). > > > > The version of if_fpx.c is in fact 1.266.2.15. > > Connecting to the FreeBSD box from a PC with a bash shell under XP > SP3/Cygwin OpenSSH I find > > (1) disable "tso" on the internal "em0" interface has no effect; but > > (2) disabling "tso" on the external "fxp0" inteface eliminates the > througput problem. The effect appears to be the same as using sysctl to > disable tso on all interfaces. > > With "tso" enabled on the "fxp0" interface the connection (reading email > using "pine" in a large window) hung completely. > > There are no errors in "netstat -i" nor in /var/log/messages. > > "netstat -e" on the XP PC shows no discards or errors; however, I don't > think I've ever seen a PC under Windows admit to network errors. > > The fxp0 interface connects to a Comcast cable modem, which eventually > connects to my office PC which is in the "iga.in.gov" domain hosted by > TimeWarner. > > I'll be happy to run anything else you want. > Would you capture the failing TCP session with tcpdump and mail me the URL of the captured file(off-list)? From owner-freebsd-stable@FreeBSD.ORG Sat May 23 04:26:34 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABD3C1065672 for ; Sat, 23 May 2009 04:26:34 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 2706C8FC1B for ; Sat, 23 May 2009 04:26:33 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 243638628; Sat, 23 May 2009 07:26:30 +0300 Message-ID: <4A177AED.8080600@FreeBSD.org> Date: Sat, 23 May 2009 07:26:21 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: Joe Karthauser References: <3c1674c90905201459k19776d53n309b2abeab0f8d0a@mail.gmail.com> <200905202209.n4KM9Bcg094853@lava.sentex.ca> <3c1674c90905201541n65f997e6jaa20d93bf566fb98@mail.gmail.com> <68BDAD74-021A-4169-B003-21A2BCF2AD5C@transsys.com> <4A156AD7.8000003@icyb.net.ua> <4A159482.9080903@freebsd.org> <3c1674c90905211128n45814519o903ee2b6eb3cf195@mail.gmail.com> <4A16E37C.2030005@freebsd.org> <3c1674c90905221139i6f335062k74d641b7c91c188c@mail.gmail.com> <4A16FF93.2020504@freebsd.org> <4A171AB6.8040607@freebsd.org> In-Reply-To: <4A171AB6.8040607@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Kip Macy Subject: Re: Sudden wierd SATA problem on RELENG_7 (Re: ZFS hanging at kernel boot now, but didn't before... (Re: ZFS MFC heads up)) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 04:26:34 -0000 Hi. Joe Karthauser wrote: > I spoke too soon. It must have just randomly booted, because it is now > hanging again. No amount of jiggling cables has made any difference. Can you provide verbose boot messages of your system from the beginning up to the problem? Especially, all related to the ATA. Do you have AHCI mode enabled in BIOS, or you using legacy ATA emulation? -- Alexander Motin From owner-freebsd-stable@FreeBSD.ORG Sat May 23 07:18:08 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DD6D1065673; Sat, 23 May 2009 07:18:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 4CF358FC17; Sat, 23 May 2009 07:18:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id n4N7I5Yf066404; Sat, 23 May 2009 03:18:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.14.3/8.14.3) with ESMTP id n4N7I5XK078740; Sat, 23 May 2009 03:18:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id AF4901B5060; Sat, 23 May 2009 03:18:05 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20090523071805.AF4901B5060@freebsd-stable.sentex.ca> Date: Sat, 23 May 2009 03:18:05 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at smtp2.sentex.ca X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [releng_7 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 07:18:09 -0000 TB --- 2009-05-23 05:41:30 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2009-05-23 05:41:30 - starting RELENG_7 tinderbox run for amd64/amd64 TB --- 2009-05-23 05:41:30 - cleaning the object tree TB --- 2009-05-23 05:41:53 - cvsupping the source tree TB --- 2009-05-23 05:41:53 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/amd64/amd64/supfile TB --- 2009-05-23 05:42:02 - building world TB --- 2009-05-23 05:42:02 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-23 05:42:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-23 05:42:02 - TARGET=amd64 TB --- 2009-05-23 05:42:02 - TARGET_ARCH=amd64 TB --- 2009-05-23 05:42:02 - TZ=UTC TB --- 2009-05-23 05:42:02 - __MAKE_CONF=/dev/null TB --- 2009-05-23 05:42:02 - cd /src TB --- 2009-05-23 05:42:02 - /usr/bin/make -B buildworld >>> World build started on Sat May 23 05:42:03 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sat May 23 07:18:04 UTC 2009 TB --- 2009-05-23 07:18:04 - generating LINT kernel config TB --- 2009-05-23 07:18:04 - cd /src/sys/amd64/conf TB --- 2009-05-23 07:18:04 - /usr/bin/make -B LINT TB --- 2009-05-23 07:18:04 - building LINT kernel TB --- 2009-05-23 07:18:04 - MAKEOBJDIRPREFIX=/obj TB --- 2009-05-23 07:18:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-05-23 07:18:04 - TARGET=amd64 TB --- 2009-05-23 07:18:04 - TARGET_ARCH=amd64 TB --- 2009-05-23 07:18:04 - TZ=UTC TB --- 2009-05-23 07:18:04 - __MAKE_CONF=/dev/null TB --- 2009-05-23 07:18:04 - cd /src TB --- 2009-05-23 07:18:04 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat May 23 07:18:05 UTC 2009 >>> stage 1: configuring the kernel [...] WARNING: kernel contains GPL contaminated emu10k1 headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated maestro3 headers WARNING: kernel contains GPL contaminated ext2fs filesystem WARNING: kernel contains GPL contaminated ReiserFS filesystem WARNING: kernel contains GPL contaminated xfs filesystem *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-05-23 07:18:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-05-23 07:18:05 - ERROR: failed to build lint kernel TB --- 2009-05-23 07:18:05 - 4547.45 user 513.14 system 5795.13 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-amd64-amd64.full From owner-freebsd-stable@FreeBSD.ORG Sat May 23 14:52:36 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AA381065675 for ; Sat, 23 May 2009 14:52:36 +0000 (UTC) (envelope-from lopez.on.the.lists@yellowspace.net) Received: from mail.yellowspace.net (mail.yellowspace.net [80.190.200.164]) by mx1.freebsd.org (Postfix) with ESMTP id 79F508FC20 for ; Sat, 23 May 2009 14:52:35 +0000 (UTC) (envelope-from lopez.on.the.lists@yellowspace.net) Received: from furia.intranet ([93.104.99.4]) (AUTH: LOGIN lopez.on.the.lists@yellowspace.net) by mail.yellowspace.net with esmtp; Sat, 23 May 2009 16:52:33 +0200 id 00484107.000000004A180DB1.0000E306 Message-Id: From: Lorenzo Perone To: FreeBSD Stable Mailing List In-Reply-To: <4A167453.1060704@pp.nic.fi> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.4) Date: Sat, 23 May 2009 16:52:33 +0200 References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> <200905211435.01723.kirk@strauser.com> <4A167453.1060704@pp.nic.fi> X-Mailer: Apple Mail (2.930.4) Subject: Re: ZFS MFC heads down X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 14:52:36 -0000 On 22.05.2009, at 11:45, Pertti Kosunen wrote: > Kirk Strauser wrote: >> So far so good here (amd64, Core2 Duo, ICH9 SATA) but I'm too >> chicken to upgrade the on-disk format yet. > > Me too, upgraded pool to v13 yesterday and everything still ok. > Removed also all loader.conf tunables. Many thanks for FreeBSD team. dito, first machine in production receiving rsync backups, amd64 2GB, old 1.2GHz athlon, 400GB single disk pool, works perfectly until now. no deadlocks no panics so far (tunables removed), ARC behaves nicely too! looking forward to using it on a more recent machine in more critical production environments very soon. thanx to all the team. impeccable work. keep it up. Lorenzo From owner-freebsd-stable@FreeBSD.ORG Sat May 23 22:16:44 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F1CB1065673 for ; Sat, 23 May 2009 22:16:44 +0000 (UTC) (envelope-from rebotados@exemys.com) Received: from web.hostmailing.com (web.hostmailing.com [200.110.145.34]) by mx1.freebsd.org (Postfix) with ESMTP id B44438FC28 for ; Sat, 23 May 2009 22:16:43 +0000 (UTC) (envelope-from rebotados@exemys.com) Received: from web.hostmailing.com ([200.110.145.34] helo=www.hostmailing.com) by web.hostmailing.com with esmtpa (Exim 4.63) (envelope-from ) id 1M7zVZ-0004Nw-2I for freebsd-stable@freebsd.org; Sat, 23 May 2009 19:16:01 -0300 Date: Sat, 23 May 2009 19:16:01 -0300 To: freebsd-stable@freebsd.org From: Exemys Message-ID: X-Priority: 3 X-Mailer: wh4535 [version 3.1] MIME-Version: 1.0 Content-Type: text/plain; charset = "iso-8859-1" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: GSM Modem versus GSM Telemetry X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: exemys@exemys.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 22:16:44 -0000 This is a message in multipart MIME format. Your mail client should not be displaying this. Consider upgrading your mail client to view this message correctly. From owner-freebsd-stable@FreeBSD.ORG Sat May 23 23:25:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB14B106566C for ; Sat, 23 May 2009 23:25:14 +0000 (UTC) (envelope-from a.j.werven@student.utwente.nl) Received: from mx.utwente.nl (mx3.utsp.utwente.nl [130.89.2.14]) by mx1.freebsd.org (Postfix) with ESMTP id 4A5A88FC1E for ; Sat, 23 May 2009 23:25:14 +0000 (UTC) (envelope-from a.j.werven@student.utwente.nl) Received: from satellite.xs4all.nl (vpn105147.vpn.utwente.nl [130.89.105.147]) by mx.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id n4NN00kk010502; Sun, 24 May 2009 01:00:02 +0200 Received: from satellite.xs4all.nl (localhost [127.0.0.1]) by satellite.xs4all.nl (8.14.3/8.14.3) with ESMTP id n4NN00eO001838; Sun, 24 May 2009 01:00:00 +0200 (CEST) (envelope-from fonz@satellite.xs4all.nl) Received: (from fonz@localhost) by satellite.xs4all.nl (8.14.3/8.14.3/Submit) id n4NN005Z001837; Sun, 24 May 2009 01:00:00 +0200 (CEST) (envelope-from fonz) From: "A.J. \"Fonz\" van Werven" Message-Id: <200905232300.n4NN005Z001837@satellite.xs4all.nl> In-Reply-To: To: exemys@exemys.com Date: Sun, 24 May 2009 01:00:00 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL124c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact servicedesk@icts.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: a.j.werven@student.utwente.nl X-Spam-Status: No Cc: freebsd-stable@freebsd.org Subject: Re: GSM Modem versus GSM Telemetry X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 23:25:15 -0000 Exemys wrote: [ Charset ISO-8859-1 unsupported, converting... ] > This is a message in multipart MIME format. Your mail client should > not be displaying this. Consider upgrading your mail client to view > this message correctly. Come again? Alphons -- All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus is not very Christian. -- Pope Benedict XVI, Southpark season 11 episode 5