summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-18eephy_mii_phy_auto() was deleted in r1.38. So delete the declaration too.Kenneth R Westerback
2007-11-18(Large) update from master repo:Anders Magnusson
2007-11-18Fix for PR 5642 & 5643. Report and testing Martijn RijkeboerMarco Peereboom
2007-11-18Sync struct ifaltq to match struct ifqueue.Marco Pfatschbacher
2007-11-18simplify, no sense to break just to do return afterwardsMarc Espie
2007-11-18the serial number locator thing is absolute balonyTheo de Raadt
2007-11-18revert previous commit as requested by kettenis and deraadt.Brad Smith
2007-11-18regenBrad Smith
2007-11-18add the Planex GW-US54GXS adapter.Brad Smith
2007-11-18remove use of static.Brad Smith
2007-11-18Add support for dumping PCI config space in hex.Mark Kettenis
2007-11-17- move the re/bwi CardBus entries in the GENERIC kernel config intoBrad Smith
2007-11-17Allow pci_get_capability to decode capabilities for PCI bridges.Brad Smith
2007-11-17the ACPI -> ACPIBrad Smith
2007-11-17Print the type that's wrong.Mark Kettenis
2007-11-17update the physical address of the RX buffer after bus_dmamap_load()Damien Bergamini
2007-11-17fix reading of EEPROM for some adapters.Damien Bergamini
2007-11-17Add code to print type 1 (PCI-PCI bridge) and type 2 (CardBus bridge) devices.Mark Kettenis
2007-11-17allow whitespace before = sign when reading variables from a .pc file.Steven Mestdagh
2007-11-17Don't err() out if a fstab line refers to a non-existant mount point.Kenneth R Westerback
2007-11-17AMD Geode CS5536 GPIO can invert input and output pins.Marc Balmer
2007-11-17GPIO pins can be programmed to invert input or output on some devices.Marc Balmer
2007-11-17- Add more LED support, like activity blinking (though just supportingMarcus Glocker
2007-11-17Use mtimespec instead of mtime when comparing the timestamp of the editedTodd C. Miller
2007-11-17Buffers are not necessarily NUL-terminated, so use memcpy instead of strlcpyMark Kettenis
2007-11-17simplify dynamic variable handling a great deal:Marc Espie
2007-11-17.PHONY targets should not look at files.Marc Espie
2007-11-17syncDamien Bergamini
2007-11-17fix uath entry.Damien Bergamini
2007-11-17update ZD1211B firmware.Damien Bergamini
2007-11-17Deal with timespec vs. timeval precision issues. Fixes a problemTodd C. Miller
2007-11-17cvs headerTheo de Raadt
2007-11-17Disable jumbo allocator until the low number of buffers caseJonathan Gray
2007-11-17implement ic_set_key() and ic_delete_key() callbacks.Damien Bergamini
2007-11-17syncTheo de Raadt
2007-11-17the usage message should start with "usage:";Igor Sobrado
2007-11-17avoid false double space;Jason McIntyre
2007-11-17RT2560+RT2661: update the physical address in the RX descriptor afterDamien Bergamini
2007-11-17update the descriptions for ral(4) and ural(4);Jason McIntyre
2007-11-17make it clear in the code and in the man page that the rate2plcp andDamien Bergamini
2007-11-17Rename fiber TBI flag from BGE_TBI to BGE_PHY_FIBER_TBI. No functional change.Brad Smith
2007-11-17use tables to determine the best control to use for play.gain, record.gainAlexandre Ratchov
2007-11-17typoDamien Bergamini
2007-11-17Add some RT2860 802.11n-Draft 2.0 devices:Damien Bergamini
2007-11-17strings.h is obsolete; include string.hOtto Moerbeek
2007-11-17Convert file_rcsrev earlier into a string, else revbuf can be printedTobias Stoeckmann
2007-11-17sync device list formatting with rum(4) (one device per line).Damien Bergamini
2007-11-17sync url with ral & ural man pages.Damien Bergamini
2007-11-17separate ural(4) man page from ral(4) man page.Damien Bergamini
2007-11-17quote macro calls containing >9 args;Jason McIntyre