diff options
-rw-r--r-- | sys/dev/pci/cmpci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/cmpci.c b/sys/dev/pci/cmpci.c index c9db943446d..73b37f8fb3d 100644 --- a/sys/dev/pci/cmpci.c +++ b/sys/dev/pci/cmpci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmpci.c,v 1.3 2001/08/25 10:13:29 art Exp $ */ +/* $OpenBSD: cmpci.c,v 1.4 2001/10/03 18:20:12 deraadt Exp $ */ /* * Copyright (c) 2000 Takuya SHIOZAKI @@ -434,7 +434,7 @@ cmpci_intr(handle) CMPCI_REG_CH1_INTR_ENABLE); splx(s); - return 0; + return 1; } /* open/close */ |