[BACK]Return to i386-laptop.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/i386-laptop.html between version 1.40 and 1.41

version 1.40, 2001/01/04 05:30:15 version 1.41, 2001/01/05 04:20:26
Line 232 
Line 232 
         Cardbus and audio simultaneously, you need to set at least two          Cardbus and audio simultaneously, you need to set at least two
         IRQs for use by PCI devices, in the BIOS; I use 9 and 11.</p>          IRQs for use by PCI devices, in the BIOS; I use 9 and 11.</p>
   
         <p>APM works except for hibernation (requires OS support) and          <p>APM works except for hibernation (requires OS support). To
         powerdown ("halt -p", just sits there after filesystems are          get "halt -p" to work, you must set the sysctl variable
         unmounted). You will need this line in your kernel          machdep.apmhalt to 1 (you need OpenBSD 2.8-current with
         configuration file for APM to work at all:</p>          sources from mid-January, or later).  You will need this line
           in your kernel configuration file for APM to work at all:</p>
   
 <pre>  <pre>
 option         APM_DISABLE_INTERRUPTS=0  option         APM_DISABLE_INTERRUPTS=0
Line 253 
Line 254 
         see a lot of flickering -- this may be fixed in subsequent          see a lot of flickering -- this may be fixed in subsequent
         versions of the driver, so keep trying).</p>          versions of the driver, so keep trying).</p>
   
         <p>UPDATE: The above-mentioned patches have been included in          <p><b>UPDATE:</b> The above-mentioned patches have been
         XFree86 4.0.2, and work out of the box. You don't need a          included in XFree86 4.0.2, and work out of the box. You don'
         kernel with the option INSECURE set, just set the          need a kernel with the option INSECURE set, just set the
         machdep.allowaperture sysctl variable to 2, typically in          machdep.allowaperture sysctl variable to 2, typically in
         /etc/sysctl.conf, if you have an OpenBSD 2.8 (or later) built          /etc/sysctl.conf, if you have an OpenBSD 2.8 (or later) built
         from sources updated after December 15th 2000.</p>          from sources updated after December 15th 2000.</p>

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41