summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2005-01-22add VIA VT8633Brad Smith
2005-01-18Timeslot mask is no longer shifted when passed form ifconfig to make theClaudio Jeker
2005-01-17try memory-mapped bars first that exist on ich4/ich5 and fall bak to io-mappe...Michael Shalayeff
2005-01-17typo; from Michael van der Westhuizen <michael@skanky.homeunix.net>Michael Shalayeff
2005-01-17regenDamien Couderc
2005-01-17add ATI radeon 9600 Pro and 9800 XT, ok deraadt@Damien Couderc
2005-01-17add id for Intel 82546GB dual port PCI-E adapter.Brad Smith
2005-01-17regenBrad Smith
2005-01-17another Intel Gig idBrad Smith
2005-01-17add BGE_QUIRK_FEWER_MBUFS to 5704 fallback case.Brad Smith
2005-01-16- recognize Microsoft PCI and CardBus adaptersBrad Smith
2005-01-16regenBrad Smith
2005-01-16its bad enough that Microsoft makes software nevermind assemblingBrad Smith
2005-01-16regenBrad Smith
2005-01-16Hawking CardBus card.Brad Smith
2005-01-16get EEPROM width on all cards except for the original PNICBrad Smith
2005-01-15rev 1.56Brad Smith
2005-01-15nForce2 Ultra 400 IDE support. ok grange@Jonathan Gray
2005-01-15regenJonathan Gray
2005-01-15nForce2 Ultra 400 devices.Jonathan Gray
2005-01-15Intel devices found in a dmesg from petersm at sedsystems dot ca.Jonathan Gray
2005-01-15regenJonathan Gray
2005-01-15TI PCI22050 and PCI2050 PCI-PCI bridges. Former found in a dmesgJonathan Gray
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2005-01-14regenPedro Martelletto
2005-01-14Add Radeon IGP 9100, from Bruno Oliveira Silvestre, ok deraadt@Pedro Martelletto
2005-01-14use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoeTheo de Raadt
2005-01-14rev 1.63Brad Smith
2005-01-14split re(4) into bus-independent code (ic/re.c) and PCI front-endPeter Valchev
2005-01-13fix a critical bug that made the kernel crash under heavy upstream trafficDamien Bergamini
2005-01-09- add support for 2.2 firmwareDamien Bergamini
2005-01-08rev 1.125Brad Smith
2005-01-07regenBrad Smith
2005-01-07add SiS devices.Brad Smith
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2005-01-05Use $OpenBSD$ instead of $Id$. ok damien@Jonathan Gray
2005-01-04though this is untested this couldn't be any worse than before.Brad Smith
2005-01-03Make ath at cardbus not depend on ath at pci. ok reyk@Jonathan Gray
2005-01-02cleanup and better ram sizing.Brad Smith
2005-01-02ugh, need this too for the last commit to sk(4).Brad Smith
2005-01-01better chip/card identification.Brad Smith
2005-01-01rev 1.92Brad Smith
2005-01-01Add BGE_QUIRK_ONLY_PHY_1 to BCM5701_B2. From NetBSD PR #23778, asKenneth R Westerback
2005-01-01Don't initialize the card (and start an autonegotiation!) every timeKenneth R Westerback
2005-01-01my -> mayBrad Smith
2004-12-31Define atw cfdriver struct in atw.c so atw at cardbus does notJonathan Gray
2004-12-31strncpy -> strlcpyDavid Gwynne
2004-12-31Move the cfdriver struct to rtw.c where it belongs so cardbus rtwJonathan Gray
2004-12-30Let yds_init() return a meaningful value.Miod Vallat
2004-12-30Don't zero error value, return it.Kenneth R Westerback