<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.os.netbsd.general">
    <title>gmane.os.netbsd.general</title>
    <link>http://blog.gmane.org/gmane.os.netbsd.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33120"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33119"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33118"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33117"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33116"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33115"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33114"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33113"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33112"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33111"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33110"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33109"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33108"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33107"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33106"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33105"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33104"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33103"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33102"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.general/33101"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33120">
    <title>Is there a BSD version of tracepath?</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33120</link>
    <description>&lt;pre&gt;Hi,

I was looking for a tool for discovering the MTU on a routed path (with several hops), and "tracepath" seems to be the right tool for that. However, tracepath is part of (Linux) iputils which seem to be just Linux centric. 

Is someone aware of and similar tool for *BSD systems?

Re,
/P

&lt;/pre&gt;</description>
    <dc:creator>Fredrik Pettai</dc:creator>
    <dc:date>2012-05-25T12:13:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33119">
    <title>Re: Booting a NetBSD installer from pxelinux</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33119</link>
    <description>&lt;pre&gt;
Thanks, passing the io address solved the issue, now NetBSD correctly
finds the com port.

&lt;/pre&gt;</description>
    <dc:creator>Roger Pau Monné</dc:creator>
    <dc:date>2012-05-25T09:10:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33118">
    <title>Re: Booting a NetBSD installer from pxelinux</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33118</link>
    <description>&lt;pre&gt;
You can installboot -e (on a NetBSD box, e.g:
installboot -e -o console=com0,speed=9600,ioaddr=0x3f8 netbsdpxe.0) the
NetBSD PXE boot loader to set the console parameters.
This way it will automatically start on the serial port, you don't need
to type 'consdev comx'.

&lt;/pre&gt;</description>
    <dc:creator>Manuel Bouyer</dc:creator>
    <dc:date>2012-05-25T07:54:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33117">
    <title>Re: Booting a NetBSD installer from pxelinux</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33117</link>
    <description>&lt;pre&gt;
My main problem is that I would like to realize the install from the
serial port, but since "consdev comx" doesn't seem to work I don't
know what other options I have.

I've also realized that when booting from VGA with the 6.0BETA install
CD the install process gets stuck after something like:

boot device:
root device:

And there's no output behind this point (although I see the CD gets
recognized by the kernel). That's why I wanted to use the serial
console, so I can paste the output of the boot process and hopefully
find the error.

Thanks, Roger.

&lt;/pre&gt;</description>
    <dc:creator>Roger Pau Monné</dc:creator>
    <dc:date>2012-05-25T07:47:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33116">
    <title>Re: sbc better than soekris?</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33116</link>
    <description>&lt;pre&gt;On Sun, 20 May 2012 17:28:57 -0400
"James K. Lowden" &amp;lt;jklowden&amp;lt; at &amp;gt;schemamania.org&amp;gt; wrote:


Many thanks to everyone for your suggestions.  When my 4801 was first
installed, I put in a 256 MB CF card and 30 GB laptop HD.  Now in 2012
a 16 GB CF Card is $30.  That certainly seems like a the best
choice: good fast and cheap.  

--jkl


&lt;/pre&gt;</description>
    <dc:creator>James K. Lowden</dc:creator>
    <dc:date>2012-05-24T22:49:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33115">
    <title>Re: Booting a NetBSD installer from pxelinux</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33115</link>
    <description>&lt;pre&gt;
I've not tried 'consdev comx', but installboot -e does work for me.
I've found that on some systems the BIOS doesn't properly export com
parameters, and installboot also needs the I/O port and speed ...

&lt;/pre&gt;</description>
    <dc:creator>Manuel Bouyer</dc:creator>
    <dc:date>2012-05-24T17:16:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33114">
    <title>Re: Booting a NetBSD installer from pxelinux</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33114</link>
    <description>&lt;pre&gt;
