Re: boot fails on Table SSDT at 0x...

2016-11-29 Thread Julian H. Stacey
John Baldwin wrote:
> On Tuesday, November 29, 2016 11:49:32 PM Julian H. Stacey wrote:
> > > Thanks for the Q. John,
> > > It hangs.
> > > I'm refining down which line of the custom config triggers the hang
> > > & will post when Ive found it.
> > 
> > Sorry, after lots of kernel variants & reboots I failed to get it
> > to hang on boot.  Eventually with same src/ I reverted to original
> > bad config. Even that wouldn't hang on boot, so I've given up ! :-/
> 
> Perhaps a stale .o wasn't being recompiled?  None of your kernel option
> changes seemed to be related, so I suspect it was something oddball like that.

Yes, good guess, (I'd even wondered about bad sectors, heat etc,
not ntpd as all local FS  .. ). 

PS at least it got me to review my config, drop & adopt some options,
& get all in the same order as GENERIC.

Thanks!

Cheers,
Julian
--
Julian Stacey, BSD Linux Unix Sys Eng Consultant Munich
 Reply below, Prefix '> '. Plain text, No .doc, base64, HTML, quoted-printable.
 http://berklix.eu/brexit/#stolen_votes
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: boot fails on Table SSDT at 0x...

2016-11-29 Thread John Baldwin
On Tuesday, November 29, 2016 11:49:32 PM Julian H. Stacey wrote:
> > Thanks for the Q. John,
> > It hangs.
> > I'm refining down which line of the custom config triggers the hang
> > & will post when Ive found it.
> 
> Sorry, after lots of kernel variants & reboots I failed to get it
> to hang on boot.  Eventually with same src/ I reverted to original
> bad config. Even that wouldn't hang on boot, so I've given up ! :-/

Perhaps a stale .o wasn't being recompiled?  None of your kernel option
changes seemed to be related, so I suspect it was something oddball like that.

-- 
John Baldwin
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: boot fails on Table SSDT at 0x...

2016-11-29 Thread Julian H. Stacey
> Thanks for the Q. John,
> It hangs.
> I'm refining down which line of the custom config triggers the hang
> & will post when Ive found it.

Sorry, after lots of kernel variants & reboots I failed to get it
to hang on boot.  Eventually with same src/ I reverted to original
bad config. Even that wouldn't hang on boot, so I've given up ! :-/

Cheers,
Julian
--
Julian Stacey, BSD Linux Unix Sys Eng Consultant Munich
 Reply below, Prefix '> '. Plain text, No .doc, base64, HTML, quoted-printable.
 http://berklix.eu/brexit/#stolen_votes
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: boot fails on Table SSDT at 0x...

2016-11-28 Thread Julian H. Stacey
Hi, Reference:
> From: John Baldwin 
> Date: Mon, 28 Nov 2016 09:36:14 -0800

John Baldwin wrote:
> On Sunday, November 27, 2016 04:07:03 PM Julian H. Stacey wrote:
> > "Julian H. Stacey" wrote:
> > > "Julian H. Stacey" wrote:
> > > > Hi curr...@freebsd.org
> > > > I was running
> > > > FreeBSD lapr.js.berklix.net 12.0-CURRENT FreeBSD 12.0-CURRENT
> > > > #12753: Tue Nov 22 23:31:24 CET 2016
> > > > 
> > > > j...@lapr.js.berklix.net:/data/release/12.0-CURRENT/usr/src/sys/amd64/compile/LAPR.small
> > > > amd64
> > > > I updated to 
> > > > .ctm_status src-cur 12757
> > > > .svn_revision   309126
> > > > did a make world, built a new custom kernel with same config as before 
> > > > & now
> > > > laptop boot fails after
> > > > Table SSDT at 0x...
> > > > ACPI: No SRAT table found
> > > > 
> > > > I took a pic of frozen screen, & I have svn here, I need to research
> > > > & provide more info to whoever ? so this just initial info to whoever's
> > > > working in the area.  Debug suggestions & syntax welcome. I'll build
> > > > a generic kernel next.
> > > > 
> > > > If I may be slow responding, sorry, DSL modem problems here too, hence 
> > > > getting an initial error report out while I can.
> > > 
> > > A generic kernel boots OK.
> > > A 2nd build of custom config fails to boot.
> > >   Table 'ASPT' at 0x937e2000
> > >   Table 'SSDT' at 0x937e1000
> > >   Table 'SSDT' at 0x937e
> > >   Table 'SSDT' at 0x937df000
> > >   ACPI: No SRAT table found
> > > 
> > > cd /sys/amd64/conf ; diff -c JENERIC.small LAPR.small
> > > *** JENERIC.small Sun Nov 27 15:09:47 2016
> > > --- LAPR.smallSun Nov 27 15:09:48 2016
> > > ***
> > > *** 1,15 
> > >   cpu HAMMER
> > > ! ident JHS_Generic
> > >   makeoptions DEBUG=-g
> > >   makeoptions WITH_CTF=1
> > >   options SCHED_ULE
> > >   options PREEMPTION
> > >   options INET
> > > - options INET6
> > > - options IPSEC
> > >   options TCP_OFFLOAD
> > >   options TCP_HHOOK
> > > - options SCTP
> > >   options FFS
> > >   options SOFTUPDATES
> > >   options UFS_ACL
> > > --- 1,12 
> > >   cpu HAMMER
> > > ! ident JHS_Lapr
> > >   makeoptions DEBUG=-g
> > >   makeoptions WITH_CTF=1
> > >   options SCHED_ULE
> > >   options PREEMPTION
> > >   options INET
> > >   options TCP_OFFLOAD
> > >   options TCP_HHOOK
> > >   options FFS
> > >   options SOFTUPDATES
> > >   options UFS_ACL
> > > ***
> > > *** 23,33 
> > > --- 20,32 
> > >   options NFS_ROOT
> > >   options MSDOSFS
> > >   options CD9660
> > > + options UDF
> > >   options PROCFS
> > >   options PSEUDOFS
> > >   options GEOM_PART_GPT
> > >   options GEOM_RAID
> > >   options GEOM_LABEL
> > > + options GEOM_BDE
> > >   options COMPAT_FREEBSD32
> > >   options COMPAT_FREEBSD4
> > >   options COMPAT_FREEBSD5
> > > ***
> > > *** 71,76 
> > > --- 70,78 
> > >   options SMP
> > >   options DEVICE_NUMA
> > >   device cpufreq
> > > + options IPFIREWALL
> > > + options IPFIREWALL_VERBOSE
> > > + options IPDIVERT
> > >   device acpi
> > >   options ACPI_DMAR
> > >   device pci
> > > ***
> > > *** 81,134 
> > >   device ata
> > >   device mvs
> > >   device siis
> > > - device ahc
> > > - options AHC_REG_PRETTY_PRINT
> > > - device ahd
> > > - options AHD_REG_PRETTY_PRINT
> > > - device esp
> > > - device hptiop
> > > - device isp
> > > - device mpt
> > > - device mps
> > > - device mpr
> > > - device sym
> > > - device trm
> > > - device adv
> > > - device adw
> > > - device aic
> > > - device bt
> > > - device isci
> > >   device scbus
> > > - device ch
> > >   device da
> > > - device sa
> > >   device cd
> > >   device pass
> > >   device ses
> > > - device amr
> > > - device arcmsr
> > > - device ciss
> > > - device dpt
> > > - device hptmv
> > > - device hptnr
> > > - device hptrr
> > > - device hpt27xx
> > > - device iir
> > > - device ips
> > > - device mly
> > > - device twa
> > > - device tws
> > > - device aac
> > > - device aacp
> > > - device aacraid
> > > - device ida
> > > - device mfi
> > > - device mlx
> > > - device mrsas
> > > - device pmspcv
> > > - device twe
> > > - device nvme
> > > - device nvd
> > >   device atkbdc
> > >   device atkbd
> > >   device psm
> > > --- 83,93 
> > > ***
> > > *** 150,202 
> > >   device ppbus
> > >   device lpt
> > >   device ppi
> > > - device puc
> > >   device bxe
> > > - device de
> > > - device em
> > > - device igb
> > > - device ix
> > > - device ixv
> > > - device ixl
> > > - device ixlv
> > > - device le
> > > - device ti
> > > - device txp
> > > - device vx
> > >   device miibus
> > > - device ae
> > > - device age
> > > - device alc
> > > - device ale
> > > - device bce
> > > - device bfe
> > > - device bge
> > > - device cas
> > > - device dc
> > > - device et
> > > - device fxp
> > > - device gem
> > > - device hme
> > > - device jme
> > > - device lge
> > > - device msk
> > > - device nf

Re: boot fails on Table SSDT at 0x...

2016-11-28 Thread John Baldwin
On Sunday, November 27, 2016 04:07:03 PM Julian H. Stacey wrote:
> "Julian H. Stacey" wrote:
> > "Julian H. Stacey" wrote:
> > > Hi curr...@freebsd.org
> > > I was running
> > >   FreeBSD lapr.js.berklix.net 12.0-CURRENT FreeBSD 12.0-CURRENT
> > >   #12753: Tue Nov 22 23:31:24 CET 2016
> > >   
> > > j...@lapr.js.berklix.net:/data/release/12.0-CURRENT/usr/src/sys/amd64/compile/LAPR.small
> > >   amd64
> > > I updated to 
> > >   .ctm_status src-cur 12757
> > >   .svn_revision   309126
> > > did a make world, built a new custom kernel with same config as before & 
> > > now
> > > laptop boot fails after
> > >   Table SSDT at 0x...
> > >   ACPI: No SRAT table found
> > > 
> > > I took a pic of frozen screen, & I have svn here, I need to research
> > > & provide more info to whoever ? so this just initial info to whoever's
> > > working in the area.  Debug suggestions & syntax welcome. I'll build
> > > a generic kernel next.
> > > 
> > > If I may be slow responding, sorry, DSL modem problems here too, hence 
> > > getting an initial error report out while I can.
> > 
> > A generic kernel boots OK.
> > A 2nd build of custom config fails to boot.
> > Table 'ASPT' at 0x937e2000
> > Table 'SSDT' at 0x937e1000
> > Table 'SSDT' at 0x937e
> > Table 'SSDT' at 0x937df000
> > ACPI: No SRAT table found
> > 
> > cd /sys/amd64/conf ; diff -c JENERIC.small LAPR.small
> > *** JENERIC.small   Sun Nov 27 15:09:47 2016
> > --- LAPR.small  Sun Nov 27 15:09:48 2016
> > ***
> > *** 1,15 
> >   cpu HAMMER
> > ! ident JHS_Generic
> >   makeoptions DEBUG=-g
> >   makeoptions WITH_CTF=1
> >   options SCHED_ULE
> >   options PREEMPTION
> >   options INET
> > - options INET6
> > - options IPSEC
> >   options TCP_OFFLOAD
> >   options TCP_HHOOK
> > - options SCTP
> >   options FFS
> >   options SOFTUPDATES
> >   options UFS_ACL
> > --- 1,12 
> >   cpu HAMMER
> > ! ident JHS_Lapr
> >   makeoptions DEBUG=-g
> >   makeoptions WITH_CTF=1
> >   options SCHED_ULE
> >   options PREEMPTION
> >   options INET
> >   options TCP_OFFLOAD
> >   options TCP_HHOOK
> >   options FFS
> >   options SOFTUPDATES
> >   options UFS_ACL
> > ***
> > *** 23,33 
> > --- 20,32 
> >   options NFS_ROOT
> >   options MSDOSFS
> >   options CD9660
> > + options UDF
> >   options PROCFS
> >   options PSEUDOFS
> >   options GEOM_PART_GPT
> >   options GEOM_RAID
> >   options GEOM_LABEL
> > + options GEOM_BDE
> >   options COMPAT_FREEBSD32
> >   options COMPAT_FREEBSD4
> >   options COMPAT_FREEBSD5
> > ***
> > *** 71,76 
> > --- 70,78 
> >   options SMP
> >   options DEVICE_NUMA
> >   device cpufreq
> > + options IPFIREWALL
> > + options IPFIREWALL_VERBOSE
> > + options IPDIVERT
> >   device acpi
> >   options ACPI_DMAR
> >   device pci
> > ***
> > *** 81,134 
> >   device ata
> >   device mvs
> >   device siis
> > - device ahc
> > - options AHC_REG_PRETTY_PRINT
> > - device ahd
> > - options AHD_REG_PRETTY_PRINT
> > - device esp
> > - device hptiop
> > - device isp
> > - device mpt
> > - device mps
> > - device mpr
> > - device sym
> > - device trm
> > - device adv
> > - device adw
> > - device aic
> > - device bt
> > - device isci
> >   device scbus
> > - device ch
> >   device da
> > - device sa
> >   device cd
> >   device pass
> >   device ses
> > - device amr
> > - device arcmsr
> > - device ciss
> > - device dpt
> > - device hptmv
> > - device hptnr
> > - device hptrr
> > - device hpt27xx
> > - device iir
> > - device ips
> > - device mly
> > - device twa
> > - device tws
> > - device aac
> > - device aacp
> > - device aacraid
> > - device ida
> > - device mfi
> > - device mlx
> > - device mrsas
> > - device pmspcv
> > - device twe
> > - device nvme
> > - device nvd
> >   device atkbdc
> >   device atkbd
> >   device psm
> > --- 83,93 
> > ***
> > *** 150,202 
> >   device ppbus
> >   device lpt
> >   device ppi
> > - device puc
> >   device bxe
> > - device de
> > - device em
> > - device igb
> > - device ix
> > - device ixv
> > - device ixl
> > - device ixlv
> > - device le
> > - device ti
> > - device txp
> > - device vx
> >   device miibus
> > - device ae
> > - device age
> > - device alc
> > - device ale
> > - device bce
> > - device bfe
> > - device bge
> > - device cas
> > - device dc
> > - device et
> > - device fxp
> > - device gem
> > - device hme
> > - device jme
> > - device lge
> > - device msk
> > - device nfe
> > - device nge
> > - device pcn
> > - device re
> > - device rl
> > - device sf
> > - device sge
> > - device sis
> > - device sk
> > - device ste
> > - device stge
> > - device tl
> > - device tx
> > - device vge
> > - device vr
> > - device wb
> > - device xl
> >   device wlan
> >   options IEEE80211_DEBUG
> >   options IEEE80211_AMPDU_AGE
> > --- 109,116 
> > ***
> > *** 221,226 
> > --- 135,143 
> >   device ral
> >   device wi
> >   device wpi
> > + device bge
> > + device sound
> > + dev

Re: boot fails on Table SSDT at 0x...

2016-11-27 Thread Julian H. Stacey
"Julian H. Stacey" wrote:
> "Julian H. Stacey" wrote:
> > Hi curr...@freebsd.org
> > I was running
> > FreeBSD lapr.js.berklix.net 12.0-CURRENT FreeBSD 12.0-CURRENT
> > #12753: Tue Nov 22 23:31:24 CET 2016
> > 
> > j...@lapr.js.berklix.net:/data/release/12.0-CURRENT/usr/src/sys/amd64/compile/LAPR.small
> > amd64
> > I updated to 
> > .ctm_status src-cur 12757
> > .svn_revision   309126
> > did a make world, built a new custom kernel with same config as before & now
> > laptop boot fails after
> > Table SSDT at 0x...
> > ACPI: No SRAT table found
> > 
> > I took a pic of frozen screen, & I have svn here, I need to research
> > & provide more info to whoever ? so this just initial info to whoever's
> > working in the area.  Debug suggestions & syntax welcome. I'll build
> > a generic kernel next.
> > 
> > If I may be slow responding, sorry, DSL modem problems here too, hence 
> > getting an initial error report out while I can.
> 
> A generic kernel boots OK.
> A 2nd build of custom config fails to boot.
>   Table 'ASPT' at 0x937e2000
>   Table 'SSDT' at 0x937e1000
>   Table 'SSDT' at 0x937e
>   Table 'SSDT' at 0x937df000
>   ACPI: No SRAT table found
> 
> cd /sys/amd64/conf ; diff -c JENERIC.small LAPR.small
> *** JENERIC.small Sun Nov 27 15:09:47 2016
> --- LAPR.smallSun Nov 27 15:09:48 2016
> ***
> *** 1,15 
>   cpu HAMMER
> ! ident JHS_Generic
>   makeoptions DEBUG=-g
>   makeoptions WITH_CTF=1
>   options SCHED_ULE
>   options PREEMPTION
>   options INET
> - options INET6
> - options IPSEC
>   options TCP_OFFLOAD
>   options TCP_HHOOK
> - options SCTP
>   options FFS
>   options SOFTUPDATES
>   options UFS_ACL
> --- 1,12 
>   cpu HAMMER
> ! ident JHS_Lapr
>   makeoptions DEBUG=-g
>   makeoptions WITH_CTF=1
>   options SCHED_ULE
>   options PREEMPTION
>   options INET
>   options TCP_OFFLOAD
>   options TCP_HHOOK
>   options FFS
>   options SOFTUPDATES
>   options UFS_ACL
> ***
> *** 23,33 
> --- 20,32 
>   options NFS_ROOT
>   options MSDOSFS
>   options CD9660
> + options UDF
>   options PROCFS
>   options PSEUDOFS
>   options GEOM_PART_GPT
>   options GEOM_RAID
>   options GEOM_LABEL
> + options GEOM_BDE
>   options COMPAT_FREEBSD32
>   options COMPAT_FREEBSD4
>   options COMPAT_FREEBSD5
> ***
> *** 71,76 
> --- 70,78 
>   options SMP
>   options DEVICE_NUMA
>   device cpufreq
> + options IPFIREWALL
> + options IPFIREWALL_VERBOSE
> + options IPDIVERT
>   device acpi
>   options ACPI_DMAR
>   device pci
> ***
> *** 81,134 
>   device ata
>   device mvs
>   device siis
> - device ahc
> - options AHC_REG_PRETTY_PRINT
> - device ahd
> - options AHD_REG_PRETTY_PRINT
> - device esp
> - device hptiop
> - device isp
> - device mpt
> - device mps
> - device mpr
> - device sym
> - device trm
> - device adv
> - device adw
> - device aic
> - device bt
> - device isci
>   device scbus
> - device ch
>   device da
> - device sa
>   device cd
>   device pass
>   device ses
> - device amr
> - device arcmsr
> - device ciss
> - device dpt
> - device hptmv
> - device hptnr
> - device hptrr
> - device hpt27xx
> - device iir
> - device ips
> - device mly
> - device twa
> - device tws
> - device aac
> - device aacp
> - device aacraid
> - device ida
> - device mfi
> - device mlx
> - device mrsas
> - device pmspcv
> - device twe
> - device nvme
> - device nvd
>   device atkbdc
>   device atkbd
>   device psm
> --- 83,93 
> ***
> *** 150,202 
>   device ppbus
>   device lpt
>   device ppi
> - device puc
>   device bxe
> - device de
> - device em
> - device igb
> - device ix
> - device ixv
> - device ixl
> - device ixlv
> - device le
> - device ti
> - device txp
> - device vx
>   device miibus
> - device ae
> - device age
> - device alc
> - device ale
> - device bce
> - device bfe
> - device bge
> - device cas
> - device dc
> - device et
> - device fxp
> - device gem
> - device hme
> - device jme
> - device lge
> - device msk
> - device nfe
> - device nge
> - device pcn
> - device re
> - device rl
> - device sf
> - device sge
> - device sis
> - device sk
> - device ste
> - device stge
> - device tl
> - device tx
> - device vge
> - device vr
> - device wb
> - device xl
>   device wlan
>   options IEEE80211_DEBUG
>   options IEEE80211_AMPDU_AGE
> --- 109,116 
> ***
> *** 221,226 
> --- 135,143 
>   device ral
>   device wi
>   device wpi
> + device bge
> + device sound
> + device "snd_hda"
>   device loop
>   device random
>   device padlock_rng
> ***
> *** 234,253 
>   device bpf
>   options USB_DEBUG
>   device uhci
> - device ohci
>   device ehci
>   device xhci
>   device usb
>   device ukbd
>   device umass
> - device sound
> - device snd_cmi
> - device snd_csa
> - device snd_emu10kx
> - device snd_es137x
> - device snd_hda
> - device snd_ich
> - device snd_via8233
>   device mmc
>   device mmcsd
>   device sdhci
> --- 1

Re: boot fails on Table SSDT at 0x...

2016-11-27 Thread Julian H. Stacey
"Julian H. Stacey" wrote:
> Hi curr...@freebsd.org
> I was running
>   FreeBSD lapr.js.berklix.net 12.0-CURRENT FreeBSD 12.0-CURRENT
>   #12753: Tue Nov 22 23:31:24 CET 2016
>   
> j...@lapr.js.berklix.net:/data/release/12.0-CURRENT/usr/src/sys/amd64/compile/LAPR.small
>   amd64
> I updated to 
>   .ctm_status src-cur 12757
>   .svn_revision   309126
> did a make world, built a new custom kernel with same config as before & now
> laptop boot fails after
>   Table SSDT at 0x...
>   ACPI: No SRAT table found
> 
> I took a pic of frozen screen, & I have svn here, I need to research
> & provide more info to whoever ? so this just initial info to whoever's
> working in the area.  Debug suggestions & syntax welcome. I'll build
> a generic kernel next.
> 
> If I may be slow responding, sorry, DSL modem problems here too, hence 
> getting an initial error report out while I can.

A generic kernel boots OK.
A 2nd build of custom config fails to boot.
Table 'ASPT' at 0x937e2000
Table 'SSDT' at 0x937e1000
Table 'SSDT' at 0x937e
Table 'SSDT' at 0x937df000
ACPI: No SRAT table found

cd /sys/amd64/conf ; diff -c JENERIC.small LAPR.small
*** JENERIC.small   Sun Nov 27 15:09:47 2016
--- LAPR.small  Sun Nov 27 15:09:48 2016
***
*** 1,15 
  cpu HAMMER
! ident JHS_Generic
  makeoptions DEBUG=-g
  makeoptions WITH_CTF=1
  options SCHED_ULE
  options PREEMPTION
  options INET
- options INET6
- options IPSEC
  options TCP_OFFLOAD
  options TCP_HHOOK
- options SCTP
  options FFS
  options SOFTUPDATES
  options UFS_ACL
--- 1,12 
  cpu HAMMER
! ident JHS_Lapr
  makeoptions DEBUG=-g
  makeoptions WITH_CTF=1
  options SCHED_ULE
  options PREEMPTION
  options INET
  options TCP_OFFLOAD
  options TCP_HHOOK
  options FFS
  options SOFTUPDATES
  options UFS_ACL
***
*** 23,33 
--- 20,32 
  options NFS_ROOT
  options MSDOSFS
  options CD9660
+ options UDF
  options PROCFS
  options PSEUDOFS
  options GEOM_PART_GPT
  options GEOM_RAID
  options GEOM_LABEL
+ options GEOM_BDE
  options COMPAT_FREEBSD32
  options COMPAT_FREEBSD4
  options COMPAT_FREEBSD5
***
*** 71,76 
--- 70,78 
  options SMP
  options DEVICE_NUMA
  device cpufreq
+ options IPFIREWALL
+ options IPFIREWALL_VERBOSE
+ options IPDIVERT
  device acpi
  options ACPI_DMAR
  device pci
***
*** 81,134 
  device ata
  device mvs
  device siis
