diff options
author | 2001-01-27 20:54:41 +0000 | |
---|---|---|
committer | 2001-01-27 20:54:41 +0000 | |
commit | a26ac48206e928a8ec74234b1cbc6f50fd7e48dc (patch) | |
tree | 9a604dd26e9bbc644d20e0d9e50edd7f8ba21e45 | |
parent | Preferred method of installing linux material should be user-friendly. (diff) | |
download | wireguard-openbsd-a26ac48206e928a8ec74234b1cbc6f50fd7e48dc.tar.xz wireguard-openbsd-a26ac48206e928a8ec74234b1cbc6f50fd7e48dc.zip |
patchable no verbose default pcibios_flags
-rw-r--r-- | sys/arch/i386/pci/pcibios.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/pci/pcibios.c b/sys/arch/i386/pci/pcibios.c index 38dbb2fd0c3..913d6eca336 100644 --- a/sys/arch/i386/pci/pcibios.c +++ b/sys/arch/i386/pci/pcibios.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcibios.c,v 1.21 2001/01/27 04:59:40 mickey Exp $ */ +/* $OpenBSD: pcibios.c,v 1.22 2001/01/27 20:54:41 mickey Exp $ */ /* $NetBSD: pcibios.c,v 1.5 2000/08/01 05:23:59 uch Exp $ */ /* @@ -117,6 +117,7 @@ int pcibios_present; struct pcibios_pir_header pcibios_pir_header; struct pcibios_intr_routing *pcibios_pir_table; int pcibios_pir_table_nentries; +int pcibios_flags = 0; struct bios32_entry pcibios_entry; struct bios32_entry_info pcibios_entry_info; @@ -172,8 +173,6 @@ pcibiosprobe(parent, match, aux) &scmech1, &scmech2, &maxbus) == PCIBIOS_SUCCESS; } -int pcibios_flags = -1; - void pcibiosattach(parent, self, aux) struct device *parent, *self; |