summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2005-07-03GT -> GT AGPBrad Smith
2005-07-03- when printing the "unsupported chip revision" message also print theBrad Smith
chip revision. - allow VLAN-sized frames even when not using hardware VLAN support. From FreeBSD - disestablish PCI interrupt on failure to attach. - allow reception of Jumbo frames by default. Based on a diff sent to me a long time ago by mcbride@
2005-07-03regenBrad Smith
2005-07-03add GeForce 6600 GTBrad Smith
From: Chuck Gagnon <gagnocg at mac dot com>
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-07-02add TLPHY_MEDIA_NO_10_T flag for DP4000 modelBrad Smith
2005-07-02- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
- check for MTU being too small with ETHERMIN - don't bother reseting the card since it'll default to allowing Jumbos
2005-07-02de-static and we don't need to enable bus mastering hereBrad Smith
2005-07-02syncTheo de Raadt
2005-07-02shortenTheo de Raadt
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in stge_stop() before de-allocating resourcesBrad Smith
2005-07-02add support for PCI-E 5752 core and recognize a few additionalBrad Smith
5750 revisions. Info from the Broadcom Linux driver
2005-07-01revert rev 1.59Brad Smith
2005-07-01enable RX HW checksum offloadBrad Smith
2005-06-30syncTheo de Raadt
2005-06-30Sun Expert3D cardsTheo de Raadt
2005-06-30syncTheo de Raadt
2005-06-30update VIA parts based on new docsTheo de Raadt
2005-06-29volatile hereBrad Smith
2005-06-29rev 1.25Brad Smith
* Add workaround for revision Bx bcm5700: chip bugs in decoding of PCI register writes may leave the hardware in (partial) powersave state, such that writes to "indirect" registers do not work. Explicitly force chip into D0 state at attach time. From NetBSD
2005-06-29add some Power Management constantsBrad Smith
From NetBSD
2005-06-29- sync bus_dma ops and add bus_dmamap_sync()'sBrad Smith
and rev 1.25 * bcm5700 chips rev Bx wedge up if given DMA descriptors of eight bytes or less. Once hit, only reovery is a watchdog timeout/reset. If the offending packet is retransmitted, the chip will wedge again... Check for teeny fragments in a Tx request, and either fold the teeny chunk residue into an adjacent mbuf, or m_dup the entire buffer. From NetBSD Tested on alpha/amd64/macppc by krw@ and ok krw@
2005-06-29rev 1.47Brad Smith
Make pci_get_capability() work correctly on both header type 0 and type 2 devices; both have different Capability List Pointer registers. From NetBSD
2005-06-28regenBrad Smith
2005-06-28tab to spaceBrad Smith
2005-06-28rev 1.28Brad Smith
Write the station address using 8-bits writes instead of 16-bits. This is what the linux driver does, and makes the DGE-550T work. Set bit 0x0020 in STGE_DebugCtrl too, the linux driver does it (the comments note this as a workaround, without more details. This doesn't seem to make things worse). Also initialize STGE_RxDMABurstThresh and STGE_RxDMAUrgentThresh, using values from the linux driver. From NetBSD
2005-06-27syncTheo de Raadt
2005-06-27Broadcom serial device (found on option globetrotter edge)Theo de Raadt
2005-06-26syncTheo de Raadt
2005-06-26more via devsTheo de Raadt
2005-06-26remove unused code in bge_intr()Brad Smith
2005-06-26Use pci_matchbyid().Brad Smith
ok millert@
2005-06-26- clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources.Brad Smith
- remove unused FreeBSD specific code
2005-06-26remove one more piece of the media detection from SRM code.Brad Smith
2005-06-23Use proper type for 32 bit entity. s/long/intRobert Nagy
This is needed for bktr(4) to work on sparc64. testing and ok by mickey and Jacob Meuser <jakemsr@jakemsr.com>
2005-06-22apparently i got the last one reversed; from jakemsr@Michael Shalayeff
2005-06-20Remove media detection from the SRM on alpha. Initially a good idea, itMartin Reindl
breaks some onboard de(4)'s. The conventional way of getting media settings is just fine on alpha, so let's just use this. Shrinks de(4) a bit on alpha. While there de-inline tulip_21140_mediainit(). ok brad@
2005-06-20Replace arpcom in the softc with ieee80211com in preparation forJonathan Gray
further net80211 changes. ok mickey@
2005-06-20fix a couple of 'use after free' bugs on mbuf chains in the tx path.Damien Bergamini
originally pointed out by Mike Silbersack on the fbsd version of the iwi driver.
2005-06-18though this doesn't work yet at least allow it to compile first.Brad Smith
2005-06-18regenBrad Smith
2005-06-18change ANTARES TC9021 entry description from Antares to TC9021Brad Smith
2005-06-17syncMartin Reindl
2005-06-17Intel 915G Integrated VideoMartin Reindl
ok brad@
2005-06-17- fix description for BCM5750 A0, A1 -> A0Brad Smith
- recognize BCM5750 B1
2005-06-15add D-Link DGE-528T and US Robotics USR997902Brad Smith
From: NetBSD
2005-06-15regenBrad Smith
2005-06-15add D-Link DGE-528T and US Robotics USR997902Brad Smith
From: NetBSD
2005-06-15regenBrad Smith
2005-06-15add Linksys PCMPC200Brad Smith