| Age | Commit message (Expand) | Author |
| 2008-06-09 | o Split device_t/softc for agp(4). | freza |
| 2008-06-08 | Use device_lookup_private() rathter than device_private(device_lookup()). | tsutsui |
| 2008-06-08 | Use device_lookup_private() rather than using cd_devs[] directly to get softc. | tsutsui |
| 2008-06-08 | Replace homegrown pad_find_softc() with device_lookup_private(). | tsutsui |
| 2008-06-08 | Mention 64bit support once during boot and not every time the controller | joerg |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 2008-06-08 | Fix up bus_dmamap_sync calls. | ad |
| 2008-06-08 | really set Tx thresholds | mlelstv |
| 2008-06-08 | make this build with AZALIA_DEBUG | cegger |
| 2008-06-08 | Remove unnecessary casts against void pointers. | tsutsui |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() to get softc | tsutsui |
| 2008-06-07 | - Use bdev_strategy() instead of VOP_STRATEGY(). | oster |
| 2008-06-07 | Split device_t/softc. Remove unused macros. | freza |
| 2008-06-07 | For ATAPI, in addition to storing the short sense, report a SCSI_CHECK | bouyer |
| 2008-06-06 | mutex.h is implied by condvar.h | mlelstv |
| 2008-06-06 | oops, forgot to pass locators when I simplified the autoconf code | drochner |
| 2008-06-06 | Fix typo in comment. | dyoung |
| 2008-06-06 | uhci_device_intr_done: when re-queueing, pass pipe direction to | jmcneill |
| 2008-06-05 | aprint_naive("\n") in attach. | uwe |
| 2008-06-05 | Call ahci_intr() with the device's softc, not the device_t. | bouyer |
| 2008-06-04 | Fix a mis-tabbed brace, no functional change. | jmcneill |
| 2008-06-04 | Reduce polling of the keyboard controller status by a factor of 1000. | drochner |
| 2008-06-04 | vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. | ad |
| 2008-06-04 | Added missing splx() at ohci_resume(). | nonaka |
| 2008-06-03 | Make the atomic macros compile: do not discard 'volatile' qualification | dyoung |
| 2008-06-03 | Before 1.46, the EC driver would try to send a command again to the EC | joerg |
| 2008-06-03 | Reintroduce acpibat_refresh, only have it refresh battery status (not info, | jmcneill |
| 2008-06-03 | Add SME_POLL_ONLY flag, which informs sme to only refresh the sensor when | jmcneill |
| 2008-06-03 | Refresh battery info/status on resume. | jmcneill |
| 2008-06-03 | dkwedge_read: don't place struct buf on the stack. | ad |
| 2008-06-03 | - Fix the conditions for POLLOUT to match those elsewhere | bjs |
| 2008-06-03 | pmf: in audio_volume_up and audio_volume_down, honour the mixer control's | jmcneill |
| 2008-06-03 | Simplify SME usage within acpibat: | jmcneill |
| 2008-06-02 | Fix probable cut-n-paste error: make the virtual QH link match the physical | bouyer |
| 2008-06-02 | Backout previous; causes a panic on attach/detach/reattach for some | jmcneill |
| 2008-06-02 | Halt streams before deleting them on detach. | jmcneill |
| 2008-06-02 | Fix MODULE_CMD_FINI before I copy and paste this anywhere else. | jmcneill |
| 2008-06-02 | Fix MODULE_CMD_FINI case, azalia can be unloaded now. | jmcneill |
| 2008-06-02 | Allow azalia to be built as a module. | jmcneill |
| 2008-06-02 | Set sc_suspend properly so we can avoid a potential HCH on resume. | jmcneill |
| 2008-06-01 | Don't reload usageid on resume, this should never change. | jmcneill |
| 2008-06-01 | off-by-one-key | martin |
| 2008-06-01 | Fix compilation with ACPI_EXTRA_DEBUG. | joerg |
| 2008-06-01 | adjust virtual resolution to preferred mode if available | macallan |
| 2008-06-01 | Use symbolic names for mem->phase, make error reporting more sensible. | bjs |
| 2008-06-01 | Call buf_destroy when finished with an on-stack struct buf. | chris |
| 2008-06-01 | Reorganize I2C bitbang ops: | tsutsui |
| 2008-06-01 | Split device_t/softc, with misc cosmetic changes. | tsutsui |
| 2008-05-31 | My Compaq Netelligent 10/100 TX has 24C02 (2kbit) serial EEPROM, | tsutsui |
| 2008-05-31 | Don't use cv_timedwait_sig if (cold) | jmcneill |