This should be fixed by the /usr/src/distrib/miniroot/install.sub commit I
just made. So snapshots after today should work.

.... Ken

On Tue, 22 Nov 2016 at 21:35 Clint Pachl <pa...@ecentryx.com> wrote:

> The 5.9 and 6.0 installers seem to have trouble with interface aliases
> in the hostname.if(5) configuration. The 5.8 installer and earlier did
> not have this bug. I only tested this from release to release, not
> snapshots.
>
> With an alias configuration, the upgrade script outputs a SIOCAIFADDR
> "file exists" error and then hangs when fetching install sets from my
> local server, or even accessing ftp.openbsd.org for a list of sets. My
> install sets are on a local server, sys.mokaz.com [10.0.9.1], which is
> also the default gateway.
>
> To remedy the problem, I can exit the install script, delete the
> interface, manually reconfigure it, and restart the install. Or, I can
> comment out the "alias" configuration before running the upgrade/install
> process.
>
> This behavior occurs with two of my servers which use aliases; one is an
> Intel Atom and the other a Core i7. All the output below is from the i7
> server.  I can include the Atom server's data if needed.
>
>
> # cat /etc/hostname.em0
> inet 10.0.9.17 0xffffff00 NONE
> inet alias 10.0.9.3 0xffffff00 NONE   # comment alias to avoid installer
> bug
>
>
> ================ OpenBSD 6.0 Installer Session Output ================
>
> Welcome to the OpenBSD/amd64 6.0 installation program.
> (I)nstall, (U)pgrade, (A)utoinstall or (S)hell? u
> At any prompt except password prompts you can escape to a shell by
> typing '!'. Default answers are shown in []'s and are selected by
> pressing RETURN.  You can exit this program at any time by pressing
> Control-C, but this can leave your system in an inconsistent state.
>
> Terminal type? [vt220]
> Available disks are: sd0 sd1.
> Which disk is the root disk? ('?' for details) [sd0]
> Root filesystem? [sd0a]
> Checking root filesystem (fsck -fp /dev/sd0a)...OK.
> Mounting root filesystem (mount -o ro /dev/sd0a /mnt)...OK.
> ifconfig: SIOCAIFADDR: File exists
> Force checking of clean non-root filesystems? [no]
> fsck -p /dev/sd0d...OK.
> /dev/sd0a on /mnt type ffs (rw, local)
> /dev/sd0d on /mnt/var type ffs (rw, local, nodev, nosuid)
> /dev/sd1d (3a7107af7b9b2271.d) on /mnt/backups type ffs (rw, local,
> nodev, nosuid)
>
> Let's upgrade the sets!
> Location of sets? (disk http or 'done') [http]
> HTTP proxy URL? (e.g. 'http://proxy:8080', or 'none') [none]
> (Unable to get list from ftp.openbsd.org, but that is OK)
> HTTP Server? (hostname or 'done') sys.mokaz.com
> Server directory? [pub/OpenBSD/6.0/amd64] OpenBSD/6.0/amd64
>
> ***HANGS HERE FOR MANY MINUTES!***
>
> ftp: sys.mokaz.com: no address associated with name
> LOOKED AT http://sys.mokaz.com/OpenBSD/6.0/amd64 and found no
> OpenBSD/amd64 6.0 sets.  The set names looked for were:
>      bsd                     man60.tgz               xserv60.tgz
>      bsd.rd                  game60.tgz              site60.tgz
>      bsd.mp                  xbase60.tgz             site60-hercules.tgz
>      base60.tgz              xshare60.tgz
>      comp60.tgz              xfont60.tgz
>
> Location of sets? (disk http or 'done') [http]
> ^C
>
>
> # ifconfig
> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 32768
>          llprio 3
>          groups: lo
>          inet6 ::1 prefixlen 128
>          inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
>          inet 127.0.0.1 netmask 0xff000000
> em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>          lladdr 00:90:0b:2f:30:8e
>          llprio 3
>          groups: egress
>          media: Ethernet autoselect (1000baseT full-duplex,rxpause,txpause)
>          status: active
>          inet 10.0.9.17 netmask 0xffffff00 broadcast 10.0.9.255
> em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
>          lladdr 00:90:0b:2f:30:8f
>          llprio 3
>          media: Ethernet autoselect (none)
>          status: no carrier
> #
> # route -n show -inet
> Routing tables
>
> Internet:
> Destination        Gateway            Flags   Refs      Use   Mtu  Prio
> Iface
> default            10.0.9.1           UGS        0      358     -     8 em0
> 10.0.9.3           127.0.0.1          UGHS       0       73 32768     8 lo0
> 10.0.9.17          00:90:0b:2f:30:8e  UHLPl      0      120     -     1 em0
> 127/8              127.0.0.1          UGRS       0        0 32768     8 lo0
> 127.0.0.1          127.0.0.1          UHPl       2        2 32768     1 lo0
> #
> #
> # cat /etc/resolv.conf
> search mokaz.com
> nameserver 10.0.9.2
> nameserver 10.0.9.3
> lookup file bind
> #
> # ping 10.0.9.1
> PING 10.0.9.1 (10.0.9.1): 56 data bytes
> ping: sendto: No route to host
> ping: wrote 10.0.9.1 64 chars, ret=-1
> ping: sendto: No route to host
> ping: wrote 10.0.9.1 64 chars, ret=-1
> --- 10.0.9.1 ping statistics ---
> 2 packets transmitted, 0 packets received, 100.0% packet loss
> #
> # ifconfig em0 down
> # ifconfig em0 delete
> # ifconfig em0 inet 10.0.9.17 netmask 0xffffff00
> # ping 10.0.9.1
> PING 10.0.9.1 (10.0.9.1): 56 data bytes
> 64 bytes from 10.0.9.1: icmp_seq=0 ttl=255 time=0.693 ms
> 64 bytes from 10.0.9.1: icmp_seq=1 ttl=255 time=0.330 ms
> 64 bytes from 10.0.9.1: icmp_seq=2 ttl=255 time=0.323 ms
> --- 10.0.9.1 ping statistics ---
> 3 packets transmitted, 3 packets received, 0.0% packet loss
> round-trip min/avg/max/std-dev = 0.323/0.449/0.693/0.173 ms
> #
> ========================= End Installer Output =======================
>
>
> RAMDISK_CD and GENERIC.MP boot logs:
>
> OpenBSD 6.0 (RAMDISK_CD) #2100: Tue Jul 26 13:05:59 MDT 2016
>      dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
> real mem = 17050198016 (16260MB)
> avail mem = 16531746816 (15765MB)
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xeb650 (76 entries)
> bios0: vendor American Megatrends Inc. version "4.6.5" date 03/19/2013
> bios0: INTEL Corporation ChiefRiver
> acpi0 at bios0: rev 2
> acpi0: tables DSDT FACP APIC FPDT MCFG HPET SSDT SSDT
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Core(TM) i7-3555LE CPU @ 2.50GHz, 2494.68 MHz
> cpu0:
>
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
> cpu0: 256KB 64b/line 8-way L2 cache
> cpu0: apic clock running at 99MHz
> cpu0: mwait min=64, max=64, C-substates=0.2.1.1.2, IBE
> cpu at mainbus0: not configured
> cpu at mainbus0: not configured
> cpu at mainbus0: not configured
> ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus -1 (P0P1)
> acpiprt2 at acpi0: bus 3 (RP01)
> acpiprt3 at acpi0: bus 4 (RP02)
> acpiprt4 at acpi0: bus -1 (RP03)
> acpiprt5 at acpi0: bus -1 (RP04)
> acpiprt6 at acpi0: bus -1 (RP05)
> acpiprt7 at acpi0: bus -1 (RP06)
> acpiprt8 at acpi0: bus -1 (RP07)
> acpiprt9 at acpi0: bus -1 (RP08)
> acpiprt10 at acpi0: bus 1 (PEG0)
> acpiprt11 at acpi0: bus -1 (PEG1)
> acpiprt12 at acpi0: bus 2 (PEG2)
> acpiprt13 at acpi0: bus -1 (PEG3)
> acpiec0 at acpi0: not present
> acpicpu at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpitz at acpi0 not configured
> acpitz at acpi0 not configured
> "INT3F0D" at acpi0 not configured
> "PNP0303" at acpi0 not configured
> "PNP0F03" at acpi0 not configured
> "PNP0501" at acpi0 not configured
> "PNP0501" at acpi0 not configured
> "PNP0C0C" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 "Intel Core 3G Host" rev 0x09
> ppb0 at pci0 dev 1 function 0 "Intel Core 3G PCIE" rev 0x09: msi
> pci1 at ppb0 bus 1
> ppb1 at pci0 dev 1 function 2 "Intel Core 3G PCIE" rev 0x09: msi
> pci2 at ppb1 bus 2
> vga1 at pci0 dev 2 function 0 "Intel HD Graphics 4000" rev 0x09
> wsdisplay1 at vga1 mux 1: console (80x25, vt100 emulation)
> ehci0 at pci0 dev 26 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int
> 16
> usb0 at ehci0: USB revision 2.0
> uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> "Intel 6 Series HD Audio" rev 0x05 at pci0 dev 27 function 0 not configured
> ppb2 at pci0 dev 28 function 0 "Intel 6 Series PCIE" rev 0xb5: msi
> pci3 at ppb2 bus 3
> em0 at pci3 dev 0 function 0 "Intel 82574L" rev 0x00: msi, address
> 00:90:0b:2f:30:8e
> ppb3 at pci0 dev 28 function 1 "Intel 6 Series PCIE" rev 0xb5: msi
> pci4 at ppb3 bus 4
> em1 at pci4 dev 0 function 0 "Intel 82574L" rev 0x00: msi, address
> 00:90:0b:2f:30:8f
> ehci1 at pci0 dev 29 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int
> 23
> usb1 at ehci1: USB revision 2.0
> uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> "Intel HM65 LPC" rev 0x05 at pci0 dev 31 function 0 not configured
> ahci0 at pci0 dev 31 function 2 "Intel 6 Series AHCI" rev 0x05: msi,
> AHCI 1.3
> ahci0: port 1: 6.0Gb/s
> scsibus0 at ahci0: 32 targets
> sd0 at scsibus0 targ 1 lun 0: <ATA, INTEL SSDSC2BW12, DC22> SCSI3
> 0/direct fixed naa.55cd2e400038041f
> sd0: 114473MB, 512 bytes/sector, 234441648 sectors, thin
> "Intel 6 Series SMBus" rev 0x05 at pci0 dev 31 function 3 not configured
> isa0 at mainbus0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> com0: console
> com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
> com1: probed fifo depth: 15 bytes
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard, using wsdisplay1
> uhub2 at uhub0 port 1 "vendor 0x8087 product 0x0024" rev 2.00/0.00 addr 2
> uhub3 at uhub1 port 1 "vendor 0x8087 product 0x0024" rev 2.00/0.00 addr 2
> umass0 at uhub3 port 5 configuration 1 interface 0 "Western Digital My
> Passport 0748" rev 2.10/10.10 addr 3
> umass0: using SCSI over Bulk-Only
> scsibus1 at umass0: 2 targets, initiator 0
> sd1 at scsibus1 targ 1 lun 0: <WD, My Passport 0748, 1010> SCSI4
> 0/direct fixed
> sd1: 476908MB, 512 bytes/sector, 976707584 sectors
> scsibus1 targ 1 lun 1: <WD, SES Device, 1010> SCSI4 13/enclosure
> services fixed not configured
> softraid0 at root
> scsibus2 at softraid0: 256 targets
> root on rd0a swap on rd0b dump on rd0b
> syncing disks... done
>
>
>
> OpenBSD 6.0 (GENERIC.MP) #2: Mon Oct 17 10:22:47 CEST 2016
>
> r...@stable-60-amd64.mtier.org:
> /binpatchng/work-binpatch60-amd64/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 17050198016 (16260MB)
> avail mem = 16528990208 (15763MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xeb650 (76 entries)
> bios0: vendor American Megatrends Inc. version "4.6.5" date 03/19/2013
> bios0: INTEL Corporation ChiefRiver
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S1 S4 S5
> acpi0: tables DSDT FACP APIC FPDT MCFG HPET SSDT SSDT
> acpi0: wakeup devices PS2K(S4) PS2M(S4) P0P1(S4) USB1(S4) USB2(S4)
> USB3(S4) USB4(S4) USB5(S4) USB6(S4) USB7(S4) PXSX(S4) RP01(S4) PXSX(S4)
> RP02(S4) PXSX(S4) RP03(S4) [...]
> acpitimer0 at acpi0: 3579545 Hz, 24 bits
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Core(TM) i7-3555LE CPU @ 2.50GHz, 2494.66 MHz
> cpu0:
>
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
> cpu0: 256KB 64b/line 8-way L2 cache
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
> cpu0: apic clock running at 99MHz
> cpu0: mwait min=64, max=64, C-substates=0.2.1.1.2, IBE
> cpu1 at mainbus0: apid 2 (application processor)
> cpu1: Intel(R) Core(TM) i7-3555LE CPU @ 2.50GHz, 2494.34 MHz
> cpu1:
>
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
> cpu1: 256KB 64b/line 8-way L2 cache
> cpu1: smt 0, core 1, package 0
> cpu2 at mainbus0: apid 1 (application processor)
> cpu2: Intel(R) Core(TM) i7-3555LE CPU @ 2.50GHz, 2494.34 MHz
> cpu2:
>
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
> cpu2: 256KB 64b/line 8-way L2 cache
> cpu2: smt 1, core 0, package 0
> cpu3 at mainbus0: apid 3 (application processor)
> cpu3: Intel(R) Core(TM) i7-3555LE CPU @ 2.50GHz, 2494.35 MHz
> cpu3:
>
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
> cpu3: 256KB 64b/line 8-way L2 cache
> cpu3: smt 1, core 1, package 0
> ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
> acpimcfg0 at acpi0 addr 0xf8000000, bus 0-63
> acpihpet0 at acpi0: 14318179 Hz
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus -1 (P0P1)
> acpiprt2 at acpi0: bus 3 (RP01)
> acpiprt3 at acpi0: bus 4 (RP02)
> acpiprt4 at acpi0: bus -1 (RP03)
> acpiprt5 at acpi0: bus -1 (RP04)
> acpiprt6 at acpi0: bus -1 (RP05)
> acpiprt7 at acpi0: bus -1 (RP06)
> acpiprt8 at acpi0: bus -1 (RP07)
> acpiprt9 at acpi0: bus -1 (RP08)
> acpiprt10 at acpi0: bus 1 (PEG0)
> acpiprt11 at acpi0: bus -1 (PEG1)
> acpiprt12 at acpi0: bus 2 (PEG2)
> acpiprt13 at acpi0: bus -1 (PEG3)
> acpiec0 at acpi0: not present
> acpicpu0 at acpi0: C1(1000@1 mwait.1)
> acpicpu1 at acpi0: C1(1000@1 mwait.1)
> acpicpu2 at acpi0: C1(1000@1 mwait.1)
> acpicpu3 at acpi0: C1(1000@1 mwait.1)
> acpipwrres0 at acpi0: FN00, resource for FAN0
> acpipwrres1 at acpi0: FN01, resource for FAN1
> acpipwrres2 at acpi0: FN02, resource for FAN2
> acpipwrres3 at acpi0: FN03, resource for FAN3
> acpipwrres4 at acpi0: FN04, resource for FAN4
> acpitz0 at acpi0: critical temperature is 105 degC
> acpitz1 at acpi0: critical temperature is 105 degC
> "INT3F0D" at acpi0 not configured
> "PNP0303" at acpi0 not configured
> "PNP0F03" at acpi0 not configured
> "PNP0501" at acpi0 not configured
> "PNP0501" at acpi0 not configured
> acpibtn0 at acpi0: PWRB
> "PNP0C0B" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> acpivideo0 at acpi0: GFX0
> acpivout0 at acpivideo0: DD01
> acpivout at acpivideo0 not configured
> acpivout at acpivideo0 not configured
> acpivout at acpivideo0 not configured
> acpivout at acpivideo0 not configured
> acpivout at acpivideo0 not configured
> acpivout at acpivideo0 not configured
> acpivout at acpivideo0 not configured
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 "Intel Core 3G Host" rev 0x09
> ppb0 at pci0 dev 1 function 0 "Intel Core 3G PCIE" rev 0x09: msi
> pci1 at ppb0 bus 1
> ppb1 at pci0 dev 1 function 2 "Intel Core 3G PCIE" rev 0x09: msi
> pci2 at ppb1 bus 2
> inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 4000" rev 0x09
> drm0 at inteldrm0
> inteldrm0: msi
> inteldrm0: 1024x768
> wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation)
> wsdisplay0: screen 1-5 added (std, vt100 emulation)
> ehci0 at pci0 dev 26 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int
> 16
> usb0 at ehci0: USB revision 2.0
> uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> azalia0 at pci0 dev 27 function 0 "Intel 6 Series HD Audio" rev 0x05: msi
> azalia0: codecs: Realtek ALC888, Intel/0x2805, using Realtek ALC888
> audio0 at azalia0
> ppb2 at pci0 dev 28 function 0 "Intel 6 Series PCIE" rev 0xb5: msi
> pci3 at ppb2 bus 3
> em0 at pci3 dev 0 function 0 "Intel 82574L" rev 0x00: msi, address
> 00:90:0b:2f:30:8e
> ppb3 at pci0 dev 28 function 1 "Intel 6 Series PCIE" rev 0xb5: msi
> pci4 at ppb3 bus 4
> em1 at pci4 dev 0 function 0 "Intel 82574L" rev 0x00: msi, address
> 00:90:0b:2f:30:8f
> ehci1 at pci0 dev 29 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int
> 23
> usb1 at ehci1: USB revision 2.0
> uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> pcib0 at pci0 dev 31 function 0 "Intel HM65 LPC" rev 0x05
> ahci0 at pci0 dev 31 function 2 "Intel 6 Series AHCI" rev 0x05: msi,
> AHCI 1.3
> ahci0: port 1: 6.0Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 1 lun 0: <ATA, INTEL SSDSC2BW12, DC22> SCSI3
> 0/direct fixed naa.55cd2e400038041f
> sd0: 114473MB, 512 bytes/sector, 234441648 sectors, thin
> ichiic0 at pci0 dev 31 function 3 "Intel 6 Series SMBus" rev 0x05: apic
> 2 int 18
> iic0 at ichiic0
> spdmem0 at iic0 addr 0x50: 8GB DDR3 SDRAM PC3-10600 SO-DIMM
> spdmem1 at iic0 addr 0x52: 8GB DDR3 SDRAM PC3-10600 SO-DIMM
> isa0 at pcib0
> isadma0 at isa0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> com0: console
> com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
> com1: probed fifo depth: 15 bytes
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard, using wsdisplay0
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> uhub2 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
> uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
> umass0 at uhub3 port 5 configuration 1 interface 0 "Western Digital My
> Passport 0748" rev 2.10/10.10 addr 3
> umass0: using SCSI over Bulk-Only
> scsibus2 at umass0: 2 targets, initiator 0
> sd1 at scsibus2 targ 1 lun 0: <WD, My Passport 0748, 1010> SCSI4
> 0/direct fixed
> sd1: 476908MB, 512 bytes/sector, 976707584 sectors
> ses0 at scsibus2 targ 1 lun 1: <WD, SES Device, 1010> SCSI4 13/enclosure
> services fixed
> ses0: unable to read enclosure configuration
> vscsi0 at root
> scsibus3 at vscsi0: 256 targets
> softraid0 at root
> scsibus4 at softraid0: 256 targets
> root on sd0a (2ee347c9994908a0.a) swap on sd0b dump on sd0b
>
>

Reply via email to