summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify checks for valid battery info via DeMorgan's Rule. Nonjl2005-11-231-9/+3
* - Add a new method ofw_bus_default_get_devinfo() that allows to retrievemarius2005-11-223-2/+213
* Remove unused function and variables.marius2005-11-221-19/+0
* Check IFF_DRV_RUNNING in the re_intr() loop. It can disappear,glebius2005-11-221-4/+6
* Cache the result of battery info retrieval from smbat as wellume2005-11-221-22/+77
* Resolve misalignment traps caused by changes to IF_LLADDR().marcel2005-11-222-8/+8
* Overhaul nve(4) locking to make it more like other ethernet drivers injhb2005-11-212-91/+113
* Fix the code to look up the BIOS IRQ for a given link device by readingjhb2005-11-211-3/+15
* Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:jhb2005-11-212-30/+22
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itjhb2005-11-211-4/+0
* Fix mysterious build failures (with parallel make) early inru2005-11-211-1/+1
* busdma cleanup for em(4).yongari2005-11-212-86/+127
* Add a hack to ignore PCR bit for 6300ESB, 82801[D-G]B chips. It seemsyongari2005-11-211-14/+17
* Use memcpy/memset consistently accross ipw and iwi instead of bcopy/bzero.damien2005-11-201-6/+6
* Don't use /etc/firmware. /etc is for configuration files only.damien2005-11-201-1/+1
* Fix compile on 64-bit platforms.scottl2005-11-201-2/+4
* Return 0 if we are a network card and do match. Previously, we'd boguslyimp2005-11-191-0/+1
* Load firmware images directly from the filesystem (looks into /etc/firmwaredamien2005-11-193-153/+165
* Minor tweaks.damien2005-11-191-10/+13
* Second part of the AMRR commit.damien2005-11-182-13/+112
* Add support for a new/unreleased Pentium-M.ps2005-11-181-1/+1
* - Backout last change, since it is memory overkill for a non busy host orglebius2005-11-173-13/+44
* this is no longer needed.imp2005-11-165-3721/+0
* Add some initial bits (currently unused) for upcoming AMRR support.damien2005-11-151-0/+10
* Add some initial bits (currently unused) for upcoming AMRR support.damien2005-11-151-0/+77
* Optimize and clean TX time computation.damien2005-11-152-44/+14
* Recognize Broadcom BCM5752 chip, that can be found in HP DC7600.glebius2005-11-152-2/+7
* nuke special handling to extend cts when bursting; it was race pronesam2005-11-153-65/+2
* bandaid inconsistent state handling: the rate index map may besam2005-11-151-0/+5
* Unbreak kernel builds.kan2005-11-151-2/+2
* Keep track of volumes in non-optimal state and expose a simple countkan2005-11-152-0/+13
* 0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handlejkim2005-11-141-16/+72
* Update my email address, so people know where the exact /ariff2005-11-143-7/+7
* From luigi:ariff2005-11-141-35/+71
* From luigi:ariff2005-11-141-2/+9
* ac97.c:ariff2005-11-142-2/+3
* Fix a long standing unhandled interrupt bug which can causeariff2005-11-141-2/+2
* - Added few more Intel HDA ids (ICH 6/7) which does have backwardariff2005-11-141-104/+154
* Use both (enabled by default) DAC1 and DAC2 to provide 2ariff2005-11-141-105/+473
* Fix left/right channel mixed-up during recording by splitting recdevariff2005-11-141-13/+22
* Fix endianness issues. iwi now works on big endian architectures too.damien2005-11-131-10/+10
* Remove the unused AAC_DRIVER_BUILD_DATE macro.schweikh2005-11-131-49/+48
* Be more robust when handling Rx interrupts. If we can't allocate a new mbuf,damien2005-11-131-11/+11
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-21/+41
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-24/+42
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-20/+40
* Add support for 24/32 bit audio formats/conversion.netchild2005-11-133-113/+264
* Add some cards:netchild2005-11-134-5/+67
* Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__.schweikh2005-11-131-1/+1
* Really fix it this time.ru2005-11-121-3/+3
OpenPOWER on IntegriCloud