| Age | Commit message (Expand) | Author |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 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-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-04 | de-__P | perry |
| 2004-09-14 | Separate the namespace for default (ie unspecified) locators used | drochner |
| 2004-09-14 | replace 7 identical instances if cfprint functions by a single one | drochner |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-11-17 | move initialization of iobase to before we first use it. | chs |
| 2002-10-02 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2000-07-27 | My 16 port boca seems to fail to update the interrupt bit in it's interrupt | bouyer |
| 2000-05-20 | Rather than using a magic constant, use `com_scratch' as the offset | thorpej |
| 1998-09-18 | Make these files compile again; no longer necessary to pass | enami |
| 1998-08-15 | Make copyright notices with my name consistent. | mycroft |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-01-14 | make it compile without BROKEN_INDIRECT_CONFIG | drochner |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-10-20 | Don't panic if we fail to remap i/o or mem space in the attach function. | thorpej |
| 1997-10-19 | Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) before | thorpej |
| 1997-10-16 | Adjust for the new "com" driver home. | thorpej |
| 1997-09-12 | Make console on multiport cards more likely to work (obvious bug, | drochner |
| 1997-08-23 | Use the new com_is_console() to decide if the port is already initialized. | drochner |
| 1997-08-16 | Bring back the "comconsattached" flag. It is necessary for starred | drochner |
| 1997-08-13 | fix multi-port serial drivers to reflect recent changes to com driver for con... | jtk |
| 1997-04-09 | Update for new com driver. | mycroft |
| 1996-10-21 | New bus.h implementation/interface: | thorpej |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-08-27 | change cfprint_t type definition to take a const char *, rather than | cgd |
| 1996-05-12 | Use intr.h. | mycroft |
| 1996-05-05 | Make those compile again; they were missing a declaration for bc. | christos |
| 1996-04-15 | include <sys/termios.h> to make comvar.h happy | cgd |
| 1996-04-11 | update for addition of a machine-dependent cookie as the first argument | cgd |
| 1996-04-04 | remove tricky open-coded variants of config_found(), by using the | cgd |
| 1996-03-17 | New device attachment scheme: | thorpej |
| 1996-03-10 | convert these to use new <machine/bus.h> interfaces. This involved | cgd |
| 1996-03-09 | Include comvar.h, for comprobe1() prototype and for commulti_attach_args. | cgd |
| 1996-03-09 | minor cleanup. mostly: use COM_NPORTS and a new (driver-specific) NSLAVES | cgd |
| 1995-12-24 | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. | mycroft |