Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-05-07 | Rather than fixing ises(4), nuke it. | Kenneth R Westerback | |
ok deraadt@ | |||
2008-05-07 | Rather than fixing ises(4), nuke it. | Kenneth R Westerback | |
ok deraadt@ | |||
2008-05-07 | Rather than fixing ises(4), nuke it. | Kenneth R Westerback | |
ok deraadt@ | |||
2008-05-06 | Kill vtophys in drm. | Owain Ainsworth | |
The code we inherited from FreeBSD used vtophys is a fair few places, nuke that and replace with bus_dma. technically _DRM_SHM should be managed with uao_create(), but until we move away from mmap and into an ioctl to map, this will do. This also paves the way for amd64 support (it lacks vtophys). ok kettenis, miod looked at it a while back too. | |||
2008-05-06 | currently agp_i810 needs to map the same BAR as inteldrm, this obviously | Owain Ainsworth | |
fails. In order to allow this, implement an API so that drm and agp can share mappings for the BARs. Now it works as it should. tested by many. ok kettenis, miod said he'd look at it when it's in tree. | |||
2008-05-06 | AMD_8111_PMC has timecounter, too; ok grange@ some time ago | Markus Friedl | |
2008-05-06 | Remove bogus entries for PCI_PRODUCT_DELL_PERC_3DI_2, which apparently | Marco Pfatschbacher | |
is an UART. Makes aac(4) compile again. OK dlg@ | |||
2008-05-05 | Correct defines for NXE_DB_PEGID_RX|TX. OK dlg@ | Claudio Jeker | |
2008-05-05 | dell drac 3 and 4 virtual uarts are pucs running very fast. | David Gwynne | |
2008-04-30 | regen | Brad Smith | |
2008-04-30 | Add E1000 PCI ids for another ICH9 variant, ICH10's and 82574L. | Brad Smith | |