Thanks!, this is really and advance. I can get to the NetBSD
bootloader, and using boot tftp:path/to/netbsd-INSTALL.gz finds and
loads the kernel, but it's tedious to write boot tfp:path/to/kernel,
is there some way to pass a config file as an argument to netbsdpxe.0?
That would be great.

Another problem that I've found (both from the BETA6 CD or the PXE
bootloader) is that "consdev comx" doesn't seem to work for me. I've
tried all the comX options, but the kernel always throws it's output
to the VGA port, any thoughts on this one? This is a Dell R310 by the
way.

This is the output I get, but I think it won't be of much help:

boot: netbsd


Press return to boot now, any other key for boot menu
booting netbsd - starting in 0 seconds.
type "?" or "help" for help.


PXE BIOS Version 2.1
Using PCI device at bus 2 device 0 function 0
Ethernet address 84:2b:2b:69:bd:cf
11628440+5725352+620280=0x1224a70

Thanks, Roger.

&lt;/pre&gt;</description>
    <dc:creator>Roger Pau Monné</dc:creator>
    <dc:date>2012-05-24T17:08:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33113">
    <title>Re: Booting a NetBSD installer from pxelinux</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33113</link>
    <description>&lt;pre&gt;
FWIW, I load the netbsd bootloader from pxelinux, which then loads the
NetBSD kernel:
label netbsd
  kernel netbsdpxe.0

netbsdpxe.0 being /usr/mdec/pxeboot_ia32.bin
This then allows me to load the kernel I want, load ramdisk modules, etc ...

&lt;/pre&gt;</description>
    <dc:creator>Manuel Bouyer</dc:creator>
    <dc:date>2012-05-24T16:05:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33112">
    <title>Booting a NetBSD installer from pxelinux</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33112</link>
    <description>&lt;pre&gt;Hello,

I've been trying to boot a netbsd INSTALL kernel from pxelinux, but so
far I haven't got much success. I've tried with 6.0BETA amd64 INSTALL
kernels and it seems to be compiled without MULTIBOOT options, which
makes them useless with pxelinux. I've tried adding "options
MULTIBOOT" to the sys/arch/amd64/conf/INSTALL conf file, but the
resulting kernel is still not booting with pxelinux. I'm using the
following pxelinux configuration:

label netbsd6-install
        kernel mboot.c32
        append rogerpau/netbsd-INSTALL

Which gives "Fatal: not a multiboot kernel." error when using amd64
versions, but with i386 I've got a little bit more success, I'm able
to boot the install kernel, that seems to come with multiboot
activated by default on config file, but since I'm on a serial console
I'm not able to see any output, and the machine reboots shortly after
booting the kernel, to get serial console output I've tried passing
"consdev com1", but I'm not really sure this is the correct syntax to
use with pxelinux.

label netbsd6-install
        kernel mboot.c32
        append rogerpau/netbsd-INSTALL consdev com1

Does someone know how to set the console output for NetBSD kernels
from pxelinux, and why amd64 kernels seem to be not multiboot valid
(at least for mboot.c32/pxelinux).

Thanks, Roger.

&lt;/pre&gt;</description>
    <dc:creator>Roger Pau Monné</dc:creator>
    <dc:date>2012-05-24T14:56:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33111">
    <title>Re: GPT and raid seems ok, missing disks awkward</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33111</link>
    <description>&lt;pre&gt;
Sorry that's not true. It would only be 64 if the ffs partition of your
second gpt would also start at 64.  The first gpt/mbr layout doesn't
matter in this case.

&lt;/pre&gt;</description>
    <dc:creator>Petar Bogdanovic</dc:creator>
    <dc:date>2012-05-23T14:15:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33110">
    <title>Re: GPT and raid seems ok, missing disks awkward</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33110</link>
    <description>&lt;pre&gt;
Yes, boot knows how to deal with disklabel &amp;lt; at &amp;gt; raidframe so as long as you
stick with it you won't need that hack even if your raidframe is &amp;lt; at &amp;gt; gpt &amp;lt; at &amp;gt;
disk.

