Resending since earlier report missing after successful delivery to 
192.43.244.163.

> Synopsis:     nfs client results in kernel trap when mount parameters are 
> altered during xfer
> Category:     kernel
> Environment:
        System      : OpenBSD 6.0
        Details     : OpenBSD 6.0-beta (GENERIC.MP) #2283: Mon Jul 11 17:45:41 
MDT 2016
                         
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP

        Architecture: OpenBSD.amd64
        Machine     : amd64
> Description:
        nfs client write performance has been slow (7MB/s) on gigabit nics
        for a long time.  I planned to experiment w/ different [rw]size
        parameters during a large (200GB) xfer to learn if performance could
        be improved.  However, the kernel immediately dropped to ddb without
        a panic message.  Nevertheless, I've appended the results of trace,
        show registers and ps.  In addition, boot crash hung (after two
        minutes of no progress I had to hard reset the machine).
> How-To-Repeat:
        cd /nas3/backup/x4.win
        dd if=/dev/rsd1i of=1 bs=1m & sleep 1; doas mount -u -o 
-r=32768,-w=32768 /nas3/backup

        Here's some possibly relevant info:
x4:build/packages 500>cd /nas3/backup/x4.win && df -ih .
Filesystem      Size    Used   Avail Capacity iused   ifree  %iused  Mounted on
nas3:/backup   10.8T    9.8T   1009G    91% 4087209 178596439     2%   
/nas3/backup
x4:build/packages 501>mount -v|grep /nas3/backup
nas3:/backup on /nas3/backup type nfs (rw, nodev, nosuid, ctime=Tue Jul 12 
08:49:01 2016, v3, udp, hard, intr, wsize=8192, rsize=8192, rdirsize=8192, 
timeo=100, retrans=101, maxgrouplist=16, readahead=1, acregmin=5, acregmax=60, 
acdirmin=5, acdirmax=60)
x4:build/packages 502>grep /nas3/backup /etc/fstab
nas3:/backup    /nas3/backup nfs rw,nodev,nosuid,-bi 0 0
x4:build/packages 503>disklabel sd1
# /dev/rsd1c:
type: SCSI
disk: SCSI disk
label: SAMSUNG HD502IJ
duid: 0000000000000000
flags:
bytes/sector: 512
sectors/track: 36
tracks/cylinder: 13
sectors/cylinder: 468
cylinders: 2087122
total sectors: 976773168
boundstart: 0
boundend: 976773168
drivedata: 0

16 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  c:        976773168                0  unused
  i:        409600000             2048    NTFS
  j:          1560576        428158976  ext2fs
  k:          3903488        429721600  ext2fs
  l:         19529728        433627136  ext2fs
  m:          5857280        409604096  ext2fs
  n:         12695552        415463424  ext2fs
  o:         19529728        453158912 unknown
  p:        504080384        472690688  ext2fs
x4:build/packages 504>dmesg|grep sd1
sd1 at scsibus1 targ 1 lun 0: <ATA, SAMSUNG HD502IJ, 1AA0> SCSI3 0/direct fixed 
naa.50000f000b170183
sd1: 476940MB, 512 bytes/sector, 976773168 sectors

> Fix:
        Don't mess with NFS!


ddb:
uvm_fault(0xffffffff8194fe00, 0x10, 0, 1) -> e
kernel: page fault trap, code=0
Stopped at      nfs_reply+0xf4: movq    0x10(%rdx),%rsi
ddb{3}> show panic
the kernel did not panic
ddb{3}> trace
nfs_reply() at nfs_reply+0xf4
nfs_request() at nfs_request+0x1d8
nfs_writerpc() at nfs_writerpc+0x1ec
nfs_doio() at nfs_doio+0x230
nfssvc_iod() at nfssvc_iod+0x170
end trace frame: 0x0, count: -5
ddb{3}> show registers
rdi                                0
rsi                            0x286    mptramp_gdt32_desc+0x264
rbp               0xffff80002354ec50
rbx               0xffff800000b62c00
rdx                                0
rcx               0xffff8000000b9000
rax                                0
r8                0xffffffff81954640    sched_all_cpus
r9                               0x1
r10                              0x1
r11               0xffffffff81380800    i82489_ipi
r12                                0
r13               0xffff800000b62c00
r14               0xffffff01d238a020
r15                             0x64    mptramp_gdt32_desc+0x42
rip               0xffffffff8129a2c4    nfs_reply+0xf4
cs                               0x8
rflags                       0x10286    mptramp_longmode+0x1de
rsp               0xffff80002354eb90
ss                              0x10
nfs_reply+0xf4: movq    0x10(%rdx),%rsi
ddb{3}> ps
   TID   PPID   PGRP    UID  S       FLAGS  WAIT          COMMAND
 83138  83290  83290      0  7         0x3                mount_nfs
 83290  60111  83290      0  3    0x100083  wait          mount
 75232  60111  75232   1000  3    0x100003  physio        dd
 77329  35135  77329   1000  3        0x83  ttyin         bash
 35135  43768  43768   1000  3        0x90  select        sshd
 43768  75280  43768      0  3        0x92  poll          sshd
 50709  41660  68318   1000  3    0x100082  nanosleep     sleep
   398  29291  29291   1000  3        0x82  nanosleep     perl
 29291  95555  29291   1000  3    0x10008a  pause         sh
 95555  55433  55433      0  3    0x100090  piperd        cron
 41660  68318  68318   1000  3    0x10008a  pause         sh
 92848   1134   1134      0  3        0x82  nanosleep     perl
 60111      1  60111   1000  3        0x83  wait          bash
 20735      1  20735      0  3    0x100083  ttyin         getty
 64246      1  64246      0  3    0x100083  ttyin         getty
 63511      1  63511      0  3    0x100083  ttyin         getty
 67061      1  67061      0  3    0x100083  ttyin         getty
  6094      1   6094      0  3    0x100083  ttyin         getty
 68318  80197  68318   1000  3    0x10008a  pause         sh
  1134  47027   1134      0  3    0x10008a  pause         sh
 80197  55433  55433      0  3    0x100090  piperd        cron
 47027  55433  55433      0  3    0x100090  piperd        cron
 55433      1  55433      0  3    0x100098  poll          cron
 47187      1  47187      0  3        0x80  kqread        apmd
 14748      1  14748      0  3        0x90  select        perl
 48136      1  35055    629  3        0x90  poll          avahi-daemon
 20308      1  20308    572  3        0x90  poll          dbus-daemon
 29789      1  29789      0  3        0x80  poll          nmbd
 13304  39220  39220      0  3        0x90  poll          smbd
 71137  39220  39220      0  3        0x80  poll          smbd
  5366  39220  39220      0  3        0x80  poll          smbd
 39220      1  39220      0  3        0x90  poll          smbd
 42942      1  42942    110  3    0x100090  poll          sndiod
 93846      1  93846     99  3    0x100090  poll          sndiod
 54214  55997  55997     95  3    0x100092  kqread        smtpd
 85064  55997  55997    103  3    0x100092  kqread        smtpd
 37496  55997  55997     95  3    0x100092  kqread        smtpd
 62983  55997  55997     95  3    0x100092  kqread        smtpd
 22347  55997  55997     95  3    0x100092  kqread        smtpd
 37274  55997  55997     95  3    0x100092  kqread        smtpd
 55997      1  55997      0  3    0x100080  kqread        smtpd
 96758      1  96758      0  3        0xb0  select        lpd
 75280      1  75280      0  3        0x80  select        sshd
 73246      0      0      0  2     0x14200                nfsio
 39783      0      0      0  7     0x14200                nfsio
 31860      0      0      0  2     0x14200                nfsio
