| Age | Commit message (Expand) | Author |
| 2016-09-27 | Modularize the ld driver and all of its attachments. Ensure that all | pgoyette |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2016-07-14 | - Use aprint*() instead of printf() in xxx_attach(). | msaitoh |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-10-17 | Fix typo in comment. | snj |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2013-11-04 | use __USE | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-03-22 | Set/test sc_csr_memmapped instead of comparing bus_space_tag_t's. | dyoung |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-18 | nuke unused bpf inclusions | pooka |
| 2009-12-04 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-05-05 | device_t/softc split | cegger |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-04-17 | device_t/softc split. Tested with tlp at pci | cegger |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-01-31 | Add id for 5090 variant - reported in PR kern/40524 by Andrew Daugherity. | martin |
| 2009-01-21 | add a comment explaining how to regenerate eisadevs.h and eisadevs_data.h | jnemeth |
| 2008-10-19 | Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. | apb |
| 2008-08-27 | device_t changes, pmf, minor knf. | christos |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2008-04-04 | Split device_t/softc for le(4) and variants and misc cosmetic changes. | tsutsui |
| 2008-03-26 | use device_t & cfdata_t | matt |
| 2008-03-26 | "split" softc/device_t. (since softc was a struct device, use a split softc | matt |
| 2008-02-18 | Use device_xname(). | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-28 | Improve error handling. Related to PR/21900. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2006-09-02 | static goes first | christos |
| 2006-08-28 | static goes first. | christos |
| 2006-03-29 | Use device_private(). | thorpej |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-25 | kill a number of autoconf submatch functions which follow the | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-05-30 | avoid variable shadowing. | christos |
| 2005-05-24 | add __KERNEL_RCSID | lukem |
| 2005-05-17 | Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to | christos |
| 2005-02-27 | regen | perry |