Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-03 | GT -> GT AGP | Brad Smith | |
2005-07-03 | - when printing the "unsupported chip revision" message also print the | Brad 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-03 | regen | Brad Smith | |
2005-07-03 | add GeForce 6600 GT | Brad Smith | |
From: Chuck Gagnon <gagnocg at mac dot com> | |||
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. | Brad Smith | |
2005-07-02 | add TLPHY_MEDIA_NO_10_T flag for DP4000 model | Brad 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-02 | de-static and we don't need to enable bus mastering here | Brad Smith | |
2005-07-02 | sync | Theo de Raadt | |
2005-07-02 | shorten | Theo de Raadt | |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in stge_stop() before de-allocating resources | Brad Smith | |
2005-07-02 | add support for PCI-E 5752 core and recognize a few additional | Brad Smith | |
5750 revisions. Info from the Broadcom Linux driver | |||
2005-07-01 | revert rev 1.59 | Brad Smith | |
2005-07-01 | enable RX HW checksum offload | Brad Smith | |
2005-06-30 | sync | Theo de Raadt | |
2005-06-30 | Sun Expert3D cards | Theo de Raadt | |
2005-06-30 | sync | Theo de Raadt | |
2005-06-30 | update VIA parts based on new docs | Theo de Raadt | |
2005-06-29 | volatile here | Brad Smith | |
2005-06-29 | rev 1.25 | Brad 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-29 | add some Power Management constants | Brad Smith | |
From NetBSD | |||
2005-06-29 | - sync bus_dma ops and add bus_dmamap_sync()'s | Brad 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-29 | rev 1.47 | Brad 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-28 | regen | Brad Smith | |
2005-06-28 | tab to space | Brad Smith | |
2005-06-28 | rev 1.28 | Brad 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-27 | sync | Theo de Raadt | |
2005-06-27 | Broadcom serial device (found on option globetrotter edge) | Theo de Raadt | |
2005-06-26 | sync | Theo de Raadt | |
2005-06-26 | more via devs | Theo de Raadt | |
2005-06-26 | remove unused code in bge_intr() | Brad Smith | |
2005-06-26 | Use 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-26 | remove one more piece of the media detection from SRM code. | Brad Smith | |
2005-06-23 | Use proper type for 32 bit entity. s/long/int | Robert Nagy | |
This is needed for bktr(4) to work on sparc64. testing and ok by mickey and Jacob Meuser <jakemsr@jakemsr.com> | |||
2005-06-22 | apparently i got the last one reversed; from jakemsr@ | Michael Shalayeff | |
2005-06-20 | Remove media detection from the SRM on alpha. Initially a good idea, it | Martin 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-20 | Replace arpcom in the softc with ieee80211com in preparation for | Jonathan Gray | |
further net80211 changes. ok mickey@ | |||
2005-06-20 | fix 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-18 | though this doesn't work yet at least allow it to compile first. | Brad Smith | |
2005-06-18 | regen | Brad Smith | |
2005-06-18 | change ANTARES TC9021 entry description from Antares to TC9021 | Brad Smith | |
2005-06-17 | sync | Martin Reindl | |
2005-06-17 | Intel 915G Integrated Video | Martin Reindl | |
ok brad@ | |||
2005-06-17 | - fix description for BCM5750 A0, A1 -> A0 | Brad Smith | |
- recognize BCM5750 B1 | |||
2005-06-15 | add D-Link DGE-528T and US Robotics USR997902 | Brad Smith | |
From: NetBSD | |||
2005-06-15 | regen | Brad Smith | |
2005-06-15 | add D-Link DGE-528T and US Robotics USR997902 | Brad Smith | |
From: NetBSD | |||
2005-06-15 | regen | Brad Smith | |
2005-06-15 | add Linksys PCMPC200 | Brad Smith | |