diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1996-01-23 21:48:28 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1996-01-23 21:48:28 +0000 |
| commit | dd7610fca4d085d0e76780b59fe4d6cef663bde2 (patch) | |
| tree | 0c05d619dce00b4358e22aba692e8f11615d00c7 /sys/dev/pci/pcivar.h | |
| parent | ac09ec51082d592226f4704b63d8f1c0aac73ba6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci/pcivar.h')
| -rw-r--r-- | sys/dev/pci/pcivar.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index c4057715462c6..50a037fe1671f 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcivar.h,v 1.6 1995/05/30 08:13:12 rgrimes Exp $ +** $Id: pcivar.h,v 1.7 1995/11/21 12:54:55 bde Exp $ ** ** Declarations for pci device drivers. ** @@ -228,17 +228,10 @@ int pci_map_port (pcici_t tag, u_long entry, u_short * pa); ** ** Supports multiple handlers per irq (shared interrupts). ** -** ----------------- -** -** There is code to support shared edge triggered ints. -** This relies on the cooperation of the interrupt handlers: -** they have to return a value <>0 if and only if something -** was done. Beware of the performance penalty. -** **----------------------------------------------------------------- */ -typedef int pci_inthand_t(void *arg); +typedef void pci_inthand_t(void *arg); struct pci_int_desc { struct pci_int_desc * pcid_next; |
