Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5695
b: refs/heads/master
c: 46bdac9
h: refs/heads/master
i:
  5693: 37287fd
  5691: 6c76177
  5687: eef9c80
  5679: e4c59d7
  5663: 73bc119
  5631: 7db0fbd
v: v3
  • Loading branch information
Tom Duffy authored and Linus Torvalds committed Aug 7, 2005
1 parent ffbca0a commit a181f8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c79d7260a8522a54374fa10dd2838eaef492cf2
refs/heads/master: 46bdac99382dd36e2d8c36cfb35d879b5c136965
2 changes: 2 additions & 0 deletions trunk/arch/i386/mach-visws/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include "cobalt.h"
#include "piix4.h"

int no_broadcast;

char visws_board_type = -1;
char visws_board_rev = -1;

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/i386/pci/visws.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
extern struct pci_raw_ops pci_direct_conf1;

static int pci_visws_enable_irq(struct pci_dev *dev) { return 0; }
static void pci_visws_disable_irq(struct pci_dev *dev) { }

int (*pcibios_enable_irq)(struct pci_dev *dev) = &pci_visws_enable_irq;
void (*pcibios_disable_irq)(struct pci_dev *dev) = &pci_visws_disable_irq;

void __init pcibios_penalize_isa_irq(int irq, int active) {}

Expand Down

0 comments on commit a181f8a

Please sign in to comment.