summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/depca_eisa.c
AgeCommit message (Collapse)Author
2021-07-24Report our interrupt trigger type.thorpej
2021-07-12Printing out our model name is not considered an error message.thorpej
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
instead of relying in local static storage.
2012-10-27split device_t/softc for all remaining drivers.chs
replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
#if NBPFILTER is no longer required in the client. This change doesn't yet add support for loading bpf as a module, since drivers can register before bpf is attached. However, callers of bpf can now be modularized. Dynamically loadable bpf could probably be done fairly easily with coordination from the stub driver and the real driver by registering attachments in the stub before the real driver is loaded and doing a handoff. ... and I'm not going to ponder the depths of unload here. Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-08-23- Use ANSI function decls.thorpej
- Sprinkle some static around. - Sprinkle some const around.
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-13add RCSIDlukem
2000-08-11Add support for the DEC DE422 Ethernet, which is a DEPCAthorpej
attached to the EISA bus. This board is commonly found on Alpha Jensen systems.