Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-25 | Sync. | Kenneth R Westerback | |
2007-11-25 | Add Intel ICH9 AHCI device seen on ASUS P5K-E, plus the other one | Kenneth R Westerback | |
referenced on the PCI ID list I looked at. | |||
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain Ainsworth | |
actually get detected and attached. Also adds a kernel api for manipulating agp. Enable this on i386 and amd64. "I think you should commit it" deraadt@, ok matthieu. Looked over by several others. | |||
2007-11-25 | Sync. | Kenneth R Westerback | |
2007-11-25 | Add NVIDIA GeForce 8600 GT found on ASUS P5K-E. | Kenneth R Westerback | |
2007-11-25 | Sync. | Kenneth R Westerback | |
2007-11-25 | Shorten some text. "AHCI SATA" and "SATA AHCI" -> "AHCI" as suggested by | Kenneth R Westerback | |
Theo. | |||
2007-11-25 | When plugging a device, assign BARs and set interrupt lines. | Mark Kettenis | |
Makes ExpresCard hotplugging fully functional at least on laptops with an Intel chipset. | |||
2007-11-25 | Strip the CRC in rxeof() | Jonathan Gray | |
ok claudio@ | |||
2007-11-25 | remove an ugly nested block | Theo de Raadt | |
2007-11-25 | Correctly setup the tx descriptor by using the right mapping infos. | Claudio Jeker | |
This makes et(4) work and as ususal this is commited over et(4) to prove that it is usuable. with and ok jsg@ | |||
2007-11-25 | Map the interrupt pins used for swizzling *after* mapping the PCI Express | Mark Kettenis | |
hotplug interrupt such that we don't thrash the information necessary to do that. | |||
2007-11-25 | First step towards PCI Express/ExpressCard hotplug. Unplug should work on | Mark Kettenis | |
detachable drivers. "put it in" deraadt@ | |||
2007-11-25 | Make msk(4) detachable. | Mark Kettenis | |
"can't be wrong" deraadt@ | |||
2007-11-24 | First step towards PCI Express/ExpressCard hotplug. Unplug should work on | Mark Kettenis | |
detachable drivers. "put it in" deraadt@ | |||
2007-11-24 | The Sigmatel codec id 7662 looks identical to STAC7661 and works fine with | Deanna Phillips | |
the code here. Tested by Rob Lytle, thanks. | |||
2007-11-23 | Don't do anything in the shutdownhook if the registers aren't mapped. | Mark Kettenis | |
ok deraadt@, fgsch@ | |||
2007-11-23 | Check for invalid dev indices, which could get here through ioctl. | Deanna Phillips | |
2007-11-23 | feng shui | David Gwynne | |
2007-11-21 | Collect subid #defines at the top. | Deanna Phillips | |
2007-11-19 | pairwise keys always have an ID equal to 0. | Damien Bergamini | |
2007-11-19 | all TX rings have the same fixed size (256 entries) and this is not | Damien Bergamini | |
configurable so simplify rings allocation a bit. | |||
2007-11-19 | When ignoring whether FR turns on or not, we should still set FRE, | Christopher Pascoe | |
otherwise we risk leaving the port disabled after a stop/start during error recovery. ok dlg@ | |||
2007-11-18 | Add a few Cassini+ registers. | Mark Kettenis | |
2007-11-17 | Allow pci_get_capability to decode capabilities for PCI bridges. | Brad Smith | |
From jmcneill NetBSD ok kettenis@ dlg@ | |||
2007-11-17 | update the physical address of the RX buffer after bus_dmamap_load() | Damien Bergamini | |
in the case where the old buffer is remapped. | |||
2007-11-17 | fix reading of EEPROM for some adapters. | Damien Bergamini | |
from Benjamin Close @ FreeBSD | |||
2007-11-17 | Disable jumbo allocator until the low number of buffers case | Jonathan Gray | |
is better handled. This will likely resolve stalls some people are seeing under high load. ok damien@ | |||
2007-11-17 | Rename fiber TBI flag from BGE_TBI to BGE_PHY_FIBER_TBI. No functional change. | Brad Smith | |
ok dlg@ | |||
2007-11-16 | No need to mention which codec is being used if there's only one. | Deanna Phillips | |
2007-11-15 | match expresscard ral | Theo de Raadt | |
2007-11-15 | sync | Theo de Raadt | |
2007-11-15 | ralink N expresscard model | Theo de Raadt | |
2007-11-15 | New driver for Ralink RT2860 chipset. | Damien Bergamini | |
Attaches as 'ral' as it shares the PCI and CardBus frontends with RT2560 and RT2661 though it is actually a separate driver. Requires a firmware that can't be redistributed with the base system due to license restrictions (exact same license as iwn(4) firmware). The 802.11n capabilities not yet supported (except MIMO). Great thanks to Sam Fourman Jr for donating hardware. ok deraadt@ | |||
2007-11-14 | Unknown codecs don't have a name field, so print what we read from | Deanna Phillips | |
pci_findvendor() or the vendor id instead. From ratchov@ | |||
2007-11-14 | add the Marvell 88E8042 and 88E8072 PCI ids. | Brad Smith | |
From the Linux sky2 driver. ok dlg@ | |||
2007-11-14 | regen | Brad Smith | |
2007-11-14 | - add the ATI Radeon X1950 Pro video adapter. | Brad Smith | |
- add the Attansic L2 Fast Ethernet chipset. - add some new Marvell Ethernet chipsets. ok dlg@ | |||
2007-11-14 | less obnoxious dmesg | Deanna Phillips | |
ok ratchov | |||
2007-11-14 | regen | Brad Smith | |
2007-11-14 | - add the Intel G33 PCIe bridge. | Brad Smith | |
- add the ATI X1600 video card. ok krw@ dlg@ | |||
2007-11-12 | Don't use utc_off when using the hires timestamp. | Marc Balmer | |
2007-11-12 | repair input vs output confusion | Jacob Meuser | |
makes 'audioctl play.gain' work correctly from NetBSD | |||
2007-11-12 | sync | Theo de Raadt | |
2007-11-12 | correct a ricoh label | Theo de Raadt | |
2007-11-11 | Remove all code that prints to the console or writes to the log after | Marc Balmer | |
initialization. The behaviour of the Signal sensor is now the same as for umbg(4), the sensor status indicates if the clock is synchronized, free running or if there is a hardware problem. | |||
2007-11-11 | bring in ~7 years worth of improvements and bug fixes from NetBSD | Jacob Meuser | |
user noticible highlights: - recording works - setting the blockize works correctly - added master volume mute ok ratchov | |||
2007-11-09 | Add Exar UARTs XR17C152, XR17C154 and XR17C158. | Federico G. Schwindt | |
From Daniel Neri (daniel dot neri at sigicom dot se) via PR/5618. | |||
2007-11-09 | regen. | Federico G. Schwindt | |
2007-11-09 | Add Exar UARTs XR17C152, XR17C154 and XR17C158. | Federico G. Schwindt | |
From Daniel Neri (daniel dot neri at sigicom dot se) via PR/5618. |