Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-05 | Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet. | Jonathan Gray | |
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@ | |||
2004-10-04 | sync | David Gwynne | |
2004-10-04 | Belkin Components F5U237 USB 2.0 7-Port Hub | David Gwynne | |
2004-10-04 | a whole bunch of avance logic codecs and also patch for some | Michael Shalayeff | |
2004-10-04 | sync | Theo de Raadt | |
2004-10-04 | davicom DM9601 contains another amiphy clone | Theo de Raadt | |
2004-10-04 | COREGA_FETHER_USB2_TX; tested by me | Theo de Raadt | |
2004-10-04 | sync | Theo de Raadt | |
2004-10-04 | Corega Fether USB2-TX is axe | Theo de Raadt | |
2004-10-03 | $OpenBSD$ tag | Alexander Yurchenko | |
2004-10-03 | Add $OpenBSD$ tag. | Alexander Yurchenko | |
2004-10-02 | Typo in comment. | Alexander Yurchenko | |
2004-10-02 | remove if NVLAN here too | Brad Smith | |
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 | |