On 2013.03.05 21:43:45 +0400, Mike Korbakov wrote:
> Hi, Luis!
> 
> Low performance with filesystems still big problem in OpenBSD.
> Did You compare linux and OpenBSD without encryption ?
> Results will help to localize problem, is it in encryption engine or in 
> overall filesystem performance.
> 
> My simple tests on vmware virtual machines:
> both machines are with 2 cores of intel core-i7 920 and 3Gb RAM (host RAM 
> 24Gb)
> virtual disks are preallocated and hosted on the RAID with sequential read 
> speed > 100Mb/s
> 
> mike@ubuntu104:~$ uname -a
> Linux ubuntu104 2.6.32-45-generic #104-Ubuntu SMP Tue Feb 19 21:21:41 UTC 
> 2013 i686 GNU/Linux
> mike@ubuntu104:~$ dd if=/dev/zero of=file1 bs=1024k count=1024
> 1024+0 records in
> 1024+0 records out
> 1073741824 bytes (1.1 GB) copied, 15.8527 s, 67.7 MB/s
> 
> bash-4.2# uname -a
> OpenBSD obsd53.vm.mike-i7.kmv 5.3 GENERIC.MP#29 i386
> bash-4.2# dd if=/dev/zero of=file1 bs=1024k count=1024
> 1024+0 records in
> 1024+0 records out
> 1073741824 bytes transferred in 55.544 secs (19331179 bytes/sec)


Hi Mike,


I took your challenge and did some tests with a set of files of 150MB.
What I did was to compare the speed of data transfer in my very small home
servers, both using Intel Desktop Board D945GSEJT with processor Atom N270.

Configurations:
server 0:
    1 GB of RAM
    OpenBSD 5.2
    Samsung SATA 2 disk HD103UJ
    Samsung SATA 2 disk HD103SJ

server 1:
    2 GB of RAM
    FreeBSD 9.1  &  Linux kernel 3.2.29
    Seagate PATA ST3160023A

Default configuration/chipers for softraid (OpenBSD), geom & geli
(FreeBSD), and cryptsetup luks (Linux) were used.
>From my search, default chipers are:
Linux - AES-CBC-ESSIV:SHA256
FreeBSD geom - 128 AES in CBC mode
FreeBSD geli - 128 AES-XTS
OpenBSD softraid0 - 256 AES-XTS

I don't know enough about encryption, but it seems that
OpenBSD's softraid is the best one and also most demandign. Am I
correct?

The command used to copy files was `cp -pR` in FreeBSD and OpenBSD,
and `cp -ar` in Linux.

Each operation was run at least two times, although only one time is
recorded, because the operations returned similar results.

Recorded times for operations in same disk (used HD103UJ in OpenBSD):
+--------------+---------------+--------------+--------------+--------------+
|cp            |OpenBSD        |FreeBSD geom  |FreeBSD geli  |Linux         |
|              |softraid0      |              |              |cryptsetup    |
|              |               |              |              |luks          |
+--------------+---------------+--------------+--------------+--------------+
|unencrypted   |0m4.43s real   |0.000u 0.775s |0.007u 0.786s |real 0m1.280s |
|to            |0m0.02s user   |0:05.23 14.7% |0:05.23 14.9% |user 0m0.009s |
|unencrypted   |0m2.32s system |19+4887k      |21+5377k      |sys 0m1.269s  |
|              |               |0+1193io      |0+1202io      |              |
|              |               |0pf+0w        |0pf+0w        |              |
+--------------+---------------+--------------+--------------+--------------+
|unencrypted   |2m35.50s real  |0.000u 0.696s |0.000u 0.696s |real 0m2.351s |
|to            |0m0.01s user   |0:14.28 4.8%  |0:10.99 6.2%  |user 0m0.014s |
|encrypted     |0m32.21s system|21+5340k      |20+5058k      |sys 0m1.506s  |
|              |               |16+1192io     |3+1374io      |              |
|              |               |0pf+0w        |68pf+0w       |              |
+--------------+---------------+--------------+--------------+--------------+
|encrypted     |0m42.09s real  |0.007u 0.798s |0.000u 0.803s |real 0m1.353s |
|to            |0m0.01s user   |0:05.09 15.5% |0:05.15 15.5% |user 0m0.003s |
|unencrypted   |0m2.33s system |20+5011k      |20+4852k      |sys 0m1.275s  |
|              |               |9+1193io      |15+1193io     |              |
|              |               |0pf+0w        |0pf+0w        |              |
+--------------+---------------+--------------+--------------+--------------+
|encrypted     |1m2.33s real   |0.000u 0.700s |0.023u 0.792s |real 0m2.934s |
|to            |0m0.02s user   |0:11.13 6.2%  |0:10.16 7.9%  |user 0m0.013s |
|encrypted     |0m30.84s system|21+5152k      |24+4748k      |sys 0m1.653s  |
|              |               |1+1192io      |15+1374io     |              |
|              |               |0pf+0w        |0pf+0w        |              |
+--------------+---------------+--------------+--------------+--------------+

