From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 01:24:56 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85B1E37B401 for ; Sun, 3 Aug 2003 01:24:56 -0700 (PDT) Received: from vimes.aminor.no (vimes.aminor.no [213.187.177.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6BE843F75 for ; Sun, 3 Aug 2003 01:24:55 -0700 (PDT) (envelope-from eivind@aminor.no) Received: from [192.168.0.2] (rincewind.eivind [192.168.0.2]) by vimes.aminor.no (Postfix) with ESMTP id C880378E91 for ; Sun, 3 Aug 2003 10:25:09 +0200 (CEST) Date: Sun, 03 Aug 2003 10:26:02 +0200 From: Eivind Olsen To: current@freebsd.org Message-ID: <1249015.1059906362@[192.168.0.2]> In-Reply-To: References: X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Yet another crash in FreeBSD 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 08:24:56 -0000 --On 3. august 2003 00:31 -0400 John Baldwin wrote: > But you knew that. Also, Eivind, you need to use hex, not decimal > offsets from the functions. You might want to redo the g_dev_strategy() > line with 0x29 instead of 29. I already though about that so I tested the commands both with and without 0x in front of those numbers and I get exactly the same output, so it looks like gdb interprets them as hex anyway: (kgdb) list *(g_dev_strategy+0x29) 0xc02e8139 is in g_dev_strategy (/usr/src/sys/geom/geom_dev.c:415). 410 KASSERT(cp->acr || cp->acw, 411 ("Consumer with zero access count in g_dev_strategy")); 412 413 bp2 = g_clone_bio(bp); 414 KASSERT(bp2 != NULL, ("XXX: ENOMEM in a bad place")); 415 bp2->bio_offset = (off_t)bp->bio_blkno << DEV_BSHIFT; 416 KASSERT(bp2->bio_offset >= 0, 417 ("Negative bio_offset (%jd) on bio %p", 418 (intmax_t)bp2->bio_offset, bp)); 419 bp2->bio_length = (off_t)bp->bio_bcount; -- Regards / Hilsen Eivind Olsen From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 01:27:10 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F65E37B401 for ; Sun, 3 Aug 2003 01:27:10 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFFC43FBD for ; Sun, 3 Aug 2003 01:27:08 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h738R1kC013688; Sun, 3 Aug 2003 10:27:02 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h739QVOS000612; Sun, 3 Aug 2003 11:26:31 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h739QTWa000611; Sun, 3 Aug 2003 11:26:29 +0200 (CEST) (envelope-from marc) Date: Sun, 3 Aug 2003 11:26:29 +0200 From: Marc Fonvieille To: Julian Elischer Message-ID: <20030803092629.GA581@nosferatu.blackend.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: FreeBSD current users Subject: Re: Anyone use WINE at all anywhere? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 08:27:10 -0000 On Fri, Aug 01, 2003 at 05:38:33PM -0700, Julian Elischer wrote: > > Is the re ANYONE that uses wine on -current...? > > for that matter, a -current user that uses wine on 4.x? > I sometimes uses wine to run Kazaa, I had issues with -CURRENT and wine, so I just stick on 4.X for that purpose. Marc From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 01:49:49 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC3C37B401; Sun, 3 Aug 2003 01:49:49 -0700 (PDT) Received: from vimes.aminor.no (vimes.aminor.no [213.187.177.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E7DB43FD7; Sun, 3 Aug 2003 01:49:48 -0700 (PDT) (envelope-from eivind@aminor.no) Received: from [192.168.0.2] (rincewind.eivind [192.168.0.2]) by vimes.aminor.no (Postfix) with ESMTP id 796AF78E91; Sun, 3 Aug 2003 10:50:03 +0200 (CEST) Date: Sun, 03 Aug 2003 10:50:56 +0200 From: Eivind Olsen To: current@freebsd.org Message-ID: <2742921.1059907856@[192.168.0.2]> In-Reply-To: <20030803000528.GF95375@wantadilla.lemis.com> References: <1079.192.168.0.3.1059811884.squirrel@webmail.aminor.no> <20030802090052.GA25338@rot13.obsecurity.org> <20030802091620.GB6331@cicely12.cicely.de> <2712203.1059843659@[192.168.0.2]> <1079.192.168.0.3.1059811884.squirrel@webmail.aminor.no> <20030802090052.GA25338@rot13.obsecurity.org> <20030802091620.GB6331@cicely12.cicely.de> <1079.192.168.0.3.1059811884.squirrel@webmail.aminor.no> <20030803000528.GF95375@wantadilla.lemis.com> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: Greg 'groggy' Lehey Subject: Re: Yet another crash in FreeBSD 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 08:49:49 -0000 --On 3. august 2003 09:35 +0930 Greg 'groggy' Lehey wrote: > This is the real issue. Until you supply the information I ask for in > the man page or at http://www.vinumvm.org/vinum/how-to-debug.html, > only Terry can help you. Ok, I'll try to supply that information: Q: What problems are you having? A: FreeBSD RELENG_5_1 crashes with the following text shown on screen: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x14 fault code = supervisor write, page not present instruction pointer = 0x8:0xc02e8139 stack pointer = 0x10:0xcfb5284c frame pointer = 0x10:0xcfb52880 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 = 10785 (ctl_cyrusdb) kernel: type 12 trap, code=0 Stopped at g_dev_strategy+0x29: movl %eax,0x14(%ebx) Q: Which version of FreeBSD are you running? A: FreeBSD 5.1, tracking RELENG_5_1, cvsupped in the morning of the 27th of July if I'm not mistaken. Q: Have you made any changes to the system sources, including Vinum? A: No, it's all taken from the cvsup. I do have a custom kernel since I need to use ipfilter but that's really the only change. I've done the following changes: makeoptions DEBUG=-g options DDB options IPFILTER options IPFILTER_LOG options IPFILTER_DEFAULT_BLOCK Q: Supply the output of the vinum list command. If you can't start Vinum, supply the on-disk configuration, as described below. If you can't start Vinum, then (and only then) send a copy of the configuration file. A: Here it is: vimes# vinum vinum -> list 2 drives: D WHITE State: up /dev/ad2s1e A: 0/113046 MB (0%) D BLACK State: up /dev/ad0s1d A: 0/113046 MB (0%) 6 volumes: V var State: up Plexes: 2 Size: 6144 MB V usrlocal State: up Plexes: 2 Size: 6144 MB V tmp State: up Plexes: 1 Size: 255 MB V usr State: up Plexes: 2 Size: 6144 MB V home State: up Plexes: 2 Size: 8192 MB V storage State: up Plexes: 1 Size: 168 GB 10 plexes: P var.p0 C State: up Subdisks: 1 Size: 6144 MB P var.p1 C State: up Subdisks: 1 Size: 6144 MB P usrlocal.p0 C State: up Subdisks: 1 Size: 6144 MB P usrlocal.p1 C State: up Subdisks: 1 Size: 6144 MB P tmp.p0 S State: up Subdisks: 2 Size: 255 MB P usr.p0 C State: up Subdisks: 1 Size: 6144 MB P usr.p1 C State: up Subdisks: 1 Size: 6144 MB P home.p0 C State: up Subdisks: 1 Size: 8192 MB P home.p1 C State: up Subdisks: 1 Size: 8192 MB P storage.p0 S State: up Subdisks: 2 Size: 168 GB 12 subdisks: S var.p0.s0 State: up D: BLACK Size: 6144 MB S var.p1.s0 State: up D: WHITE Size: 6144 MB S usrlocal.p0.s0 State: up D: BLACK Size: 6144 MB S usrlocal.p1.s0 State: up D: WHITE Size: 6144 MB S tmp.p0.s0 State: up D: BLACK Size: 127 MB S tmp.p0.s1 State: up D: WHITE Size: 127 MB S usr.p0.s0 State: up D: BLACK Size: 6144 MB S usr.p1.s0 State: up D: WHITE Size: 6144 MB S home.p0.s0 State: up D: BLACK Size: 8192 MB S home.p1.s0 State: up D: WHITE Size: 8192 MB S storage.p0.s0 State: up D: BLACK Size: 84 GB S storage.p0.s1 State: up D: WHITE Size: 84 GB vinum -> Q: Supply an extract of the Vinum history file. Unless you have explicitly renamed it, it will be /var/log/vinum_history. This file can get very big; please limit it to the time around when you have the problems. Each line contains a timestamp at the beginning, so you will have no difficulty in establishing which data is of relevance. A: It's so small, I'll give the complete vinum_history log: vimes# cat vinum_history 26 Jul 2003 18:43:38.056211 *** vinum started *** 26 Jul 2003 18:43:39.456133 list 26 Jul 2003 18:43:41.631830 list 26 Jul 2003 18:43:42.598409 list 26 Jul 2003 18:43:46.885029 quit 26 Jul 2003 18:43:48.450706 *** vinum started *** 26 Jul 2003 18:43:51.745079 help 26 Jul 2003 18:47:54.213327 *** vinum started *** 26 Jul 2003 18:47:54.216030 create install-vinum.conf drive BLACK device /dev/ad0s1d drive WHITE device /dev/ad2s1e volume var setupstate plex org concat sd length 6g drive BLACK plex org concat sd length 6g drive WHITE volume usrlocal setupstate plex org concat sd length 6g drive BLACK plex org concat sd length 6g drive WHITE volume tmp plex org striped 279k sd length 128m drive BLACK sd length 128m drive WHITE volume usr setupstate plex org concat sd length 6g drive BLACK plex org concat sd length 6g drive WHITE volume home setupstate plex org concat sd length 8g drive BLACK plex org concat sd length 8g drive WHITE volume storage plex org striped 279k sd length 0 drive BLACK sd length 0 drive WHITE 26 Jul 2003 18:48:05.716157 *** vinum started *** 26 Jul 2003 18:48:06.537279 list 26 Jul 2003 18:48:09.630056 quit 26 Jul 2003 18:51:45.197766 *** vinum started *** 26 Jul 2003 18:51:46.096473 list 26 Jul 2003 18:54:54.363225 *** vinum started *** 26 Jul 2003 18:54:55.111272 list 26 Jul 2003 18:54:56.819849 quit 1 Aug 2003 00:21:24.296757 *** vinum started *** 1 Aug 2003 00:21:25.177412 list 2 Aug 2003 16:58:33.476448 *** vinum started *** 2 Aug 2003 16:58:34.458236 help 2 Aug 2003 16:58:37.866099 l 3 Aug 2003 10:33:57.587832 *** vinum started *** 3 Aug 2003 10:33:58.768548 list vimes# Q: Supply an extract of the file /var/log/messages. Restrict the extract to the same time frame as the history file. Again, each line contains a timestamp at the beginning, so you will have no difficulty in establishing which data is of relevance. A: I couldn't really find anything relevant in the logs, but here goes: Aug 2 08:03:11 vimes ipmon[130]: 08:03:10.569508 fxp0 @0:64 b 80.202.115.1 -> 224.0.0.1 PR igmp len 24 (32) IN Aug 2 08:04:11 vimes ipmon[130]: 08:04:11.125994 fxp0 @0:64 b 80.202.115.1 -> 224.0.0.1 PR igmp len 24 (32) IN Aug 2 08:05:04 vimes ipmon[130]: 08:05:03.948876 fxp0 @0:64 b 201.245.92.224,7323 -> 213.187.177.7,38959 PR tcp len 20 52 -S IN Aug 2 08:05:12 vimes ipmon[130]: 08:05:11.738394 fxp0 @0:64 b 80.202.115.1 -> 224.0.0.1 PR igmp len 24 (32) IN Aug 2 09:35:49 vimes syslogd: kernel boot file is /boot/kernel/kernel Aug 2 09:35:49 vimes kernel: Copyright (c) 1992-2003 The FreeBSD Project. Aug 2 09:35:49 vimes kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Aug 2 09:35:49 vimes kernel: The Regents of the University of California. All rights reserved. I'm not sure _when_ it crashed since I wasn't sitting in front of the computer at the time, but it must have been around 08:05. Q: If you have a crash, please supply a backtrace from the dump analysis as discussed below under Kernel Panics. Please don't delete the crash dump; it may be needed for further analysis. A: Sorry, I don't have a crash dump. I tried creating one when the computer had crashed by giving the commands "panic" and then "continue" but that didn't help. Was this of any help? -- Regards / Hilsen Eivind Olsen From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 02:00:01 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07CFF37B401 for ; Sun, 3 Aug 2003 02:00:01 -0700 (PDT) Received: from c210-49-151-50.thorn1.nsw.optusnet.com.au (c210-49-151-50.thorn1.nsw.optusnet.com.au [210.49.151.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA01743FBD for ; Sun, 3 Aug 2003 01:59:59 -0700 (PDT) (envelope-from tonymaher@optushome.com.au) Received: from dt.home (localhost [127.0.0.1])ESMTP id h738xvqK034384 for ; Sun, 3 Aug 2003 18:59:58 +1000 (EST) (envelope-from tonym@dt.home) Received: (from tonym@localhost) by dt.home (8.12.9/8.12.9/Submit) id h738xqcJ034227 for current@freebsd.org; Sun, 3 Aug 2003 18:59:52 +1000 (EST) (envelope-from tonym) Date: Sun, 3 Aug 2003 18:59:52 +1000 (EST) From: Tony Maher Message-Id: <200308030859.h738xqcJ034227@dt.home> To: current@freebsd.org Subject: acpi - too hot, make world dies with various signals X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 09:00:01 -0000 Hello I attempted to do make buildworld on my N610c laptop but it kept dying with various signals *** Signal 4 *** Signal 11 The fan does go off and on in response to high CPU activity but I am guessing not enough and not soon enough. I rebooted with acpi disabled so that fan runs continuously (when there is AC power). Buildworld is now almost complete. It would be nice if acpiconf had option to switch cooling on (permanently) and off (well until acpi decided it was too hot). (Hmm maybe if I had of used 'acpiconf -d' I wouldn't have had to reboot and I could just disable thermal portion of acpi at boot. Wil that leave fan on when no ac power??? hmm.) Even better if acpi switched cooling on sooner. I'll try to look at it myself but that wont be till next weekend. But if anyone has patches or wants me to get debug info I'd be happy to try. thanks -- tonym From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 02:16:43 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF17237B401; Sun, 3 Aug 2003 02:16:42 -0700 (PDT) Received: from vimes.aminor.no (vimes.aminor.no [213.187.177.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C062943FBD; Sun, 3 Aug 2003 02:16:41 -0700 (PDT) (envelope-from eivind@aminor.no) Received: from [192.168.0.2] (rincewind.eivind [192.168.0.2]) by vimes.aminor.no (Postfix) with ESMTP id DF25178E91; Sun, 3 Aug 2003 11:16:56 +0200 (CEST) Date: Sun, 03 Aug 2003 11:17:49 +0200 From: Eivind Olsen To: current@freebsd.org Message-ID: <4356234.1059909469@[192.168.0.2]> In-Reply-To: <20030803000727.GG95375@wantadilla.lemis.com> References: <1079.192.168.0.3.1059811884.squirrel@webmail.aminor.no> <3F2B803C.21D38E0B@mindspring.com> <1886375.1059842833@[192.168.0.2]> <20030803000727.GG95375@wantadilla.lemis.com> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: Greg 'groggy' Lehey Subject: Re: Yet another crash in FreeBSD 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 09:16:43 -0000 --On 3. august 2003 09:37 +0930 Greg 'groggy' Lehey wrote: > Read the links I just sent you. You haven't loaded the Vinum symbols. I'm not sure exactly what to do here. I have absolutely no previous experience with kernel debugging, using gdb etc. so I'm lost without specific instructions on what to do, what to try etc. The vinum.ko file is not stripped: eivind@vimes:~/tmp/debug > file /boot/kernel/vinum.ko /boot/kernel/vinum.ko: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), not stripped eivind@vimes:~/tmp/debug > The web page mentions that I should either use the crash dump (which isn't created...) or use remote serial gdb to analyze the problem. I guess I'll have to find a nullmodem cable, install FreeBSD on another computer here (I couldn't find a Windows version of gdb) and try to figure out exactly how to do remote GDB debugging (I've looked around in the developers handbook, specifically ) -- Regards / Hilsen Eivind Olsen From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 03:03:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A4EA37B401 for ; Sun, 3 Aug 2003 03:03:31 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC36043F75 for ; Sun, 3 Aug 2003 03:03:28 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 04CD7526A2; Sun, 3 Aug 2003 19:33:24 +0930 (CST) Date: Sun, 3 Aug 2003 19:33:23 +0930 From: Greg 'groggy' Lehey To: Eivind Olsen Message-ID: <20030803100323.GD95375@wantadilla.lemis.com> References: <1079.192.168.0.3.1059811884.squirrel@webmail.aminor.no> <3F2B803C.21D38E0B@mindspring.com> <1886375.1059842833@[192.168.0.2]> <20030803000727.GG95375@wantadilla.lemis.com> <4356234.1059909469@[192.168.0.2]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WbqItKNU/G8FVTDf" Content-Disposition: inline In-Reply-To: <4356234.1059909469@[192.168.0.2]> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: current@freebsd.org Subject: Re: Yet another crash in FreeBSD 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 10:03:31 -0000 --WbqItKNU/G8FVTDf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sunday, 3 August 2003 at 11:17:49 +0200, Eivind Olsen wrote: > --On 3. august 2003 09:37 +0930 Greg 'groggy' Lehey > wrote: >> Read the links I just sent you. You haven't loaded the Vinum symbols. > > I'm not sure exactly what to do here. I have absolutely no previous > experience with kernel debugging, using gdb etc. so I'm lost without > specific instructions on what to do, what to try etc. Don't worry too much about that at the moment. Let me analyze the info you've sent me, and I'll ask some more questions. Greg -- See complete headers for address and phone numbers --WbqItKNU/G8FVTDf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE/LN3rIubykFB6QiMRAlLnAJ9BC7nbrLcbla7Zxgxqk17XM21J1wCeKxsV 6ZgtPTw1bhMeeLpqKD+/yx8= =WS+K -----END PGP SIGNATURE----- --WbqItKNU/G8FVTDf-- From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 03:41:49 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C7A37B401 for ; Sun, 3 Aug 2003 03:41:49 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-63-207-60-135.dsl.lsan03.pacbell.net [63.207.60.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1391F43F85 for ; Sun, 3 Aug 2003 03:41:48 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 6522166BE5 for ; Sun, 3 Aug 2003 03:41:42 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 8083544D; Sun, 3 Aug 2003 03:41:42 -0700 (PDT) Date: Sun, 3 Aug 2003 03:41:42 -0700 From: Kris Kennaway To: current@FreeBSD.org Message-ID: <20030803104142.GA31567@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xHFwDpU9dbj6ez1V" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: exclusive sleep mutex ifnet r = 0 (0xfffffc00006dca90) locked @sys/nfsclient/bootp_subr.c:1692 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 10:41:49 -0000 --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I'm getting the following when I try and netboot the alpha package machines (note also the missing space in the diagnostic message): malloc() of "4096" with the following non-sleepablelocks held: exclusive sleep mutex ifnet r = 0 (0xfffffc00006dca90) locked @ /a/asami/portbuild/alpha/src-client/sys/nfsclient/bootp_subr.c:1692 witness_warn Stopped at Debugger+0x38: zapnot v0,#0xf,v0 db> trace Debugger() at Debugger+0x38 witness_warn() at witness_warn+0x284 uma_zalloc_arg() at uma_zalloc_arg+0xd0 malloc() at malloc+0x11c allocifctx() at allocifctx+0x30 bootpc_init() at bootpc_init+0x144 nfs_mountroot() at nfs_mountroot+0x30 nfs_mount() at nfs_mount+0x34 vfs_mountroot_try() at vfs_mountroot_try+0x250 vfs_mountroot() at vfs_mountroot+0xb4 start_init() at start_init+0x80 fork_exit() at fork_exit+0x100 exception_return() at exception_return --- root of call graph --- db> --xHFwDpU9dbj6ez1V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/LObmWry0BWjoQKURAvFTAJ4/vn3PLdZuh4u7hOIlqfV188BHBQCggYfg +V9djz2KYr75dquejNG0iaA= =juUr -----END PGP SIGNATURE----- --xHFwDpU9dbj6ez1V-- From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 04:28:56 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C6D837B401 for ; Sun, 3 Aug 2003 04:28:56 -0700 (PDT) Received: from scuzzy.ben.algroup.co.uk (dsl-217-155-92-105.zen.co.uk [217.155.92.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 134E743FA3 for ; Sun, 3 Aug 2003 04:28:48 -0700 (PDT) (envelope-from ben@algroup.co.uk) Received: from algroup.co.uk (wiese.ben.algroup.co.uk [193.133.15.150]) by scuzzy.ben.algroup.co.uk (Postfix) with ESMTP id 1935B107DBB; Sun, 3 Aug 2003 11:28:29 +0000 (GMT) Message-ID: <3F2CF1D4.9090000@algroup.co.uk> Date: Sun, 03 Aug 2003 12:28:20 +0100 From: Ben Laurie User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: jesse@wingnet.net References: <3F28F2A2.2020906@algroup.co.uk> In-Reply-To: X-Enigmail-Version: 0.75.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: 5.1 on an A31p X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 11:28:56 -0000 Jesse Guardiani wrote: > Ben Laurie wrote: > > >>So, after a long pause, I'm trying to get 5.x working on my IBM A31p. >>I've made a boot CD from the 5.1 ISO images, vintage a week or so ago. >>When I boot (in any mode, ACPI on or off, or Safe), it dies immediately >>after discovering firewire: >> >>firewire0: on fwohci0 >> >> >> >>Fatal trap 12: page fault while in kernel mode >>fault virtual address = 0x2c >>fault code = supervisor read, page not present >>instruction pointer = 0x8:0xc02e5a50 >>stack pointer = 0x10:0xc0ae39b0 >>frame pointer = 0x10:0xc0ae39b4 >>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 = 0 (swapper) >>trap number = 12 >>panic: page fault >> >>Now what? > > > I had the same problem on an IBM A30p with 5.1. Do this > at the boot loader prompt: > > set hw.pci.allow_unsupported_io_range=1 > > That should take care of it. You'll need to place the part after > 'set' in your /boot/device.hints file after you complete the install, > otherwise your kernel will continue to fail at boot. That did the trick, thanks. Cheers, Ben. > > HTH. > -- http://www.apache-ssl.org/ben.html http://www.thebunker.net/ "There is no limit to what a man can do or how far he can go if he doesn't mind who gets the credit." - Robert Woodruff From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 06:35:28 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D235537B401 for ; Sun, 3 Aug 2003 06:35:28 -0700 (PDT) Received: from helium.webpack.hosteurope.de (helium.one-2-one.net [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E2C43FB1 for ; Sun, 3 Aug 2003 06:35:27 -0700 (PDT) (envelope-from ich@guido-berhoerster.org) Received: from hal.privat.lan (p5082D2ED.dip.t-dialin.net [80.130.210.237]) h73DZO125751 for ; Sun, 3 Aug 2003 15:35:24 +0200 Received: from hal.privat.lan (localhost [127.0.0.1]) by hal.privat.lan (8.12.8p1/8.12.8) with ESMTP id h73DZId2000280 for ; Sun, 3 Aug 2003 15:35:19 +0200 (CEST) (envelope-from guiber@hal.privat.lan) Received: (from guiber@localhost) by hal.privat.lan (8.12.8p1/8.12.8/Submit) id h73DZHG5000279 for freebsd-current@freebsd.org; Sun, 3 Aug 2003 15:35:17 +0200 (CEST) Date: Sun, 3 Aug 2003 15:35:17 +0200 From: Guido Berhoerster To: freebsd-current@freebsd.org Message-ID: <20030803133517.GA255@hal.privat.lan> Mail-Followup-To: Guido Berhoerster , freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Problems with bktr on -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 13:35:29 -0000 Hello, I've got some trouble with the bktr-driver on FreeBSD 5.x. With fxtv the video-output is distorted and choppy, it appears that only odd scanlines are redrawn regularly while even scanlines remain for like half a second as "ghost images". When the fxtv window is overlapped by some other window the video is only updated about every 30 seconds. When using mplayer's bsdbt848-driver I get an undistorted image but also choppy video. I wasn't able to test it with xawtv since it's still broken on 5.x. This is a regression over 4.x, where everything works flawlessly. I can reproduce these Problems on FreeBSD 5.0, 5.1, -CURRENT and also on NetBSD 1.6.1. So my guess is that this is related to some more recent patches which have been applied to FreeBSD 5.x and NetBSD 1.6.1 but not FreeBSD 4.8. Does anybody have similar problems or does anybody know what changes might have caused this problem? Here's the relevant dmesg output: bktr0: mem 0xd7000000-0xd7000fff irq 9 at device 10.0 on pci0 bktr0: Hauppauge Model 44354 C242 bktr0: Detected a MSP3415G-B8 at 0x80 bktr0: Hauppauge WinCast/TV, Philips FR1216 PAL FM tuner, msp3400c stereo, remote control. Please CC me since I'm not subscribed to -current. -- Guido Berhoerster ich@guido-berhoerster.org http://www.guido-berhoerster.org/ From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 06:51:39 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8646537B401 for ; Sun, 3 Aug 2003 06:51:39 -0700 (PDT) Received: from anduin.net (anduin.net [212.12.46.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6AEBA43FD7 for ; Sun, 3 Aug 2003 06:51:38 -0700 (PDT) (envelope-from ltning@anduin.net) Received: (qmail 16103 invoked from network); 3 Aug 2003 13:51:32 -0000 Received: from celduin.net (HELO anduin.net) (81.0.162.106) by anduin.net with SMTP; 3 Aug 2003 13:51:32 -0000 Date: Sun, 3 Aug 2003 15:48:14 +0200 From: Eirik Oeverby To: Tony Maher Message-Id: <20030803154814.76b0ece6.ltning@anduin.net> In-Reply-To: <200308030859.h738xqcJ034227@dt.home> References: <200308030859.h738xqcJ034227@dt.home> X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="=.sh19h3wy1oUB/5" cc: freebsd-current@freebsd.org Subject: Re: acpi - too hot, make world dies with various signals X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 13:51:39 -0000 --=.sh19h3wy1oUB/5 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, Agree fully. I have the same problem on my ThinkPad T21 - as reported on this list earlier. Running without ACPI is no problem. Another problem when running with ACPI is that suspend mode doesn't turn the display off. Pretty annoying, and besides it will never come back from suspend either :) So for now I'm running without acpi all the time. Better that way. //Eirik On Sun, 3 Aug 2003 18:59:52 +1000 (EST) Tony Maher wrote: > Hello > > I attempted to do make buildworld on my N610c laptop but it kept dying > with various signals > *** Signal 4 > *** Signal 11 > > The fan does go off and on in response to high CPU activity but I am > guessing not enough and not soon enough. I rebooted with acpi > disabled so that fan runs continuously (when there is AC power). > Buildworld is now almost complete. > > It would be nice if acpiconf had option to switch cooling on > (permanently) and off (well until acpi decided it was too hot). > (Hmm maybe if I had of used 'acpiconf -d' I wouldn't have had to > reboot and I could just disable thermal portion of acpi at boot. Wil > that leave fan on when no ac power??? hmm.) > > Even better if acpi switched cooling on sooner. I'll try to look at > it myself but that wont be till next weekend. But if anyone has > patches or wants me to get debug info I'd be happy to try. > > thanks > -- > tonym > _______________________________________________ > 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" --=.sh19h3wy1oUB/5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/LRKedAvR8ct7fEcRAgxdAJ9RIOgiEyp6RsACR44EtjserYdgtgCffGMq Zmh/2YbRcLujsSOOBTUf9wY= =HWuR -----END PGP SIGNATURE----- --=.sh19h3wy1oUB/5-- From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 07:01:26 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69F9437B401 for ; Sun, 3 Aug 2003 07:01:26 -0700 (PDT) Received: from mail2.tpgi.com.au (mail.tpgi.com.au [203.12.160.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 295B743FA3 for ; Sun, 3 Aug 2003 07:01:24 -0700 (PDT) (envelope-from agh@tpg.com.au) Received: from 192.168.0.4 (220-244-72-6.tpgi.com.au [220.244.72.6]) by mail2.tpgi.com.au (8.12.9/8.12.9) with ESMTP id h73E1Iq5014818 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Mon, 4 Aug 2003 00:01:19 +1000 From: "Alastair G. Hogge" To: freebsd-current@FreeBSD.ORG Date: Mon, 4 Aug 2003 00:01:22 +1000 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Disposition: inline Content-Type: Multipart/Mixed; boundary="Boundary-00=_yWRL/1gPb4Dy3G6" Message-Id: <200308040001.22596.agh@tpg.com.au> X-Kaspersky-Antivirus: Passed X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: nvidia-driver not loading GLX. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 14:01:26 -0000 --Boundary-00=_yWRL/1gPb4Dy3G6 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello list, I'm having some problems getting 3D support on my Ti4800SE. I've built nvidia-driver-1.0.4365 with WITH_NVIDIA_HACKS and without. I've used and not used the FreeBSD agp module. but I keep getting the same error when I try to start X with the loading the glx module. Attached is my dmesg output, /var/log/XFree86.0.log and my X config. uname -a returns: FreeBSD nova 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Fri Aug 1 01:16:29 EST 2003 agh@nova:/usr/obj/usr/src/sys/NOVA i386 X loads up fine when I comment out 'Load "glx"'. Also I get "Bus error (core dumped)" with some programs, mplayer for one. Anyways some help would be much appreciated -Al --Boundary-00=_yWRL/1gPb4Dy3G6 Content-Type: text/plain; charset="iso-8859-1"; name="dmesg.output" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="dmesg.output" Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.1-CURRENT #3: Fri Aug 1 01:16:29 EST 2003 agh@nova:/usr/obj/usr/src/sys/NOVA Preloaded elf kernel "/boot/kernel/kernel" at 0xc06da000. Preloaded elf module "/boot/modules/vesa.ko" at 0xc06da244. Preloaded elf module "/boot/modules/cd9660.ko" at 0xc06da2f0. Preloaded elf module "/boot/modules/msdosfs.ko" at 0xc06da39c. Preloaded elf module "/boot/modules/procfs.ko" at 0xc06da44c. Preloaded elf module "/boot/modules/pseudofs.ko" at 0xc06da4f8. Preloaded elf module "/boot/modules/md.ko" at 0xc06da5a8. Preloaded elf module "/boot/modules/linux.ko" at 0xc06da650. Preloaded elf module "/boot/modules/sysvshm.ko" at 0xc06da6fc. Preloaded elf module "/boot/modules/sysvsem.ko" at 0xc06da7ac. Preloaded elf module "/boot/modules/sysvmsg.ko" at 0xc06da85c. Preloaded elf module "/boot/modules/if_ppp.ko" at 0xc06da90c. Preloaded elf module "/boot/modules/if_tun.ko" at 0xc06da9b8. Preloaded elf module "/boot/modules/miibus.ko" at 0xc06daa64. Preloaded elf module "/boot/modules/if_rl.ko" at 0xc06dab10. Preloaded elf module "/boot/modules/ng_bpf.ko" at 0xc06dabbc. Preloaded elf module "/boot/modules/netgraph.ko" at 0xc06dac68. Preloaded elf module "/boot/modules/ng_ether.ko" at 0xc06dad18. Preloaded elf module "/boot/modules/ng_ppp.ko" at 0xc06dadc8. Preloaded elf module "/boot/modules/snd_pcm.ko" at 0xc06dae74. Preloaded elf module "/boot/modules/snd_emu10k1.ko" at 0xc06daf24. Preloaded elf module "/boot/modules/usb.ko" at 0xc06dafd8. Preloaded elf module "/boot/modules/uhid.ko" at 0xc06db084. Preloaded elf module "/boot/modules/ukbd.ko" at 0xc06db130. Preloaded elf module "/boot/modules/ums.ko" at 0xc06db1dc. Preloaded elf module "/boot/modules/umass.ko" at 0xc06db288. Preloaded elf module "/boot/modules/random.ko" at 0xc06db334. Preloaded elf module "/boot/modules/linprocfs.ko" at 0xc06db3e0. Preloaded elf module "/boot/modules/firewire.ko" at 0xc06db490. Preloaded elf module "/boot/modules/fdc.ko" at 0xc06db540. Preloaded elf module "/boot/modules/acpi.ko" at 0xc06db5ec. Preloaded elf module "/boot/modules/nvidia.ko" at 0xc06db698. Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 2533056136 Hz CPU: Intel(R) Pentium(R) 4 CPU 2.53GHz (2533.06-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 Features=0xbfebfbff real memory = 536854528 (511 MB) avail memory = 514031616 (490 MB) Pentium Pro MTRR support enabled VESA: v3.0, 131072k memory, flags:0x1, mode table:0xc0376c62 (1000022) VESA: NVIDIA npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard pcibios: BIOS version 2.10 Using $PIR table, 11 entries at 0xc00f1720 acpi0: power button is handled as a fixed feature programming model. Timecounter "ACPI-fast" frequency 3579545 Hz acpi_timer0: <24-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0 acpi_cpu0: on acpi0 acpi_cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib0: slot 2 INTA is routed to irq 11 pcib0: slot 3 INTA is routed to irq 9 pcib0: slot 3 INTB is routed to irq 9 pcib0: slot 3 INTC is routed to irq 9 pcib0: slot 14 INTA is routed to irq 11 pcib1: at device 1.0 on pci0 pci1: on pcib1 pcib1: slot 0 INTA is routed to irq 11 nvidia0: mem 0xf0000000-0xf7ffffff,0xdf000000-0xdfffffff irq 11 at device 0.0 on pci1 isab0: at device 2.0 on pci0 isa0: on isab0 fwohci0: vendor=1039, dev=7007 fwohci0: <1394 Open Host Controller Interface> mem 0xde800000-0xde800fff at device 2.3 on pci0 pcib0: slot 2 INTB is routed to irq 5 fwohci0: OHCI version 1.0 (ROM=1) fwohci0: No. of Isochronous channel is 4. fwohci0: EUI64 00:e0:18:00:00:0a:83:4c fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwohci0: Initiate bus reset atapci0: port 0xb400-0xb40f,0xb800-0xb803,0xd000-0xd007,0xd400-0xd403,0xd800-0xd807 irq 11 at device 2.5 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at device 2.7 (no driver attached) ohci0: mem 0xde000000-0xde000fff irq 9 at device 3.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ums0: KYE Genius USB Wheel Mouse, rev 1.00/2.42, addr 2, iclass 3/1 ums0: 5 buttons and Z dir. ohci1: mem 0xdd800000-0xdd800fff irq 9 at device 3.1 on pci0 usb1: OHCI version 1.0, legacy support usb1: SMM does not respond, resetting usb1: on ohci1 usb1: USB revision 1.0 uhub1: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ohci2: mem 0xdd000000-0xdd000fff irq 9 at device 3.2 on pci0 usb2: OHCI version 1.0, legacy support usb2: SMM does not respond, resetting usb2: on ohci2 usb2: USB revision 1.0 uhub2: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xdc800000-0xdc800fff at device 3.3 on pci0 pcib0: slot 3 INTD is routed to irq 5 ehci_pci_attach: companion usb0 ehci_pci_attach: companion usb1 ehci_pci_attach: companion usb2 usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: SiS EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered pcm0: port 0x9400-0x941f at device 9.0 on pci0 pcm0: pcib0: slot 9 INTA is routed to irq 5 rl0: port 0x8800-0x88ff mem 0xdb800000-0xdb8000ff at device 10.0 on pci0 pcib0: slot 10 INTA is routed to irq 11 rl0: Ethernet address: 00:50:bf:77:3c:97 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto atapci1: port 0x7800-0x787f,0x8000-0x800f,0x8400-0x843f mem 0xda800000-0xda81ffff,0xdb000000-0xdb000fff irq 11 at device 14.0 on pci0 ata2: at 0xdb000000 on atapci1 ata3: at 0xdb000000 on atapci1 ata4: at 0xdb000000 on atapci1 fdc0: port 0x3f7,0x3f2-0x3f5 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 orm0: