[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openbsd-bugs
Subject:    Re: kernel/6433: Intel EF Server Adapter Dual Port aka Intel PRO/1000 FP (82576/fiber) always has ha
From:       Frédéric_URBAN <frederic.urban () ircad ! u-strasbg ! fr>
Date:       2010-07-28 10:10:08
Message-ID: 4C500200.1040404 () ircad ! u-strasbg ! fr
[Download RAW message or body]

Hello,

Still unsuccessfull, I send you the dmesg but it's the same than before. 
You also got an updated version of if_em_hw.c and if_em_hw.h with all 
already sended patches applied.

Thanks for you interest, F.URBAN.

Le 27/07/2010 16:15, Jonathan Gray a icrit :
> On Tue, Jul 27, 2010 at 02:17:41PM +0200, Fridiric URBAN wrote:
> 
> > Hello,
> > 
> > Bad news, it's still not working. Same error message in the dmesg
> > "emX: can't initialize the hardware". Sorry if i can't help more,
> > i'm overbusy thoses days.
> > 
> > 
> ok then, try this:
> 
> Index: if_em_hw.c
> ===================================================================
> RCS file: /cvs/src/sys/dev/pci/if_em_hw.c,v
> retrieving revision 1.55
> diff -u -p -r1.55 if_em_hw.c
> --- if_em_hw.c	13 Jul 2010 21:55:52 -0000	1.55
> +++ if_em_hw.c	27 Jul 2010 13:51:59 -0000
> @@ -612,6 +612,9 @@ em_set_media_type(struct em_hw *hw)
> 	case E1000_DEV_ID_EP80579_LAN_3:
> 		hw->media_type = em_media_type_oem;
> 		break;
> +	case E1000_DEV_ID_82576_FIBER:
> +		hw->media_type = em_media_type_fiber;
> +		break;
> 	default:
> 		switch (hw->mac_type) {
> 		case em_82542_rev2_0:
> @@ -4959,6 +4962,7 @@ em_detect_gig_phy(struct em_hw *hw)
> 	    hw->mac_type == em_82574 ||
> 	    hw->mac_type == em_82573 ||
> 	    hw->mac_type == em_82574 ||
> +	    hw->mac_type == em_82575 ||
> 	    hw->mac_type == em_80003es2lan)) {
> 		hw->phy_type = em_phy_undefined;
> 		return E1000_SUCCESS;
OpenBSD 4.7-current (GENERIC.MP) #1: Mon Jul 26 21:20:48 CEST 2010
    root@openbsd.ircad.fr:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 3219652608 (3070MB)
avail mem = 3120115712 (2975MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.3 @ 0xf0690 (76 entries)
bios0: vendor American Megatrends Inc. version "0401" date 01/16/2006
bios0: ASUSTeK Computer INC. P5WDG2-WS
acpi0 at bios0: rev 0
acpi0: tables DSDT FACP APIC MCFG
acpi0: wakeup devices P0P1(S4) P0P3(S4) P0P5(S4) P0P6(S4) P0P7(S4) P0P8(S4) P0P9(S4) \
PS2K(S4) PS2M(S4) UAR1(S4) USB2(S4) USB3(S4) USB4(S4) MC97(S4) USB1(S4) EUSB(S4) \
P0P4(S4) SLPB(S4) acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Pentium(R) D CPU 3.20GHz, 3211.79 MHz
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,D \
                S,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,CNXT-ID,CX16,xTPR,NXE,LONG
                
cpu0: 1MB 64b/line 8-way L2 cache
cpu0: apic clock running at 200MHz
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Pentium(R) D CPU 3.20GHz, 3211.37 MHz
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,D \
                S,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,CNXT-ID,CX16,xTPR,NXE,LONG
                
cpu1: 1MB 64b/line 8-way L2 cache
cpu2 at mainbus0: apid 1 (application processor)
cpu2: Intel(R) Pentium(R) D CPU 3.20GHz, 3211.38 MHz
cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,D \
                S,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,CNXT-ID,CX16,xTPR,NXE,LONG
                
cpu2: 1MB 64b/line 8-way L2 cache
cpu3 at mainbus0: apid 3 (application processor)
cpu3: Intel(R) Pentium(R) D CPU 3.20GHz, 3211.38 MHz
cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,D \
                S,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,CNXT-ID,CX16,xTPR,NXE,LONG
                
cpu3: 1MB 64b/line 8-way L2 cache
ioapic0 at mainbus0: apid 4 pa 0xfec00000, version 20, 24 pins
ioapic1 at mainbus0: apid 5 pa 0xfec10000, version ff, 256 pins
ioapic1: misconfigured as apic 15, can't remap to apid 5
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 7 (P0P1)
acpiprt2 at acpi0: bus 6 (P0P2)
acpiprt3 at acpi0: bus 1 (P0P3)
acpiprt4 at acpi0: bus 3 (P0P8)
acpiprt5 at acpi0: bus 2 (P0P9)
acpiprt6 at acpi0: bus 4 (P0P4)
acpiprt7 at acpi0: bus 5 (PXHA)
acpicpu0 at acpi0acpi0: unable to load \\_PR_.CPU1.SSDT

acpicpu1 at acpi0acpi0: unable to load \\_PR_.CPU2.SSDT

acpicpu2 at acpi0
acpicpu3 at acpi0
aibs0 at acpi0
acpibtn0 at acpi0: SLPB
acpibtn1 at acpi0: PWRB
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel 82975X Host" rev 0xc0
ppb0 at pci0 dev 1 function 0 "Intel 82975X PCIE" rev 0xc0: apic 4 int 16 (irq 11)
pci1 at ppb0 bus 7
ppb1 at pci1 dev 0 function 0 "IDT 89HPES12N3A" rev 0x0e
pci2 at ppb1 bus 8
ppb2 at pci2 dev 2 function 0 "IDT 89HPES12N3A" rev 0x0e
pci3 at ppb2 bus 10
em0 at pci3 dev 0 function 0 "Intel PRO/1000 QP (82576)" rev 0x01: apic 4 int 18 (irq \
0), address 00:1b:21:67:70:28 em1 at pci3 dev 0 function 1 "Intel PRO/1000 QP \
(82576)" rev 0x01: apic 4 int 19 (irq 0), address 00:1b:21:67:70:29 ppb3 at pci2 dev \
4 function 0 "IDT 89HPES12N3A" rev 0x0e pci4 at ppb3 bus 9
em2 at pci4 dev 0 function 0 "Intel PRO/1000 QP (82576)" rev 0x01: apic 4 int 16 (irq \
11), address 00:1b:21:67:70:2c em3 at pci4 dev 0 function 1 "Intel PRO/1000 QP \
(82576)" rev 0x01: apic 4 int 17 (irq 0), address 00:1b:21:67:70:2d ppb4 at pci0 dev \
3 function 0 "Intel 82975X PCIE" rev 0xc0: apic 4 int 16 (irq 11) pci5 at ppb4 bus 6
em4 at pci5 dev 0 function 0 "Intel PRO/1000 FP (82576)" rev 0x01: apic 4 int 16 (irq \
11)em4: Hardware Initialization Failedem4: Unable to initialize the hardware em5 at \
pci5 dev 0 function 1 "Intel PRO/1000 FP (82576)" rev 0x01: apic 4 int 17 (irq \
10)em5: Hardware Initialization Failedem5: Unable to initialize the hardware azalia0 \
                at pci0 dev 27 function 0 "Intel 82801GB HD Audio" rev 0x01: apic 4 \
                int 19 (irq 3)
azalia0: codecs: Realtek ALC882
audio0 at azalia0
ppb5 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x01
pci6 at ppb5 bus 4
ppb6 at pci6 dev 0 function 0 "Intel PCIE-PCIE" rev 0x09
pci7 at ppb6 bus 5
ppb7 at pci0 dev 28 function 4 "Intel 82801G PCIE" rev 0x01
pci8 at ppb7 bus 3
mskc0 at pci8 dev 0 function 0 "Marvell Yukon 88E8062CU" rev 0x14, Yukon-2 XL rev. A1 \
(0x1): apic 4 int 16 (irq 11) msk0 at mskc0 port A: address 00:15:f2:da:b1:a4
eephy0 at msk0 phy 0: 88E1112 Gigabit PHY, rev. 1
msk1 at mskc0 port B: address 00:15:f2:da:b1:a5
eephy1 at msk1 phy 0: 88E1112 Gigabit PHY, rev. 1
ppb8 at pci0 dev 28 function 5 "Intel 82801G PCIE" rev 0x01
pci9 at ppb8 bus 2
"Marvell 88SE6141 SATA" rev 0x01 at pci9 dev 0 function 0 not configured
uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x01: apic 4 int 20 (irq 11)
uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x01: apic 4 int 17 (irq 10)
uhci2 at pci0 dev 29 function 2 "Intel 82801GB USB" rev 0x01: apic 4 int 18 (irq 10)
uhci3 at pci0 dev 29 function 3 "Intel 82801GB USB" rev 0x01: apic 4 int 19 (irq 3)
ppb9 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0xe1
pci10 at ppb9 bus 1
vga1 at pci10 dev 0 function 0 "NVIDIA GeForce2 MX" rev 0xa1
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
"TI TSB43AB22 FireWire" rev 0x00 at pci10 dev 3 function 0 not configured
pcib0 at pci0 dev 31 function 0 "Intel 82801GB LPC" rev 0x01
pciide0 at pci0 dev 31 function 1 "Intel 82801GB IDE" rev 0x01: DMA, channel 0 \
configured to compatibility, channel 1 configured to compatibility atapiscsi0 at \
pciide0 channel 0 drive 1 scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <ATAPI, DVD DC 16X8X5, 103> ATAPI 5/cdrom removable
cd0(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 4
pciide0: channel 1 disabled (no drives)
pciide1 at pci0 dev 31 function 2 "Intel 82801GB SATA" rev 0x01: DMA, channel 0 \
                configured to native-PCI, channel 1 configured to native-PCI
pciide1: using apic 4 int 23 (irq 5) for native-PCI interrupt
wd0 at pciide1 channel 0 drive 0: <ST3320620NS>
wd0: 16-sector PIO, LBA48, 305245MB, 625142448 sectors
wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 6
ichiic0 at pci0 dev 31 function 3 "Intel 82801GB SMBus" rev 0x01: apic 4 int 23 (irq \
0) iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 1GB DDR2 SDRAM non-parity PC2-4200CL5
spdmem1 at iic0 addr 0x51: 1GB DDR2 SDRAM non-parity PC2-4200CL5
spdmem2 at iic0 addr 0x52: 1GB DDR2 SDRAM non-parity PC2-4200CL5
spdmem3 at iic0 addr 0x53: 1GB DDR2 SDRAM non-parity PC2-4200CL5
usb0 at uhci0: USB revision 1.0
uhub0 at usb0 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb1 at uhci1: USB revision 1.0
uhub1 at usb1 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb2 at uhci2: USB revision 1.0
uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb3 at uhci3: USB revision 1.0
uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
wbsio0 at isa0 port 0x2e/2: W83627EHF rev 0x63
lm1 at wbsio0 port 0x290/8: W83627EHF
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
mtrr: Pentium Pro MTRR support
uhidev0 at uhub1 port 1 configuration 1 interface 0 "Logitech USB-PS/2 Optical Mouse" \
                rev 2.00/24.30 addr 2
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z dir
wsmouse0 at ums0 mux 0
uhidev1 at uhub0 port 1 configuration 1 interface 0 "Dell Dell USB Keyboard" rev \
                1.10/3.52 addr 2
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 modifier keys, 6 key codes
wskbd0 at ukbd0: console keyboard, using wsdisplay0
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
root on wd0a swap on wd0b dump on wd0b
syncing disks... done
r
OpenBSD 4.7-current (GENERIC.MP) #2: Tue Jul 27 19:14:47 CEST 2010
    root@openbsd.ircad.fr:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 3219652608 (3070MB)
avail mem = 3120115712 (2975MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.3 @ 0xf0690 (76 entries)
bios0: vendor American Megatrends Inc. version "0401" date 01/16/2006
bios0: ASUSTeK Computer INC. P5WDG2-WS
acpi0 at bios0: rev 0
acpi0: tables DSDT FACP APIC MCFG
acpi0: wakeup devices P0P1(S4) P0P3(S4) P0P5(S4) P0P6(S4) P0P7(S4) P0P8(S4) P0P9(S4) \
PS2K(S4) PS2M(S4) UAR1(S4) USB2(S4) USB3(S4) USB4(S4) MC97(S4) USB1(S4) EUSB(S4) \
P0P4(S4) SLPB(S4) acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Pentium(R) D CPU 3.20GHz, 3211.75 MHz
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,D \
                S,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,CNXT-ID,CX16,xTPR,NXE,LONG
                
cpu0: 1MB 64b/line 8-way L2 cache
cpu0: apic clock running at 200MHz
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Pentium(R) D CPU 3.20GHz, 3211.37 MHz
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,D \
                S,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,CNXT-ID,CX16,xTPR,NXE,LONG
                
cpu1: 1MB 64b/line 8-way L2 cache
cpu2 at mainbus0: apid 1 (application processor)
cpu2: Intel(R) Pentium(R) D CPU 3.20GHz, 3211.37 MHz
cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,D \
                S,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,CNXT-ID,CX16,xTPR,NXE,LONG
                
cpu2: 1MB 64b/line 8-way L2 cache
cpu3 at mainbus0: apid 3 (application processor)
cpu3: Intel(R) Pentium(R) D CPU 3.20GHz, 3211.38 MHz
cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,D \
                S,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,CNXT-ID,CX16,xTPR,NXE,LONG
                
cpu3: 1MB 64b/line 8-way L2 cache
ioapic0 at mainbus0: apid 4 pa 0xfec00000, version 20, 24 pins
ioapic1 at mainbus0: apid 5 pa 0xfec10000, version ff, 256 pins
ioapic1: misconfigured as apic 15, can't remap to apid 5
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 7 (P0P1)
acpiprt2 at acpi0: bus 6 (P0P2)
acpiprt3 at acpi0: bus 1 (P0P3)
acpiprt4 at acpi0: bus 3 (P0P8)
acpiprt5 at acpi0: bus 2 (P0P9)
acpiprt6 at acpi0: bus 4 (P0P4)
acpiprt7 at acpi0: bus 5 (PXHA)
acpicpu0 at acpi0acpi0: unable to load \\_PR_.CPU1.SSDT

acpicpu1 at acpi0acpi0: unable to load \\_PR_.CPU2.SSDT

acpicpu2 at acpi0
acpicpu3 at acpi0
aibs0 at acpi0
acpibtn0 at acpi0: SLPB
acpibtn1 at acpi0: PWRB
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel 82975X Host" rev 0xc0
ppb0 at pci0 dev 1 function 0 "Intel 82975X PCIE" rev 0xc0: apic 4 int 16 (irq 11)
pci1 at ppb0 bus 7
ppb1 at pci1 dev 0 function 0 "IDT 89HPES12N3A" rev 0x0e
pci2 at ppb1 bus 8
ppb2 at pci2 dev 2 function 0 "IDT 89HPES12N3A" rev 0x0e
pci3 at ppb2 bus 10
em0 at pci3 dev 0 function 0 "Intel PRO/1000 QP (82576)" rev 0x01: apic 4 int 18 (irq \
0), address 00:1b:21:67:70:28 em1 at pci3 dev 0 function 1 "Intel PRO/1000 QP \
(82576)" rev 0x01: apic 4 int 19 (irq 0), address 00:1b:21:67:70:29 ppb3 at pci2 dev \
4 function 0 "IDT 89HPES12N3A" rev 0x0e pci4 at ppb3 bus 9
em2 at pci4 dev 0 function 0 "Intel PRO/1000 QP (82576)" rev 0x01: apic 4 int 16 (irq \
11), address 00:1b:21:67:70:2c em3 at pci4 dev 0 function 1 "Intel PRO/1000 QP \
(82576)" rev 0x01: apic 4 int 17 (irq 0), address 00:1b:21:67:70:2d ppb4 at pci0 dev \
3 function 0 "Intel 82975X PCIE" rev 0xc0: apic 4 int 16 (irq 11) pci5 at ppb4 bus 6
em4 at pci5 dev 0 function 0 "Intel PRO/1000 FP (82576)" rev 0x01: apic 4 int 16 (irq \
11)em4: Hardware Initialization Failedem4: Unable to initialize the hardware em5 at \
pci5 dev 0 function 1 "Intel PRO/1000 FP (82576)" rev 0x01: apic 4 int 17 (irq \
10)em5: Hardware Initialization Failedem5: Unable to initialize the hardware azalia0 \
                at pci0 dev 27 function 0 "Intel 82801GB HD Audio" rev 0x01: apic 4 \
                int 19 (irq 3)
azalia0: codecs: Realtek ALC882
audio0 at azalia0
ppb5 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x01
pci6 at ppb5 bus 4
ppb6 at pci6 dev 0 function 0 "Intel PCIE-PCIE" rev 0x09
pci7 at ppb6 bus 5
ppb7 at pci0 dev 28 function 4 "Intel 82801G PCIE" rev 0x01
pci8 at ppb7 bus 3
mskc0 at pci8 dev 0 function 0 "Marvell Yukon 88E8062CU" rev 0x14, Yukon-2 XL rev. A1 \
(0x1): apic 4 int 16 (irq 11) msk0 at mskc0 port A: address 00:15:f2:da:b1:a4
eephy0 at msk0 phy 0: 88E1112 Gigabit PHY, rev. 1
msk1 at mskc0 port B: address 00:15:f2:da:b1:a5
eephy1 at msk1 phy 0: 88E1112 Gigabit PHY, rev. 1
ppb8 at pci0 dev 28 function 5 "Intel 82801G PCIE" rev 0x01
pci9 at ppb8 bus 2
"Marvell 88SE6141 SATA" rev 0x01 at pci9 dev 0 function 0 not configured
uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x01: apic 4 int 20 (irq 11)
uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x01: apic 4 int 17 (irq 10)
uhci2 at pci0 dev 29 function 2 "Intel 82801GB USB" rev 0x01: apic 4 int 18 (irq 10)
uhci3 at pci0 dev 29 function 3 "Intel 82801GB USB" rev 0x01: apic 4 int 19 (irq 3)
ppb9 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0xe1
pci10 at ppb9 bus 1
vga1 at pci10 dev 0 function 0 "NVIDIA GeForce2 MX" rev 0xa1
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
"TI TSB43AB22 FireWire" rev 0x00 at pci10 dev 3 function 0 not configured
pcib0 at pci0 dev 31 function 0 "Intel 82801GB LPC" rev 0x01
pciide0 at pci0 dev 31 function 1 "Intel 82801GB IDE" rev 0x01: DMA, channel 0 \
configured to compatibility, channel 1 configured to compatibility atapiscsi0 at \
pciide0 channel 0 drive 1 scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <ATAPI, DVD DC 16X8X5, 103> ATAPI 5/cdrom removable
cd0(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 4
pciide0: channel 1 disabled (no drives)
pciide1 at pci0 dev 31 function 2 "Intel 82801GB SATA" rev 0x01: DMA, channel 0 \
                configured to native-PCI, channel 1 configured to native-PCI
pciide1: using apic 4 int 23 (irq 5) for native-PCI interrupt
wd0 at pciide1 channel 0 drive 0: <ST3320620NS>
wd0: 16-sector PIO, LBA48, 305245MB, 625142448 sectors
wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 6
ichiic0 at pci0 dev 31 function 3 "Intel 82801GB SMBus" rev 0x01: apic 4 int 23 (irq \
0) iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 1GB DDR2 SDRAM non-parity PC2-4200CL5
spdmem1 at iic0 addr 0x51: 1GB DDR2 SDRAM non-parity PC2-4200CL5
spdmem2 at iic0 addr 0x52: 1GB DDR2 SDRAM non-parity PC2-4200CL5
spdmem3 at iic0 addr 0x53: 1GB DDR2 SDRAM non-parity PC2-4200CL5
usb0 at uhci0: USB revision 1.0
uhub0 at usb0 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb1 at uhci1: USB revision 1.0
uhub1 at usb1 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb2 at uhci2: USB revision 1.0
uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb3 at uhci3: USB revision 1.0
uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
wbsio0 at isa0 port 0x2e/2: W83627EHF rev 0x63
lm1 at wbsio0 port 0x290/8: W83627EHF
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
mtrr: Pentium Pro MTRR support
uhidev0 at uhub1 port 1 configuration 1 interface 0 "Logitech USB-PS/2 Optical Mouse" \
                rev 2.00/24.30 addr 2
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z dir
wsmouse0 at ums0 mux 0
uhidev1 at uhub0 port 1 configuration 1 interface 0 "Dell Dell USB Keyboard" rev \
                1.10/3.52 addr 2
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 modifier keys, 6 key codes
wskbd0 at ukbd0: console keyboard, using wsdisplay0
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
root on wd0a swap on wd0b dump on wd0b

[demime 1.01d removed an attachment of type text/x-csrc which had a name of \
if_em_hw.c]

[demime 1.01d removed an attachment of type text/x-chdr which had a name of \
if_em_hw.h]


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic