| 
 BIOS
      Acer
      web: http://us.acer.com/ac/en/US/content/drivers
 At 2013-05-31, & 2016-04-18, Acer Web showed: 
        Oldest 1.05, 2010/04/19Newest 1.23, 2011/05/23. 
      My Bios was V1.02 until 2016-04-20, when I upgraded to 1.23,
      using MS-Win original hard disc as base (I didn't try the
      alternate route using DOS).
     Other Reviews & Lists Of Features Etc
      UNLINKED AS DOMAIN SINCE SOLD:
      "http://laptop.bsdgroup.de/freebsd/?action=show_laptop_detail&laptop=13035"
      Acer Aspire 5742G in laptop.bsdgroup.de uname -a
      FreeBSD lapr.js.berklix.net 9.1-RELEASE FreeBSD 9.1-RELEASE
      #3: Tue Apr 9 14:33:17 CEST 2013
      jhs@lapr.js.berklix.net:/sys/amd64/compile/LAPR.small amd64
     
      Both normal & verbose here. If one asserts
      boot_verbose="yes" in /boot/loader.conf buffer overflows
      & only contains tail end
     
 
      2013-05-26, Xavier 
       with an
      Acer Aspire 5634WLMi, on 19 May 2013 
      wrote a question.acpidump / iasl have 2 bugsI replied to: 
      questions@ & 
      acpi@ :
 On my 9.1-RELEASE I get:
 : 
       acpidump embeds value of TMPDIR in output, 
       iasl then cant cope if file is moved, eg 
       
        to a different directory, if file sent to another
        person on another site who does not have same TMPDIR
        /home/person/tmp ,to a different extension name, as iasl wants .src, but
        eg .txt is better for apache & firefox &
        xvile) 
      Script to show the bugs: 
       
su
cd /tmp
mkdir acpidump_debug
cd acpidump_debug
mkdir run set unset
cd run
unsetenv TMPDIR 
acpidump -dt > ../unset/acpidump_-dt.asl 
setenv TMPDIR /tmp/acpidump_debug/set
acpidump -dt > ../set/acpidump_-dt.asl 
cd ..
diff -c unset/acpidump_-dt.asl set/acpidump_-dt.asl
cd set
iasl -f acpidump_-dt.asl
# Compilation complete. 7 Errors, 28 Warnings, 56 Remarks, 94 Optimizations
cd ../unset
iasl -f acpidump_-dt.asl
    Intel ACPI Component Architecture
    ASL Optimizing Compiler version 20110527-64
    Copyright (c) 2000 - 2011 Intel Corporation
    Error    4069 -  Could not open file "acpidump_-dt.src" (Permission denied)
ls -la
    drwxr-xr-x  2 root  wheel     512 May 31 13:14 ./
    drwxr-xr-x  5 root  wheel     512 May 31 13:13 ../
    -rw-r--r--  1 root  wheel  549250 May 31 13:14 acpidump_-dt.asl
 
 Wireless device
      pciconf -lv none3@pci0:2:0:0: class=0x028000 card=0xe021105b
      chip=0x435714e4 rev=0x01 hdr=0x00 vendor = 'Broadcom
      Corporation' device = 'BCM43225 802.11b/g/n' class =
      networkEnquiry to wireless@freebsd 
       Subject: BCM43225 802.11b/g/n support ?
    
 |