From owner-freebsd-current@FreeBSD.ORG Mon Jul 19 16:52:33 2004 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 AFEF816A4CE for ; Mon, 19 Jul 2004 16:52:33 +0000 (GMT) Received: from samuelstringham.com (cs666986-52.satx.rr.com [66.69.86.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0877043D31 for ; Mon, 19 Jul 2004 16:52:33 +0000 (GMT) (envelope-from samuel@samuelstringham.com) Received: by laptop.samuelstringham.com (Postfix, from userid 500) id 1E37A34F0D; Mon, 19 Jul 2004 10:26:43 -0500 (CDT) Date: Mon, 19 Jul 2004 10:26:43 -0500 From: Samuel Stringham To: freebsd-current@freebsd.org Message-ID: <20040719152643.GB1640@linux> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Q68bSM7Ycu6FN28Q" Content-Disposition: inline X-Operating-System: "SuSE Linux" User-Agent: Mutt/1.5.6i Subject: Panic while unloadking if_ndis X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Samuel Stringham List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 16:52:33 -0000 --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Long time troller, first time poster. I have a LinkSYS DWL 520+ wireless B PCI card. This is the card with the Broadcom chipset, rather than the earlier 520s with the prism2 chipset. I am pretty sure it is supposed to use the if_ndis driver. However, I am unable to get the driver to work correctly. Upon loading the module, it does not attatch ndis0 to the pci card (I found this by looking at pciconf -lv). I can load and unload the module with no problems. However, if I run 'ifconfig ndis0', it says something along the lines of: ifconfig: interface ndis0 does not exist If I then run 'kldunload if_ndis' I get the following panic: Fatal trap 10: page fault while in kernel mode fault virtual address = 0xc29f90e1 fault code = supervisor read, page not present instruction pointer = 0x8:0xc29f90e1 stack pointer = 0x10:0xe2ea1d0c frame pointer = 0x10:0xe2ea1d1c 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 = 801 (ndis swi) trap number = 12 panic: page fault syncing disks . . . etc. Please excuse any typing mistakes, but I had to fat-finger the above. The error is replicable on my machine. Attached is a transcript of my loading the module, and looking at pciconf. Also in there is my full dmesg to aid in finding the possible problem. My ndis_driver_data.h was generated with the ndiscvt from -CURRENT as of 1900 CDT yesterday. In fact everything (world and kernel) were both built from the -CURRENT as of 1900 yesterday. The files used for my ndiscvt were WMP11NDS.[sys|inf]. Please help me get this wonderful ndis-based card working correctly. Best regards, Samuel Stringham --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=transcript Content-Transfer-Encoding: quoted-printable Script started on Sun Jul 18 21:15:53 2004 =0D=1B[31m[root: root]#=1B[00m kldstat=0D Id Refs Address Size Name=0D 1 7 0xc0400000 5acb28 kernel=0D 2 1 0xc09ad000 1b378 linux.ko=0D 3 14 0xc09c9000 50d74 acpi.ko=0D =0D=1B[31m[root: root]#=1B[00m pciconfi=08 =08 -lv=0D agp0@pci0:0:0: class=3D0x060000 card=3D0x00000000 chip=3D0x07301039 rev=3D0= x02 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS 730 Host-to-PCI Bridge'=0D class =3D bridge=0D subclass =3D HOST-PCI=0D atapci0@pci0:0:1: class=3D0x010180 card=3D0x55131039 chip=3D0x55131039 rev= =3D0xd0 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS5513 EIDE Controller (A,B step)'=0D class =3D mass storage=0D subclass =3D ATA=0D isab0@pci0:1:0: class=3D0x060100 card=3D0x00000000 chip=3D0x00081039 rev=3D= 0x00 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS PCI to ISA Bridge (LPC Bridge)'=0D class =3D bridge=0D subclass =3D PCI-ISA=0D sis0@pci0:1:1: class=3D0x020000 card=3D0x09001039 chip=3D0x09001039 rev=3D0= x82 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS900 Fast Ethernet/Home Networking Ctrlr'=0D class =3D network=0D subclass =3D ethernet=0D ohci0@pci0:1:2: class=3D0x0c0310 card=3D0x70011039 chip=3D0x70011039 rev=3D= 0x07 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS5597/8 Universal Serial Bus Controller'=0D class =3D serial bus=0D subclass =3D USB=0D ohci1@pci0:1:3: class=3D0x0c0310 card=3D0x70001039 chip=3D0x70011039 rev=3D= 0x07 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS5597/8 Universal Serial Bus Controller'=0D class =3D serial bus=0D subclass =3D USB=0D pcm0@pci0:1:4: class=3D0x040100 card=3D0x70181039 chip=3D0x70181039 rev=3D0= x02 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS7018 PCI Audio Accelerator'=0D class =3D multimedia=0D subclass =3D audio=0D pcib1@pci0:2:0: class=3D0x060400 card=3D0x00000000 chip=3D0x00011039 rev=3D= 0x00 hdr=3D0x01=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS 530 Virtual PCI-to-PCI bridge (AGP)'=0D class =3D bridge=0D subclass =3D PCI-PCI=0D none0@pci0:9:0: class=3D0x020000 card=3D0x00201737 chip=3D0x212017fe rev=3D= 0x00 hdr=3D0x00=0D vendor =3D 'InProComm Inc'=0D class =3D network=0D subclass =3D ethernet=0D none1@pci0:11:0: class=3D0x040000 card=3D0x00031002 chip=3D0x036e109e rev= =3D0x11 hdr=3D0x00=0D vendor =3D 'Brooktree Corporation'=0D device =3D 'Bt878 MediaStream Controller'=0D class =3D multimedia=0D subclass =3D video=0D none2@pci0:11:1: class=3D0x048000 card=3D0x00031002 chip=3D0x0878109e rev= =3D0x11 hdr=3D0x00=0D vendor =3D 'Brooktree Corporation'=0D device =3D 'Bt878/Fusion878A Video Capture (Audio Section)'=0D class =3D multimedia=0D none3@pci1:0:0: class=3D0x030000 card=3D0x7161174b chip=3D0x51571002 rev=3D= 0x00 hdr=3D0x00=0D vendor =3D 'ATI Technologies Inc.'=0D device =3D 'Radeon 7500 Series (RV200)'=0D class =3D display=0D subclass =3D VGA=0D =0D=1B[31m[root: root]#=1B[00m kldload /boot/ker=07nel/if_n=07dis.ko =0D =0D=1B[31m[root: root]#=1B[00m =1B[Kkldstat=0D Id Refs Address Size Name=0D 1 12 0xc0400000 5acb28 kernel=0D 2 1 0xc09ad000 1b378 linux.ko=0D 3 14 0xc09c9000 50d74 acpi.ko=0D 4 1 0xc291d000 1a000 if_ndis.ko=0D 5 1 0xc2937000 d000 ndis.ko=0D =0D=1B[31m[root: root]#=1B[00m pciconf=08 =08f -v=08 =08lv=0D agp0@pci0:0:0: class=3D0x060000 card=3D0x00000000 chip=3D0x07301039 rev=3D0= x02 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS 730 Host-to-PCI Bridge'=0D class =3D bridge=0D subclass =3D HOST-PCI=0D atapci0@pci0:0:1: class=3D0x010180 card=3D0x55131039 chip=3D0x55131039 rev= =3D0xd0 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS5513 EIDE Controller (A,B step)'=0D class =3D mass storage=0D subclass =3D ATA=0D isab0@pci0:1:0: class=3D0x060100 card=3D0x00000000 chip=3D0x00081039 rev=3D= 0x00 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS PCI to ISA Bridge (LPC Bridge)'=0D class =3D bridge=0D subclass =3D PCI-ISA=0D sis0@pci0:1:1: class=3D0x020000 card=3D0x09001039 chip=3D0x09001039 rev=3D0= x82 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS900 Fast Ethernet/Home Networking Ctrlr'=0D class =3D network=0D subclass =3D ethernet=0D ohci0@pci0:1:2: class=3D0x0c0310 card=3D0x70011039 chip=3D0x70011039 rev=3D= 0x07 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS5597/8 Universal Serial Bus Controller'=0D class =3D serial bus=0D subclass =3D USB=0D ohci1@pci0:1:3: class=3D0x0c0310 card=3D0x70001039 chip=3D0x70011039 rev=3D= 0x07 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS5597/8 Universal Serial Bus Controller'=0D class =3D serial bus=0D subclass =3D USB=0D pcm0@pci0:1:4: class=3D0x040100 card=3D0x70181039 chip=3D0x70181039 rev=3D0= x02 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS7018 PCI Audio Accelerator'=0D class =3D multimedia=0D subclass =3D audio=0D pcib1@pci0:2:0: class=3D0x060400 card=3D0x00000000 chip=3D0x00011039 rev=3D= 0x00 hdr=3D0x01=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS 530 Virtual PCI-to-PCI bridge (AGP)'=0D class =3D bridge=0D subclass =3D PCI-PCI=0D none0@pci0:9:0: class=3D0x020000 card=3D0x00201737 chip=3D0x212017fe rev=3D= 0x00 hdr=3D0x00=0D vendor =3D 'InProComm Inc'=0D class =3D network=0D subclass =3D ethernet=0D none1@pci0:11:0: class=3D0x040000 card=3D0x00031002 chip=3D0x036e109e rev= =3D0x11 hdr=3D0x00=0D vendor =3D 'Brooktree Corporation'=0D device =3D 'Bt878 MediaStream Controller'=0D class =3D multimedia=0D subclass =3D video=0D none2@pci0:11:1: class=3D0x048000 card=3D0x00031002 chip=3D0x0878109e rev= =3D0x11 hdr=3D0x00=0D vendor =3D 'Brooktree Corporation'=0D device =3D 'Bt878/Fusion878A Video Capture (Audio Section)'=0D class =3D multimedia=0D none3@pci1:0:0: class=3D0x030000 card=3D0x7161174b chip=3D0x51571002 rev=3D= 0x00 hdr=3D0x00=0D vendor =3D 'ATI Technologies Inc.'=0D device =3D 'Radeon 7500 Series (RV200)'=0D class =3D display=0D subclass =3D VGA=0D =0D=1B[31m[root: root]#=1B[00m pciconf -lv=08=08=08=08=08=08=08=08=08=08=08= =1B[4Pkldstat=08=08=08=08=08=08=08pciconf -lv=08=08=08=08=08=08=08=08=08=08= =08=1B[K=07kldunload if_ndis=0D =0D=1B[31m[root: root]#=1B[00m =1B[Kkldstat=0D Id Refs Address Size Name=0D 1 7 0xc0400000 5acb28 kernel=0D 2 1 0xc09ad000 1b378 linux.ko=0D 3 14 0xc09c9000 50d74 acpi.ko=0D =0D=1B[31m[root: root]#=1B[00m pciconf -lv=0D agp0@pci0:0:0: class=3D0x060000 card=3D0x00000000 chip=3D0x07301039 rev=3D0= x02 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS 730 Host-to-PCI Bridge'=0D class =3D bridge=0D subclass =3D HOST-PCI=0D atapci0@pci0:0:1: class=3D0x010180 card=3D0x55131039 chip=3D0x55131039 rev= =3D0xd0 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS5513 EIDE Controller (A,B step)'=0D class =3D mass storage=0D subclass =3D ATA=0D isab0@pci0:1:0: class=3D0x060100 card=3D0x00000000 chip=3D0x00081039 rev=3D= 0x00 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS PCI to ISA Bridge (LPC Bridge)'=0D class =3D bridge=0D subclass =3D PCI-ISA=0D sis0@pci0:1:1: class=3D0x020000 card=3D0x09001039 chip=3D0x09001039 rev=3D0= x82 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS900 Fast Ethernet/Home Networking Ctrlr'=0D class =3D network=0D subclass =3D ethernet=0D ohci0@pci0:1:2: class=3D0x0c0310 card=3D0x70011039 chip=3D0x70011039 rev=3D= 0x07 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS5597/8 Universal Serial Bus Controller'=0D class =3D serial bus=0D subclass =3D USB=0D ohci1@pci0:1:3: class=3D0x0c0310 card=3D0x70001039 chip=3D0x70011039 rev=3D= 0x07 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS5597/8 Universal Serial Bus Controller'=0D class =3D serial bus=0D subclass =3D USB=0D pcm0@pci0:1:4: class=3D0x040100 card=3D0x70181039 chip=3D0x70181039 rev=3D0= x02 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS7018 PCI Audio Accelerator'=0D class =3D multimedia=0D subclass =3D audio=0D pcib1@pci0:2:0: class=3D0x060400 card=3D0x00000000 chip=3D0x00011039 rev=3D= 0x00 hdr=3D0x01=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS 530 Virtual PCI-to-PCI bridge (AGP)'=0D class =3D bridge=0D subclass =3D PCI-PCI=0D none0@pci0:9:0: class=3D0x020000 card=3D0x00201737 chip=3D0x212017fe rev=3D= 0x00 hdr=3D0x00=0D vendor =3D 'InProComm Inc'=0D class =3D network=0D subclass =3D ethernet=0D none1@pci0:11:0: class=3D0x040000 card=3D0x00031002 chip=3D0x036e109e rev= =3D0x11 hdr=3D0x00=0D vendor =3D 'Brooktree Corporation'=0D device =3D 'Bt878 MediaStream Controller'=0D class =3D multimedia=0D subclass =3D video=0D none2@pci0:11:1: class=3D0x048000 card=3D0x00031002 chip=3D0x0878109e rev= =3D0x11 hdr=3D0x00=0D vendor =3D 'Brooktree Corporation'=0D device =3D 'Bt878/Fusion878A Video Capture (Audio Section)'=0D class =3D multimedia=0D none3@pci1:0:0: class=3D0x030000 card=3D0x7161174b chip=3D0x51571002 rev=3D= 0x00 hdr=3D0x00=0D vendor =3D 'ATI Technologies Inc.'=0D device =3D 'Radeon 7500 Series (RV200)'=0D class =3D display=0D subclass =3D VGA=0D =0D=1B[31m[root: root]#=1B[00m kldload if_ndis.=08 =08=08 =08=08 =08=08 =08= =08 =08=08 =08=08 =08=08 =08/boot/ker=07nel/if=07_ndis.ko =0D =0D=1B[31m[root: root]#=1B[00m =1B[Kkldstat=0D Id Refs Address Size Name=0D 1 12 0xc0400000 5acb28 kernel=0D 2 1 0xc09ad000 1b378 linux.ko=0D 3 14 0xc09c9000 50d74 acpi.ko=0D 5 1 0xc291d000 1a000 if_ndis.ko=0D 6 1 0xc2937000 d000 ndis.ko=0D =0D=1B[31m[root: root]#=1B[00m pcif=08 =08conf -lv=0D agp0@pci0:0:0: class=3D0x060000 card=3D0x00000000 chip=3D0x07301039 rev=3D0= x02 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS 730 Host-to-PCI Bridge'=0D class =3D bridge=0D subclass =3D HOST-PCI=0D atapci0@pci0:0:1: class=3D0x010180 card=3D0x55131039 chip=3D0x55131039 rev= =3D0xd0 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS5513 EIDE Controller (A,B step)'=0D class =3D mass storage=0D subclass =3D ATA=0D isab0@pci0:1:0: class=3D0x060100 card=3D0x00000000 chip=3D0x00081039 rev=3D= 0x00 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS PCI to ISA Bridge (LPC Bridge)'=0D class =3D bridge=0D subclass =3D PCI-ISA=0D sis0@pci0:1:1: class=3D0x020000 card=3D0x09001039 chip=3D0x09001039 rev=3D0= x82 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS900 Fast Ethernet/Home Networking Ctrlr'=0D class =3D network=0D subclass =3D ethernet=0D ohci0@pci0:1:2: class=3D0x0c0310 card=3D0x70011039 chip=3D0x70011039 rev=3D= 0x07 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS5597/8 Universal Serial Bus Controller'=0D class =3D serial bus=0D subclass =3D USB=0D ohci1@pci0:1:3: class=3D0x0c0310 card=3D0x70001039 chip=3D0x70011039 rev=3D= 0x07 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS5597/8 Universal Serial Bus Controller'=0D class =3D serial bus=0D subclass =3D USB=0D pcm0@pci0:1:4: class=3D0x040100 card=3D0x70181039 chip=3D0x70181039 rev=3D0= x02 hdr=3D0x00=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS7018 PCI Audio Accelerator'=0D class =3D multimedia=0D subclass =3D audio=0D pcib1@pci0:2:0: class=3D0x060400 card=3D0x00000000 chip=3D0x00011039 rev=3D= 0x00 hdr=3D0x01=0D vendor =3D 'Silicon Integrated Systems (SiS)'=0D device =3D 'SiS 530 Virtual PCI-to-PCI bridge (AGP)'=0D class =3D bridge=0D subclass =3D PCI-PCI=0D none0@pci0:9:0: class=3D0x020000 card=3D0x00201737 chip=3D0x212017fe rev=3D= 0x00 hdr=3D0x00=0D vendor =3D 'InProComm Inc'=0D class =3D network=0D subclass =3D ethernet=0D none1@pci0:11:0: class=3D0x040000 card=3D0x00031002 chip=3D0x036e109e rev= =3D0x11 hdr=3D0x00=0D vendor =3D 'Brooktree Corporation'=0D device =3D 'Bt878 MediaStream Controller'=0D class =3D multimedia=0D subclass =3D video=0D none2@pci0:11:1: class=3D0x048000 card=3D0x00031002 chip=3D0x0878109e rev= =3D0x11 hdr=3D0x00=0D vendor =3D 'Brooktree Corporation'=0D device =3D 'Bt878/Fusion878A Video Capture (Audio Section)'=0D class =3D multimedia=0D none3@pci1:0:0: class=3D0x030000 card=3D0x7161174b chip=3D0x51571002 rev=3D= 0x00 hdr=3D0x00=0D vendor =3D 'ATI Technologies Inc.'=0D device =3D 'Radeon 7500 Series (RV200)'=0D class =3D display=0D subclass =3D VGA=0D =0D=1B[31m[root: root]#=1B[00m dmesg =0D Copyright (c) 1992-2004 The FreeBSD Project.=0D Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994=0D The Regents of the University of California. All rights reserved.=0D FreeBSD 5.2-CURRENT #1: Sun Jul 18 15:35:23 CDT 2004=0D root@home.samuelstringham.com:/usr/obj/usr/src/sys/MYKERNEL=0D WARNING: WITNESS option enabled, expect reduced performance.=0D Timecounter "i8254" frequency 1193182 Hz quality 0=0D CPU: AMD Duron(tm) Processor (945.00-MHz 686-class CPU)=0D Origin =3D "AuthenticAMD" Id =3D 0x631 Stepping =3D 1=0D Features=3D0x183f9ff=0D AMD Features=3D0xc0440000=0D real memory =3D 1073676288 (1023 MB)=0D avail memory =3D 1041203200 (992 MB)=0D npx0: [FAST]=0D npx0: on motherboard=0D npx0: INT 16 interface=0D acpi0: on motherboard=0D acpi0: [GIANT-LOCKED]=0D acpi0: Power Button (fixed)=0D Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000=0D acpi_timer0: <24-bit timer at 3.579545MHz> port 0x5008-0x500b on acpi0=0D cpu0: on acpi0=0D acpi_button0: on acpi0=0D pcib0: port 0xcf8-0xcff on acpi0=0D pci0: on pcib0=0D agp0: mem 0xd0000000-0xd3ffffff at device 0.0 = on pci0=0D atapci0: port 0xff00-0xff0f,0x376,0x170-0x177,= 0x3f6,0x1f0-0x1f7 at device 0.1 on pci0=0D ata0: at 0x1f0 irq 14 on atapci0=0D ata1: at 0x170 irq 15 on atapci0=0D isab0: at device 1.0 on pci0=0D isa0: on isab0=0D sis0: port 0xd400-0xd4ff mem 0xcfffb000-0xcfffbfff i= rq 5 at device 1.1 on pci0=0D miibus0: on sis0=0D ukphy0: on miibus0=0D ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto=0D sis0: Ethernet address: 00:0a:e6:4b:0c:4d=0D sis0: [GIANT-LOCKED]=0D ohci0: mem 0xcfffc000-0xcfffcfff irq 11 at device= 1.2 on pci0=0D ohci0: [GIANT-LOCKED]=0D usb0: OHCI version 1.0, legacy support=0D usb0: on ohci0=0D usb0: USB revision 1.0=0D uhub0: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1=0D uhub0: 3 ports with 3 removable, self powered=0D ums0: Logitech USB Receiver, rev 1.10/9.10, addr 2, iclass 3/1=0D ums0: 5 buttons and Z dir.=0D ohci1: mem 0xcfffd000-0xcfffdfff irq 11 at device= 1.3 on pci0=0D ohci1: [GIANT-LOCKED]=0D usb1: OHCI version 1.0, legacy support=0D usb1: on ohci1=0D usb1: USB revision 1.0=0D uhub1: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1=0D uhub1: 3 ports with 3 removable, self powered=0D pcm0: port 0xd800-0xd8ff mem 0xcfffe000-0xcfffefff irq 11 at dev= ice 1.4 on pci0=0D pcm0: =0D pcm0: [GIANT-LOCKED]=0D pcib1: at device 2.0 on pci0=0D pci1: on pcib1=0D pci1: at device 0.0 (no driver attached)=0D pci0: at device 9.0 (no driver attached)=0D pci0: at device 11.0 (no driver attached)=0D pci0: at device 11.1 (no driver attached)=0D acpi_button1: on acpi0=0D atkbdc0: port 0x64,0x60 irq 1 on acpi0=0D atkbd0: irq 1 on atkbdc0=0D kbd0 at atkbd0=0D atkbd0: [GIANT-LOCKED]=0D psm0: irq 12 on atkbdc0=0D psm0: [GIANT-LOCKED]=0D psm0: model IntelliMouse, device ID 3=0D fdc0: port 0x3f7,0x3f4-0x3f5,0x3f2-0x3f3 irq 6 dr= q 2 on acpi0=0D fdc0: I/O to control range incorrect=0D device_attach: fdc0 attach returned 6=0D sio0 port 0x3f8-0x3ff irq 4 on acpi0=0D sio0: type 16550A=0D ppc0 port 0x378-0x37f irq 7 on acpi0=0D ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode=0D ppbus0: on ppc0=0D plip0: on ppbus0=0D lpt0: on ppbus0=0D lpt0: Interrupt-driven port=0D ppi0: on ppbus0=0D fdc0: port 0x3f7,0x3f4-0x3f5,0x3f2-0x3f3 irq 6 dr= q 2 on acpi0=0D fdc0: I/O to control range incorrect=0D device_attach: fdc0 attach returned 6=0D orm0: at iomem 0xd0000-0xd7fff,0xc0000-0xcffff on isa0=0D pmtimer0 on isa0=0D sc0: at flags 0x100 on isa0=0D sc0: VGA <16 virtual consoles, flags=3D0x300>=0D sio1: configured irq 3 not in bitmap of probed irqs 0=0D sio1: port may not be enabled=0D vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0=0D Timecounter "TSC" frequency 945003338 Hz quality 800=0D Timecounters tick every 10.000 msec=0D acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0%=0D ata0-master: DMA limited to UDMA33, non-ATA66 cable or device=0D ad0: 57277MB [116374/16/63] at ata0-master UDMA33=0D ata1-slave: FAILURE - ATAPI_RESET no interrupt=0D acd0: CDRW at ata1-slave PIO4=0D Mounting root from ufs:/dev/ad0s1a=0D WARNING: / was not properly dismounted=0D WARNING: /tmp was not properly dismounted=0D WARNING: /usr was not properly dismounted=0D /usr: mount pending error: blocks 4 files 1=0D WARNING: /var was not properly dismounted=0D link_elf: symbol callout_stop undefined=0D =0D=1B[31m[root: root]#=1B[00m exit=0D exit=0D Script done on Sun Jul 18 21:17:44 2004 --Q68bSM7Ycu6FN28Q--