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