*69717      0      0      0  7     0x14200                nfsio
 36094  20584  20584      0  3        0x80  nfsd          nfsd
 19105  20584  20584      0  3        0x80  nfsd          nfsd
 74472  20584  20584      0  3        0x80  nfsd          nfsd
 71819  20584  20584      0  3        0x80  nfsd          nfsd
 20584      1  20584      0  3        0x80  netcon        nfsd
 83169  42334  42334      0  3        0x80  poll          mountd
 42334      1  42334      0  3    0x100080  poll          mountd
 80808      1  80808     28  3    0x100090  poll          portmap
 95342      1  95342      0  3        0x80  poll          ntpd
 99528  66841  99528     83  3    0x100090  poll          ntpd
 66841      1  66841     83  3    0x100090  poll          ntpd
 85371      1  85371     53  3        0x90  kqread        unbound
 19049  79712  87422     97  3    0x100090  kqread        nsd
 79712  87422  87422     97  3    0x100090  poll          nsd
 87422      1  87422     97  3    0x100090  kqread        nsd
 23691  48688  48688     74  3    0x100090  bpf           pflogd
 48688      1  48688      0  3        0x80  netio         pflogd
 48969  26653  26653     73  2    0x100090                syslogd
 26653      1  26653      0  3    0x100080  netio         syslogd
  6885      1   6885     77  3    0x100090  poll          dhclient
 88939      1  88939      0  3        0x80  poll          dhclient
 14475      1  14475     77  3    0x100090  poll          dhclient
 27776      1  27776      0  3        0x80  poll          dhclient
   908      1    908      0  3        0x80  mfsidl        mount_mfs
 96155      0      0      0  3     0x14200  bored         ttm_swap
 92702      0      0      0  3     0x14200  pgzero        zerothread
 54837      0      0      0  3     0x14200  aiodoned      aiodoned
 11936      0      0      0  3     0x14200  syncer        update
 31992      0      0      0  3     0x14200  cleaner       cleaner
 46484      0      0      0  3     0x14200  reaper        reaper
 64671      0      0      0  3     0x14200  pgdaemon      pagedaemon
  8251      0      0      0  3     0x14200  bored         crynlk
  6561      0      0      0  3     0x14200  bored         crypto
 64214      0      0      0  3     0x14200  pftm          pfpurge
 44283      0      0      0  3     0x14200  bored         sensors
 93569      0      0      0  3     0x14200  usbtsk        usbtask
 67943      0      0      0  3     0x14200  usbatsk       usbatsk
 25753      0      0      0  3  0x40014200  acpi0         acpi0
 54551      0      0      0  3  0x40014200                idle3
  2765      0      0      0  3  0x40014200                idle2
 20644      0      0      0  3  0x40014200                idle1
 99393      0      0      0  7     0x14210                softnet
 30683      0      0      0  3     0x14200  bored         systqmp
 86193      0      0      0  3     0x14200  bored         systq
 91846      0      0      0  3  0x40014200                idle0
 51732      0      0      0  3     0x14200  bored         sbar
     1      0      1      0  3        0x82  wait          init
     0     -1      0      0  3     0x10200  scheduler     swapper
ddb{3}> boot crash

