Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-02 | regen | Brad Smith | |
2005-02-02 | ATI Radeon 9200 SE PCI ids | Brad Smith | |
From PR 4084 | |||
2005-02-01 | Correctly setup Intel 82801FB and 82801FR SATA; from aurelien6545@free.fr. | Alexander Yurchenko | |
2005-01-31 | regen | Martin Reindl | |
2005-01-31 | The SiS 5513 is really a own design, partially revert my previous commit here. | Martin Reindl | |
pointed out by Chris Cappucio <chris at nmedia.net>; ok brad@ | |||
2005-01-27 | Add pcmcia_intr_string() to format the intr string for pcmcia attach | Todd C. Miller | |
routines. | |||
2005-01-25 | regen | Brad Smith | |
2005-01-25 | typo | Brad Smith | |
2005-01-23 | regen | Jonathan Gray | |
2005-01-23 | D-Link DWL-610 (cardbus rtw). | Jonathan Gray | |
2005-01-23 | regen | Jonathan Gray | |
2005-01-23 | Intel 925X devices and Nvidia Quadro FX 330. | Jonathan Gray | |
Found in a dmesg from Peter Hessler <phessler at theapt dot org> | |||
2005-01-23 | Some additional Radeon 9600 Pro related ids. | Jonathan Gray | |
Found in a dmesg from sri at freemail dot hu. | |||
2005-01-23 | nForce2 memory controller found in a dmesg from jsilland at free dot fr. | Jonathan Gray | |
2005-01-22 | PCI_PRODUCT_SIS_5513 -> PCI_PRODUCT_SIS_5597_IDE | Martin Reindl | |
ok brad@ | |||
2005-01-22 | sync | Martin Reindl | |
2005-01-22 | correct SiS 5597/5598 entries | Martin Reindl | |
ok brad@ | |||
2005-01-22 | regen | Brad Smith | |
2005-01-22 | add VIA VT8633 | Brad Smith | |
From martin@ | |||
2005-01-18 | Timeslot mask is no longer shifted when passed form ifconfig to make the | Claudio Jeker | |
ioctl more intuitive. From alex@ Ok deraadt@ | |||
2005-01-17 | try memory-mapped bars first that exist on ich4/ich5 and fall bak to ↵ | Michael Shalayeff | |
io-mapped if that fails; from Lars Heidieke via Michael van der Westhuizen | |||
2005-01-17 | typo; from Michael van der Westhuizen <michael@skanky.homeunix.net> | Michael Shalayeff | |
2005-01-17 | regen | Damien Couderc | |
2005-01-17 | add ATI radeon 9600 Pro and 9800 XT, ok deraadt@ | Damien Couderc | |
2005-01-17 | add id for Intel 82546GB dual port PCI-E adapter. | Brad Smith | |
From FreeBSD | |||
2005-01-17 | regen | Brad Smith | |
2005-01-17 | another Intel Gig id | Brad Smith | |
2005-01-17 | add BGE_QUIRK_FEWER_MBUFS to 5704 fallback case. | Brad Smith | |
2005-01-16 | - recognize Microsoft PCI and CardBus adapters | Brad Smith | |
- recognize Hawking CardBus adapter - simplify 3Com switch case and fold in with ADMtek case - use 64-bit multicast hash for all instances of ADMtek 983 chipset Hawking CardBus adapter reported by Alec Berryman <alec at thened dot net> Microsoft adapters from FreeBSD dc(4) driver | |||
2005-01-16 | regen | Brad Smith | |
2005-01-16 | its bad enough that Microsoft makes software nevermind assembling | Brad Smith | |
Ethernet adapters with bad chipsets. | |||
2005-01-16 | regen | Brad Smith | |
2005-01-16 | Hawking CardBus card. | Brad Smith | |
Reported by: Alec Berryman <alec at thened dot net> | |||
2005-01-16 | get EEPROM width on all cards except for the original PNIC | Brad Smith | |
or XIRCOM cards. Based on the FreeBSD dc(4) driver. | |||
2005-01-15 | rev 1.56 | Brad Smith | |
Corrected a workaround that should only be applied to one adapter. Workaround was causing device hangs when incorrectly applied to other adapters. From FreeBSD | |||
2005-01-15 | nForce2 Ultra 400 IDE support. ok grange@ | Jonathan Gray | |
2005-01-15 | regen | Jonathan Gray | |
2005-01-15 | nForce2 Ultra 400 devices. | Jonathan Gray | |
Found in a dmesg from escapenguin at gmail dot com. | |||
2005-01-15 | Intel devices found in a dmesg from petersm at sedsystems dot ca. | Jonathan Gray | |
2005-01-15 | regen | Jonathan Gray | |
2005-01-15 | TI PCI22050 and PCI2050 PCI-PCI bridges. Former found in a dmesg | Jonathan Gray | |
from george_morgan at spamcop dot net. | |||
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith | |
From NetBSD NetBSD PR 27678 for details ok mcbride@ | |||
2005-01-14 | regen | Pedro Martelletto | |
2005-01-14 | Add Radeon IGP 9100, from Bruno Oliveira Silvestre, ok deraadt@ | Pedro Martelletto | |
2005-01-14 | use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoe | Theo de Raadt | |
2005-01-14 | rev 1.63 | Brad Smith | |
Avoid an unnecessary copy of a packet if it is already in a single mbuf. Introduce an additional device flag for those NICs which require the transmit buffers to be aligned to 32-bit boundaries. From FreeBSD | |||
2005-01-14 | split re(4) into bus-independent code (ic/re.c) and PCI front-end | Peter Valchev | |
(pci/if_re_pci.c) for soon-to-come cardbus support; ok deraadt | |||
2005-01-13 | fix a critical bug that made the kernel crash under heavy upstream traffic | Damien Bergamini | |
load. pointed out by jcs@ | |||
2005-01-09 | - add support for 2.2 firmware | Damien Bergamini | |
- fix rssi decoding - implement basics for IBSS support - decrease channel scan time from 100ms to 40ms - cosmetic changes while i'm here | |||
2005-01-08 | rev 1.125 | Brad Smith | |
Don't read the MAC address from a copy of the EEPROM in the softc that has been recorded earlier and overwrite it again later by reading it directly from the EEPROM again. Read the MAC address from the PAR0/PAR1 registers instead, which are autoloaded on reboot. From FreeBSD Thanks to David Snyder <dasnyderx at yahoo dot com> for testing on a AN983 based card which used to come up with a MAC address of ff:ff:ff:ff:ff:ff. |