| Age | Commit message (Expand) | Author |
| 2007-11-01 | Fix some random LCD corruption on cobalt: | tsutsui |
| 2007-10-29 | Fix problem where targets with ID 0, 1, or 2 couldn't be reconnected. | itohy |
| 2007-10-21 | Fix a number of driver which doesn't check wep flag in *_tx_mgt. | degroote |
| 2007-10-21 | Use AAC_PREALLOCATE_FIBS with the softc as a parameter to catch up with | briggs |
| 2007-10-20 | Preallocate all of our FIBs. This needs more work, but currently avoids | briggs |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-17 | Make it build without IPL_SERIAL. | ad |
| 2007-10-17 | Reapply rev 1.262 and add a comment about it. | ad |
| 2007-10-09 | Defer wakeup() to a soft interrupt, since lptintr() can be called above | ad |
| 2007-10-08 | Merge from vmlocking: use mutexes and the softint API. | ad |
| 2007-10-08 | Use the softint API. | ad |
| 2007-10-01 | Back out accidently commited part of previous | martin |
| 2007-10-01 | Do not stop callouts for polled commands. | martin |
| 2007-09-30 | Do not stop callouts on polled commands. Problem noticed by Chris Ross | martin |
| 2007-09-29 | s/NPBFILTER/NBPFILTER/ in some #endif comments. No functional change. | scw |
| 2007-09-29 | - Fix bpf radiotap: s/NPBFILTER/NBPFILTER/ | scw |
| 2007-09-26 | add a few more register definitions | macallan |
| 2007-09-16 | Fix various error handling bugs: | bouyer |
| 2007-09-10 | Remove 3rd clause and my name from all the licences which were only in my | cube |
| 2007-09-08 | Update a comment. | xtraeme |
| 2007-09-08 | Use a 2 seconds period to refresh sensor data, previous value wasn't | xtraeme |
| 2007-09-08 | - Use a callout(9) to refresh sensor data each 1.5 seconds, respecting | xtraeme |
| 2007-09-06 | Remove a now-unused local variable. | he |
| 2007-09-04 | s/ENVSYS_FMONDRVSTATE/ENVSYS_FMONSTCHANGED/. Noticed by Manuel Bouyer@. | xtraeme |
| 2007-09-03 | Rename function argument from command to cmd, to make the code | he |
| 2007-09-01 | Use bpf_mtap2(). | dyoung |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-09-01 | Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and | dyoung |
| 2007-08-29 | Constify: LLADDR() -> CLLADDR(). | dyoung |
| 2007-08-28 | fix typo | macallan |
| 2007-08-27 | add lots of register definitions from the IBM561 datasheet | macallan |
| 2007-08-27 | Constify: use CLLADDR() instead of LLADDR() wherever possible. | dyoung |
| 2007-08-27 | Constify. | dyoung |
| 2007-08-27 | Add missing __KERNEL_RCSID(). | xtraeme |
| 2007-08-27 | Cosmetic: "device %d-bit timer" -> "device: %d-bit timer". | xtraeme |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-08-26 | Constify. | dyoung |
| 2007-08-26 | Move the ICH SMB defs to dev/ic/i82801lpcreg.h, it's where it belongs. | xtraeme |
| 2007-08-26 | Some changes for the ichlpcib driver: | xtraeme |
| 2007-08-26 | add some comments | macallan |
| 2007-08-26 | register definitions and some drawing routines for Number Nine Imagine 128 | macallan |
| 2007-08-24 | The variable slhci_usbdebug is defined in '#ifdef SLHCI_DEBUG' and | kiyohara |
| 2007-08-20 | KNF, ANSIfy, TAB/space cosmetics. | tsutsui |
| 2007-08-19 | FALSE -> false, TRUE -> true | tsutsui |
| 2007-08-19 | slhci(4) is MP safe and can use the CALLOUT_MPSAFE flag. | kiyohara |
| 2007-08-16 | Remove all locking from com_enable_debugport() - it is either called at | martin |
| 2007-08-15 | Replace to Matthew Orgass's slhci(4). | kiyohara |
| 2007-08-14 | Must call callout_init(). | kiyohara |
| 2007-08-08 | w83627ehf_sensors: don't add sensors with duplicate descriptions. | xtraeme |
| 2007-08-04 | Fix some KNF glitches pointed out by Garrett D'Amore. | tron |