dmesg:
OpenBSD 6.0-beta (GENERIC.MP) #2283: Mon Jul 11 17:45:41 MDT 2016
    [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 8304197632 (7919MB)
avail mem = 8047984640 (7675MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.5 @ 0x9f000 (72 entries)
bios0: vendor American Megatrends Inc. version "2701" date 10/08/2010
bios0: ASUSTeK Computer INC. M3A78-EM
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP APIC MCFG OEMB SRAT HPET SSDT
acpi0: wakeup devices PCE2(S4) PCE3(S4) PCE4(S4) PCE5(S4) PCE6(S4) RLAN(S4) 
PCE7(S4) PCE9(S4) PCEA(S4) PCEB(S4) PCEC(S4) SBAZ(S4) PS2M(S4) PS2K(S4) 
UAR1(S4) P0PC(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Phenom(tm) 9550 Quad-Core Processor, 2212.20 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,ITSC
cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 
16-way L2 cache, 2MB 64b/line 32-way L3 cache
cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
cpu0: AMD erratum 721 detected and fixed
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 201MHz
cpu0: mwait min=64, max=64, IBE
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD Phenom(tm) 9550 Quad-Core Processor, 2211.90 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,ITSC
cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 
16-way L2 cache, 2MB 64b/line 32-way L3 cache
cpu1: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
cpu1: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
cpu1: AMD erratum 721 detected and fixed
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 2 (application processor)
cpu2: AMD Phenom(tm) 9550 Quad-Core Processor, 2211.90 MHz
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,ITSC
cpu2: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 
16-way L2 cache, 2MB 64b/line 32-way L3 cache
cpu2: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
cpu2: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
cpu2: AMD erratum 721 detected and fixed
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: AMD Phenom(tm) 9550 Quad-Core Processor, 2211.90 MHz
cpu3: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,ITSC
cpu3: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 
16-way L2 cache, 2MB 64b/line 32-way L3 cache
cpu3: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
cpu3: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
cpu3: AMD erratum 721 detected and fixed
cpu3: smt 0, core 3, package 0
ioapic0 at mainbus0: apid 4 pa 0xfec00000, version 21, 24 pins
acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 14318180 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (P0P1)
acpiprt2 at acpi0: bus -1 (PCE2)
acpiprt3 at acpi0: bus -1 (PCE3)
acpiprt4 at acpi0: bus 2 (PCE4)
acpiprt5 at acpi0: bus -1 (PCE5)
acpiprt6 at acpi0: bus 3 (PCE6)
acpiprt7 at acpi0: bus 4 (P0PC)
acpicpu0 at acpi0: C1(@1 halt!), PSS
acpicpu1 at acpi0: C1(@1 halt!), PSS
acpicpu2 at acpi0: C1(@1 halt!), PSS
acpicpu3 at acpi0: C1(@1 halt!), PSS
"PNP0700" at acpi0 not configured
"PNP0400" at acpi0 not configured
aibs0 at acpi0 RTMP RVLT RFAN GGRP GITM SITM
"PNP0303" at acpi0 not configured
"PNP0501" at acpi0 not configured
acpibtn0 at acpi0: PWRB
"PNP0C14" at acpi0 not configured
cpu0: 2212 MHz: speeds: 2200 1100 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD RS780 Host" rev 0x00
ppb0 at pci0 dev 1 function 0 vendor "Asustek", unknown product 0x9602 rev 0x00
pci1 at ppb0 bus 1
radeondrm0 at pci1 dev 5 function 0 "ATI Radeon HD 3200" rev 0x00
drm0 at radeondrm0
radeondrm0: apic 4 int 18
azalia0 at pci1 dev 5 function 1 "ATI RS780 HD Audio" rev 0x00: msi
azalia0: no supported codecs
ppb1 at pci0 dev 4 function 0 "AMD RS780 PCIE" rev 0x00: msi
pci2 at ppb1 bus 2
mskc0 at pci2 dev 0 function 0 "Marvell Yukon 88E8053" rev 0x20, Yukon-2 EC 
rev. A3 (0x2): apic 4 int 16
msk0 at mskc0 port A: address 00:50:43:00:7c:9a
eephy0 at msk0 phy 0: 88E1111 Gigabit PHY, rev. 2
ppb2 at pci0 dev 6 function 0 "AMD RS780 PCIE" rev 0x00: msi
pci3 at ppb2 bus 3
re0 at pci3 dev 0 function 0 "Realtek 8168" rev 0x02: RTL8168C/8111C (0x3c00), 
msi, address 00:22:15:2c:7d:0b
rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 2
ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x00: apic 4 int 22, AHCI 
1.1
ahci0: port 0: 3.0Gb/s
ahci0: port 1: 3.0Gb/s
ahci0: port 2: 1.5Gb/s
ahci0: port 5: 3.0Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, WDC WD1003FZEX-0, 01.0> SCSI3 0/direct 
fixed naa.50014ee2b546ec7f
sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
sd1 at scsibus1 targ 1 lun 0: <ATA, SAMSUNG HD502IJ, 1AA0> SCSI3 0/direct fixed 
naa.50000f000b170183
sd1: 476940MB, 512 bytes/sector, 976773168 sectors
sd2 at scsibus1 targ 2 lun 0: <ATA, WDC WD740ADFD-00, 21.0> SCSI3 0/direct 
fixed t10.ATA_WDC_WD740ADFD-00NLR5_WD-WMANS2500775
sd2: 70911MB, 512 bytes/sector, 145226112 sectors
sd3 at scsibus1 targ 5 lun 0: <ATA, WDC WD1001FALS-0, 05.0> SCSI3 0/direct 
fixed naa.50014ee0ac0a4aec
sd3: 953869MB, 512 bytes/sector, 1953525168 sectors
ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 4 int 16, 
version 1.0, legacy support
ohci1 at pci0 dev 18 function 1 "ATI SB700 USB" rev 0x00: apic 4 int 16, 
version 1.0, legacy support
ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 4 int 17
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "ATI EHCI root hub" rev 2.00/1.00 addr 1
ohci2 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 4 int 18, 
version 1.0, legacy support
ohci3 at pci0 dev 19 function 1 "ATI SB700 USB" rev 0x00: apic 4 int 18, 
version 1.0, legacy support
ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 4 int 19
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1
piixpm0 at pci0 dev 20 function 0 "ATI SBx00 SMBus" rev 0x3a: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 2GB DDR2 SDRAM ECC PC2-5300CL5
spdmem1 at iic0 addr 0x51: 2GB DDR2 SDRAM ECC PC2-5300CL5
spdmem2 at iic0 addr 0x52: 2GB DDR2 SDRAM ECC PC2-5300CL5
spdmem3 at iic0 addr 0x53: 2GB DDR2 SDRAM ECC PC2-5300CL5
pciide0 at pci0 dev 20 function 1 "ATI SB700 IDE" rev 0x00: DMA, channel 0 
configured to compatibility, channel 1 configured to compatibility
azalia1 at pci0 dev 20 function 2 "ATI SBx00 HD Audio" rev 0x00: apic 4 int 16
azalia1: codecs: Realtek ALC888
audio0 at azalia1
pcib0 at pci0 dev 20 function 3 "ATI SB700 ISA" rev 0x00
ppb3 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x00
pci4 at ppb3 bus 4
ohci4 at pci0 dev 20 function 5 "ATI SB700 USB" rev 0x00: apic 4 int 18, 
version 1.0, legacy support
pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00
pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00
pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00
km0 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00
pchb4 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00
usb2 at ohci0: USB revision 1.0
uhub2 at usb2 "ATI OHCI root hub" rev 1.00/1.00 addr 1
usb3 at ohci1: USB revision 1.0
uhub3 at usb3 "ATI OHCI root hub" rev 1.00/1.00 addr 1
usb4 at ohci2: USB revision 1.0
uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1
usb5 at ohci3: USB revision 1.0
uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com0: console
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
it0 at isa0 port 0x2e/2: IT8712F rev 8, EC port 0x290
usb6 at ohci4: USB revision 1.0
uhub6 at usb6 "ATI OHCI root hub" rev 1.00/1.00 addr 1
uhidev0 at uhub3 port 3 configuration 1 interface 0 "Logitech USB Keyboard" rev 
1.10/64.00 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev1 at uhub3 port 3 configuration 1 interface 1 "Logitech USB Keyboard" rev 
1.10/64.00 addr 2
uhidev1: iclass 3/0, 3 report ids
uhid0 at uhidev1 reportid 1: input=1, output=0, feature=0
uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0
uhid2 at uhidev1 reportid 3: input=3, output=0, feature=0
uhidev2 at uhub5 port 3 configuration 1 interface 0 "Kensington USB/PS2 Wheel 
Mouse" rev 1.10/1.01 addr 2
uhidev2: iclass 3/1
ums0 at uhidev2: 5 buttons, Z dir
wsmouse0 at ums0 mux 0
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd0a (a29f854045613736.a) swap on sd0b dump on sd0b
WARNING: / was not properly unmounted
radeondrm0: 1920x1200
wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)

usbdevs:
Controller /dev/usb0:
addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), ATI(0x1002), 
rev 1.00
 port 1 powered
 port 2 powered
 port 3 powered
 port 4 powered
 port 5 powered
 port 6 powered
Controller /dev/usb1:
addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), ATI(0x1002), 
rev 1.00
 port 1 powered
 port 2 powered
 port 3 powered
 port 4 powered
 port 5 powered
 port 6 powered
Controller /dev/usb2:
addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), ATI(0x1002), 
rev 1.00
 port 1 powered
 port 2 powered
 port 3 powered
Controller /dev/usb3:
addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), ATI(0x1002), 
rev 1.00
 port 1 powered
 port 2 powered
 port 3 addr 2: low speed, power 90 mA, config 1, USB Keyboard(0xc31c), 
Logitech(0x046d), rev 64.00
Controller /dev/usb4:
addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), ATI(0x1002), 
rev 1.00
 port 1 powered
 port 2 powered
 port 3 powered
Controller /dev/usb5:
addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), ATI(0x1002), 
rev 1.00
 port 1 powered
 port 2 powered
 port 3 addr 2: low speed, power 100 mA, config 1, USB/PS2 Wheel Mouse(0x1029), 
Kensington(0x047d), rev 1.01
Controller /dev/usb6:
addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), ATI(0x1002), 
rev 1.00
 port 1 powered
 port 2 powered

Reply via email to