| Age | Commit message (Expand) | Author |
| 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 |
| 2005-02-27 | remove trailing whitespace from the stripped RCS Id | perry |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-21 | Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name | thorpej |
| 2004-12-07 | Move a comment to indicate the true "end of hardware supported fields". | thorpej |
| 2004-12-07 | Don't use "struct scsi_generic" in a hardware-defined structure. Instead, | thorpej |
| 2004-09-01 | use the locator passing config_found/submatch, and limit use of the | drochner |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2004-08-30 | add centralized {eisa,isa,pci,agp,mca}busprint() functions which do | drochner |
| 2004-08-23 | - Use ANSI function decls and make use of static. | thorpej |
| 2004-08-23 | - Use ANSI function decls. | thorpej |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-12-15 | Fixes from PR#23177. Various lint/logic fixes: | jmc |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-05-03 | Get the interrupt config from the correct register. | ad |
| 2003-04-22 | - #ifdef DEBUG, #if DEBUG -> #ifdef AHC_DEBUG | tsutsui |
| 2003-04-20 | Initialize ahc->name. From Izumi Tsutsui. | fvdl |
| 2003-04-20 | Call ahc_softc_init in attach function. | fvdl |
| 2003-04-19 | Adapt to newer backend. Needs testing. | fvdl |
| 2003-03-22 | regen - add 3Com TCM6790 entry | jdolecek |
| 2003-03-22 | add TCM6790 entry | jdolecek |
| 2003-02-08 | Don't do EISA reset on attach. This made the card reset to use default irq, r... | jdolecek |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-12-07 | Implement the DPT EATA ioctl() interface. | ad |
| 2002-11-16 | Regen: Add SMC 9232DST Ether 10/100 Fast Ethernet EISA Adapter. | tsutsui |