Chameleon

Chameleon Svn Source Tree

Root/branches/meklort/i386/libsaio/pci_root.h

Source at commit 406 created 13 years 10 months ago.
By azimutz, Consolidating this position: while testing the new theme and boot-log function, i realized that when it comes to verbose boot, using the -v flag on Boot.plist (or typed at boot prompt) and using the Menu (Boot Verbose), doesn't produce the exact same output; using the Menu displays all the messages, while typing -v causes some of the first messages to disappear. So, moving this to an early stage isn't anymore a question of what is printed to screen or not! Tests also showed another diff: when using -v flag typed, the Boot Banner is cleared and messages start to print right away, while using Boot Verbose on the Menu, keeps the Banner, prints the first 2 or 3 messages right below it and the rest are only printed, when this code runs and does it's thing. Moving the code to this position fixes this glitch.
1/*
2 * Copyright 2008 mackerintel
3 */
4
5#ifndef __LIBSAIO_PCI_ROOT_H
6#define __LIBSAIO_PCI_ROOT_H
7
8#include "libsaio.h"
9
10
11extern int getPciRootUID(void);
12
13#endif /* !__LIBSAIO_DSDT_PATCHER_H */
14

Archive Download this file

Revision: 406