summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix SiS SATA support, the SATA registers was off.sos2005-11-283-44/+243
* Fix two identical harmless typos in ata error messages:keramida2005-11-281-2/+2
* The ohci driver's processing of completed transfer descriptors (TDs)iedowse2005-11-272-31/+38
* Support for ATI IXP 200 / 300 / 400 series audio controllers.ariff2005-11-273-0/+1210
* Revision 5.0 of the Sony DSC camera appears to require RBC commandsiedowse2005-11-261-2/+14
* Add a locking stub to call acpi_cmbat_get_bif() now that it is directlynjl2005-11-261-1/+12
* The CAM interface is broken and seems to be causing lockups on boot. Itscottl2005-11-261-0/+13
* Added mono to stereo and stereo to mono feeder functions for bothariff2005-11-261-0/+170
* Added codec id for Avance Logic (ALC250)ariff2005-11-261-0/+1
* o Pass received frames to radiotap.damien2005-11-252-18/+29
* Fix AMRR initialization.damien2005-11-251-1/+1
* Fix panic when we cannot find self-id of probing nodes.simokawa2005-11-251-1/+3
* When IOCATAGPARM is called, update the capabilities page that is storedsos2005-11-252-18/+29
* Send the packet to BPF after setting the duration field of the frame.damien2005-11-241-24/+24
* o Force the sending of an extra URB if there is less than 2 bytes leftdamien2005-11-241-5/+23
* Remember the bus_dmamap_t where we loaded the mbuf, and sync this map insteadcognet2005-11-241-1/+3
* Only copy out the battery status/info if there was no error.njl2005-11-241-5/+6
* Merge in new driver version from Intel - 3.2.18.glebius2005-11-243-170/+497
* Add locking and mark MPSAFE:jhb2005-11-232-55/+98
* Optimize PLCP length field computation for 802.11b rates.damien2005-11-232-10/+8
* - Quiet the pci_link(4) devices so that they don't show up in dmesg now.jhb2005-11-231-1/+22
* Try to fix problems with periodic hangs by never directly calling _BIF.njl2005-11-231-22/+34
* 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
OpenPOWER on IntegriCloud