| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-24 | Report our interrupt trigger type. | thorpej | |
| 2021-07-12 | Printing out our model name is not considered an error message. | thorpej | |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos | |
| instead of relying in local static storage. | |||
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs | |
| replace "struct device *" with "device_t". use device_xname(), device_unit(), etc. | |||
| 2010-01-19 | Redefine 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-28 | Remove clause 3 and 4 from TNF licenses | martin | |
| 2008-04-04 | Split device_t/softc for le(4) and variants and misc cosmetic changes. | tsutsui | |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad | |
| 2006-03-29 | Use device_private(). | thorpej | |
| 2005-12-11 | merge ktrace-lwp. | christos | |
| 2005-02-27 | nuke trailing whitespace | perry | |
| 2004-08-23 | - Use ANSI function decls. | thorpej | |
| - Sprinkle some static around. - Sprinkle some const around. | |||
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej | |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej | |
| 2002-09-27 | Declare all cfattach structures const. | thorpej | |
| 2001-11-13 | add RCSID | lukem | |
| 2000-08-11 | Add support for the DEC DE422 Ethernet, which is a DEPCA | thorpej | |
| attached to the EISA bus. This board is commonly found on Alpha Jensen systems. | |||
