Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-22 | More timeout(9) usage cleaned up. | Michael Knudsen | |
ok claudio | |||
2008-05-22 | Remove unnecessary receive filter call from the attach hook. This is | Brad Smith | |
already dealt with via txp_init(). ok dlg@ | |||
2008-05-22 | Add the MCP77, 79 and 7B SMBus controller ids. | Brad Smith | |
ok dlg@ | |||
2008-05-22 | Read the MII_ANAR register and get the common denominator ability. | Brad Smith | |
From FreeBSD ok dlg@ | |||
2008-05-22 | Remove the "loaded firmware" message from dmesg. Only print something | Brad Smith | |
if there was an error. ok dlg@ | |||
2008-05-22 | regen | Jonathan Gray | |
2008-05-22 | Add a bunch of devices from submitted dmesgs. | Jonathan Gray | |
2008-05-21 | Fujitsu PRIMEPOWER250/450 secondary LAN is a BCM5703C in disguise. | Mark Kettenis | |
2008-05-21 | regen | Mark Kettenis | |
2008-05-21 | Add Fujitsu PRIMEPOWER250/450 secundary LAN. | Mark Kettenis | |
2008-05-21 | sync | Theo de Raadt | |
2008-05-21 | intel 5100 chipset; mitja | Theo de Raadt | |
2008-05-20 | Add multicast support to lii(4), with suggestions/changes from brad@. | Joel Sing | |
ok brad@ dlg@ | |||
2008-05-20 | regen | Brad Smith | |
2008-05-20 | Add the NVIDIA Quadro FX 3500 id. | Brad Smith | |
2008-05-19 | regen | Brad Smith | |
2008-05-19 | Add the NVIDIA MCP77/79/7B SMBus controller ids. | Brad Smith | |
From Peer Chen @ NVIDIA | |||
2008-05-19 | correct format after %x -> %b convertion. deraadt jsg ok. | Federico G. Schwindt | |
2008-05-17 | regen | joshua stein | |
2008-05-17 | via chrome9 hc igp video, found on the hp 2133 mini-note | joshua stein | |
2008-05-16 | add Intel GME965 | Reyk Floeter | |
ok kettenis@ | |||
2008-05-16 | sync | Reyk Floeter | |
2008-05-16 | add Intel GME965 device IDs | Reyk Floeter | |
2008-05-15 | - Use pci_matchbyid(). | Brad Smith | |
- Simplify the use of pci_mapreg_map(). ok jsing@ | |||
2008-05-14 | Add missing splnet around mii_tick(). | Brad Smith | |
ok dlg@ | |||
2008-05-14 | Add the Altima AC1003 PCI id. | Brad Smith | |
ok dlg@ | |||
2008-05-14 | regen | Brad Smith | |
2008-05-14 | Add the vendor id for Solarflare Communications and some product ids | Brad Smith | |
for 10Gb chipsets. | |||
2008-05-13 | The driver is called lii, not atl2. Change function and variable names to | Joel Sing | |
match. go go go dlg@ | |||
2008-05-13 | regen | Brad Smith | |
2008-05-13 | Add the Altima AC1003 PCI id. | Brad Smith | |
2008-05-13 | regen | Brad Smith | |
2008-05-13 | Remove some duplicate entries for Intel 10Gb and ICH10 E1000 adapters | Brad Smith | |
that were not in numerial order. | |||
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith | |
ok dlg@ | |||
2008-05-13 | Since Ethernet links can only be full duplex or half duplex the link | Brad Smith | |
state reporting code in the MII layer / em(4) and vge(4) will never fall back to the point of only reporting the link as being UP without the duplex setting being reported, so simplify the code a bit here. ok dlg@ | |||
2008-05-13 | Use the LINK_STATE_IS_UP macro when checking for the link being UP. | Brad Smith | |
ok dlg@ | |||
2008-05-13 | Also report the duplex state of the connection when calling | Brad Smith | |
if_link_state_change() which is always full duplex for tht(4). ok dlg@ | |||
2008-05-12 | Make this compile again. | Mark Kettenis | |
2008-05-12 | Pass correct argument to timeout_set so that the timeout can break the | Can Erkin Acar | |
loop as intended. ok dlg@ | |||
2008-05-12 | Call mii_pollstat() instead of bge_tick() in bge_link_upd() so that link | Brad Smith | |
state transitions are noticed and the appropriate routing socket messages are generated. ok kettenis@ krw@ | |||
2008-05-11 | Remove special casing of the BCM5700 B2 chipset so that this revision also | Brad Smith | |
uses MII interrupts to detect link state transitions as is done for all of the other BCM5700 revisions, without this change link state transitions are not being detected at all. ok kettenis@ | |||
2008-05-11 | regen | Brad Smith | |
2008-05-11 | More E1000 PCI ids for ICH9 and ICH10. | Brad Smith | |
2008-05-11 | Revert the last commit as this is not the proper way of fixing the issue. | Brad Smith | |
ok krw@ | |||
2008-05-10 | On socppc, we need to be able to map a zero base address too. | Mark Kettenis | |
2008-05-10 | regen | Mats O Jansson | |
2008-05-10 | Add some ATI entries. -moj | Mats O Jansson | |
2008-05-09 | Attempt to fix link status change handling so that the proper RTM_IFINFO | Kenneth R Westerback | |
messages are generated when links go down or come up. Works on available devices, put in tree to encourage wide testing. Enables latest dhclient changes to work their magic on bge. Feedback from brad@ ok deraadt@ beck@ reyk@ | |||
2008-05-08 | regen | Mark Kettenis | |
2008-05-08 | Add the Freescale vendor ID and some devices from the MPC8349E family. | Mark Kettenis | |