(sorry for the silly &amp;lt; at &amp;gt;-notation)

&lt;/pre&gt;</description>
    <dc:creator>Petar Bogdanovic</dc:creator>
    <dc:date>2012-05-23T14:09:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33109">
    <title>Re: GPT and raid seems ok, missing disks awkward</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33109</link>
    <description>&lt;pre&gt;
  If you intend to boot from this (ffs &amp;lt; at &amp;gt; gpt &amp;lt; at &amp;gt; raidframe &amp;lt; at &amp;gt; gpt &amp;lt; at &amp;gt; disk),
  you'll probably need this ugly duckling:

     -       bios_sector += RF_PROTECTED_SECTORS;
     +       bios_sector += RF_PROTECTED_SECTORS+34;

Interesting point.  What I have done is

  gpt on disk, with raidframe partition at 64
  in raid, regular disklabel
    raid0a starting at 0

I think for 2T (vs 2.5T or bigger) I don't really need gpt, but I like
having a clear label on the disk show up in dmesg when it attaches.

So I think boot will only need to skip the 64 RF sectors after first
finding the raid partition from parsing the gpt label.  Does that sound
right?

&lt;/pre&gt;</description>
    <dc:creator>Greg Troxel</dc:creator>
    <dc:date>2012-05-23T14:01:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33108">
    <title>Re: GPT and raid seems ok, missing disks awkward</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33108</link>
    <description>&lt;pre&gt;

If you intend to boot from this (ffs &amp;lt; at &amp;gt; gpt &amp;lt; at &amp;gt; raidframe &amp;lt; at &amp;gt; gpt &amp;lt; at &amp;gt; disk),
you'll probably need this ugly duckling:

    Index: bootxx/boot1.c                             
    ===================================================================
    RCS file: /cvsroot/src/sys/arch/i386/stand/bootxx/boot1.c,v        
    retrieving revision 1.20                                   
    diff -u -r1.20 boot1.c  
    --- bootxx/boot1.c      6 Jan 2011 01:08:48 -0000       1.20
    +++ bootxx/boot1.c      30 Mar 2012 13:58:33 -0000          
    &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -86,7 +86,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;                                 
             * (Maybe this should only be done if the filesystem
             * magic number is absent.)
             */
    -       bios_sector += RF_PROTECTED_SECTORS;
    +       bios_sector += RF_PROTECTED_SECTORS+34;
            fd = ob();
            if (fd != -1)
                    goto done;
    Index: lib/biosdisk.c     
    ===================================================================
    RCS file: /cvsroot/src/sys/arch/i386/stand/lib/biosdisk.c,v        
    retrieving revision 1.40                                   
    diff -u -r1.40 biosdisk.c
    --- lib/biosdisk.c      16 Jan 2012 18:47:57 -0000      1.40
    +++ lib/biosdisk.c      30 Mar 2012 13:58:33 -0000          
    &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -760,7 +760,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;                               
            d-&amp;gt;boff = d-&amp;gt;part[partition].offset;

            if (d-&amp;gt;part[partition].fstype == FS_RAID)
    -               d-&amp;gt;boff += RF_PROTECTED_SECTORS; 
    +               d-&amp;gt;boff += RF_PROTECTED_SECTORS+34;
                                                       
     #ifdef _STANDALONE
            bi_wedge.startblk = d-&amp;gt;part[partition].offset;

while the offset in your case would be 64.  Should boot if your fs is on
raid level 1, won't boot in case of raid level 0.

&lt;/pre&gt;</description>
    <dc:creator>Petar Bogdanovic</dc:creator>
    <dc:date>2012-05-23T13:24:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33107">
    <title>GPT and raid seems ok, missing disks awkward</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33107</link>
    <description>&lt;pre&gt;
I ended up figuring out my issues, but I'm thinking this note may be
useful to others.

