Changed OS name from Haiku-OS to Haiku, as requested.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10017 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2004-11-18 19:42:30 +00:00
parent 0db0e9aaa2
commit 221081060b
4 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ status_t gx00_general_powerup()
status_t status;
uint32 card_class;
LOG(1,("POWERUP: Haiku-OS Matrox Accelerant 0.17-1 running.\n"));
LOG(1,("POWERUP: Haiku Matrox Accelerant 0.17-1 running.\n"));
/* detect card type and power it up */
switch(CFGR(DEVID))

View File

@ -88,7 +88,7 @@ status_t nm_general_powerup()
{
status_t status;
LOG(1,("POWERUP: Haiku-OS Neomagic Accelerant 0.11 running.\n"));
LOG(1,("POWERUP: Haiku Neomagic Accelerant 0.11 running.\n"));
/* detect card type and power it up */
switch(CFGR(DEVID))

View File

@ -90,7 +90,7 @@ status_t nv_general_powerup()
{
status_t status;
LOG(1,("POWERUP: Haiku-OS nVidia Accelerant 0.30 running.\n"));
LOG(1,("POWERUP: Haiku nVidia Accelerant 0.30 running.\n"));
/* preset no laptop */
si->ps.laptop = false;

View File

@ -90,7 +90,7 @@ status_t eng_general_powerup()
{
status_t status;
LOG(1,("POWERUP: Haiku-OS skeleton Accelerant 0.01 running.\n"));
LOG(1,("POWERUP: Haiku skeleton Accelerant 0.01 running.\n"));
/* preset no laptop */
si->ps.laptop = false;