| Age | Commit message (Expand) | Author |
| 2010-05-22 | Split device_t/softc. Based on patch from cegger@. | tsutsui |
| 2010-05-02 | This only needs one bus_space_tag_t. | jakllsch |
| 2010-04-19 | Add default implementations for bus_space_is_equal(9), | dyoung |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-03-24 | Do not use unitialized bus_space_tag_t's. Use the tag(s) from the | dyoung |
| 2010-03-22 | isadma.c: #if 0 some diagnostic code that compares two bus_space_tag_t's. | dyoung |
| 2010-03-22 | Do not disestablish the interrupt handler inside of the interrupt | dyoung |
| 2010-03-19 | support W83667HG (0xa5) in wbsio(4); its hw mon is already supported by lm(4)... | cnst |
| 2010-03-16 | Allow this driver to build for ofppc as well. | he |
| 2010-03-13 | Some KNF. | tsutsui |
| 2010-03-13 | - include "ioconf.h" for struct cfdriver we_cd | tsutsui |
| 2010-03-03 | Put several fixes to ne(4) driver for better 8 bit mode support, | tsutsui |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-21 | New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port. | cnst |
| 2010-01-23 | essattach: printf -> aprint_* | cegger |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-19 | hp@isa was marked non-compiling and broken 14 years ago. I'm sure | pooka |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2010-01-02 | make rhis compile. | christos |
| 2010-01-02 | convert to pmf | christos |
| 2009-11-27 | Add patch from PR/11805 | dsl |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-11-12 | Call the common detach routine, com_detach(), and get out on error, | dyoung |
| 2009-10-27 | Assign copyright to TNF on these old files. | elric |
| 2009-10-23 | Switch to a 2 clause license. Approved by joff@ (copyright holder). | snj |
| 2009-09-29 | use aprint_* in attach routines | cegger |
| 2009-09-22 | Make local functions static. | tsutsui |
| 2009-09-22 | Split device_t/softc. Tested only on cs at ofisa on shark. | tsutsui |
| 2009-09-22 | Split device_t/softc. Tested only on cs at ofisa on shark. | tsutsui |
| 2009-09-22 | Fix wrong softc size in CFATTACH_DECL(). (not cs_softc but cs_softc_isa) | tsutsui |
| 2009-09-22 | Make local functions static. | tsutsui |
| 2009-09-22 | Don't declare ISA specific aic_isa_attach() in MI header, and | tsutsui |
| 2009-09-22 | Split device_t/softc. Tested on AHA-1520B at ISA and ISAPnP. | tsutsui |
| 2009-09-21 | Split device_t/softc. Tested on AHA-1542CF. | tsutsui |
| 2009-09-17 | Misc KNF and cosmetics, and remove unnecessary casts etc. | tsutsui |
| 2009-09-14 | Use device_private(), proper types or variables for device_t and softc. | tsutsui |
| 2009-09-14 | u_intNN_t -> uintNN_t | tsutsui |
| 2009-09-12 | Make compile with options DEBUG. | tsutsui |
| 2009-09-01 | aprint-ify | jmcneill |
| 2009-08-23 | Not much sense in printing 'AT Timer' when the 'attimer' driver attaches. | jmcneill |
| 2009-08-19 | build fix: isa_detach_hook() needs isa_chipset_tag_t as first argument. | cegger |
| 2009-08-18 | Let us safely detach the ISA bus and devices attaching to the ISA | dyoung |
| 2009-06-05 | Add support for DIOCGDISKINFO to disk like device drivers. Change | haad |
| 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 | struct device * -> device_t, use device_private() | cegger |
| 2009-04-17 | Detach pcppi0 at isa0 during shutdown. | dyoung |
| 2009-04-10 | attach and detach do not mix. | mlelstv |
| 2009-04-08 | Decrease midi_pcppi_attached when midi at pcppi detaches. | dyoung |
| 2009-04-07 | Make pcppi(4) detach the "speaker" from attimer(4), so that the | dyoung |