diff options
author | 2008-06-12 00:54:38 +0000 | |
---|---|---|
committer | 2008-06-12 00:54:38 +0000 | |
commit | 521a0ec7c30a82d85f074d483e862df14a373535 (patch) | |
tree | 39441082b69ee6d79472b3ca1bdf75fd251c69f4 | |
parent | Add blurb for delete volume (diff) | |
download | wireguard-openbsd-521a0ec7c30a82d85f074d483e862df14a373535.tar.xz wireguard-openbsd-521a0ec7c30a82d85f074d483e862df14a373535.zip |
Bump max BARs up to 6. Needed for nouveau.
ok marco@.
-rw-r--r-- | sys/dev/pci/vga_pcivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/vga_pcivar.h b/sys/dev/pci/vga_pcivar.h index 47f10b4b72c..aaeed358cdb 100644 --- a/sys/dev/pci/vga_pcivar.h +++ b/sys/dev/pci/vga_pcivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vga_pcivar.h,v 1.10 2008/05/06 19:19:02 oga Exp $ */ +/* $OpenBSD: vga_pcivar.h,v 1.11 2008/06/12 00:54:38 oga Exp $ */ /* $NetBSD: vga_pcivar.h,v 1.1 1998/03/22 15:16:19 drochner Exp $ */ /* @@ -37,7 +37,7 @@ (PCI_CLASS(class) == PCI_CLASS_PREHISTORIC && \ PCI_SUBCLASS(class) == PCI_SUBCLASS_PREHISTORIC_VGA)) ? 1 : 0) -#define VGA_PCI_MAX_BARS 4 +#define VGA_PCI_MAX_BARS 6 struct vga_pci_bar { int addr; |