Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2005 11:11:47 +0000
From:      Jason Thomson <jason.thomson@mintel.com>
To:        Emmanuel OTTON <otton@enstimac.fr>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: PAE+SMP panic with "page fault while in kernel mode" in many files	opened situations
Message-ID:  <42317CF3.20903@mintel.com>
In-Reply-To: <6290d171fce4e3b4ee88f403a4aac711@enstimac.fr>
References:  <6290d171fce4e3b4ee88f403a4aac711@enstimac.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
If you disable the logical processors in the BIOS,  this problem should 
go away.

We ended up reverting to 4-STABLE for other reasons.



Emmanuel OTTON wrote:

> Hi to freebsd users,
> 
> I try to make work a DELL bi-xeon 8GB RAM box and experience a panic +  
> crash in what i think are situations involving many opened files:
>  - it crashes on (cd /usr/ports; make index)
>  - idem on cache-init, using p5-FreeBSDportindex
>  - it does not crash on buildworld, even with relatively high values of  
> -j.
> 
> I have:
>  - cvsupped stable (which gives me a 5.4 prerelease)
>  - configured, made and installed a world + PAE & SMP kernel, using the  
> suggested configurations in /usr/src/sys/i386/conf. (see kernconf  
> hereafter)
>  - tried to tune following advice on this list and man pae:
>     . increase KVA_PAGES to 512, 768, 1024
>     . decrease maxvnodes to 100000, 50000
> 
> I am now at a dead end (the end user even wants me to buy a redhat ! :-)
> 
> Thanks for any help, you'll find herafter:
>  - the systat -vmstat before a crash
>  - the kernconf
>  - the dmesg
>  - the sysctl kern*
> 
> The panic message is:
> ----------------------------------------------------
> fatal trap 12: page fault while in kernel mode
> cpuid: 00; apic id = 00
> fault virtual address = 0x24
> fault code = supervisor read, page not present
> .../... several lines of hexa addresses, are they needed ? .../...
> current process = pagedaemon
> trap number = 12
> panic: page fault
> cpuid = 0
> -----------------------------------------------------
> 
> The systat -vmstat just before the crash does not seem that bad (at  
> least to me..):
> ------------------------------------------------------------------------ 
> --------
>     2 users    Load  1.03  0.54  0.25                  Mar 11 09:58
> 
> Mem:KB    REAL            VIRTUAL                     VN PAGER  SWAP  PAGER
>         Tot   Share      Tot    Share    Free         in  out     in   out
> Act   24232    4948    75680     5272 8041996 count
> All   93440    8772  4446860    10568         pages
>                                                                   
> Interrupts
> Proc:r  p  d  s  w    Csw  Trp  Sys  Int  Sof  Flt   8312 cow     295  
> total
>            2 27      62722735428172  458  58327815  70192 wire         
> 1: atkb
>                                                     18212 act          
> 3: sio1
> 16.5%Sys   0.0%Intr  9.6%User  0.0%Nice 73.9%Idl     9240 inact        
> 4: sio0
> |    |    |    |    |    |    |    |    |    |            cache        
> 6: fdc0
> ========>>>>>                                     8041996 free    128  
> 8: rtc
>                                                           daefr        
> 13: npx
> Namei         Name-cache    Dir-cache               15523 prcfr        
> 15: ata
>     Calls     hits    %     hits    %                     react    36  
> 16: fwo
>     50774    50358   99        2    0                     pdwak    29  
> 24: ahd
>                                     12602 zfod            pdpgs     2  
> 48: em0
> Disks   da0 pass0                   12602 ofod          1 intrn   100  
> 0: clk
> KB/t   7.99  0.00                         %slo-z    90144 buf
> tps      29     0                   26789 tfree        10 dirtybuf
> MB/s   0.23  0.00                                   50000 desiredvnodes
> % busy    7     0                                    5168 numvnodes
>                                                       580 freevnodes
> ------------------------------------------------------------------------ 
> --------
> 
> 
> ----------------------KERNCONF  
> BEGINS----------------------------------------
> #
> # SMP-PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
> #
> # $FreeBSD: src/sys/i386/conf/SMP-PAE,v 1.9.2.2 2004/12/06 05:46:11  
> obrien Exp $
> 
> include GENERIC
> 
> ident        SMP-PAE
> 
> # To make a PAE kernel, the next option is needed
> options        PAE            # Physical Address Extensions Kernel
> options        SMP
> options        KVA_PAGES=1024
> options         SCSI_DELAY=5000        # Delay (in ms) before probing  SCSI
> 
> # Compile acpi in statically since the module isn't built properly.   Most
> # machines which support large amounts of memory require acpi.
> device        acpi
> 
> # Don't build modules with this kernel config, since they are not built  
> with
> # the correct options headers.
> makeoptions    NO_MODULES=yes
> 
> # What follows is a list of drivers that are normally in GENERIC, but  
> either
> # don't work or are untested with PAE.  Be very careful before enabling  
> any
> # of these drivers.  Drivers which use DMA and don't handle 64 bit  
> physical
> # address properly may cause data corruption when used in a machine  
> with more
> # than 4 gigabytes of memory.
> 
> nodevice    ahb
> nodevice    amd
> #nodevice    isp
> device        ispfw
> nodevice    sym
> nodevice    trm
> 
> nodevice    adv
> nodevice    adw
> nodevice    aha
> nodevice    aic
> nodevice    bt
> 
> nodevice    ncv
> nodevice    nsp
> nodevice    stg
> 
> nodevice    asr
> nodevice    dpt
> nodevice    iir
> nodevice    mly
> 
> nodevice    ida
> nodevice    mlx
> nodevice    pst
> 
> nodevice    agp
> 
> nodevice    de
> nodevice    txp
> nodevice    vx
> 
> nodevice    dc
> nodevice    pcn
> nodevice    rl
> nodevice    sf
> nodevice    sis
> nodevice    ste
> nodevice    tl
> nodevice    tx
> nodevice    vr
> nodevice    wb
> 
> nodevice    cs
> nodevice    ed
> nodevice    ex
> nodevice    ep
> nodevice    fe
> nodevice    ie
> nodevice    lnc
> nodevice    sn
> nodevice    xe
> 
> nodevice    wlan
> nodevice    an
> nodevice    awi
> nodevice    wi
> 
> nodevice    uhci
> nodevice    ohci
> nodevice    usb
> nodevice    ugen
> nodevice    uhid
> nodevice    ukbd
> nodevice    ulpt
> nodevice    umass
> nodevice    ums
> nodevice    urio
> nodevice    uscanner
> nodevice    aue
> nodevice    axe
> nodevice    cue
> nodevice    kue
> nodevice    rue
> ---------------------------END OF  
> KERNCONF----------------------------------------------
> 
> 
> I include the dmesg and sysctl kern:
> --------------------------DMESG  
> BEGINS----------------------------------------------------
> Copyright (c) 1992-2005 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.4-PRERELEASE #5: Fri Mar 11 09:41:35 UTC 2005
>     root@pigalle.enstimac.fr:/usr/obj/usr/src/sys/SMP-PAE
> ACPI APIC Table: <DELL   WS 670 >
> Timecounter "i8254" frequency 1193182 Hz quality 0
> CPU: Intel(R) Xeon(TM) CPU 3.40GHz (3391.51-MHz 686-class CPU)
>   Origin = "GenuineIntel"  Id = 0xf41  Stepping = 1
>    
> Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE 
> ,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
>   Hyperthreading: 2 logical CPUs
> real memory  = 9596567552 (9152 MB)
> avail memory = 8328167424 (7942 MB)
> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
>  cpu0 (BSP): APIC ID:  0
>  cpu1 (AP): APIC ID:  1
>  cpu2 (AP): APIC ID:  6
>  cpu3 (AP): APIC ID:  7
> ioapic0: Changing APIC ID to 8
> ioapic1: Changing APIC ID to 9
> ioapic2: Changing APIC ID to 10
> ioapic0 <Version 2.0> irqs 0-23 on motherboard
> ioapic1 <Version 2.0> irqs 24-47 on motherboard
> ioapic2 <Version 2.0> irqs 48-71 on motherboard
> lapic0: Forcing LINT1 to edge trigger
> acpi0: <DELL WS 670 > on motherboard
> acpi0: Power Button (fixed)
> Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
> acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
> cpu0: <ACPI CPU> on acpi0
> cpu1: <ACPI CPU> on acpi0
> cpu2: <ACPI CPU> on acpi0
> cpu3: <ACPI CPU> on acpi0
> acpi_button0: <Power Button> on acpi0
> pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
> pci0: <ACPI PCI bus> on pcib0
> pci0: <unknown> at device 0.1 (no driver attached)
> pcib1: <ACPI PCI-PCI bridge> irq 16 at device 2.0 on pci0
> pci1: <ACPI PCI bus> on pcib1
> pcib2: <ACPI PCI-PCI bridge> at device 0.0 on pci1
> pci2: <ACPI PCI bus> on pcib2
> ahd0: <Adaptec AIC7901 Ultra320 SCSI adapter> port  
> 0xdc00-0xdcff,0xd800-0xd8ff mem 0xdfdfe000-0xdfdfffff irq 24 at device  
> 14.0 on pci2
> aic7901: Ultra320 Wide Channel A, SCSI Id=7, PCI-X 67-100Mhz, 512 SCBs
> pcib3: <ACPI PCI-PCI bridge> at device 0.2 on pci1
> pci3: <ACPI PCI bus> on pcib3
> em0: <Intel(R) PRO/1000 Network Connection, Version - 1.7.35> port  
> 0xccc0-0xccff mem 0xdfce0000-0xdfcfffff irq 48 at device 14.0 on pci3
> em0: Ethernet address: 00:0f:1f:8b:1a:3a
> em0:  Speed:N/A  Duplex:N/A
> pcib4: <ACPI PCI-PCI bridge> irq 16 at device 3.0 on pci0
> pci4: <ACPI PCI bus> on pcib4
> pcib5: <ACPI PCI-PCI bridge> irq 16 at device 4.0 on pci0
> pci5: <ACPI PCI bus> on pcib5
> pci5: <display, VGA> at device 0.0 (no driver attached)
> pci0: <serial bus, USB> at device 29.0 (no driver attached)
> pci0: <serial bus, USB> at device 29.1 (no driver attached)
> pci0: <serial bus, USB> at device 29.2 (no driver attached)
> pci0: <serial bus, USB> at device 29.3 (no driver attached)
> pci0: <serial bus, USB> at device 29.7 (no driver attached)
> pcib6: <ACPI PCI-PCI bridge> at device 30.0 on pci0
> pci6: <ACPI PCI bus> on pcib6
> fwohci0: <Texas Instruments TSB43AB22/A> mem  
> 0xdcffc000-0xdcffffff,0xdcffb800-0xdcffbfff irq 16 at device 12.0 on  pci6
> fwohci0: OHCI version 1.10 (ROM=0)
> fwohci0: No. of Isochronous channels is 4.
> fwohci0: EUI64 80:8b:00:0f:1a:3a:1f:00
> fwohci0: Phy 1394a available S400, 2 ports.
> fwohci0: Link S400, max_rec 2048 bytes.
> firewire0: <IEEE1394(FireWire) bus> on fwohci0
> fwe0: <Ethernet over FireWire> on firewire0
> if_fwe0: Fake Ethernet address: 82:8b:00:3a:1f:00
> fwe0: Ethernet address: 82:8b:00:3a:1f:00
> fwe0: if_start running deferred for Giant
> sbp0: <SBP-2/SCSI over FireWire> on firewire0
> fwohci0: Initiate bus reset
> fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
> firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
> firewire0: bus manager 0 (me)
> isab0: <PCI-ISA bridge> at device 31.0 on pci0
> isa0: <ISA bus> on isab0
> atapci0: <Intel ICH5 UDMA100 controller> port  
> 0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 irq 18 at device 31.1  
> on pci0
> ata0: channel #0 on atapci0
> ata1: channel #1 on atapci0
> atapci1: <Intel ICH5 SATA150 controller> port  
> 0xfea0-0xfeaf,0xfe30-0xfe33,0xfe20-0xfe27,0xfe10-0xfe13,0xfe00-0xfe07  
> irq 18 at device 31.2 on pci0
> ata2: channel #0 on atapci1
> ata3: channel #1 on atapci1
> pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
> pci0: <multimedia, audio> at device 31.5 (no driver attached)
> fdc0: <floppy drive controller> port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on  
> acpi0
> fd0: <1440-KB 3.5" drive> on fdc0 drive 0
> atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
> atkbd0: <AT Keyboard> irq 1 on atkbdc0
> kbd0 at atkbd0
> ppc0: <ECP parallel printer port> port 0x778-0x77f,0x378-0x37f irq 7 on  
> acpi0
> ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
> ppc0: FIFO with 16/16/8 bytes threshold
> ppbus0: <Parallel port bus> on ppc0
> plip0: <PLIP network interface> on ppbus0
> lpt0: <Printer> on ppbus0
> lpt0: Interrupt-driven port
> ppi0: <Parallel I/O> on ppbus0
> sio0: configured irq 4 not in bitmap of probed irqs 0
> sio0: port may not be enabled
> sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on  
> acpi0
> sio0: type 16550A
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
> sio1: type 16550A
> npx0: <math processor> on motherboard
> npx0: INT 16 interface
> orm0: <ISA Option ROMs> at iomem  
> 0xd7800-0xd7fff,0xd6000-0xd77ff,0xcc000-0xd5fff,0xc0000-0xcbfff on isa0
> pmtimer0 on isa0
> sc0: <System console> at flags 0x100 on isa0
> sc0: VGA <16 virtual consoles, flags=0x300>
> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on  isa0
> Timecounters tick every 10.000 msec
> acd0: CDRW <HL-DT-ST GCE-8483B/B105> at ata1-master UDMA33
> Waiting 15 seconds for SCSI devices to settle
> Interrupt storm detected on "irq16: fwohci0"; throttling interrupt  source
> lapic7: Forcing LINT1 to edge trigger
> SMP: AP CPU #3 Launched!
> lapic1: Forcing LINT1 to edge trigger
> SMP: AP CPU #1 Launched!
> lapic6: Forcing LINT1 to edge trigger
> SMP: AP CPU #2 Launched!
> da0 at ahd0 bus 0 target 0 lun 0
> da0: <SEAGATE ST3146807LW DS09> Fixed Direct Access SCSI-3 device
> da0: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged  
> Queueing Enabled
> da0: 140014MB (286749480 512 byte sectors: 255H 63S/T 17849C)
> Mounting root from ufs:/dev/da0s1a
> WARNING: /var was not properly dismounted
> em0: Link is up 100 Mbps Full Duplex
> ---------------------------DMESG  
> ENDS-------------------------------------------
> 
> --------------------------SYSCTL  
> BEGINS--------------------------------------------
> kern.ostype: FreeBSD
> kern.osrelease: 5.4-PRERELEASE
> kern.osrevision: 199506
> kern.version: FreeBSD 5.4-PRERELEASE #5: Fri Mar 11 09:41:35 UTC 2005
>     root@pigalle.enstimac.fr:/usr/obj/usr/src/sys/SMP-PAE
> 
> kern.maxvnodes: 50000
> kern.maxproc: 6164
> kern.maxfiles: 12328
> kern.argmax: 65536
> kern.securelevel: -1
> kern.hostname: pigalle.enstimac.fr
> kern.hostid: 0
> kern.clockrate: { hz = 100, tick = 10000, profhz = 1024, stathz = 128 }
> kern.posix1version: 200112
> kern.ngroups: 16
> kern.job_control: 1
> kern.saved_ids: 0
> kern.boottime: { sec = 1110534322, usec = 194666 } Fri Mar 11 09:45:22  
> 2005
> kern.domainname:
> kern.osreldate: 503105
> kern.bootfile: /boot/kernel/kernel
> kern.maxfilesperproc: 11095
> kern.maxprocperuid: 5547
> kern.ipc.maxsockbuf: 262144
> kern.ipc.sockbuf_waste_factor: 8
> kern.ipc.somaxconn: 128
> kern.ipc.max_linkhdr: 16
> kern.ipc.max_protohdr: 60
> kern.ipc.max_hdr: 76
> kern.ipc.max_datalen: 132
> kern.ipc.nmbclusters: 25600
> kern.ipc.maxpipekva: 16777216
> kern.ipc.pipes: 6
> kern.ipc.pipekva: 49152
> kern.ipc.pipefragretry: 0
> kern.ipc.pipeallocfail: 0
> kern.ipc.piperesizefail: 0
> kern.ipc.piperesizeallowed: 1
> kern.ipc.msgmax: 16384
> kern.ipc.msgmni: 40
> kern.ipc.msgmnb: 2048
> kern.ipc.msgtql: 40
> kern.ipc.msgssz: 8
> kern.ipc.msgseg: 2048
> kern.ipc.semmap: 30
> kern.ipc.semmni: 10
> kern.ipc.semmns: 60
> kern.ipc.semmnu: 30
> kern.ipc.semmsl: 60
> kern.ipc.semopm: 100
> kern.ipc.semume: 10
> kern.ipc.semusz: 92
> kern.ipc.semvmx: 32767
> kern.ipc.semaem: 16384
> kern.ipc.shmmax: 33554432
> kern.ipc.shmmin: 1
> kern.ipc.shmmni: 192
> kern.ipc.shmseg: 128
> kern.ipc.shmall: 8192
> kern.ipc.shm_use_phys: 0
> kern.ipc.shm_allow_removed: 0
> kern.ipc.numopensockets: 43
> kern.ipc.maxsockets: 25600
> kern.ipc.nsfbufs: 6656
> kern.ipc.nsfbufspeak: 2
> kern.ipc.nsfbufsused: 0
> kern.dummy: 0
> kern.ps_strings: 2139095024
> kern.usrstack: 2139095040
> kern.logsigexit: 1
> kern.iov_max: 1024
> kern.cam.scsi_delay: 15000
> kern.cam.cd.changer.min_busy_seconds: 5
> kern.cam.cd.changer.max_busy_seconds: 15
> kern.cam.da.retry_count: 4
> kern.cam.da.default_timeout: 60
> kern.cam.da.0.minimum_cmd_size: 6
> kern.disks: da0
> kern.geom.debugflags: 0
> kern.geom.collectstats: 1
> kern.elf32.fallback_brand: -1
> kern.init_path:  
> /sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall
> kern.acct_suspend: 2
> kern.acct_resume: 4
> kern.acct_chkfreq: 15
> kern.cp_time: 306 15 948 284 89331
> kern.openfiles: 94
> kern.kq_calloutmax: 4096
> kern.stackprot: 7
> kern.ps_arg_cache_limit: 256
> kern.lastpid: 605
> kern.randompid: 0
> kern.ktrace.genio_size: 4096
> kern.ktrace.request_pool: 100
> kern.module_path: /boot/kernel;/boot/modules
> kern.malloc:
>         Type  InUse MemUse HighUse Requests  Size(s)
>        isadev    19     2K      2K       19  64
>       fw_xfer     0     0K      1K        1  128
>      atkbddev     2     1K      1K        2  32
>          GEOM    72    14K     23K      374   
> 16,32,64,128,256,512,1024,2048,4096
>    pfs_fileno     1    20K     20K        1
>          pmap     3    12K     12K        3
>      nexusdev     3     1K      1K        3  16
>       memdesc     1     4K      4K        1  4096
>     pfs_nodes    20     3K      3K       20  128
>      I/O APIC     3     3K      3K        3  1024
> MSDOSFS mount     1   128K    128K        1
>       UMAHash     1     2K      3K        4  256,512,1024,2048
>     VM pgdata     2    65K     65K        2  64
>         DEVFS   126    19K     19K      223  16,32,128,4096
>       entropy  1024    64K     64K     1024  64
>     UFS mount    12    37K     60K       16  64,256,1024,2048,4096
>     UFS ihash     1   256K    256K        1
>   UFS dirhash    33     6K      6K       33  16,32,512
>        dirrem     0     0K      1K       34  32
>         mkdir     0     0K      1K        6  32
>        diradd     0     0K      1K       39  32
>      freefile     0     0K      1K       29  32
>      freeblks     0     0K      3K       22  256
>      freefrag     0     0K      1K        4  32
>    allocindir     0     0K     19K      306  64
>      indirdep     0     0K    642K      143  32
>   allocdirect     0     0K      2K       42  128
>     bmsafemap     0     0K      2K       64  32
>        newblk     1     1K      1K      349  64,256
>      inodedep     1   256K    266K       85  128,256
>       pagedep     1    64K     65K       22  64
>      p1003.1b     1     1K      1K        1  16
>    NFS daemon     1     1K      1K        1  256
>      NFS hash     1   256K    256K        1
>       NFS req     0     0K      1K      275  128
>  ip6_moptions     1     1K      1K        1  16
>     in6_multi    11     1K      1K       11  16,64
>      syncache     1     8K      8K        1
>      ppbusdev     3     1K      1K        3  128
>     hostcache     1    24K     24K        1
>      in_multi     2     1K      1K        2  32
>      routetbl    28     3K      3K       58  16,32,64,128,256
>      firewire    27    23K     25K       29   16,32,128,512,1024,2048,4096
>   ATA generic     2     1K      1K        2  16,512
>            lo     1     1K      1K        1  1024
>         clone     4    16K     16K        4  4096
>   ether_multi    37     2K      2K       37  16,32,64
>        ifaddr    34    10K     10K       34  16,32,64,256,512,2048
>           BPF     4     1K      1K        4  64
>         mount    15     9K      9K       20  16,32,128,1024
>        vnodes    28     7K      7K      159  16,32,64,128,256
>      vfscache     1   512K    512K        1
>    BIO buffer    62   123K    123K       68  1024,2048
>           pcb    28     5K      5K      140  16,32,64,2048
>        soname     7     1K      1K     1227  16,32,128
>           tag     0     0K      1K        2  32
>          ptys     2     1K      1K        2  128
>          ttys  1121   148K    162K     4481  128,512
>           shm     1    12K     12K        1
>           sem     4     7K      7K        4  512,1024,4096
>           msg     4    25K     25K        4  512,4096
>           iov     0     0K      1K      503  16,64,128
>      ioctlops     0     0K      4K      641  16,32,64,512,1024,2048,4096
>    turnstiles   271    17K     17K      271  64
>     taskqueue     6     1K      1K        6  64
>       acpisem    18     2K      2K       18  64
>      acpitask     0     0K      1K        2  16,32
>  sleep queues   271     9K      9K      271  32
>          sbuf     0     0K     21K      310   
> 16,32,64,128,256,512,1024,2048,4096
>          rman   121     8K      8K      445  16,64
>        acpica  1834   102K    103K    17526  16,32,64,128,256,512,1024
>          kobj   136   272K    272K      164  2048
>  eventhandler    34     2K      2K       34  32,128
>       devstat     6    13K     13K        6  16,4096
>        bus-sc    48    50K     77K     1125   
> 16,32,64,128,256,512,1024,2048,4096
>           bus   678    30K    115K     2972  16,32,64,128,1024
>          SWAP     2  2189K   2189K        2  64
>     sysctltmp     0     0K      1K      297  16,32,128
>     sysctloid  2257    68K     68K     2257  16,32,64
>        sysctl     0     0K      1K      609  16,32,64
>       uidinfo     4     2K      2K        9  32,1024
>        plimit    19     5K      5K      177  256
>          cred    26     4K      4K     1469  128
>       subproc   404   616K    628K     1563  32,256,4096
>          proc     2     8K      8K        2  4096
>       session    22     3K      3K       24  128
>          pgrp    28     2K      2K       32  64
>           sbp    96     8K      8K       96  32,128
>      mtx_pool     1     8K      8K        1
>        module   227    15K     15K      227  64,128
>       acpidev    40     2K      2K       40  32
>        ip6ndp     6     1K      1K        7  64,128
>          temp    60   229K    229K     5983   
> 16,32,64,128,256,512,1024,2048,4096
>        devbuf  2204  4875K   4907K     2904   
> 16,32,64,128,256,512,1024,2048,4096
>         lockf     4     1K      1K       40  64
>    ACD driver     1     2K      2K        1  2048
>        linker    42     2K      2K       56  16,32,256
>        KTRACE   100    13K     13K      100  128
>       ATA DMA     4     1K      1K        4  128
>       ithread   106    12K     12K      107  64,128
>        zombie     0     0K      1K      467  128
>     proc-args    30     2K      2K      328  16,32,64,128
>        kqueue     0     0K      3K      190  128,1024
>          kenv   102     6K      6K      103  16,32,64,2048
>         sigio     1     1K      1K        1  32
>     file desc   141    36K     37K      608  16,256,512
>          cdev    40    10K     10K       40  256
>   ISOFS mount     1   256K    256K        1
> 
> kern.ident: SMP-PAE
> kern.maxusers: 384
> kern.fallback_elf_brand: -1
> kern.kstack_pages: 2
> kern.sync_on_panic: 0
> kern.shutdown.poweroff_delay: 5000
> kern.shutdown.kproc_shutdown_wait: 60
> kern.sugid_coredump: 0
> kern.coredump: 1
> kern.nodump_coredump: 0
> kern.corefile: %N.core
> kern.fscale: 2048
> kern.timecounter.stepwarnings: 0
> kern.timecounter.nbinuptime: 1411370
> kern.timecounter.nnanouptime: 12
> kern.timecounter.nmicrouptime: 704
> kern.timecounter.nbintime: 4925
> kern.timecounter.nnanotime: 65
> kern.timecounter.nmicrotime: 4860
> kern.timecounter.ngetbinuptime: 0
> kern.timecounter.ngetnanouptime: 329
> kern.timecounter.ngetmicrouptime: 7944
> kern.timecounter.ngetbintime: 0
> kern.timecounter.ngetnanotime: 0
> kern.timecounter.ngetmicrotime: 55201
> kern.timecounter.nsetclock: 2
> kern.timecounter.hardware: ACPI-fast
> kern.timecounter.choice: TSC(-100) ACPI-fast(1000) i8254(0)  
> dummy(-1000000)
> kern.timecounter.tick: 1
> kern.timecounter.smp_tsc: 0
> kern.threads.thr_scope_sys: 0
> kern.threads.thr_concurrency: 0
> kern.threads.debug: 0
> kern.threads.max_threads_per_proc: 1500
> kern.threads.max_groups_per_proc: 1500
> kern.threads.max_threads_hits: 0
> kern.threads.virtual_cpu: 4
> kern.sched.name: 4BSD
> kern.sched.quantum: 100000
> kern.sched.ipiwakeup.enabled: 1
> kern.sched.ipiwakeup.requested: 163868
> kern.sched.ipiwakeup.delivered: 163868
> kern.sched.ipiwakeup.usemask: 1
> kern.sched.ipiwakeup.useloop: 0
> kern.sched.ipiwakeup.onecpu: 0
> kern.sched.ipiwakeup.htt2: 0
> kern.sched.followon: 0
> kern.sched.pfollowons: 0
> kern.sched.kgfollowons: 0
> kern.sched.runq_fuzz: 1
> kern.ccpu: 1948
> kern.devstat.numdevs: 2
> kern.devstat.generation: 96
> kern.devstat.version: 6
> kern.kobj_methodcount: 92
> kern.log_wakeups_per_second: 5
> kern.log_console_output: 1
> kern.always_console_output: 0
> kern.msgbuf:
> kern.msgbuf_clear: 0
> kern.smp.maxcpus: 16
> kern.smp.active: 1
> kern.smp.disabled: 0
> kern.smp.cpus: 4
> kern.smp.forward_signal_enabled: 1
> kern.smp.forward_roundrobin_enabled: 1
> kern.nselcoll: 0
> kern.drainwait: 300
> kern.tty_nin: 115
> kern.tty_nout: 9662
> kern.console: consolectl,/ttyd0,consolectl,
> kern.consmute: 0
> kern.consmsgbuf_size: 8192
> kern.constty_wakeups_per_second: 5
> kern.rootdev: da0s1a
> kern.filedelay: 30
> kern.dirdelay: 29
> kern.metadelay: 28
> kern.minvnodes: 25000
> kern.chroot_allow_open_directories: 1
> kern.rpc.retries: 0
> kern.rpc.request: 0
> kern.rpc.timeouts: 0
> kern.rpc.unexpected: 0
> kern.rpc.invalid: 0
> kern.random.yarrow.gengateinterval: 10
> kern.random.yarrow.bins: 10
> kern.random.yarrow.fastthresh: 192
> kern.random.yarrow.slowthresh: 256
> kern.random.yarrow.slowoverthresh: 2
> kern.random.sys.seeded: 1
> kern.random.sys.harvest.ethernet: 1
> kern.random.sys.harvest.point_to_point: 1
> kern.random.sys.harvest.interrupt: 1
> kern.random.sys.harvest.swi: 0
> vm.vmtotal:
> System wide totals computed every five seconds: (values in kilobytes)
> ===============================================
> Processes:        (RUNQ: 1 Disk Wait: 0 Page Wait: 0 Sleep: 28)
> Virtual Memory:        (Total: 1079K, Active 68964K)
> Real Memory:        (Total: 52792K Active 18092K)
> Shared Virtual Memory:    (Total: 8520K Active: 3224K)
> Shared Real Memory:    (Total: 6900K Active: 3076K)
> Free Memory Pages:    8084124K
> 
> vm.loadavg: { 0.06 0.14 0.07 }
> vm.v_free_min: 12904
> vm.v_free_target: 54347
> vm.v_free_reserved: 2731
> vm.v_inactive_target: 81520
> vm.v_cache_min: 54347
> vm.v_cache_max: 108694
> vm.v_pageout_free_min: 34
> vm.pageout_algorithm: 0
> vm.swap_enabled: 1
> vm.kmem_size: 335544320
> vm.kmem_size_max: 335544320
> vm.kmem_size_scale: 3
> vm.swap_async_max: 4
> vm.dmmax: 32
> vm.nswapdev: 1
> vm.swap_idle_threshold1: 2
> vm.swap_idle_threshold2: 10
> vm.v_free_severe: 7817
> vm.stats.sys.v_swtch: 999440
> vm.stats.sys.v_trap: 40301
> vm.stats.sys.v_syscall: 212354
> vm.stats.sys.v_intr: 281250
> vm.stats.sys.v_soft: 3697
> vm.stats.vm.v_vm_faults: 44083
> vm.stats.vm.v_cow_faults: 15850
> vm.stats.vm.v_cow_optim: 157
> vm.stats.vm.v_zfod: 15264
> vm.stats.vm.v_ozfod: 15000
> vm.stats.vm.v_swapin: 0
> vm.stats.vm.v_swapout: 0
> vm.stats.vm.v_swappgsin: 0
> vm.stats.vm.v_swappgsout: 0
> vm.stats.vm.v_vnodein: 259
> vm.stats.vm.v_vnodeout: 0
> vm.stats.vm.v_vnodepgsin: 1543
> vm.stats.vm.v_vnodepgsout: 0
> vm.stats.vm.v_intrans: 16
> vm.stats.vm.v_reactivated: 98
> vm.stats.vm.v_pdwakeups: 0
> vm.stats.vm.v_pdpages: 0
> vm.stats.vm.v_dfree: 0
> vm.stats.vm.v_pfree: 21199
> vm.stats.vm.v_tfree: 41438
> vm.stats.vm.v_page_size: 4096
> vm.stats.vm.v_page_count: 2034986
> vm.stats.vm.v_free_reserved: 2731
> vm.stats.vm.v_free_target: 54347
> vm.stats.vm.v_free_min: 12904
> vm.stats.vm.v_free_count: 2021030
> vm.stats.vm.v_wire_count: 8633
> vm.stats.vm.v_active_count: 3610
> vm.stats.vm.v_inactive_target: 81520
> vm.stats.vm.v_inactive_count: 1649
> vm.stats.vm.v_cache_count: 0
> vm.stats.vm.v_cache_min: 54347
> vm.stats.vm.v_cache_max: 108694
> vm.stats.vm.v_pageout_free_min: 34
> vm.stats.vm.v_interrupt_free_min: 2
> vm.stats.vm.v_forks: 470
> vm.stats.vm.v_vforks: 26
> vm.stats.vm.v_rforks: 0
> vm.stats.vm.v_kthreads: 109
> vm.stats.vm.v_forkpages: 34679
> vm.stats.vm.v_vforkpages: 4236
> vm.stats.vm.v_rforkpages: 0
> vm.stats.vm.v_kthreadpages: 0
> vm.stats.misc.zero_page_count: 1608075
> vm.stats.misc.cnt_prezero: 1626218
> vm.max_proc_mmap: 49344
> vm.msync_flush_flags: 3
> vm.old_msync: 0
> vm.old_contigmalloc: 0
> vm.idlezero_enable: 1
> vm.idlezero_maxrun: 16
> vm.max_launder: 32
> vm.pageout_stats_max: 54347
> vm.pageout_full_stats_interval: 20
> vm.pageout_stats_interval: 5
> vm.swap_idle_enabled: 0
> vm.defer_swapspace_pageouts: 0
> vm.disable_swapspace_pageouts: 0
> vm.pageout_lock_miss: 0
> vm.zone:
> ITEM            SIZE     LIMIT     USED    FREE  REQUESTS
> 
> FFS2 dinode:     256,        0,    503,     67,      531
> FFS1 dinode:     128,        0,      0,      0,        0
> FFS inode:       140,        0,    503,     57,      531
> SWAPMETA:        276,   121576,      0,      0,        0
> rtentry:         132,        0,     13,     45,       13
> unpcb:           140,    25620,     12,    100,       54
> ripcb:           180,    25608,      0,      0,        0
> sackhole:         16,        0,      0,      0,        0
> tcpreass:         20,     1690,      0,      0,        0
> hostcache:        88,    15400,      2,    130,        2
> syncache:        108,    15372,      0,    108,        3
> tcptw:            56,     5159,      1,    200,        6
> tcpcb:           444,    25605,     16,     38,       35
> inpcb:           180,    25608,     17,     93,       35
> udpcb:           180,    25608,     13,     97,      147
> socket:          324,    25608,     43,     65,      237
> KNOTE:            68,        0,      0,    280,      192
> PIPE:            384,        0,      3,     47,      153
> NFSNODE:         452,        0,     10,     44,       10
> NFSMOUNT:        432,        0,      3,     24,        3
> DIRHASH:        1024,        0,     34,     14,       34
> L VFS Cache:     291,        0,      0,      0,        0
> S VFS Cache:      68,        0,    523,    205,      964
> NAMEI:          1024,        0,      1,     55,     8109
> VNODEPOLL:        64,        0,      0,      0,        0
> VNODE:           264,        0,    594,     81,      593
> ata_request:     200,        0,      0,     38,       24
> g_bio:           132,        0,      0,    551,   206377
> MbufClust:      2048,    25600,    768,     60,      768
> Mbuf:            256,        0,    770,    640,     3228
> Packet:          256,        0,    896,    514,     1703
> VMSPACE:         304,        0,     30,     74,      496
> UPCALL:           44,        0,      0,      0,        0
> KSEGRP:          104,        0,    234,    116,      234
> TID:             140,        0,      1,     53,        1
> THREAD:          388,        0,    234,     36,      234
> PROC:            452,        0,    138,     96,      604
> Files:            68,        0,     94,    242,     4458
> 4096:           4096,        0,    182,     70,     5870
> 2048:           2048,        0,    218,     46,      336
> 1024:           1024,        0,     83,    133,     1148
> 512:             512,        0,     74,     46,      476
> 256:             256,        0,    495,    135,     1424
> 128:             128,        0,   1830,    360,     9690
> 64:               64,        0,   4185,    653,     6210
> 32:               32,        0,   2133,    466,     4744
> 16:               16,        0,   2147,    492,    19630
> DP fakepg:        76,        0,      0,      0,        0
> PDPT:             32,        0,    104,    235,       78
> PV ENTRY:         24,  3575845,  16493,   1052,   224735
> MAP ENTRY:        68,        0,   1138,    318,    18160
> KMAP ENTRY:       68,    90160,     36,    300,     5462
> MAP:             192,        0,      7,     33,        5
> VM OBJECT:       132,        0,   1395,    229,     9688
> 128 Bucket:      524,        0,     81,      3,        0
> 64 Bucket:       268,        0,     80,      4,        0
> 32 Bucket:       140,        0,     90,     22,        0
> 16 Bucket:        76,        0,     63,     37,        0
> UMA Hash:        128,        0,      4,     26,        0
> UMA RCntSlab:    104,        0,    414,     30,        0
> UMA Slabs:        64,        0,    549,     41,        0
> UMA Zones:       328,        0,     61,      5,        0
> UMA Kegs:        136,        0,     61,     11,        0
> 
> vm.kvm_size: 2145382400
> vm.kvm_free: 1172303872
> vfs.devfs.noverflow: 32768
> vfs.devfs.generation: 90
> vfs.devfs.inodes: 90
> vfs.devfs.topinode: 93
> vfs.nfs4.access_cache_timeout: 60
> vfs.nfs4.nfsv3_commit_on_close: 0
> vfs.ufs.dirhash_minsize: 2560
> vfs.ufs.dirhash_maxmem: 2097152
> vfs.ufs.dirhash_mem: 39085
> vfs.ufs.dirhash_docheck: 0
> vfs.nfs.downdelayinitial: 12
> vfs.nfs.downdelayinterval: 30
> vfs.nfs.realign_test: 275
> vfs.nfs.realign_count: 0
> vfs.nfs.bufpackets: 4
> vfs.nfs.reconnects: 1
> vfs.nfs.iodmaxidle: 120
> vfs.nfs.iodmin: 4
> vfs.nfs.iodmax: 20
> vfs.nfs.defect: 0
> vfs.nfs.nfs_ip_paranoia: 1
> vfs.nfs.diskless_valid: 0
> vfs.nfs.diskless_rootpath:
> vfs.nfs.access_cache_timeout: 2
> vfs.nfs.nfsv3_commit_on_close: 0
> vfs.pfs.vncache.entries: 0
> vfs.pfs.vncache.maxentries: 0
> vfs.pfs.vncache.hits: 0
> vfs.pfs.vncache.misses: 0
> vfs.vmiodirenable: 1
> vfs.runningbufspace: 0
> vfs.bufspace: 24084480
> vfs.maxbufspace: 209715200
> vfs.bufmallocspace: 125952
> vfs.maxmallocbufspace: 10452992
> vfs.lobufspace: 208994304
> vfs.hibufspace: 209059840
> vfs.bufreusecnt: 1467
> vfs.buffreekvacnt: 0
> vfs.bufdefragcnt: 0
> vfs.lorunningspace: 524288
> vfs.hirunningspace: 1048576
> vfs.dirtybufferflushes: 0
> vfs.altbufferflushes: 0
> vfs.recursiveflushes: 6
> vfs.numdirtybuffers: 50
> vfs.lodirtybuffers: 1610
> vfs.hidirtybuffers: 3220
> vfs.dirtybufthresh: 2898
> vfs.numfreebuffers: 12750
> vfs.lofreebuffers: 716
> vfs.hifreebuffers: 1432
> vfs.getnewbufcalls: 1950
> vfs.getnewbufrestarts: 0
> vfs.flushwithdeps: 0
> vfs.cache.numneg: 31
> vfs.cache.numcache: 523
> vfs.cache.numcalls: 17396
> vfs.cache.dothits: 100
> vfs.cache.dotdothits: 5
> vfs.cache.numchecks: 16223
> vfs.cache.nummiss: 1038
> vfs.cache.nummisszap: 31
> vfs.cache.numposzaps: 26
> vfs.cache.numposhits: 15095
> vfs.cache.numnegzaps: 10
> vfs.cache.numneghits: 1091
> vfs.cache.nchstats: 15095 1091 36 0 1069 0 19 104
> vfs.cache.numcwdcalls: 25
> vfs.cache.numcwdfail1: 0
> vfs.cache.numcwdfail2: 0
> vfs.cache.numcwdfail3: 0
> vfs.cache.numcwdfail4: 0
> vfs.cache.numcwdfound: 25
> vfs.cache.numfullpathcalls: 0
> vfs.cache.numfullpathfail1: 0
> vfs.cache.numfullpathfail2: 0
> vfs.cache.numfullpathfail3: 0
> vfs.cache.numfullpathfail4: 0
> vfs.cache.numfullpathfound: 0
> vfs.write_behind: 1
> vfs.read_max: 8
> vfs.opv_numops: 64
> vfs.usermount: 0
> vfs.numvnodes: 594
> vfs.wantfreevnodes: 25
> vfs.freevnodes: 103
> vfs.reassignbufcalls: 1761
> vfs.nameileafonly: 0
> vfs.timestamp_precision: 0
> vfs.worklist_len: 4
> vfs.nfsrv.nfs_privport: 0
> vfs.nfsrv.async: 0
> vfs.nfsrv.commit_blks: 0
> vfs.nfsrv.commit_miss: 0
> vfs.nfsrv.realign_test: 0
> vfs.nfsrv.realign_count: 0
> vfs.nfsrv.gatherdelay: 10000
> vfs.nfsrv.gatherdelay_v3: 0
> vfs.ffs.doasyncfree: 1
> vfs.ffs.doreallocblks: 1
> vfs.ffs.compute_summary_at_mount: 0
> net.local.stream.sendspace: 8192
> net.local.stream.recvspace: 8192
> net.local.dgram.maxdgram: 2048
> net.local.dgram.recvspace: 4096
> net.local.inflight: 0
> net.inet.ip.portrange.lowfirst: 1023
> net.inet.ip.portrange.lowlast: 600
> net.inet.ip.portrange.first: 49152
> net.inet.ip.portrange.last: 65535
> net.inet.ip.portrange.hifirst: 49152
> net.inet.ip.portrange.hilast: 65535
> net.inet.ip.portrange.reservedhigh: 1023
> net.inet.ip.portrange.reservedlow: 0
> net.inet.ip.portrange.randomized: 1
> net.inet.ip.portrange.randomcps: 10
> net.inet.ip.portrange.randomtime: 45
> net.inet.ip.forwarding: 0
> net.inet.ip.redirect: 1
> net.inet.ip.ttl: 64
> net.inet.ip.rtexpire: 3600
> net.inet.ip.rtminexpire: 10
> net.inet.ip.rtmaxcache: 128
> net.inet.ip.sourceroute: 0
> net.inet.ip.intr_queue_maxlen: 50
> net.inet.ip.intr_queue_drops: 0
> net.inet.ip.accept_sourceroute: 0
> net.inet.ip.keepfaith: 0
> net.inet.ip.gifttl: 30
> net.inet.ip.subnets_are_local: 0
> net.inet.ip.fastforwarding: 0
> net.inet.ip.process_options: 1
> net.inet.ip.maxfragpackets: 800
> net.inet.ip.maxfragsperpacket: 16
> net.inet.ip.sendsourcequench: 0
> net.inet.ip.random_id: 0
> net.inet.ip.check_interface: 0
> net.inet.icmp.maskrepl: 0
> net.inet.icmp.icmplim: 200
> net.inet.icmp.maskfake: 0
> net.inet.icmp.drop_redirect: 0
> net.inet.icmp.log_redirect: 0
> net.inet.icmp.icmplim_output: 1
> net.inet.icmp.reply_src:
> net.inet.icmp.bmcastecho: 0
> net.inet.tcp.rfc1323: 1
> net.inet.tcp.rfc1644: 0
> net.inet.tcp.mssdflt: 512
> net.inet.tcp.keepidle: 7200000
> net.inet.tcp.keepintvl: 75000
> net.inet.tcp.sendspace: 32768
> net.inet.tcp.recvspace: 65536
> net.inet.tcp.keepinit: 75000
> net.inet.tcp.delacktime: 100
> net.inet.tcp.v6mssdflt: 1024
> net.inet.tcp.hostcache.cachelimit: 15360
> net.inet.tcp.hostcache.hashsize: 512
> net.inet.tcp.hostcache.bucketlimit: 30
> net.inet.tcp.hostcache.count: 2
> net.inet.tcp.hostcache.expire: 3600
> net.inet.tcp.hostcache.purge: 0
> net.inet.tcp.log_in_vain: 0
> net.inet.tcp.blackhole: 0
> net.inet.tcp.delayed_ack: 1
> net.inet.tcp.rfc3042: 1
> net.inet.tcp.rfc3390: 1
> net.inet.tcp.insecure_rst: 0
> net.inet.tcp.reass.maxsegments: 1600
> net.inet.tcp.reass.cursegments: 0
> net.inet.tcp.reass.maxqlen: 48
> net.inet.tcp.reass.overflows: 0
> net.inet.tcp.path_mtu_discovery: 1
> net.inet.tcp.slowstart_flightsize: 1
> net.inet.tcp.local_slowstart_flightsize: 4
> net.inet.tcp.newreno: 1
> net.inet.tcp.sack.enable: 1
> net.inet.tcp.minmss: 216
> net.inet.tcp.minmssoverload: 0
> net.inet.tcp.tcbhashsize: 512
> net.inet.tcp.do_tcpdrain: 1
> net.inet.tcp.pcbcount: 17
> net.inet.tcp.icmp_may_rst: 1
> net.inet.tcp.isn_reseed_interval: 0
> net.inet.tcp.inflight.enable: 1
> net.inet.tcp.inflight.debug: 0
> net.inet.tcp.inflight.min: 6144
> net.inet.tcp.inflight.max: 1073725440
> net.inet.tcp.inflight.stab: 20
> net.inet.tcp.syncookies: 1
> net.inet.tcp.syncache.bucketlimit: 30
> net.inet.tcp.syncache.cachelimit: 15359
> net.inet.tcp.syncache.count: 0
> net.inet.tcp.syncache.hashsize: 512
> net.inet.tcp.syncache.rexmtlimit: 3
> net.inet.tcp.msl: 30000
> net.inet.tcp.rexmit_min: 30
> net.inet.tcp.rexmit_slop: 200
> net.inet.tcp.always_keepalive: 1
> net.inet.udp.checksum: 1
> net.inet.udp.maxdgram: 9216
> net.inet.udp.recvspace: 42080
> net.inet.udp.log_in_vain: 0
> net.inet.udp.blackhole: 0
> net.inet.udp.strict_mcast_mship: 0
> net.inet.raw.maxdgram: 8192
> net.inet.raw.recvspace: 8192
> net.inet.accf.unloadable: 0
> net.link.generic.system.ifcount: 4
> net.link.ether.inet.prune_intvl: 300
> net.link.ether.inet.max_age: 1200
> net.link.ether.inet.host_down_time: 20
> net.link.ether.inet.maxtries: 5
> net.link.ether.inet.useloopback: 1
> net.link.ether.inet.proxyall: 0
> net.link.ether.inet.log_arp_wrong_iface: 1
> net.link.ether.inet.log_arp_movements: 1
> net.link.ether.ipfw: 0
> net.link.gif.max_nesting: 1
> net.link.gif.parallel_tunnels: 0
> net.inet6.ip6.forwarding: 0
> net.inet6.ip6.redirect: 1
> net.inet6.ip6.hlim: 64
> net.inet6.ip6.maxfragpackets: 6400
> net.inet6.ip6.accept_rtadv: 0
> net.inet6.ip6.keepfaith: 0
> net.inet6.ip6.log_interval: 5
> net.inet6.ip6.hdrnestlimit: 50
> net.inet6.ip6.dad_count: 1
> net.inet6.ip6.auto_flowlabel: 1
> net.inet6.ip6.defmcasthlim: 1
> net.inet6.ip6.gifhlim: 30
> net.inet6.ip6.kame_version: 20010528/FreeBSD
> net.inet6.ip6.use_deprecated: 1
> net.inet6.ip6.rr_prune: 5
> net.inet6.ip6.v6only: 1
> net.inet6.ip6.rtexpire: 3600
> net.inet6.ip6.rtminexpire: 10
> net.inet6.ip6.rtmaxcache: 128
> net.inet6.ip6.use_tempaddr: 0
> net.inet6.ip6.temppltime: 86400
> net.inet6.ip6.tempvltime: 604800
> net.inet6.ip6.auto_linklocal: 1
> net.inet6.ip6.prefer_tempaddr: 0
> net.inet6.ip6.maxfrags: 6400
> net.inet6.icmp6.rediraccept: 1
> net.inet6.icmp6.redirtimeout: 600
> net.inet6.icmp6.nd6_prune: 1
> net.inet6.icmp6.nd6_delay: 5
> net.inet6.icmp6.nd6_umaxtries: 3
> net.inet6.icmp6.nd6_mmaxtries: 3
> net.inet6.icmp6.nd6_useloopback: 1
> net.inet6.icmp6.nodeinfo: 3
> net.inet6.icmp6.errppslimit: 100
> net.inet6.icmp6.nd6_maxnudhint: 0
> net.inet6.icmp6.nd6_debug: 0
> net.isr.enable: 0
> net.isr.count: 1145
> net.isr.directed: 0
> net.isr.deferred: 1145
> net.isr.queued: 412
> net.isr.drop: 0
> net.isr.swi_count: 1502
> net.route.netisr_maxqlen: 256
> debug.acpi.acpi_ca_version: 0x20041119
> debug.acpi.do_powerstate: 1
> debug.acpi.semaphore_debug: 0
> debug.firewire_debug: 0
> debug.fwmem_debug: 0
> debug.if_fwe_debug: 0
> debug.sbp_debug: 0
> debug.mddebug: 0
> debug.doslowdown: 0
> debug.elf32_trace: 0
> debug.elf32_legacy_coredump: 0
> debug.boothowto: -2147483648
> debug.bootverbose: 0
> debug.free_devt: 0
> debug.sizeof.g_class: 68
> debug.sizeof.g_geom: 68
> debug.sizeof.g_provider: 88
> debug.sizeof.g_consumer: 60
> debug.sizeof.g_bioq: 48
> debug.sizeof.vnode: 264
> debug.sizeof.proc: 452
> debug.sizeof.cdev: 232
> debug.sizeof.bio: 132
> debug.sizeof.buf: 436
> debug.sizeof.kinfo_proc: 648
> debug.sizeof.devstat: 240
> debug.to_avg_depth: 3009
> debug.to_avg_gcalls: 488
> debug.to_avg_mpcalls: 2498
> debug.kdb.available:
> debug.kdb.current:
> debug.kdb.enter: 0
> debug.kdb.stop_cpus: 1
> debug.rman_debug: 0
> debug.ttydebug: 0
> debug.dobkgrdwrite: 1
> debug.nchash: 131071
> debug.ncnegfactor: 16
> debug.numneg: 31
> debug.numcache: 523
> debug.numcachehv: 72
> debug.vfscache: 1
> debug.vnsize: 264
> debug.ncsize: 36
> debug.hashstat.nchash: 131072 522 2 39
> debug.hashstat.nfsnode: 65536 10 1 1
> debug.disablecwd: 0
> debug.disablefullpath: 0
> debug.rush_requests: 0
> debug.vnlru_nowhere: 0
> debug.bpf_bufsize: 4096
> debug.bpf_maxbufsize: 524288
> debug.if_tun_debug: 0
> debug.mpsafenet: 1
> debug.dopersistence: 0
> debug.snapdebug: 0
> debug.collectsnapstats: 0
> debug.max_softdeps: 400000
> debug.tickdelay: 2
> debug.maxindirdeps: 50
> debug.worklist_push: 0
> debug.blk_limit_push: 0
> debug.ino_limit_push: 0
> debug.blk_limit_hit: 0
> debug.ino_limit_hit: 0
> debug.sync_limit_hit: 0
> debug.indir_blk_ptrs: 91
> debug.inode_bitmap: 4
> debug.direct_blk_ptrs: 3
> debug.dir_entry: 3
> debug.bigcgs: 0
> debug.dircheck: 0
> debug.mpsafevm: 1
> debug.nosleepwithlocks: 0
> debug.fdc.fifo: 8
> debug.fdc.debugflags: 0
> debug.fdc.retries: 10
> debug.fdc.spec1: 175
> debug.fdc.spec2: 16
> debug.fdc.settle: 12
> debug.PMAP1changedcpu: 0
> debug.PMAP1changed: 1502
> debug.PMAP1unchanged: 143346
> debug.psmhz: 20
> debug.psm_soft_timeout: 500000
> debug.psmerrsecs: 2
> debug.psmerrusecs: 0
> debug.psmsecs: 0
> debug.psmusecs: 500000
> debug.psmpkterrthresh: 2
> debug.psmloglevel: 0
> hw.machine: i386
> hw.model: Intel(R) Xeon(TM) CPU 3.40GHz
> hw.ncpu: 4
> hw.byteorder: 1234
> hw.physmem: 4218593280
> hw.usermem: 4183220224
> hw.pagesize: 4096
> hw.floatingpoint: 1
> hw.machine_arch: i386
> hw.realmem: 1006632960
> hw.aac.iosize_max: 65536
> hw.ata.ata_dma: 1
> hw.ata.wc: 1
> hw.ata.atapi_dma: 1
> hw.cardbus.debug: 0
> hw.cardbus.cis_debug: 0
> hw.firewire.try_bmr: 1
> hw.firewire.hold_count: 3
> hw.firewire.fwmem.eui64_hi: 0
> hw.firewire.fwmem.eui64_lo: 0
> hw.firewire.fwmem.speed: 2
> hw.firewire.fwe.stream_ch: 1
> hw.firewire.fwe.tx_speed: 2
> hw.firewire.fwe.rx_queue_len: 128
> hw.firewire.sbp.auto_login: 1
> hw.firewire.sbp.max_speed: 2
> hw.firewire.sbp.exclusive_login: 1
> hw.firewire.sbp.login_delay: 1000
> hw.firewire.sbp.scan_delay: 500
> hw.firewire.sbp.use_doorbell: 0
> hw.firewire.sbp.tags: 0
> hw.pccard.debug: 0
> hw.pccard.cis_debug: 0
> hw.cbb.start_memory: 2281701376
> hw.cbb.start_16_io: 256
> hw.cbb.start_32_io: 4096
> hw.cbb.debug: 0
> hw.pcic.intr_mask: 57016
> hw.pci.enable_io_modes: 1
> hw.pci.do_powerstate: 0
> hw.pci.host_mem_start: 2147483648
> hw.pci.irq_override_mask: 57080
> hw.intr_storm_threshold: 500
> hw.availpages: 2078506
> hw.bus.devctl_disable: 0
> hw.kbd.keymap_restrict_change: 0
> hw.syscons.saver.keybonly: 1
> hw.syscons.bell: 1
> hw.syscons.sc_no_suspend_vtswitch: 0
> hw.busdma.total_bpages: 544
> hw.busdma.zone0.total_bpages: 1
> hw.busdma.zone0.free_bpages: 1
> hw.busdma.zone0.reserved_bpages: 0
> hw.busdma.zone0.active_bpages: 0
> hw.busdma.zone0.total_bounced: 0
> hw.busdma.zone0.total_deferred: 0
> hw.busdma.zone0.lowaddr: 0xfffffffffffffff
> hw.busdma.zone0.alignment: 4096
> hw.busdma.zone0.boundary: 0
> hw.busdma.zone1.total_bpages: 510
> hw.busdma.zone1.free_bpages: 510
> hw.busdma.zone1.reserved_bpages: 0
> hw.busdma.zone1.active_bpages: 0
> hw.busdma.zone1.total_bounced: 0
> hw.busdma.zone1.total_deferred: 0
> hw.busdma.zone1.lowaddr: 0xffffffff
> hw.busdma.zone1.alignment: 1
> hw.busdma.zone1.boundary: 0
> hw.busdma.zone2.total_bpages: 1
> hw.busdma.zone2.free_bpages: 1
> hw.busdma.zone2.reserved_bpages: 0
> hw.busdma.zone2.active_bpages: 0
> hw.busdma.zone2.total_bounced: 0
> hw.busdma.zone2.total_deferred: 0
> hw.busdma.zone2.lowaddr: 0xffffffff
> hw.busdma.zone2.alignment: 1024
> hw.busdma.zone2.boundary: 0
> hw.busdma.zone3.total_bpages: 0
> hw.busdma.zone3.free_bpages: 0
> hw.busdma.zone3.reserved_bpages: 0
> hw.busdma.zone3.active_bpages: 0
> hw.busdma.zone3.total_bounced: 0
> hw.busdma.zone3.total_deferred: 0
> hw.busdma.zone3.lowaddr: 0xffffffff
> hw.busdma.zone3.alignment: 2048
> hw.busdma.zone3.boundary: 0
> hw.busdma.zone4.total_bpages: 32
> hw.busdma.zone4.free_bpages: 32
> hw.busdma.zone4.reserved_bpages: 0
> hw.busdma.zone4.active_bpages: 0
> hw.busdma.zone4.total_bounced: 0
> hw.busdma.zone4.total_deferred: 0
> hw.busdma.zone4.lowaddr: 0xffffffff
> hw.busdma.zone4.alignment: 2
> hw.busdma.zone4.boundary: 65536
> hw.clockrate: 3391
> hw.instruction_sse: 1
> hw.acpi.supported_sleep_state: S1 S3 S4 S5
> hw.acpi.power_button_state: S5
> hw.acpi.sleep_button_state: S1
> hw.acpi.lid_switch_state: NONE
> hw.acpi.standby_state: S1
> hw.acpi.suspend_state: S3
> hw.acpi.sleep_delay: 1
> hw.acpi.s4bios: 0
> hw.acpi.verbose: 0
> hw.acpi.reset_video: 1
> hw.acpi.cpu.cx_supported: C1/0
> hw.acpi.cpu.cx_lowest: C1
> hw.acpi.cpu.cx_usage: 100.00%
> hw.em0.debug_info: -1
> hw.em0.stats: -1
> hw.em0.rx_int_delay: 0
> hw.em0.tx_int_delay: 66
> hw.em0.rx_abs_int_delay: 66
> hw.em0.tx_abs_int_delay: 66
> machdep.adjkerntz: 0
> machdep.disable_rtc_set: 0
> machdep.wall_cmos_clock: 0
> machdep.acpi_timer_freq: 3579545
> machdep.conrclk: 1843200
> machdep.gdbspeed: 9600
> machdep.conspeed: 9600
> machdep.enable_panic_key: 0
> machdep.acpi_root: 1043504
> machdep.disable_mtrrs: 0
> machdep.cpu_idle_hlt: 1
> machdep.guessed_bootdev: 2686451716
> machdep.hlt_cpus: 0
> machdep.panic_on_nmi: 1
> machdep.tsc_freq: 3391511951
> machdep.i8254_freq: 1193182
> machdep.hlt_logical_cpus: 0
> machdep.logical_cpus_mask: 10
> user.cs_path: /usr/bin:/bin:/usr/sbin:/sbin:
> user.bc_base_max: 99
> user.bc_dim_max: 2048
> user.bc_scale_max: 99
> user.bc_string_max: 1000
> user.coll_weights_max: 0
> user.expr_nest_max: 32
> user.line_max: 2048
> user.re_dup_max: 255
> user.posix2_version: 199212
> user.posix2_c_bind: 0
> user.posix2_c_dev: 0
> user.posix2_char_term: 0
> user.posix2_fort_dev: 0
> user.posix2_fort_run: 0
> user.posix2_localedef: 0
> user.posix2_sw_dev: 0
> user.posix2_upe: 0
> user.stream_max: 20
> user.tzname_max: 255
> p1003_1b.asynchronous_io: 0
> p1003_1b.mapped_files: 1
> p1003_1b.memlock: 0
> p1003_1b.memlock_range: 0
> p1003_1b.memory_protection: 0
> p1003_1b.message_passing: 0
> p1003_1b.prioritized_io: 0
> p1003_1b.priority_scheduling: 1
> p1003_1b.realtime_signals: 0
> p1003_1b.semaphores: 0
> p1003_1b.fsync: 0
> p1003_1b.shared_memory_objects: 1
> p1003_1b.synchronized_io: 0
> p1003_1b.timers: 0
> p1003_1b.aio_listio_max: -1
> p1003_1b.aio_max: -1
> p1003_1b.aio_prio_delta_max: -1
> p1003_1b.delaytimer_max: 0
> p1003_1b.mq_open_max: 0
> p1003_1b.pagesize: 4096
> p1003_1b.rtsig_max: 0
> p1003_1b.sem_nsems_max: 0
> p1003_1b.sem_value_max: 0
> p1003_1b.sigqueue_max: 0
> p1003_1b.timer_max: 0
> security.jail.set_hostname_allowed: 1
> security.jail.socket_unixiproute_only: 1
> security.jail.sysvipc_allowed: 0
> security.jail.getfsstatroot_only: 1
> security.jail.allow_raw_sockets: 0
> security.jail.chflags_allowed: 0
> security.jail.jailed: 0
> security.bsd.suser_enabled: 1
> security.bsd.see_other_uids: 1
> security.bsd.see_other_gids: 1
> security.bsd.conservative_signals: 1
> security.bsd.unprivileged_proc_debug: 1
> security.bsd.unprivileged_read_msgbuf: 1
> security.bsd.hardlink_check_uid: 0
> security.bsd.hardlink_check_gid: 0
> security.bsd.unprivileged_get_quota: 0
> dev.nexus.0.%driver: nexus
> dev.nexus.0.%parent: root0
> dev.acpi.0.%desc: DELL WS 670
> dev.acpi.0.%driver: acpi
> dev.acpi.0.%parent: nexus0
> dev.acpi_sysresource.0.%desc: System Resource
> dev.acpi_sysresource.0.%driver: acpi_sysresource
> dev.acpi_sysresource.0.%location: handle=\_SB_.PCI0.ISA_.MBIO
> dev.acpi_sysresource.0.%pnpinfo: _HID=PNP0C01 _UID=11
> dev.acpi_sysresource.0.%parent: acpi0
> dev.acpi_timer.0.%desc: 24-bit timer at 3.579545MHz
> dev.acpi_timer.0.%driver: acpi_timer
> dev.acpi_timer.0.%location: unknown
> dev.acpi_timer.0.%pnpinfo: unknown
> dev.acpi_timer.0.%parent: acpi0
> dev.cpu.0.%desc: ACPI CPU
> dev.cpu.0.%driver: cpu
> dev.cpu.0.%location: handle=\_PR_.CPU0
> dev.cpu.0.%pnpinfo: _HID=none _UID=0
> dev.cpu.0.%parent: acpi0
> dev.cpu.1.%desc: ACPI CPU
> dev.cpu.1.%driver: cpu
> dev.cpu.1.%location: handle=\_PR_.CPU1
> dev.cpu.1.%pnpinfo: _HID=none _UID=0
> dev.cpu.1.%parent: acpi0
> dev.cpu.2.%desc: ACPI CPU
> dev.cpu.2.%driver: cpu
> dev.cpu.2.%location: handle=\_PR_.CPU2
> dev.cpu.2.%pnpinfo: _HID=none _UID=0
> dev.cpu.2.%parent: acpi0
> dev.cpu.3.%desc: ACPI CPU
> dev.cpu.3.%driver: cpu
> dev.cpu.3.%location: handle=\_PR_.CPU3
> dev.cpu.3.%pnpinfo: _HID=none _UID=0
> dev.cpu.3.%parent: acpi0
> dev.acpi_button.0.%desc: Power Button
> dev.acpi_button.0.%driver: acpi_button
> dev.acpi_button.0.%location: handle=\_SB_.VBTN
> dev.acpi_button.0.%pnpinfo: _HID=PNP0C0C _UID=0
> dev.acpi_button.0.%parent: acpi0
> dev.acpi_button.0.wake: 1
> dev.pcib.0.%desc: ACPI Host-PCI bridge
> dev.pcib.0.%driver: pcib
> dev.pcib.0.%location: handle=\_SB_.PCI0
> dev.pcib.0.%pnpinfo: _HID=PNP0A03 _UID=4
> dev.pcib.0.%parent: acpi0
> dev.pcib.0.wake: 0
> dev.pcib.1.%desc: ACPI PCI-PCI bridge
> dev.pcib.1.%driver: pcib
> dev.pcib.1.%location: slot=2 function=0 handle=\_SB_.PCI0.PCI1
> dev.pcib.1.%pnpinfo: vendor=0x8086 device=0x3595 subvendor=0x0050  
> subdevice=0x0000 class=0x060400
> dev.pcib.1.%parent: pci0
> dev.pcib.1.wake: 0
> dev.pcib.2.%desc: ACPI PCI-PCI bridge
> dev.pcib.2.%driver: pcib
> dev.pcib.2.%location: slot=0 function=0 handle=\_SB_.PCI0.PCI1.PCI2
> dev.pcib.2.%pnpinfo: vendor=0x8086 device=0x0329 subvendor=0x0044  
> subdevice=0x0000 class=0x060400
> dev.pcib.2.%parent: pci1
> dev.pcib.2.wake: 0
> dev.pcib.3.%desc: ACPI PCI-PCI bridge
> dev.pcib.3.%driver: pcib
> dev.pcib.3.%location: slot=0 function=2 handle=\_SB_.PCI0.PCI1.PCI3
> dev.pcib.3.%pnpinfo: vendor=0x8086 device=0x032a subvendor=0x0044  
> subdevice=0x0000 class=0x060400
> dev.pcib.3.%parent: pci1
> dev.pcib.3.wake: 0
> dev.pcib.4.%desc: ACPI PCI-PCI bridge
> dev.pcib.4.%driver: pcib
> dev.pcib.4.%location: slot=3 function=0 handle=\_SB_.PCI0.PCI4
> dev.pcib.4.%pnpinfo: vendor=0x8086 device=0x3596 subvendor=0x0050  
> subdevice=0x0000 class=0x060400
> dev.pcib.4.%parent: pci0
> dev.pcib.4.wake: 0
> dev.pcib.5.%desc: ACPI PCI-PCI bridge
> dev.pcib.5.%driver: pcib
> dev.pcib.5.%location: slot=4 function=0 handle=\_SB_.PCI0.PCI5
> dev.pcib.5.%pnpinfo: vendor=0x8086 device=0x3597 subvendor=0x0050  
> subdevice=0x0000 class=0x060400
> dev.pcib.5.%parent: pci0
> dev.pcib.5.wake: 0
> dev.pcib.6.%desc: ACPI PCI-PCI bridge
> dev.pcib.6.%driver: pcib
> dev.pcib.6.%location: slot=30 function=0 handle=\_SB_.PCI0.PCI6
> dev.pcib.6.%pnpinfo: vendor=0x8086 device=0x244e subvendor=0x0000  
> subdevice=0x0000 class=0x060400
> dev.pcib.6.%parent: pci0
> dev.pcib.6.wake: 0
> dev.pci.0.%desc: ACPI PCI bus
> dev.pci.0.%driver: pci
> dev.pci.0.%parent: pcib0
> dev.pci.0.wake: 0
> dev.pci.1.%desc: ACPI PCI bus
> dev.pci.1.%driver: pci
> dev.pci.1.%parent: pcib1
> dev.pci.1.wake: 0
> dev.pci.2.%desc: ACPI PCI bus
> dev.pci.2.%driver: pci
> dev.pci.2.%parent: pcib2
> dev.pci.2.wake: 0
> dev.pci.3.%desc: ACPI PCI bus
> dev.pci.3.%driver: pci
> dev.pci.3.%parent: pcib3
> dev.pci.3.wake: 0
> dev.pci.4.%desc: ACPI PCI bus
> dev.pci.4.%driver: pci
> dev.pci.4.%parent: pcib4
> dev.pci.4.wake: 0
> dev.pci.5.%desc: ACPI PCI bus
> dev.pci.5.%driver: pci
> dev.pci.5.%parent: pcib5
> dev.pci.5.wake: 0
> dev.pci.6.%desc: ACPI PCI bus
> dev.pci.6.%driver: pci
> dev.pci.6.%parent: pcib6
> dev.pci.6.wake: 0
> dev.hostb.0.%desc: Host to PCI bridge
> dev.hostb.0.%driver: hostb
> dev.hostb.0.%location: slot=0 function=0
> dev.hostb.0.%pnpinfo: vendor=0x8086 device=0x359e subvendor=0x1028  
> subdevice=0x0168 class=0x060000
> dev.hostb.0.%parent: pci0
> dev.ahd.0.%desc: Adaptec AIC7901 Ultra320 SCSI adapter
> dev.ahd.0.%driver: ahd
> dev.ahd.0.%location: slot=14 function=0
> dev.ahd.0.%pnpinfo: vendor=0x9005 device=0x808f subvendor=0x1028  
> subdevice=0x0168 class=0x010400
> dev.ahd.0.%parent: pci2
> dev.em.0.%desc: Intel(R) PRO/1000 Network Connection, Version - 1.7.35
> dev.em.0.%driver: em
> dev.em.0.%location: slot=14 function=0
> dev.em.0.%pnpinfo: vendor=0x8086 device=0x1026 subvendor=0x1028  
> subdevice=0x0168 class=0x020000
> dev.em.0.%parent: pci3
> dev.fwohci.0.%desc: Texas Instruments TSB43AB22/A
> dev.fwohci.0.%driver: fwohci
> dev.fwohci.0.%location: slot=12 function=0
> dev.fwohci.0.%pnpinfo: vendor=0x104c device=0x8023 subvendor=0x1028  
> subdevice=0x0168 class=0x0c0010
> dev.fwohci.0.%parent: pci6
> dev.firewire.0.%desc: IEEE1394(FireWire) bus
> dev.firewire.0.%driver: firewire
> dev.firewire.0.%parent: fwohci0
> dev.fwe.0.%desc: Ethernet over FireWire
> dev.fwe.0.%driver: fwe
> dev.fwe.0.%parent: firewire0
> dev.sbp.0.%desc: SBP-2/SCSI over FireWire
> dev.sbp.0.%driver: sbp
> dev.sbp.0.%parent: firewire0
> dev.isab.0.%desc: PCI-ISA bridge
> dev.isab.0.%driver: isab
> dev.isab.0.%location: slot=31 function=0 handle=\_SB_.PCI0.ISA_
> dev.isab.0.%pnpinfo: vendor=0x8086 device=0x24d0 subvendor=0x0000  
> subdevice=0x0000 class=0x060100
> dev.isab.0.%parent: pci0
> dev.isa.0.%desc: ISA bus
> dev.isa.0.%driver: isa
> dev.isa.0.%parent: isab0
> dev.atapci.0.%desc: Intel ICH5 UDMA100 controller
> dev.atapci.0.%driver: atapci
> dev.atapci.0.%location: slot=31 function=1
> dev.atapci.0.%pnpinfo: vendor=0x8086 device=0x24db subvendor=0x1028  
> subdevice=0x0168 class=0x01018a
> dev.atapci.0.%parent: pci0
> dev.atapci.1.%desc: Intel ICH5 SATA150 controller
> dev.atapci.1.%driver: atapci
> dev.atapci.1.%location: slot=31 function=2
> dev.atapci.1.%pnpinfo: vendor=0x8086 device=0x24d1 subvendor=0x1028  
> subdevice=0x0168 class=0x01018f
> dev.atapci.1.%parent: pci0
> dev.ata.0.%driver: ata
> dev.ata.0.%parent: atapci0
> dev.ata.1.%driver: ata
> dev.ata.1.%parent: atapci0
> dev.ata.2.%driver: ata
> dev.ata.2.%parent: atapci1
> dev.ata.3.%driver: ata
> dev.ata.3.%parent: atapci1
> dev.atdma.0.%desc: AT DMA controller
> dev.atdma.0.%driver: atdma
> dev.atdma.0.%location: handle=\_SB_.PCI0.ISA_.DMA_
> dev.atdma.0.%pnpinfo: _HID=PNP0200 _UID=0
> dev.atdma.0.%parent: acpi0
> dev.npxisa.0.%desc: Legacy ISA coprocessor support
> dev.npxisa.0.%driver: npxisa
> dev.npxisa.0.%location: handle=\_SB_.PCI0.ISA_.FPU_
> dev.npxisa.0.%pnpinfo: _HID=PNP0C04 _UID=0
> dev.npxisa.0.%parent: acpi0
> dev.atpic.0.%desc: AT interrupt controller
> dev.atpic.0.%driver: atpic
> dev.atpic.0.%location: handle=\_SB_.PCI0.ISA_.PIC_
> dev.atpic.0.%pnpinfo: _HID=PNP0000 _UID=0
> dev.atpic.0.%parent: acpi0
> dev.attimer.0.%desc: AT realtime clock
> dev.attimer.0.%driver: attimer
> dev.attimer.0.%location: handle=\_SB_.PCI0.ISA_.RTC_
> dev.attimer.0.%pnpinfo: _HID=PNP0B00 _UID=0
> dev.attimer.0.%parent: acpi0
> dev.attimer.1.%desc: AT timer
> dev.attimer.1.%driver: attimer
> dev.attimer.1.%location: handle=\_SB_.PCI0.ISA_.TMR_
> dev.attimer.1.%pnpinfo: _HID=PNP0100 _UID=0
> dev.attimer.1.%parent: acpi0
> dev.fdc.0.%desc: Enhanced floppy controller
> dev.fdc.0.%driver: fdc
> dev.fdc.0.%location: handle=\_SB_.PCI0.ISA_.FDC_
> dev.fdc.0.%pnpinfo: _HID=PNP0700 _UID=0
> dev.fdc.0.%parent: acpi0
> dev.fd.0.%desc: 1440-KB 3.5" drive
> dev.fd.0.%driver: fd
> dev.fd.0.%parent: fdc0
> dev.atkbdc.0.%desc: Keyboard controller (i8042)
> dev.atkbdc.0.%driver: atkbdc
> dev.atkbdc.0.%location: handle=\_SB_.PCI0.ISA_.KBD_
> dev.atkbdc.0.%pnpinfo: _HID=PNP0303 _UID=0
> dev.atkbdc.0.%parent: acpi0
> dev.atkbdc.0.wake: 0
> dev.atkbd.0.%desc: AT Keyboard
> dev.atkbd.0.%driver: atkbd
> dev.atkbd.0.%parent: atkbdc0
> dev.ppc.0.%desc: ECP parallel printer port
> dev.ppc.0.%driver: ppc
> dev.ppc.0.%location: handle=\_SB_.PCI0.ISA_.PRT_
> dev.ppc.0.%pnpinfo: _HID=PNP0401 _UID=0
> dev.ppc.0.%parent: acpi0
> dev.ppbus.0.%desc: Parallel port bus
> dev.ppbus.0.%driver: ppbus
> dev.ppbus.0.%parent: ppc0
> dev.plip.0.%desc: PLIP network interface
> dev.plip.0.%driver: plip
> dev.plip.0.%parent: ppbus0
> dev.lpt.0.%desc: Printer
> dev.lpt.0.%driver: lpt
> dev.lpt.0.%parent: ppbus0
> dev.ppi.0.%desc: Parallel I/O
> dev.ppi.0.%driver: ppi
> dev.ppi.0.%parent: ppbus0
> dev.sio.0.%desc: 16550A-compatible COM port
> dev.sio.0.%driver: sio
> dev.sio.0.%location: handle=\_SB_.PCI0.ISA_.COMA
> dev.sio.0.%pnpinfo: _HID=PNP0501 _UID=1
> dev.sio.0.%parent: acpi0
> dev.sio.1.%desc: 16550A-compatible COM port
> dev.sio.1.%driver: sio
> dev.sio.1.%location: handle=\_SB_.PCI0.ISA_.COMB
> dev.sio.1.%pnpinfo: _HID=PNP0501 _UID=2
> dev.sio.1.%parent: acpi0
> dev.npx.0.%desc: math processor
> dev.npx.0.%driver: npx
> dev.npx.0.%parent: nexus0
> dev.orm.0.%desc: ISA Option ROMs
> dev.orm.0.%driver: orm
> dev.orm.0.%parent: isa0
> dev.pmtimer.0.%driver: pmtimer
> dev.pmtimer.0.%parent: isa0
> dev.sc.0.%desc: System console
> dev.sc.0.%driver: sc
> dev.sc.0.%parent: isa0
> dev.vga.0.%desc: Generic ISA VGA
> dev.vga.0.%driver: vga
> dev.vga.0.%parent: isa0
> hptmv.status: RocketRAID 182x SATA Controller driver Version 1.1
> ------------------------------------------------------------------------ 
> -----
> 
> -- 
> Emmanuel OTTON - Ecole des Mines d'Albi-Carmaux - Responsable  informatique
> Tél: 05 63 49 30 86
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
> 
> 
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42317CF3.20903>