Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-27 | Add device ids for some ATI radeon ports and the Intel 82945GM PCIE | Gordon Willem Klok | |
graphics port. | |||
2006-06-27 | - add fixup code in the RX path for strict alignment architectures. | Brad Smith | |
- add a workaround for reception of Jumbo frames. - don't try to adjust alignment on non-strict alignment architectures, this resolves an issue with the PCI Express adapters. From FreeBSD ok drahn@ | |||
2006-06-27 | regen | Brad Smith | |
2006-06-27 | add the PCI product ids for the RealTek 8169SC and 8101E. | Brad Smith | |
From wpaul FreeBSD | |||
2006-06-27 | * Correct the rgephy driver so that it only applies the DSP fixup for | Brad Smith | |
PHY revs 0 and 1. Later chips are fixed and don't need the fixup. * Make the rgephy driver advertise both 1000_FD and 1000_HD bits in autoneg mode. A couple of the devices don't autoneg correctly unless configured this way. From wpaul FreeBSD ok drahn@ | |||
2006-06-27 | __attribute__((__packed__)) -> __packed | Jonathan Gray | |
2006-06-27 | __attribute__((__packed__)) -> __packed | Jonathan Gray | |
2006-06-27 | Add support for max rssi/signal strength percentage on RFMD 2958 | Jonathan Gray | |
based adapters. ok dlg@ | |||
2006-06-27 | Pass process credentials to VOP_READ(), making it possible to load | Pedro Martelletto | |
firmwares over NFS, okay deraadt@ | |||
2006-06-27 | avoid multiple detach problems; ich@florian-stoehr.de | Theo de Raadt | |
2006-06-26 | Enable wide targets on FAS366 esp; note that this changes the way esp | Miod Vallat | |
user-controllable device flags are parsed, be sure to rerun config(8) on your next kernel compile. | |||
2006-06-26 | Avoid using an uninitialized variable when downgrading PIO mode too much on | Miod Vallat | |
nForce chipsets. | |||
2006-06-26 | When attaching an USB keyboard, check the HID interface for its country code | Miod Vallat | |
id, and if it is non-zero, try to select the appropriate layout. Of course, Sun USB keyboards still use the Sun layout encoding, which is completely different, so we have to check for them. Tested on a variety of keyboards by krw@ matthieu@ and I. | |||
2006-06-26 | Regen | Miod Vallat | |
2006-06-26 | Add Sun type 7 keyboard; from NetBSD | Miod Vallat | |
2006-06-26 | fix typos in debug messages | Michael Coulter | |
ok pascoe@ | |||
2006-06-26 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis | |
2006-06-26 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis | |
tested by jmc@ | |||
2006-06-26 | if piixpm does not try to attach an interrupt then indicate that the chip | Brad Smith | |
is in polling mode. ok kettenis@ | |||
2006-06-26 | usb capable systems only | Theo de Raadt | |
2006-06-26 | permission from Zydas to include ZD1211 firmware | Theo de Raadt | |
2006-06-26 | add the PCI id for the ServerWorks HT-1000 SMbus controller. | Brad Smith | |
From the Linux i2c-piix4 driver via gwk@ piixpm0 at pci0 dev 2 function 0 "ServerWorks HT-1000" rev 0x00 iic0 at piixpm0 admcts0 at iic0 addr 0x2c | |||
2006-06-26 | do not allow a Jumbo size MTU yet. | Brad Smith | |
2006-06-26 | relocate the firmware per Theo's request. | Brad Smith | |
2006-06-26 | Add support for bnx(4). | Brad Smith | |
2006-06-26 | Add a rough initial port of the bce driver from FreeBSD, which provides | Brad Smith | |
support for the new line of Broadcom NetXtreme II Gigabit PCI-X and PCIe controllers, though renamed to bnx. This is work in progress, there are some known issues. With help from Reyk with the bus_dma code. Thanks to David Christensen at Broadcom for the driver and for providing some PCI-X and PCIe adapters. ok deraadt@ | |||
2006-06-26 | Add IDE_PCI_CLASS_OVERRIDE for ServerWorks HT-1000 SATA. | Brad Smith | |
2006-06-25 | fix a typo in a comment and add the comment to the sparc hme driver. | Brad Smith | |
2006-06-25 | put the 1.32 change back; tested by many | Michael Shalayeff | |
2006-06-25 | regen | Martin Reindl | |
2006-06-25 | fix Surecom NE-34 dmesg, found on misc@ | Martin Reindl | |
ok brad@ | |||
2006-06-25 | regen | Brad Smith | |
2006-06-25 | add Parallels PCI ids. | Brad Smith | |
2006-06-25 | DAC&ADC group and custom mixer table for the CMedia CMI9880. | Brad Smith | |
From kent NetBSD | |||
2006-06-25 | If the encoding of an audio converter is 0, refer to | Brad Smith | |
the audio function node. CMI9880 0.2 has such ADCs. From kent NetBSD | |||
2006-06-24 | regen | Jonathan Gray | |
2006-06-24 | Correct a typo in one of the CN700 host bridge product ids. | Jonathan Gray | |
2006-06-24 | Add abstraction for resistor factors and avoid using the rfact member of | Mark Kettenis | |
'struct sensor' which is on its way out. tested by & ok jsg@ | |||
2006-06-24 | Somehow managed to miss including the part of Henrik's diff where | Jonathan Gray | |
we actually match the PCI ID of the 40518 controller. Pointed out by Henrik Flodell. | |||
2006-06-24 | Support for Promise PDC205xx based SATA controllers; adapted | Jonathan Gray | |
from NetBSD, with additions of some more devices from Aaron Linville and Henrik Flodell. ok grange@ | |||
2006-06-24 | de-register, ANSI functions and a little cleaning. | Brad Smith | |
2006-06-24 | some comment fixes. | Brad Smith | |
From FreeBSD | |||
2006-06-24 | make em_fixup_rx() a void function. | Brad Smith | |
2006-06-23 | add some constant macros for unsolicited response and jack sense. | Brad Smith | |
From kent NetBSD | |||
2006-06-23 | set the RSSI Max value in ath(4) and use the new RSSI radiotap header | Reyk Floeter | |
instead of the old db signal header. also allow tcpdump and hostapd to print the new RSSI radiotap header values current/max rssi. ok damien@ jsg@ | |||
2006-06-23 | A typo a day, keeps the dictionnary away. | Miod Vallat | |
2006-06-23 | regen | Brad Smith | |
2006-06-23 | add the Promise PDC40518 SATA-II chipset PCI id. | Brad Smith | |
From Henrik Flodell | |||
2006-06-23 | regen | Brad Smith | |
2006-06-23 | add a few more Broadcom BCM43xx wireless PCI ids. | Brad Smith | |