'doc' update

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8391 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2004-07-13 13:42:24 +00:00
parent 18265907c9
commit 88591d4299
2 changed files with 2 additions and 1 deletions

View File

@ -100,6 +100,7 @@ status_t nv_agp_setup(void)
}
/* abort if specified by user in nv.settings */
//fixme: should probably be removed now... or updated to work via the busmanager.
if (si->settings.force_pci)
{
/* user specified not to use AGP */

View File

@ -80,7 +80,7 @@ status_t nv_general_powerup()
{
status_t status;
LOG(1,("POWERUP: nVidia (open)BeOS Accelerant 0.20 running.\n"));
LOG(1,("POWERUP: nVidia (open)BeOS Accelerant 0.21 running.\n"));
/* preset no laptop */
si->ps.laptop = false;