summary:
  Does raidframe on dkN via gpt work? (yes, it seems to)
  Does the "absent" keyword in raidctl still work? (yes, but with -C)

My system is up-to-date netbsd-5/i386.

I just got two 2T SATA drives, intending to migrate a system from 2 *
400G RAID-1 to a RAID-1 pair with the new drives.  (Not relevant, I
think: I got one Seagate and one Hitachi drive, both 7200 rpm, to reduce
the chance of correlated failures.)

I put the Seagate drive in an Aluratek docking enclosure, and it shows
up as sd4 and seems to work.

I used gpt create, gpt add, gpt label, and addwedge, and can access dk0.
It looks fine (yes, I started at 64 not 34 due to 4K sectors which I
probably have):

       start        size  index  contents
           0           1         PMBR
           1           1         Pri GPT header
           2          32         Pri GPT table
          34          30         
          64  3907029071      1  GPT part - NetBSD RAIDFrame component
  3907029135          32         Sec GPT table
  3907029167           1         Sec GPT header

[There are no dk/wedge examples in the man page (on netbsd-5).]

I am trying to get a deficient raid-1 set created; I created a raidframe
config:

  START array
  1 2 0

  START disks
  /dev/dk0
  absent

  START layout
  # sectPerSU SUsPerParityUnit SUsPerReconUnit RAID_level_1
  128 1 1 1

  START queue
  fifo 100

Then, trying to configure raid1 (raid0 is my 400G pair):

# raidctl -v -c /etc/raid2T.conf  raid1 

  Ignoring missing component at column 1
  raid1: Component /dev/dk0 being configured at col: 0
           Column: 0 Num Columns: 0
           Version: 96 Serial Number: 0 Mod Counter: 0
           Clean: No Status: 0
  Number of columns do not match for: /dev/dk0
  /dev/dk0 is not clean!
  raid1: Component absent being configured at col: 1
           Column: 0 Num Columns: 0
           Version: 0 Serial Number: 0 Mod Counter: 0
           Clean: No Status: 0
  Column out of alignment for: absent
  Number of columns do not match for: absent
  absent is not clean!
  raid1: There were fatal errors
  RAIDFRAME: failed rf_ConfigureDisks with 22
  raidctl: ioctl (RAIDFRAME_CONFIGURE) failed: Invalid argument

I reran with -C and it configured:

  Ignoring missing component at column 1
  raid1: Component /dev/dk0 being configured at col: 0
           Column: 0 Num Columns: 0
           Version: 96 Serial Number: 0 Mod Counter: 0
           Clean: No Status: 0
  Number of columns do not match for: /dev/dk0
  /dev/dk0 is not clean!
  raid1: Component absent being configured at col: 1
           Column: 0 Num Columns: 0
           Version: 0 Serial Number: 0 Mod Counter: 0
           Clean: No Status: 0
  Column out of alignment for: absent
  Number of columns do not match for: absent
  absent is not clean!
  raid1: There were fatal errors
  raid1: Fatal errors being ignored.
  raid1: RAID Level 1
  raid1: Components: /dev/dk0 component1[**FAILED**]
  raid1: Total Sectors: 3907028992 (1907729 MB)

It seems that 'absent' is not an error, and forcing should not be
necessary.

Then -I to label, and -i to initialize, per the man page, and now things
seem normal.

&lt;/pre&gt;</description>
    <dc:creator>Greg Troxel</dc:creator>
    <dc:date>2012-05-23T12:44:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33106">
    <title>How to install the i386 boot when upgrading from 5.1 to 6.0?</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33106</link>
    <description>&lt;pre&gt;Hi all,

Recently I want to upgrade my thinkpad x60 from netbsd/i386 5.1 to 6.0
branch, so I cvs update the /usr/src

$ cvs up -dP -r netbsd-6

and following the instruction:

http://www.netbsd.org/docs/guide/en/chap-updating.html#updating-summary

After I build and replace the GENERIC kernel with new one, the
reboot step cannot succeeded.

