freebsd-dev/sys/dev/pdq
Matthew N. Dodd 0d6ab4a16a Move the specification of EDGE/LEVEL triggered interrupts to
eisa_add_intr() which now takes an additional arguement (one of
EISA_TRIGGER_LEVEL or EISA_TRIGGER_EDGE).

The flag RR_SHAREABLE has no effect when passed to
bus_alloc_resource(dev, SYS_RES_IRQ, ...) in an EISA device context as
the eisa_alloc_resource() call (bus_alloc_resource method) now deals
with this flag directly, depending on the device ivars.

This change does nothing more than move all the 'shared = inb(foo + iobsse)'
nonesense to the device probe methods rather than the device attach.

Also, print out 'edge' or 'level' in the IRQ announcement message.

Reviewed by: dfr
1999-08-01 22:57:09 +00:00
..
if_fea.c Move the specification of EDGE/LEVEL triggered interrupts to 1999-08-01 22:57:09 +00:00
if_fpa.c Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: 1999-05-09 17:07:30 +00:00
pdq_ifsubr.c Rename bpfilter to bpf. 1999-07-06 19:23:32 +00:00
pdq.c Add sufficient braces to keep egcs happy about potentially ambiguous 1999-05-06 18:13:11 +00:00
pdqreg.h Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'm 1997-01-17 23:19:49 +00:00
pdqvar.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00