Disk operations envolving encrypted partitions on OpenBSD are the
longest ones, even considering that it's using a faster disk.

As I wrote in an earlier post, the cpu is using about 80% during
OpenBSD' data transfers.  The OpenBSD's data transfer speeds when involving
encrypted partitions seem to confirm that they are cpu bound, in my
system.

Maybe because of the superior encryption algorithm, maybe not, Atom
N270 processor doesn't seem sufficient to run OpenBSD in encrypted
mode.  It's a real pain to use OpenBSD is this mode.
FreeBSD and specially Linux are much quicker.

+-----------------------------------------+------------------------------------------+
|                                         | OpenBSD from one SATA disk to the 
other  |
|                                         |                                     
     |
+-----------------------------------------+------------------------------------------+
|unencrypted to unencrypted in other disk | 0m3.03s real 0m0.01s user 0m2.55s 
system |
|                                         |                                     
     |
+-----------------------------------------+------------------------------------------+
|unencrypted to encrypted in other disk   |0m32.30s real 0m0.01s user 0m31.58s 
system|
|                                         |                                     
     |
+-----------------------------------------+------------------------------------------+
|encrypted to unencrypted in other disk   |0m34.53s real 0m0.00s user 0m2.68s 
system |
|                                         |                                     
     |
+-----------------------------------------+------------------------------------------+
|encrypted to encrypted in other disk     |1m4.54s real 0m0.00s user 0m31.68s 
system |
|                                         |                                     
     |
+-----------------------------------------+------------------------------------------+

When using two disks, times for data transfer are shorter, although
unreasonable long for everyday use.

It would be nice to be able to try softraid with 128 AES-XTS instead
of 256, to check apples with apples.

Regards.


Luis