The screen only display the first line message and reboot immediately.

I knew the new netbsd-6 kernel using modules under i386, so I try the
MONOLITHIC kernel, but it failed boot, too.

Then I copy the fresh 6.0 destdir.i386/usr/mdec/boot to /boot,
destdir.i36/stand/i386/6.0 to /stand/i386. Boot the system, this time
the screen show more one line:

Loading /stand/i386/6.0/modules/ffs/ffs.kmod

and reboot again.

Add -vx boot options, no verbose and debug messages appeared.

I also try the same upgrading procedure on another PC box, it has
netbsd/i386 5.1 installed, and boot new kernel encounter the same reboot
problem.

The bootloader on these systems is GRUB 0.97. 

Did I miss some important things with new version boot before
launching the new kernel?

The attachment is the dmesg output from my x60.

TIA,
Jungle

Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 5.1.0_PATCH (GENERIC) #0: Wed Dec  1 13:41:15 HKT 2010
jungle&amp;lt; at &amp;gt;x60:/usr/obj/sys/arch/i386/compile/GENERIC
total memory = 1014 MB
avail memory = 985 MB
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
LENOVO 1706A7C (ThinkPad X60)
mainbus0 (root)
cpu0 at mainbus0 apid 0: Intel 686-class, 1662MHz, id 0x6e8
cpu0: Enhanced SpeedStep (1004 mV) 1000 MHz
cpu0: Enhanced SpeedStep frequencies available (MHz): 1667 1500 1333 1167 1000
cpu1 at mainbus0 apid 1: Intel 686-class, 1662MHz, id 0x6e8
ioapic0 at mainbus0 apid 1: pa 0xfec00000, version 20, 24 pins
acpi0 at mainbus0: Intel ACPICA 20080321
acpi0: X/RSDT: OemId &amp;lt;LENOVO,TP-7B   ,00002140&amp;gt;, AslId &amp;lt; LTP,00000000&amp;gt;
acpiecdt0 at acpi0: ACPI Embedded Controller via ECDT
acpi0: SCI interrupting at int 9
acpi0: fixed-feature power button present
timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
ACPI-Fast 24-bit timer
acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
acpibut0 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43 irq 0
hpet0 at acpi0 (HPET, PNP0103): mem 0xfed00000-0xfed003ff
timecounter: Timecounter "hpet0" frequency 14318179 Hz quality 2000
pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
midi0 at pcppi1: PC speaker (CPU-intensive output)
sysbeep0 at pcppi1
npx1 at acpi0 (FPU, PNP0C04): io 0xf0 irq 13
npx1: reported by CPUID; using exception 16
pckbc1 at acpi0 (KBD, PNP0303) (kbd port): io 0x60,0x64 irq 1
pckbc2 at acpi0 (MOU, IBM3780) (aux port): irq 12
TPM (ATM1200) at acpi0 not configured
acpiec0 at acpi0 (EC, PNP0C09-0): using acpiecdt0
acpibat0 at acpi0 (BAT0, PNP0C0A-0): ACPI Battery (Control Method)
acpibat0: battery info: SANYO, LION, 42T4632 11126
acpiacad0 at acpi0 (AC, ACPI0003-0): ACPI AC Adapter
thinkpad0 at acpi0 (HKEY, IBM0068)
thinkpad0: using CMOS at \UCMS
thinkpad0: using EC at acpiecdt0
acpitz0 at acpi0 (THM0): critical 127.0C, passive cooling
acpitz1 at acpi0 (THM1): critical 97.0C passive 42.0C, passive cooling
apm0 at acpi0: Power Management spec V1.2
attimer1: attached to pcppi1
pckbd0 at pckbc1 (kbd slot)
pckbc1: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard
pms0 at pckbc1 (aux slot)
pckbc1: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
pchb0 at pci0 dev 0 function 0
pchb0: vendor 0x8086 product 0x27a0 (rev. 0x03)
agp0 at pchb0: detected 7932k stolen memory
agp0: aperture at 0xd0000000, size 0x10000000
vga1 at pci0 dev 2 function 0: vendor 0x8086 product 0x27a2 (rev. 0x03)
wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation), using wskbd0
wsmux1: connecting to wsdisplay0
drm at vga1 not configured
vendor 0x8086 product 0x27a6 (miscellaneous display, revision 0x03) at pci0 dev 2 function 1 not configured
azalia0 at pci0 dev 27 function 0: Generic High Definition Audio Controller
azalia0: interrupting at ioapic0 pin 17
azalia0: host: 0x8086/0x27d8 (rev. 2), HDA rev. 1.0
ppb0 at pci0 dev 28 function 0: vendor 0x8086 product 0x27d0 (rev. 0x02)
pci1 at ppb0 bus 2
pci1: i/o space, memory space enabled, rd/line, wr/inv ok
wm0 at pci1 dev 0 function 0: Intel i82573L Gigabit Ethernet, rev. 0
wm0: interrupting at ioapic0 pin 16
wm0: PCI-Express bus
wm0: 256 word (8 address bits) SPI EEPROM
wm0: Ethernet address 00:16:d3:2c:f3:13
makphy0 at wm0 phy 1: Marvell 88E1111 Gigabit PHY, rev. 2
makphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
ppb1 at pci0 dev 28 function 1: vendor 0x8086 product 0x27d2 (rev. 0x02)
pci2 at ppb1 bus 3
pci2: i/o space, memory space enabled, rd/line, wr/inv ok
wpi0 at pci2 dev 0 function 0: vendor 0x8086 product 0x4227 (rev. 0x02)
wpi0: interrupting at ioapic0 pin 17
wpi0: RoW, address 00:18:de:64:7f:28
wpi0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wpi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wpi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
ppb2 at pci0 dev 28 function 2: vendor 0x8086 product 0x27d4 (rev. 0x02)
ppb2: disabling notification events
pci3 at ppb2 bus 4
pci3: i/o space, memory space enabled, rd/line, wr/inv ok
ppb3 at pci0 dev 28 function 3: vendor 0x8086 product 0x27d6 (rev. 0x02)
pci4 at ppb3 bus 12
pci4: i/o space, memory space enabled, rd/line, wr/inv ok
uhci0 at pci0 dev 29 function 0: vendor 0x8086 product 0x27c8 (rev. 0x02)
uhci0: interrupting at ioapic0 pin 16
usb0 at uhci0: USB revision 1.0
uhci1 at pci0 dev 29 function 1: vendor 0x8086 product 0x27c9 (rev. 0x02)
uhci1: interrupting at ioapic0 pin 17
usb1 at uhci1: USB revision 1.0
uhci2 at pci0 dev 29 function 2: vendor 0x8086 product 0x27ca (rev. 0x02)
uhci2: interrupting at ioapic0 pin 18
usb2 at uhci2: USB revision 1.0
uhci3 at pci0 dev 29 function 3: vendor 0x8086 product 0x27cb (rev. 0x02)
uhci3: interrupting at ioapic0 pin 19
usb3 at uhci3: USB revision 1.0
ehci0 at pci0 dev 29 function 7: vendor 0x8086 product 0x27cc (rev. 0x02)
ehci0: interrupting at ioapic0 pin 19
ehci0: EHCI version 1.0
ehci0: companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3
usb4 at ehci0: USB revision 2.0
ppb4 at pci0 dev 30 function 0: vendor 0x8086 product 0x2448 (rev. 0xe2)
pci5 at ppb4 bus 21
pci5: i/o space enabled
cbb0 at pci5 dev 0 function 0: vendor 0x1180 product 0x0476 (rev. 0xb4)
cbb0: can't map socket base address 0xe4300000
cbb0: can't map socket base address 0xc0a534d6: io mode
fwohci0 at pci5 dev 0 function 1: vendor 0x1180 product 0x0552 (rev. 0x09)
fwohci0: can't map OHCI register space
sdhc0 at pci5 dev 0 function 2: vendor 0x1180 product 0x0822 (rev. 0x18)
sdhc0: interrupting at ioapic0 pin 18
sdhc0: couldn't map register
cbb0: cacheline 0x0 lattimer 0x10
cbb0: bhlc 0x821000
cbb0: interrupting at ioapic0 pin 16
cardslot0 at cbb0
cardbus0 at cardslot0: bus 22
pcmcia0 at cardslot0
ichlpcib0 at pci0 dev 31 function 0
ichlpcib0: vendor 0x8086 product 0x27b9 (rev. 0x02)
timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
ichlpcib0: 24-bit timer
ichlpcib0: TCO (watchdog) timer configured.
piixide0 at pci0 dev 31 function 1
piixide0: Intel 82801GB/GR IDE Controller (ICH7) (rev. 0x02)
piixide0: bus-master DMA support present
piixide0: primary channel configured to compatibility mode
piixide0: primary channel interrupting at ioapic0 pin 14
atabus0 at piixide0 channel 0
piixide0: secondary channel configured to compatibility mode
piixide0: secondary channel ignored (disabled)
ahcisata0 at pci0 dev 31 function 2: vendor 0x8086 product 0x27c5
ahcisata0: interrupting at ioapic0 pin 16
ahcisata0: AHCI revision 1.1, 4 ports, 32 command slots, features 0xc710e000
atabus1 at ahcisata0 channel 0
ichsmb0 at pci0 dev 31 function 3: vendor 0x8086 product 0x27da (rev. 0x02)
ichsmb0: interrupting at ioapic0 pin 23
iic0 at ichsmb0: I2C bus
isa0 at ichlpcib0
timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
timecounter: Timecounter "TSC" frequency 1662604600 Hz quality 3000
azalia0: codec[0]: Analog Devices AD1981HD (rev. 2.0), HDA rev. 1.0
azalia0: codec[1]: 0x14f1/0x2bfa (rev. 0.0), HDA rev. 0.9
azalia0: codec[1]: No support for modem function groups
azalia0: codec[1] has no audio function groups
audio0 at azalia0: full duplex, playback, capture, independent
acpiacad0: AC adapter offline.
uhub0 at usb0: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhub1 at usb1: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhub2 at usb2: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhub3 at usb3: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
uhub4 at usb4: vendor 0x8086 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub4: 8 ports with 8 removable, self powered
ahcisata0 port 0: device present, speed: 1.5Gb/s
wd0 at atabus1 drive 0: &amp;lt;HTS541060G9SA00&amp;gt;
wd0: drive supports 16-sector PIO transfers, LBA48 addressing
wd0: 57231 MB, 116280 cyl, 16 head, 63 sec, 512 bytes/sect x 117210240 sectors
wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100) (using DMA)
Kernelized RAIDframe activated
pad0: outputs: 44100Hz, 16-bit, stereo
audio1 at pad0: half duplex, playback, capture
boot device: wd0
root on wd0a dumps on wd0b
root file system type: ffs
ugen0 at uhub3 port 2
ugen0: STMicroelectronics Biometric Coprocessor, rev 1.00/0.01, addr 2
wsdisplay0: screen 1 added (80x25, vt100 emulation)
wsdisplay0: screen 2 added (80x25, vt100 emulation)
wsdisplay0: screen 3 added (80x25, vt100 emulation)
wsdisplay0: screen 4 added (80x25, vt100 emulation)
&lt;/pre&gt;</description>
    <dc:creator>Ji YongGang</dc:creator>
    <dc:date>2012-05-23T05:16:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33105">
    <title>Re: Can't mount iso image on virtual node</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33105</link>
    <description>&lt;pre&gt;


