| Age | Commit message (Expand) | Author |
| 2008-11-20 | Read the chip revision from the Sbus register. | jdc |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-07-02 | change licence of my old code to two-clause BSD licence | plunky |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-06-11 | mechanical changes to use device_private() or device_lookup_private() | drochner |
| 2008-06-11 | - use device_lookup_private to get softc | cegger |
| 2008-05-29 | remove clause #3 from my license where there are no other | mrg |
| 2008-05-25 | Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() | ad |
| 2008-05-17 | device_t | macallan |
| 2008-05-17 | unbork previous by actually using CFATTACH_DECL_NEW(). Doh. | macallan |
| 2008-05-17 | magic number reduction - no functional change | macallan |
| 2008-05-17 | don't map more video memory than we really need | macallan |
| 2008-05-16 | struct device * -> device_t | macallan |
| 2008-05-16 | struct device * -> device_t | macallan |
| 2008-05-09 | move to 2 clause license | macallan |
| 2008-05-06 | Add more initialisation steps (read reset register; pause; set burst size | jdc |
| 2008-05-04 | mii_dev is a device_t now. | xtraeme |
| 2008-04-29 | Another compile fix. | ad |
| 2008-04-29 | Pass the "right" softc to the soft interrupt handler | martin |
| 2008-04-29 | Make it compile | martin |
| 2008-04-29 | Use sparc_softintr to pass down device interrupt to the correct IPL. | ad |
| 2008-04-29 | Convert to new 2 clause license | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-28 | Set (and display) the chip revision. | jdc |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-23 | Since device_t is split out from softc, we have to allocate struct device | tsutsui |
| 2008-04-21 | Don't send signals from a hardware interrupt handler. XXX This is still | ad |
| 2008-04-13 | Split device_t/softc for MI ncr53c9x and some related devices, | tsutsui |
| 2008-04-07 | use device_xname() and get rid of isp_name | cegger |
| 2008-04-05 | 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-22 | Check the "shared-pins" property for the value "serdes". | jdc |
| 2008-03-11 | Checkpoint of some fairly major isp(4) rototilling. | mjacob |
| 2008-03-08 | Don't panic if you can't find the corresponding DMA device- just don't | mjacob |
| 2008-03-02 | Fix previous. | nakayama |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-13 | KNF previous change. | simonb |
| 2008-02-13 | make it compile. | dogcow |
| 2008-02-12 | Introduce device_find_by_xname and device_find_by_driver_unit to replace | joerg |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2008-01-06 | With the new IPL world, things are easier for us: if we can get the | martin |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-11-07 | Merge tty changes from the vmlocking branch. | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-08 | Use the softint API. | ad |
| 2007-09-22 | Add a ddb command table at first attach to register "mach esp". | martin |
| 2007-09-11 | clean up a little bit, while there let userland mmap the whole glint video | macallan |