提交 2b80011e 创建 作者: Silas Boyd-Wickizer's avatar Silas Boyd-Wickizer

Disable 'lspci'.

上级 2dc38408
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
extern int e1000attach(struct pci_func *pcif); extern int e1000attach(struct pci_func *pcif);
// Flag to do "lspci" at bootup // Flag to do "lspci" at bootup
static int pci_show_devs = 1; static int pci_show_devs = 0;
static int pci_show_addrs = 1; static int pci_show_addrs = 0;
// PCI "configuration mechanism one" // PCI "configuration mechanism one"
static u32 pci_conf1_addr_ioport = 0x0cf8; static u32 pci_conf1_addr_ioport = 0x0cf8;
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论