aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix AMRR initialization.Damien Bergamini2005-11-251-1/+1
* Fix panic when we cannot find self-id of probing nodes.Hidetoshi Shimokawa2005-11-251-1/+3
* When IOCATAGPARM is called, update the capabilities page that is storedSøren Schmidt2005-11-252-18/+29
* Send the packet to BPF after setting the duration field of the frame.Damien Bergamini2005-11-241-24/+24
* o Force the sending of an extra URB if there is less than 2 bytes leftDamien Bergamini2005-11-241-5/+23
* Remember the bus_dmamap_t where we loaded the mbuf, and sync this map insteadOlivier Houchard2005-11-241-1/+3
* Only copy out the battery status/info if there was no error.Nate Lawson2005-11-241-5/+6
* Merge in new driver version from Intel - 3.2.18.Gleb Smirnoff2005-11-243-167/+494
* Add locking and mark MPSAFE:John Baldwin2005-11-232-55/+98
* Optimize PLCP length field computation for 802.11b rates.Damien Bergamini2005-11-232-10/+8
* - Quiet the pci_link(4) devices so that they don't show up in dmesg now.John Baldwin2005-11-231-1/+22
* Try to fix problems with periodic hangs by never directly calling _BIF.Nate Lawson2005-11-231-22/+34
* Simplify checks for valid battery info via DeMorgan's Rule. NoNate Lawson2005-11-231-9/+3
* - Add a new method ofw_bus_default_get_devinfo() that allows to retrieveMarius Strobl2005-11-223-2/+213
* Remove unused function and variables.Marius Strobl2005-11-221-19/+0
* Check IFF_DRV_RUNNING in the re_intr() loop. It can disappear,Gleb Smirnoff2005-11-221-4/+6
* Cache the result of battery info retrieval from smbat as wellHajimu UMEMOTO2005-11-221-22/+77
* Resolve misalignment traps caused by changes to IF_LLADDR().Marcel Moolenaar2005-11-222-8/+8
* Overhaul nve(4) locking to make it more like other ethernet drivers inJohn Baldwin2005-11-212-91/+113
* Fix the code to look up the BIOS IRQ for a given link device by readingJohn Baldwin2005-11-211-3/+15
* Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:John Baldwin2005-11-212-30/+22
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itJohn Baldwin2005-11-211-4/+0
* Fix mysterious build failures (with parallel make) early inRuslan Ermilov2005-11-211-1/+1
* busdma cleanup for em(4).Pyun YongHyeon2005-11-212-86/+127
* Add a hack to ignore PCR bit for 6300ESB, 82801[D-G]B chips. It seemsPyun YongHyeon2005-11-211-14/+17
* Use memcpy/memset consistently accross ipw and iwi instead of bcopy/bzero.Damien Bergamini2005-11-201-6/+6
* Don't use /etc/firmware. /etc is for configuration files only.Damien Bergamini2005-11-201-1/+1
* Fix compile on 64-bit platforms.Scott Long2005-11-201-2/+4
* Return 0 if we are a network card and do match. Previously, we'd boguslyWarner Losh2005-11-191-0/+1
* Load firmware images directly from the filesystem (looks into /etc/firmwareDamien Bergamini2005-11-193-153/+165
* Minor tweaks.Damien Bergamini2005-11-191-10/+13
* Second part of the AMRR commit.Damien Bergamini2005-11-182-13/+112
* Add support for a new/unreleased Pentium-M.Paul Saab2005-11-181-1/+1
* - Backout last change, since it is memory overkill for a non busy host orGleb Smirnoff2005-11-173-13/+44
* this is no longer needed.Warner Losh2005-11-165-3721/+0
* Add some initial bits (currently unused) for upcoming AMRR support.Damien Bergamini2005-11-151-0/+10
* Add some initial bits (currently unused) for upcoming AMRR support.Damien Bergamini2005-11-151-0/+77
* Optimize and clean TX time computation.Damien Bergamini2005-11-152-44/+14
* Recognize Broadcom BCM5752 chip, that can be found in HP DC7600.Gleb Smirnoff2005-11-152-2/+7
* nuke special handling to extend cts when bursting; it was race proneSam Leffler2005-11-153-65/+2
* bandaid inconsistent state handling: the rate index map may beSam Leffler2005-11-151-0/+5
* Unbreak kernel builds.Alexander Kabaev2005-11-151-2/+2
* Keep track of volumes in non-optimal state and expose a simple countAlexander Kabaev2005-11-152-0/+13
* 0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handleJung-uk Kim2005-11-141-16/+72
* Update my email address, so people know where the exact /Ariff Abdullah2005-11-143-7/+7
* From luigi:Ariff Abdullah2005-11-141-35/+71
* From luigi:Ariff Abdullah2005-11-141-2/+9
* ac97.c:Ariff Abdullah2005-11-142-2/+3
* Fix a long standing unhandled interrupt bug which can causeAriff Abdullah2005-11-141-2/+2
* - Added few more Intel HDA ids (ICH 6/7) which does have backwardAriff Abdullah2005-11-141-103/+153