summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2005-02-24support zoltrix tv/fm; from jakemsr@ pr4096Michael Shalayeff
2005-02-24add zoltrix vendor and a bktr device; from jakemsr@Michael Shalayeff
2005-02-22make ral compile on macppc.Damien Bergamini
pointed out by "barryg" (Barry Dexter A. Gonzaga).
2005-02-21syncAlexander Yurchenko
2005-02-21Support another Intel 6300ESB SATA.Alexander Yurchenko
Tested by Marc Wirth <MarcWirth@mac.com>.
2005-02-21ipwcontrol and iwicontrol removal.Damien Bergamini
2005-02-21define AHC_ALLOW_MEMIO on macppc, resulting in support for moreMartin Reindl
controllers and better performance ok drahn@, krw@
2005-02-19spelling in commentJolan Luff
2005-02-19Added support for Intel PRO/Wireless 2225BG PCI adapters.Damien Bergamini
2005-02-19regenDamien Bergamini
2005-02-19Intel PRO/Wireless 2225BG PCI (iwi).Damien Bergamini
2005-02-19fix setting of the MAC address.Damien Bergamini
2005-02-19fix dmesg output. pointed out by jsg@Damien Bergamini
2005-02-18make sure bpfilter.h is included before including ralvar.h.Damien Bergamini
2005-02-17derived from NetBSD:Reyk Floeter
--- Make the node table into an LRU cache: least-recently used nodes are at the end of the node queue. Change the reference-counting discipline: ni->ni_refcnt indicates how many times net80211 has granted ni to the driver. Every node in the table with ni_refcnt=0 is eligible to be garbage-collected. The mere presence of a node in the table does not any longer indicate its auth/assoc state; nodes have a ni_state variable, now. While I am here, patch ieee80211_find_node_for_beacon to do a "best match" by bssid/ssid/channel, not a "perfect match." This keeps net80211 from caching duplicate nodes in the table. --- ok deraadt@ dlg@, looks good jsg@
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@
2005-02-15Driver for Ralink Technology RT2500 wireless adapters.Damien Bergamini
2005-02-13Remove __P usage in sys that has crept back in.Jonathan Gray
'Looks fine' millert@, ok miod@
2005-02-12Fix crashes during probe by ensuring that SCSI_IS_SCSIBUS_B() returnsKenneth R Westerback
false until scsi bus b is initialized. Set TWIN_CHNLB bit that is used elsewhere. Missed chunk from last code sync. Problem found and fixes tested on HP Proliant ML310 by Valov Oleg.
2005-02-09Attach to the D-Link DWL-510.Ryan Thomas McBride
ok dlg@ jsg@
2005-02-08Sync.Kenneth R Westerback
2005-02-08Add ProSavage PM133. Found on WinNET P620 motherboard.Kenneth R Westerback
2005-02-07regenBrad Smith
2005-02-07another PCI-E bridge.Brad Smith
2005-02-07em(4) doesn't use the mii layer, call if_link_state_change() directly.Ryan Thomas McBride
- link state changes for em now show up on the routing socket - carp failover now occurs right away when the link goes down, rather than waiting for several ip_output() errors to occur. ok brad@ mpf@
2005-02-05regenJonathan Gray
2005-02-05Some Intel and ATI ids found in a dmesg from fries@.Jonathan Gray
Shrink some of the Intel strings while here.
2005-02-02regenBrad Smith
2005-02-02ATI Radeon 9200 SE PCI idsBrad Smith
From PR 4084
2005-02-01Correctly setup Intel 82801FB and 82801FR SATA; from aurelien6545@free.fr.Alexander Yurchenko
2005-01-31regenMartin Reindl
2005-01-31The 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-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
routines.
2005-01-25regenBrad Smith
2005-01-25typoBrad Smith
2005-01-23regenJonathan Gray
2005-01-23D-Link DWL-610 (cardbus rtw).Jonathan Gray
2005-01-23regenJonathan Gray
2005-01-23Intel 925X devices and Nvidia Quadro FX 330.Jonathan Gray
Found in a dmesg from Peter Hessler <phessler at theapt dot org>
2005-01-23Some additional Radeon 9600 Pro related ids.Jonathan Gray
Found in a dmesg from sri at freemail dot hu.
2005-01-23nForce2 memory controller found in a dmesg from jsilland at free dot fr.Jonathan Gray
2005-01-22PCI_PRODUCT_SIS_5513 -> PCI_PRODUCT_SIS_5597_IDEMartin Reindl
ok brad@
2005-01-22syncMartin Reindl
2005-01-22correct SiS 5597/5598 entriesMartin Reindl
ok brad@
2005-01-22regenBrad Smith
2005-01-22add VIA VT8633Brad Smith
From martin@
2005-01-18Timeslot mask is no longer shifted when passed form ifconfig to make theClaudio Jeker
ioctl more intuitive. From alex@ Ok deraadt@
2005-01-17try 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-17typo; from Michael van der Westhuizen <michael@skanky.homeunix.net>Michael Shalayeff
2005-01-17regenDamien Couderc