> 05.03.2013, 18:49, "Luis P. Mendes" <luisl...@gmx.com>:
> > On 2013.03.01 22:07:41 -0500, Nick Holland wrote:
> >
> >>  On 03/01/13 19:16, Luis P. Mendes wrote:
> >>>  First time, I rsynced some system directories to the second disk and
> >>>  it worked quickly.
> >>>  Now, I'm trying to rsync a big encrypted data partition to another
> >>>  (almost same size) encrypted data partition in the second disk.  And
> >>>  speed is abysmal.
> >>  ...
> >>>  My system:
> >>>  OpenBSD 5.2-current (GENERIC.MP) #107: Mon Nov 19 12:58:00 MST 2012
> >>>      dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
> >>>      cpu0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz ("GenuineIntel"
> >>>      686-class) 1.60 GHz
> >>>
> >>>  Why does this happen? What can I do to improve the crawling speed?
> >>  quit using an anemic processor for real work?
> >>
> >>  Atom = low power consumption for low performance processing.
> >>  Crypto = high processor utilization per unit of data moved.
> >>
> >>  Atom + lots of crypto = unhappy user
> >>
> >>  Slow processor is often backed with slow supporting hw, too (i.e., disk 
> >> IO)
> >>
> >>  (Keep in mind...what does sufficient crypto at ISP link speeds is
> >>  completely insufficient for what you probably want out of disk speeds.)
> >>
> >>  'course, since you SNIPPED YOUR DMESG, it could probably be a lot of
> >>  other things too...  (hint: if you are so sure you know the minimal
> >>  amount of info we need to resolve your problem, you can undoubtedly
> >>  solve your own problem)
> >
> > I took the time to compare the performance of rsyncing files in
> > OpenBSD with Linux.
> > I have two very similar systems, using Atom N270 in a Intel board D945GSEJT.
> >
> > The characteristics:
> > In Linux:
> >     2 GB RAM
> >     PATA disk of 160 GB connected via adaptor to 44pin motherboard
> >     connector
> >
> > In OpenBSD
> >     1 GB RAM
> >     2 SATA 2 disks - Samsung HD103UJ (F1) and HD103SJ (F3)
> >     The system is running in unencrypted partitions in HD103UJ.
> >     There's a big encrypted partition of data in each disk.
> >
> > In Linux, I created a cryptsetup luks partition and rsync contents of
> > a directory (1.3GB) to another directory in the *same* partition of the
> > same disk.
> > It took  5m24 real time.
> >
> > In OpenBSD, in the Spinpoint F1 disk, I did the same thing: rsynced a
> > directory in a crypto softraid partition, with the same data to
> > another one in the same disk:
> > It took 64m43s real time.
> >
> > Then, in OpenBSD, I measured rsyncing the same directory (from the
> > crypto softraid partition in HD103UJ) to another crypto softraid
> > partition in HD103SJ - which is much faster at writing that HD103UJ).
> > It took 32m 26s real.
> >
> > From `top` in OpenBSD, I can see the processor remains between 19% and
> > 10% idle at every iteration.
> >
> > The point here is not that I expect OpenBSD crypto softraid to perform
> > as fast as cryptsetup + luks, it's just that I was not expecting that
> > the difference was of an order of magnitude slower, even with faster
> > disks.
> >
> > As an additional information, The HD103UJ, where the system is
> > running, is being upgraded since version 5.0.
> > In dmesg, there's some output about invalid metadata format.
> >
> > The dmesg output:
> > 68" rev 0x03: RTL8168D/8111D (0x2800), apic 2 int 16, address 
> > e0:69:95:2e:21:59
> > rgephy0 at re0 phy 7: RTL8169S/8110S PHY, rev. 2
> > ppb1 at pci0 dev 28 function 1 "Intel 82801GB PCIE" rev 0x02
> > pci2 at ppb1 bus 2
> > ppb2 at pci0 dev 28 function 2 "Intel 82801GB PCIE" rev 0x02
> > pci3 at ppb2 bus 3
> > ppb3 at pci0 dev 28 function 3 "Intel 82801GB PCIE" rev 0x02
> > pci4 at ppb3 bus 4
> > uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x02: apic 2 int 23
> > uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x02: apic 2 int 19
> > uhci2 at pci0 dev 29 function 2 "Intel 82801GB USB" rev 0x02: apic 2 int 18
> > uhci3 at pci0 dev 29 function 3 "Intel 82801GB USB" rev 0x02: apic 2 int 16
> > ehci0 at pci0 dev 29 function 7 "Intel 82801GB USB" rev 0x02: apic 2 int 23
> > ehci0: timed out waiting for BIOS
> > usb0 at ehci0: USB revision 2.0
> > uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> > ppb4 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xe2
> > pci5 at ppb4 bus 5
> > em0 at pci5 dev 0 function 0 "Intel PRO/1000GT (82541GI)" rev 0x05: apic 2 
> > int 20, address 00:0e:04:b7:75:43
> > ichpcib0 at pci0 dev 31 function 0 "Intel 82801GBM LPC" rev 0x02: PM 
> > disabled
> > pciide0 at pci0 dev 31 function 1 "Intel 82801GB IDE" rev 0x02: DMA, 
> > channel 0 configured to compatibility, channel 1 configured to compatibility
> > pciide0: channel 0 disabled (no drives)
> > pciide0: channel 1 disabled (no drives)
> > ahci0 at pci0 dev 31 function 2 "Intel 82801GBM AHCI" rev 0x02: msi, AHCI 
> > 1.1
> > scsibus0 at ahci0: 32 targets
> > sd0 at scsibus0 targ 0 lun 0: <ATA, SAMSUNG HD103UJ, 1AA0> SCSI3 0/direct 
> > fixed naa.50000f0007064242
> > sd0: 953868MB, 512 bytes/sector, 1953523055 sectors
> > sd1 at scsibus0 targ 2 lun 0: <ATA, SAMSUNG HD103SJ, 1AJ1> SCSI3 0/direct 
> > fixed naa.50000f001acbbf0b
> > sd1: 953868MB, 512 bytes/sector, 1953523055 sectors
> > ichiic0 at pci0 dev 31 function 3 "Intel 82801GB SMBus" rev 0x02: apic 2 
> > int 19
> > iic0 at ichiic0
> > spdmem0 at iic0 addr 0x50: 1GB DDR2 SDRAM non-parity PC2-5300CL5 SO-DIMM
> > usb1 at uhci0: USB revision 1.0
> > uhub1 at usb1 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > usb2 at uhci1: USB revision 1.0
> > uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > usb3 at uhci2: USB revision 1.0
> > uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > usb4 at uhci3: USB revision 1.0
> > uhub4 at usb4 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > isa0 at ichpcib0
> > isadma0 at isa0
> > pckbc0 at isa0 port 0x60/5
> > pckbd0 at pckbc0 (kbd slot)
> > pckbc0: using irq 1 for kbd slot
> > wskbd0 at pckbd0: console keyboard, using wsdisplay0
> > pcppi0 at isa0 port 0x61
> > spkr0 at pcppi0
> > wbsio0 at isa0 port 0x2e/2: W83627DHG-P rev 0x73
> > lm1 at wbsio0 port 0xa00/8: W83627DHG
> > npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
> > mtrr: Pentium Pro MTRR support
> > uhidev0 at uhub1 port 1 configuration 1 interface 0 " USB Keyboard" rev 
> > 1.10/4.06 addr 2
> > uhidev0: iclass 3/1
> > ukbd0 at uhidev0: 8 variable keys, 6 key codes
> > wskbd1 at ukbd0 mux 1
> > wskbd1: connecting to wsdisplay0
> > uhidev1 at uhub1 port 1 configuration 1 interface 1 " USB Keyboard" rev 
> > 1.10/4.06 addr 2
> > uhidev1: iclass 3/0, 2 report ids
> > uhid0 at uhidev1 reportid 1: input=1, output=0, feature=0
> > uhid1 at uhidev1 reportid 2: input=3, output=0, feature=0
> > vscsi0 at root
> > scsibus1 at vscsi0: 256 targets
> > softraid0 at root
> > scsibus2 at softraid0: 256 targets
> > root on sd0a (cab206728ec80652.a) swap on sd0b dump on sd0b
> > sd2 at scsibus2 targ 1 lun 0: <OPENBSD, SR CRYPTO, 005> SCSI2 0/direct fixed
> > sd2: 922747MB, 512 bytes/sector, 1889787792 sectors
> > softraid0: volume sd2 is roaming, it used to be sd1, updating metadata
> > syncing disks... done
> > sd2 detached
> > OpenBSD 5.2-current (GENERIC.MP) #107: Mon Nov 19 12:58:00 MST 2012
> >     dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
> > cpu0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz ("GenuineIntel" 686-class) 1.60 
> > GHz
> > cpu0: 
> > FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,NXE,SSE3,DTES64,MWAIT,DS-CPL,EST,TM2,SSSE3,xTPR,PDCM,MOVBE,LAHF,PERF
> > real mem  = 1061412864 (1012MB)
> > avail mem = 1033089024 (985MB)
> > mainbus0 at root
> > bios0 at mainbus0: AT/286+ BIOS, date 03/06/09, SMBIOS rev. 2.6 @ 0xeaef0 
> > (42 entries)
> > bios0: vendor Intel Corp. version "JT94510H.86A.0025.2009.0306.1639" date 
> > 03/06/2009
> > bios0: Intel Corporation D945GSEJT
> > acpi0 at bios0: rev 2
> > acpi0: sleep states S0 S1 S3 S4 S5
> > acpi0: tables DSDT FACP APIC MCFG SSDT SSDT SSDT
> > acpi0: wakeup devices P0P2(S4) PEGP(S4) USB0(S3) USB1(S3) USB2(S3) USB3(S3) 
> > EHCI(S3) MC97(S4) P0P1(S4) PS2K(S3) PS2M(S3) UAR1(S3) UAR2(S3) P0P4(S4) 
> > P0P5(S4) P0P6(S4) PWRB(S3)
> > acpitimer0 at acpi0: 3579545 Hz, 24 bits
> > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> > cpu0 at mainbus0: apid 0 (boot processor)
> > cpu0: apic clock running at 132MHz
> > cpu1 at mainbus0: apid 1 (application processor)
> > cpu1: Intel(R) Atom(TM) CPU N270 @ 1.60GHz ("GenuineIntel" 686-class) 1.60 
> > GHz
> > cpu1: 
> > FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,NXE,SSE3,DTES64,MWAIT,DS-CPL,EST,TM2,SSSE3,xTPR,PDCM,MOVBE,LAHF,PERF
> > ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
> > acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
> > acpiprt0 at acpi0: bus 0 (PCI0)
> > acpiprt1 at acpi0: bus -1 (P0P2)
> > acpiprt2 at acpi0: bus 5 (P0P1)
> > acpiprt3 at acpi0: bus 1 (P0P4)
> > acpiprt4 at acpi0: bus 2 (P0P5)
> > acpicpu0 at acpi0: C3, C2, C1, PSS
> > acpicpu1 at acpi0: C3, C2, C1, PSS
> > acpibtn0 at acpi0: PWRB
> > acpivideo0 at acpi0: IGD_
> > bios0: ROM list: 0xc0000/0xec00! 0xcf000/0x1000 0xd0000/0x1000
> > cpu0: Enhanced SpeedStep 1596 MHz: speeds: 1600, 1333, 1067, 800 MHz
> > pci0 at mainbus0 bus 0: configuration mode 1 (bios)
> > pchb0 at pci0 dev 0 function 0 "Intel 82945GME Host" rev 0x03
> > vga1 at pci0 dev 2 function 0 "Intel 82945GME Video" rev 0x03
> > wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
> > wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
> > intagp0 at vga1
> > agp0 at intagp0: aperture at 0xc0000000, size 0x10000000
> > inteldrm0 at vga1: apic 2 int 16
> > drm0 at inteldrm0
> > "Intel 82945GM Video" rev 0x03 at pci0 dev 2 function 1 not configured
> > azalia0 at pci0 dev 27 function 0 "Intel 82801GB HD Audio" rev 0x02: msi
> > azalia0: codecs: Realtek ALC662
> > audio0 at azalia0
> > ppb0 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x02
> > pci1 at ppb0 bus 1
> > re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x03: RTL8168D/8111D 
> > (0x2800), apic 2 int 16, address e0:69:95:2e:21:59
> > rgephy0 at re0 phy 7: RTL8169S/8110S PHY, rev. 2
> > ppb1 at pci0 dev 28 function 1 "Intel 82801GB PCIE" rev 0x02
> > pci2 at ppb1 bus 2
> > ppb2 at pci0 dev 28 function 2 "Intel 82801GB PCIE" rev 0x02
> > pci3 at ppb2 bus 3
> > ppb3 at pci0 dev 28 function 3 "Intel 82801GB PCIE" rev 0x02
> > pci4 at ppb3 bus 4
> > uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x02: apic 2 int 23
> > uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x02: apic 2 int 19
> > uhci2 at pci0 dev 29 function 2 "Intel 82801GB USB" rev 0x02: apic 2 int 18
> > uhci3 at pci0 dev 29 function 3 "Intel 82801GB USB" rev 0x02: apic 2 int 16
> > ehci0 at pci0 dev 29 function 7 "Intel 82801GB USB" rev 0x02: apic 2 int 23
> > ehci0: timed out waiting for BIOS
> > usb0 at ehci0: USB revision 2.0
> > uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> > ppb4 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xe2
> > pci5 at ppb4 bus 5
> > em0 at pci5 dev 0 function 0 "Intel PRO/1000GT (82541GI)" rev 0x05: apic 2 
> > int 20, address 00:0e:04:b7:75:43
> > ichpcib0 at pci0 dev 31 function 0 "Intel 82801GBM LPC" rev 0x02: PM 
> > disabled
> > pciide0 at pci0 dev 31 function 1 "Intel 82801GB IDE" rev 0x02: DMA, 
> > channel 0 configured to compatibility, channel 1 configured to compatibility
> > pciide0: channel 0 disabled (no drives)
> > pciide0: channel 1 disabled (no drives)
> > ahci0 at pci0 dev 31 function 2 "Intel 82801GBM AHCI" rev 0x02: msi, AHCI 
> > 1.1
> > scsibus0 at ahci0: 32 targets
> > sd0 at scsibus0 targ 0 lun 0: <ATA, SAMSUNG HD103UJ, 1AA0> SCSI3 0/direct 
> > fixed naa.50000f0007064242
> > sd0: 953868MB, 512 bytes/sector, 1953523055 sectors
> > sd1 at scsibus0 targ 2 lun 0: <ATA, SAMSUNG HD103SJ, 1AJ1> SCSI3 0/direct 
> > fixed naa.50000f001acbbf0b
> > sd1: 953868MB, 512 bytes/sector, 1953523055 sectors
> > ichiic0 at pci0 dev 31 function 3 "Intel 82801GB SMBus" rev 0x02: apic 2 
> > int 19
> > iic0 at ichiic0
> > spdmem0 at iic0 addr 0x50: 1GB DDR2 SDRAM non-parity PC2-5300CL5 SO-DIMM
> > usb1 at uhci0: USB revision 1.0
> > uhub1 at usb1 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > usb2 at uhci1: USB revision 1.0
> > uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > usb3 at uhci2: USB revision 1.0
> > uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > usb4 at uhci3: USB revision 1.0
> > uhub4 at usb4 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > isa0 at ichpcib0
> > isadma0 at isa0
> > pckbc0 at isa0 port 0x60/5
> > pckbd0 at pckbc0 (kbd slot)
> > pckbc0: using irq 1 for kbd slot
> > wskbd0 at pckbd0: console keyboard, using wsdisplay0
> > pcppi0 at isa0 port 0x61
> > spkr0 at pcppi0
> > wbsio0 at isa0 port 0x2e/2: W83627DHG-P rev 0x73
> > lm1 at wbsio0 port 0xa00/8: W83627DHG
> > npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
> > mtrr: Pentium Pro MTRR support
> > uhidev0 at uhub1 port 1 configuration 1 interface 0 " USB Keyboard" rev 
> > 1.10/4.06 addr 2
> > uhidev0: iclass 3/1
> > ukbd0 at uhidev0: 8 variable keys, 6 key codes
> > wskbd1 at ukbd0 mux 1
> > wskbd1: connecting to wsdisplay0
> > uhidev1 at uhub1 port 1 configuration 1 interface 1 " USB Keyboard" rev 
> > 1.10/4.06 addr 2
> > uhidev1: iclass 3/0, 2 report ids
> > uhid0 at uhidev1 reportid 1: input=1, output=0, feature=0
> > uhid1 at uhidev1 reportid 2: input=3, output=0, feature=0
> > vscsi0 at root
> > scsibus1 at vscsi0: 256 targets
> > softraid0 at root
> > scsibus2 at softraid0: 256 targets
> > root on sd0a (cab206728ec80652.a) swap on sd0b dump on sd0b
> > sd2 at scsibus2 targ 1 lun 0: <OPENBSD, SR CRYPTO, 005> SCSI2 0/direct fixed
> > sd2: 922747MB, 512 bytes/sector, 1889787792 sectors
> > syncing disks... done
> > sd2 detached
> > OpenBSD 5.2-current (GENERIC.MP) #107: Mon Nov 19 12:58:00 MST 2012
> >     dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
> > cpu0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz ("GenuineIntel" 686-class) 1.60 
> > GHz
> > cpu0: 
> > FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,NXE,SSE3,DTES64,MWAIT,DS-CPL,EST,TM2,SSSE3,xTPR,PDCM,MOVBE,LAHF,PERF
> > real mem  = 1061412864 (1012MB)
> > avail mem = 1033089024 (985MB)
> > mainbus0 at root
> > bios0 at mainbus0: AT/286+ BIOS, date 03/06/09, SMBIOS rev. 2.6 @ 0xeaef0 
> > (42 entries)
> > bios0: vendor Intel Corp. version "JT94510H.86A.0025.2009.0306.1639" date 
> > 03/06/2009
> > bios0: Intel Corporation D945GSEJT
> > acpi0 at bios0: rev 2
> > acpi0: sleep states S0 S1 S3 S4 S5
> > acpi0: tables DSDT FACP APIC MCFG SSDT SSDT SSDT
> > acpi0: wakeup devices P0P2(S4) PEGP(S4) USB0(S3) USB1(S3) USB2(S3) USB3(S3) 
> > EHCI(S3) MC97(S4) P0P1(S4) PS2K(S3) PS2M(S3) UAR1(S3) UAR2(S3) P0P4(S4) 
> > P0P5(S4) P0P6(S4) PWRB(S3)
> > acpitimer0 at acpi0: 3579545 Hz, 24 bits
> > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> > cpu0 at mainbus0: apid 0 (boot processor)
> > cpu0: apic clock running at 132MHz
> > cpu1 at mainbus0: apid 1 (application processor)
> > cpu1: Intel(R) Atom(TM) CPU N270 @ 1.60GHz ("GenuineIntel" 686-class) 1.60 
> > GHz
> > cpu1: 
> > FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,NXE,SSE3,DTES64,MWAIT,DS-CPL,EST,TM2,SSSE3,xTPR,PDCM,MOVBE,LAHF,PERF
> > ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
> > acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
> > acpiprt0 at acpi0: bus 0 (PCI0)
> > acpiprt1 at acpi0: bus -1 (P0P2)
> > acpiprt2 at acpi0: bus 5 (P0P1)
> > acpiprt3 at acpi0: bus 1 (P0P4)
> > acpiprt4 at acpi0: bus 2 (P0P5)
> > acpicpu0 at acpi0: C3, C2, C1, PSS
> > acpicpu1 at acpi0: C3, C2, C1, PSS
> > acpibtn0 at acpi0: PWRB
> > acpivideo0 at acpi0: IGD_
> > bios0: ROM list: 0xc0000/0xec00! 0xcf000/0x1000 0xd0000/0x1000
> > cpu0: Enhanced SpeedStep 1596 MHz: speeds: 1600, 1333, 1067, 800 MHz
> > pci0 at mainbus0 bus 0: configuration mode 1 (bios)
> > pchb0 at pci0 dev 0 function 0 "Intel 82945GME Host" rev 0x03
> > vga1 at pci0 dev 2 function 0 "Intel 82945GME Video" rev 0x03
> > wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
> > wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
> > intagp0 at vga1
> > agp0 at intagp0: aperture at 0xc0000000, size 0x10000000
> > inteldrm0 at vga1: apic 2 int 16
> > drm0 at inteldrm0
> > "Intel 82945GM Video" rev 0x03 at pci0 dev 2 function 1 not configured
> > azalia0 at pci0 dev 27 function 0 "Intel 82801GB HD Audio" rev 0x02: msi
> > azalia0: codecs: Realtek ALC662
> > audio0 at azalia0
> > ppb0 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x02
> > pci1 at ppb0 bus 1
> > re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x03: RTL8168D/8111D 
> > (0x2800), apic 2 int 16, address e0:69:95:2e:21:59
> > rgephy0 at re0 phy 7: RTL8169S/8110S PHY, rev. 2
> > ppb1 at pci0 dev 28 function 1 "Intel 82801GB PCIE" rev 0x02
> > pci2 at ppb1 bus 2
> > ppb2 at pci0 dev 28 function 2 "Intel 82801GB PCIE" rev 0x02
> > pci3 at ppb2 bus 3
> > ppb3 at pci0 dev 28 function 3 "Intel 82801GB PCIE" rev 0x02
> > pci4 at ppb3 bus 4
> > uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x02: apic 2 int 23
> > uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x02: apic 2 int 19
> > uhci2 at pci0 dev 29 function 2 "Intel 82801GB USB" rev 0x02: apic 2 int 18
> > uhci3 at pci0 dev 29 function 3 "Intel 82801GB USB" rev 0x02: apic 2 int 16
> > ehci0 at pci0 dev 29 function 7 "Intel 82801GB USB" rev 0x02: apic 2 int 23
> > ehci0: timed out waiting for BIOS
> > usb0 at ehci0: USB revision 2.0
> > uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> > ppb4 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xe2
> > pci5 at ppb4 bus 5
> > em0 at pci5 dev 0 function 0 "Intel PRO/1000GT (82541GI)" rev 0x05: apic 2 
> > int 20, address 00:0e:04:b7:75:43
> > ichpcib0 at pci0 dev 31 function 0 "Intel 82801GBM LPC" rev 0x02: PM 
> > disabled
> > pciide0 at pci0 dev 31 function 1 "Intel 82801GB IDE" rev 0x02: DMA, 
> > channel 0 configured to compatibility, channel 1 configured to compatibility
> > pciide0: channel 0 disabled (no drives)
> > pciide0: channel 1 disabled (no drives)
> > ahci0 at pci0 dev 31 function 2 "Intel 82801GBM AHCI" rev 0x02: msi, AHCI 
> > 1.1
> > scsibus0 at ahci0: 32 targets
> > sd0 at scsibus0 targ 0 lun 0: <ATA, SAMSUNG HD103UJ, 1AA0> SCSI3 0/direct 
> > fixed naa.50000f0007064242
> > sd0: 953868MB, 512 bytes/sector, 1953523055 sectors
> > sd1 at scsibus0 targ 2 lun 0: <ATA, SAMSUNG HD103SJ, 1AJ1> SCSI3 0/direct 
> > fixed naa.50000f001acbbf0b
> > sd1: 953868MB, 512 bytes/sector, 1953523055 sectors
> > ichiic0 at pci0 dev 31 function 3 "Intel 82801GB SMBus" rev 0x02: apic 2 
> > int 19
> > iic0 at ichiic0
> > spdmem0 at iic0 addr 0x50: 1GB DDR2 SDRAM non-parity PC2-5300CL5 SO-DIMM
> > usb1 at uhci0: USB revision 1.0
> > uhub1 at usb1 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > usb2 at uhci1: USB revision 1.0
> > uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > usb3 at uhci2: USB revision 1.0
> > uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > usb4 at uhci3: USB revision 1.0
> > uhub4 at usb4 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > isa0 at ichpcib0
> > isadma0 at isa0
> > pckbc0 at isa0 port 0x60/5
> > pckbd0 at pckbc0 (kbd slot)
> > pckbc0: using irq 1 for kbd slot
> > wskbd0 at pckbd0: console keyboard, using wsdisplay0
> > pcppi0 at isa0 port 0x61
> > spkr0 at pcppi0
> > wbsio0 at isa0 port 0x2e/2: W83627DHG-P rev 0x73
> > lm1 at wbsio0 port 0xa00/8: W83627DHG
> > npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
> > mtrr: Pentium Pro MTRR support
> > uhidev0 at uhub1 port 1 configuration 1 interface 0 " USB Keyboard" rev 
> > 1.10/4.06 addr 2
> > uhidev0: iclass 3/1
> > ukbd0 at uhidev0: 8 variable keys, 6 key codes
> > wskbd1 at ukbd0 mux 1
> > wskbd1: connecting to wsdisplay0
> > uhidev1 at uhub1 port 1 configuration 1 interface 1 " USB Keyboard" rev 
> > 1.10/4.06 addr 2
> > uhidev1: iclass 3/0, 2 report ids
> > uhid0 at uhidev1 reportid 1: input=1, output=0, feature=0
> > uhid1 at uhidev1 reportid 2: input=3, output=0, feature=0
> > vscsi0 at root
> > scsibus1 at vscsi0: 256 targets
> > softraid0 at root
> > scsibus2 at softraid0: 256 targets
> > root on sd0a (cab206728ec80652.a) swap on sd0b dump on sd0b
> > sd2 at scsibus2 targ 1 lun 0: <OPENBSD, SR CRYPTO, 005> SCSI2 0/direct fixed
> > sd2: 922747MB, 512 bytes/sector, 1889787792 sectors
> > Ext2 fs: unsupported optional feature
> > Ext2 fs: unsupported optional feature
> > softraid0: invalid metadata format
> > softraid0: invalid metadata format
> > sd3 at scsibus2 targ 2 lun 0: <OPENBSD, SR CRYPTO, 005> SCSI2 0/direct fixed
> > sd3: 923950MB, 512 bytes/sector, 1892249968 sectors
> >
> > Thanks for the time and interest!
> >
> > Luis P. Mendes
> 

-- 


Luis P. Mendes

Reply via email to