- device ahc
- options AHC_REG_PRETTY_PRINT
- device ahd
- options AHD_REG_PRETTY_PRINT
- device esp
- device hptiop
- device isp
- device mpt
- device mps
- device mpr
- device sym
- device trm
- device adv
- device adw
- device aic
- device bt
- device isci
  device scbus
- device ch
  device da
- device sa
  device cd
  device pass
  device ses
- device amr
- device arcmsr
- device ciss
- device dpt
- device hptmv
- device hptnr
- device hptrr
- device hpt27xx
- device iir
- device ips
- device mly
- device twa
- device tws
- device aac
- device aacp
- device aacraid
- device ida
- device mfi
- device mlx
- device mrsas
- device pmspcv
- device twe
- device nvme
- device nvd
  device atkbdc
  device atkbd
  device psm
--- 83,93 
***
*** 150,202 
  device ppbus
  device lpt
  device ppi
- device puc
  device bxe
- device de
- device em
- device igb
- device ix
- device ixv
- device ixl
- device ixlv
- device le
- device ti
- device txp
- device vx
  device miibus
- device ae
- device age
- device alc
- device ale
- device bce
- device bfe
- device bge
- device cas
- device dc
- device et
- device fxp
- device gem
- device hme
- device jme
- device lge
- device msk
- device nfe
- device nge
- device pcn
- device re
- device rl
- device sf
- device sge
- device sis
- device sk
- device ste
- device stge
- device tl
- device tx
- device vge
- device vr
- device wb
- device xl
  device wlan
  options IEEE80211_DEBUG
  options IEEE80211_AMPDU_AGE
--- 109,116 
***
*** 221,226 
--- 135,143 
  device ral
  device wi
  device wpi
+ device bge
+ device sound
+ device "snd_hda"
  device loop
  device random
  device padlock_rng
***
*** 234,253 
  device bpf
  options USB_DEBUG
  device uhci
- device ohci
  device ehci
  device xhci
  device usb
  device ukbd
  device umass
- device sound
- device snd_cmi
- device snd_csa
- device snd_emu10kx
- device snd_es137x
- device snd_hda
- device snd_ich
- device snd_via8233
  device mmc
  device mmcsd
  device sdhci
--- 151,162 
  device bpf
  options USB_DEBUG
  device uhci
  device ehci
  device xhci
  device usb
+ device urndis
  device ukbd
  device umass
  device mmc
  device mmcsd
  device sdhci
***
*** 261,265 
  options XENHVM
  device xenpci
  device vmx
- device netmap
  device crypto
--- 170,175 
  options XENHVM
  device xenpci
  device vmx
  device crypto
+ device coretemp
+ options EXT2FS

Cheers,
Julian
--
Julian Stacey, BSD Linux Unix Sys Eng Consultant Munic

boot fails on Table SSDT at 0x...

2016-11-26 Thread Julian H. Stacey
Hi curr...@freebsd.org
I was running
FreeBSD lapr.js.berklix.net 12.0-CURRENT FreeBSD 12.0-CURRENT
#12753: Tue Nov 22 23:31:24 CET 2016

j...@lapr.js.berklix.net:/data/release/12.0-CURRENT/usr/src/sys/amd64/compile/LAPR.small
amd64
I updated to 
.ctm_status src-cur 12757
.svn_revision   309126
did a make world, built a new custom kernel with same config as before & now
laptop boot fails after
Table SSDT at 0x...
ACPI: No SRAT table found

I took a pic of frozen screen, & I have svn here, I need to research
& provide more info to whoever ? so this just initial info to whoever's
working in the area.  Debug suggestions & syntax welcome. I'll build
a generic kernel next.

If I may be slow responding, sorry, DSL modem problems here too, hence 
getting an initial error report out while I can.

Cheers,
Julian
-- 
Julian Stacey, BSD Linux Unix Sys Eng Consultant Munich
 Reply below, Prefix '> '. Plain text, No .doc, base64, HTML, quoted-printable.
 http://berklix.eu/brexit/#stolen_votes
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"