You could install the cdrtools package. It contains the programs
isoinfo to dump the directory from an ISO9660 image and isovfy to
verify an ISO9660 image.

&lt;/pre&gt;</description>
    <dc:creator>Michael van Elst</dc:creator>
    <dc:date>2012-05-21T20:51:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33104">
    <title>Re: Can't mount iso image on virtual node</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33104</link>
    <description>&lt;pre&gt;
I took some risk and went ahead with multission write with above iso
(which I could not verify due to said issue).

The write was successful. I also verified the contents on CD after write.

So I suspect, the iso created for a multisession write won't be mountable
for viewing its contents.  Can anyone confirm?

Mayuresh.

&lt;/pre&gt;</description>
    <dc:creator>Mayuresh</dc:creator>
    <dc:date>2012-05-21T15:41:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33103">
    <title>Re: Check condition on CDB (Was: Can't mount iso image on virtual node)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33103</link>
    <description>&lt;pre&gt;
It is observed that on rebooting the error goes away. It is unclear when
it sets in. However once it sets in, it doesn't go away until next reboot.

Mayuresh.

&lt;/pre&gt;</description>
    <dc:creator>Mayuresh</dc:creator>
    <dc:date>2012-05-21T15:39:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33102">
    <title>Re: 5.1_STABLE/i386 panic after recent pull-ups</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33102</link>
    <description>&lt;pre&gt;
Please send-pr this

&lt;/pre&gt;</description>
    <dc:creator>Manuel Bouyer</dc:creator>
    <dc:date>2012-05-21T13:50:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33101">
    <title>Re: sbc better than soekris?</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33101</link>
    <description>&lt;pre&gt;
My personal rule of thumb is: as long as it doesnt move, it will very
likely last for a long time.

So why don't you just replace the Disk and pax your data?  You'll get
several hours(/days) to invest elsewhere for free. :)



