summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-11-18Add missing locking around ktrsyscall() call.Mark Kettenis
2007-11-18eephy_mii_phy_auto() was deleted in r1.38. So delete the declaration too.Kenneth R Westerback
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-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-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-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-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-17Buffers are not necessarily NUL-terminated, so use memcpy instead of strlcpyMark Kettenis
2007-11-17syncDamien Bergamini
2007-11-17fix uath entry.Damien Bergamini
2007-11-17update ZD1211B firmware.Damien Bergamini
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-17RT2560+RT2661: update the physical address in the RX descriptor afterDamien Bergamini
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-17sync error messages with man page's DIAGNOSTICS section.Damien Bergamini
2007-11-17Allow for more than one flag per GPIO pin.Marc Balmer
2007-11-17Support GPIO_PIN_PULLDOWN (pulldown-enable) as GPIO pin flag.Marc Balmer
2007-11-17pull-down (GPIO_PIN_PULLDOWN) is a valid flags for some GPIO devices,Marc Balmer
2007-11-17The initial ipl on luna/mvme188 like interrupt arbiters is IPL_HIGH, notMiod Vallat
2007-11-17Replace many ``unsigned'' variables with ``unsigned int'', ``u_int'' or otherMiod Vallat
2007-11-17Add some preprocessor magic to let M187 and M188 kernels compile again.Miod Vallat
2007-11-17Remove unused variable.Miod Vallat
2007-11-17Rework {get,set,raise}ipl() to minimize psr modification, especially onMiod Vallat
2007-11-16Pass name of CPU nodes instead of "cpu" such that we see it for unconfiguredMark Kettenis
2007-11-16clear host to mcu mailbox after loading microcode.Damien Bergamini
2007-11-16Make the GPIO functionality of the AMD Geode LX CS5536 available.Marc Balmer
2007-11-16Fix typo in comment.Mark Kettenis
2007-11-16No need to mention which codec is being used if there's only one.Deanna Phillips
2007-11-16in the strange/unnatural/ridiculous situation where a non-blockingTheo de Raadt
2007-11-16typoMike Belopuhov
2007-11-16Fix dmesg output. From form@.Mike Belopuhov
2007-11-16firmware (if not store in a seeprom in the device) for the uticom(4)Theo de Raadt
2007-11-16driver for TI TUSB3410 usb serial, written by dxi@mail.ru andTheo de Raadt
2007-11-16the cpu_feature/cpu_id stuff here is bullshit, XXX it so that it gets fixed o...Theo de Raadt
2007-11-16UltraSPARC-IIIi CPUs are different and choose the BUSY/NACK pair based on theMark Kettenis
2007-11-16fix the bus_space #define nightmare, so that amd64 and i386 are much moreTheo de Raadt
2007-11-16Remove microtime calls and RNG benchmarking from the pchb attachmentMike Belopuhov
2007-11-16in pf_test_fragment(), ignore protocol-specific criteria for packets ofDaniel Hartmeier