summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-11-04- Allocate the envsys_data_t structures dynamically, removing thextraeme
2007-11-03Follow plunky's changes:xtraeme
2007-11-03Remove sysmon_envsys_find() proto, it's defined on sysmon_envsysvar.h.xtraeme
2007-11-03- Rename ENVSYS_BATTERY_STATE units to ENVSYS_BATTERY_CAPACITY andxtraeme
2007-11-03Add support for Analog Devices AD1983 codec as found in Dell Optiplex 745.markd
2007-11-03'struct callout' => callout_tplunky
2007-11-03switch devices to using CFATTACH_DECL_NEW()plunky
2007-11-02do not embed acpi device names in the sensor namesplunky
2007-11-02u_quad_t -> uint64_t as suggested by thorpej@.xtraeme
2007-11-02KNF, MALLOC -> malloc, u_intXX_t -> uintXX_t.xtraeme
2007-11-02Make bd_size and bv_size u_quad_t rather than size_t, for large RAIDxtraeme
2007-11-01PR/37259 - Daniel Neri -- typo in EXAR XR17C158 descriptionjnemeth
2007-11-01Until I have a chance to further evaluate and re-work the locking here,bjs
2007-11-01Fix some random LCD corruption on cobalt:tsutsui
2007-11-01Implement support for drvctl in RAIDframe. Thanks to jnemeth@ foroster
2007-10-31PR/37251 - Brian Buhrow -- FORCE_LBA48 on seagate drives larger then 1TBjnemeth
2007-10-30regenxtraeme
2007-10-30Erm fix previous, it's Intel IOP333 not 332.xtraeme
2007-10-30regenxtraeme
2007-10-30Add Intel IOP332 A/B Segments.xtraeme
2007-10-30Add another Dell machine where the head phone event needs to be handled.joerg
2007-10-30regenxtraeme
2007-10-30Areca ARC SATA RAID Controllers, from OpenBSD.xtraeme
2007-10-30PR/37201 - Yasushi Oshima -- Intel 82965G chipset supportjnemeth
2007-10-30regenjnemeth
2007-10-30PR/37201 - Yasushi Oshima -- Intel 82965G chipset supportjnemeth
2007-10-30Some space-to-tab changes.simonb
2007-10-29wsdisplay has been converted to device_t/softc separation so we can't castpeter
2007-10-29Fix problem where targets with ID 0, 1, or 2 couldn't be reconnected.itohy
2007-10-28remove unnecessary cast (shortens long line)plunky
2007-10-27When no estimate of battery minutes_left can be made, apm shouldplunky
2007-10-25remove #include <usbhid.h> as its not neededplunky
2007-10-25Add a new convenience function, of_find_firstchild_byname(), and applygarbled
2007-10-25Remove a completely bogus check if cbb has a valid PCI interrupt routed.joerg
2007-10-24regenxtraeme
2007-10-24- Add support for the ServerWorks HT-1000 IDE Controller in rccide.xtraeme
2007-10-24Pass correct argument to callback, botched up in the last commit.joerg
2007-10-23Use a flag for see_flags to know when the sensor has been refreshedxtraeme
2007-10-22Also convert detach function.joerg
2007-10-22Convert to device_t/softc split and aprint usage.joerg
2007-10-22Regenmanu
2007-10-22Add support for Marvell 88CO55. Newer iMacs come with that chip.manu
2007-10-22Correctly initialise sc_insert_ch and switch tojoerg
2007-10-22regennisimura
2007-10-22PCI ID 10b5.9030 and 10b5.5201 are for PLX I/O accelerator productnisimura
2007-10-21Fix a number of driver which doesn't check wep flag in *_tx_mgt.degroote
2007-10-21802.11 header may have different sizes. Deals correctly with this.degroote
2007-10-21Use AAC_PREALLOCATE_FIBS with the softc as a parameter to catch up withbriggs
2007-10-20Preallocate all of our FIBs. This needs more work, but currently avoidsbriggs
2007-10-20performance fix: in the workqueue handler only refresh the sensor once,xtraeme