summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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
2004-12-29indentation repair; marco okTheo de Raadt
2004-12-29from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3David Gwynne
2004-12-29Driver for Realtek 802.11 devices from NetBSD.Jonathan Gray
2004-12-27remove useless debugging leftoverPeter Valchev
2004-12-26boundry -> boundaryBrad Smith
2004-12-26Bounce the mbuf to the BPF listener before committing it to the wirePeter Valchev
2004-12-26htole32 and friends to get this working on big endian (macppc)Peter Valchev
2004-12-26add BGE_QUIRK_PCIX_DMA_ALIGN_BUG for BCM5701 A0Brad Smith
2004-12-26Make debug less verbose. Prompted by mickey@Marco Peereboom
2004-12-26This should fix long outstanding issues with ami(4). The reportedMarco Peereboom
2004-12-24brad should compile before commitingTheo de Raadt
2004-12-24init Jumbo RX ring by default.Brad Smith
2004-12-22- add missing braces for SIOCSIFMTU switch case.Brad Smith
2004-12-21add powerhooksDamien Bergamini
2004-12-20firmware loading from the filesystem. pci subsystem type thingsTheo de Raadt
2004-12-19shorten codeTheo de Raadt
2004-12-19filesystem firmware loading written over the pacific 2 weeks ago, testedTheo de Raadt
2004-12-19Reduce delta to FreeBSD by adding and using ahd_alloc() rather thanKenneth R Westerback
2004-12-17Fix printf in loadfirmware error path.Alexander Yurchenko
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
2004-12-17rev 1.62Brad Smith
2004-12-16rev 1.71Brad Smith
2004-12-14Fix off-by-one. From FreeBSD r1.87. Also in NetBSD. Field being filledKenneth R Westerback
2004-12-14txp(4) late firmware loading, written somewhere over the pacific, testedTheo de Raadt
2004-12-13regenKevin Lo
2004-12-13add ATI Radeon Mobility 9200. ok deraadt@Kevin Lo
2004-12-12use quirk flags where appropriate.Brad Smith