If you trust their Specs (MTBF), yes.


Also you may want to take a look at the new Soekris net6501 (Intel Atom)
boards.  If my two Alix boards weren't running that well, I'd go for one
of those, especially since they have several Gig-E Ports.

http://soekris.com/products/net6501.html

&lt;/pre&gt;</description>
    <dc:creator>Petar Bogdanovic</dc:creator>
    <dc:date>2012-05-21T12:19:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.general/33100">
    <title>Re: sbc better than soekris?</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.general/33100</link>
    <description>&lt;pre&gt;Subject: sbc better than soekris?

I'd suggest updating to a newer Soekris 5501 model, but unfortunately
they're still rather expensive.

There are versions of PC Engines ALIX boards which are substantially
similar to the newer Soekris 5501 and they are sometimes available on
E-bay for more reasonable prices.  I don't think they are quite as nice
though, but functionally they do much the same job (you only get two, or
three, Ethernet ports on the most common models though).

You may find something decent in the SBC SoC-based ARM or MIPS world
that works well with NetBSD, but finding such devices with multiple
proper separate Ethernet ports is difficult.  Many now have wonky
special switch chips, and work is just now being done to get FreeBSD
drivers for them (and hopefully they can be pulled into NetBSD soon).

I ended up buying a fully kitted out Soekris 5501-70 for myself.

As for storage for such devices, well that's yet another good question.

I picked up a 16GB Compact FASH card for my Soekris machine at a
somewhat lower price from Best Buy than Soekris wanted for something
similar, but Compact FLASH seems to be getting a lot harder to find in
retail outlets, even in many camera stores I've been in recently.  I
wish it would boot off a USB thumb drive, but it won't, yet.

I also bought what seemed to be the best price/GB SATA drive for it too,
and that ended up being a 320GB drive.  I'm planning on putting my local
FTP cache there, but that will hardly make a dent in it, so I'll
probably also put some tertiary copies of backups on it too.

&lt;/pre&gt;</description>
    <dc:creator>Greg A. Woods</dc:creator>
    <dc:date>2012-05-21T03:24:58</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.netbsd.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.netbsd.general</link>
  </textinput>
</rdf:RDF>

