Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-02 | Add missing sc_mii, broken by PHY entry point changes. | Ryan Thomas McBride | |
(apparantly only affects cats GENERIC) | |||
2004-10-02 | regen | Brad Smith | |
2004-10-02 | another Broadcom id | Brad Smith | |
2004-10-01 | Fix off-by-BAR in IO space finding. | Alexander Yurchenko | |
ok jason@ | |||
2004-10-01 | regen | Brad Smith | |
2004-10-01 | add ids for Broadcom BCM5750/5751 | Brad Smith | |
From: FreeBSD | |||
2004-10-01 | regen | Michael Shalayeff | |
2004-10-01 | a few hp zx1 ids | Michael Shalayeff | |
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray | |
2004-09-30 | when trying to locate the io register we must jump over memory BARs, which | Jason Wright | |
are variable size. Do it correctly: jump by 8 for 64 bit BARs. | |||
2004-09-30 | magic constants... bad... this isn't linux. | Jason Wright | |
2004-09-30 | sync | Alexander Yurchenko | |
2004-09-30 | A couple of new nvidia ethernet ids found in the linux driver. | Alexander Yurchenko | |
2004-09-30 | get the MAC address correct on big endian | Jason Wright | |
2004-09-30 | don't need uvm_extern.h for vtophys (no vtophys!) | Jason Wright | |
2004-09-30 | bus_dma-ify... thanks to robert, jgs, and grange for testing | Jason Wright | |
still borked on sparc64, but hey, one step at a time | |||
2004-09-30 | rtl8139 doesn't setup ANLPAR if the other side is not NWay compatible, | Jason Wright | |
to try to deduce what the link partner is the hardway. Based on FreeBSD. | |||
2004-09-30 | regen | Todd C. Miller | |
2004-09-30 | ARtem Onair 802.11b card works with wi(4); Marco Pfatschbacher | Todd C. Miller | |
2004-09-30 | sync | David Gwynne | |
2004-09-30 | Corega FEther USB-TXC | David Gwynne | |
2004-09-30 | spelling nit | David Gwynne | |
2004-09-30 | sync | Alexander Yurchenko | |
2004-09-30 | Fix nforce ethernet name | Alexander Yurchenko | |
2004-09-30 | Do not pretend we have set up an ifmedia structure if we did not; fixes | Miod Vallat | |
PR #3407 and #3661. | |||
2004-09-30 | sync | Alexander Yurchenko | |
2004-09-30 | nvidia nforce ddr and ethernet found in dmesg from | Alexander Yurchenko | |
Craig Barraclough <craigba@creative.com.au> | |||
2004-09-29 | Ratibibugle now useless evcnt structures. | Miod Vallat | |
2004-09-29 | from netbsd: if_url.c 1.8, if_urlreg.h 1.2, urlphy.c 1.9 and urlphyreg.h 1.2 | David Gwynne | |
via Jonathan Gray log message: Remove advertising clauses from code written by Shingo WATANABE. He has kindly consented it. | |||
2004-09-28 | Use ETHER_MIN_LEN/ETHER_MAX_DIX_LEN | Brad Smith | |
2004-09-28 | fixes for 2 cases of unaligned memory access on alpha which | Brad Smith | |
would result in panics. PR 3795 ok tedu@ "looks ok" mcbride@ & dhartmei@ | |||
2004-09-28 | sync | Alexander Yurchenko | |
2004-09-28 | New Ge Force FX 5700 LE and VIA VT8378 host PCI. | Alexander Yurchenko | |
From: Chuck Gagnon <gagnocg@mac.com>. | |||
2004-09-28 | remove if NVLAN around IFCAP_VLAN_MTU | Brad Smith | |
2004-09-28 | cleanup NGE_RXLEN | Brad Smith | |
2004-09-28 | Use ETHER_MAX_DIX_LEN/ETHER_MIN_LEN | Brad Smith | |
2004-09-28 | mii_phy_tick() already checks for autonegotiation. | Brad Smith | |
2004-09-28 | Use ETHER_MAX_DIX_LEN | Brad Smith | |
2004-09-28 | remove unused GEM_MTU | Brad Smith | |
2004-09-28 | - Use ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN instead of HME_MTU | Brad Smith | |
- Use ETHER_CRC_POLY_LE instead of MC_POLY_LE from hmereg.h | |||
2004-09-27 | allow for VLAN-sized frames. | Brad Smith | |
2004-09-27 | ANSI protos and some minor cleanup | Brad Smith | |
ok henning@ | |||
2004-09-27 | regen | Todd C. Miller | |
2004-09-27 | Add Proxim Harmony 802.11b card and attach it to wi(4); David Vincelli | Todd C. Miller | |
2004-09-26 | Improve attachment routine: | Alexander Yurchenko | |
- don't abort if hardware monitor is unusable, give timecounter a chance - better dmesg output | |||
2004-09-26 | Timecounter support for VIA south bridges. | Alexander Yurchenko | |
2004-09-26 | simplify MII_TICK case by using mii_phy_tick(). | Brad Smith | |
2004-09-26 | Restructure the PHY entry points to use a structure of | Brad Smith | |
entry points instead of descrete function pointers, and extend this to include a "reset" entry point. Make sure any PHY-specific reset routine is always used. From NetBSD ok mcbride@ | |||
2004-09-25 | sync | Alexander Yurchenko | |
2004-09-25 | another lavaport serial; from Markus Foerster <markus@1ster.de> | Alexander Yurchenko | |