summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-06-11Move a debug printf into #ifdef DEBUG. ok todd@, millert@.Matthieu Herrb
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-11Update to DRM git as of a few days ago. This mostly affects theOwain Ainsworth
2008-06-11Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for Intel (except AHCI),Brad Smith
2008-06-11regenMark Kettenis
2008-06-11Add Altera vendor id, and EBus device id. This is questionable since theMark Kettenis
2008-06-11Fix $OpenBSD$ for once and for allMarco Peereboom
2008-06-11implement the VIDIOC_STREAMOFF ioctl and remove some unused codeRobert Nagy
2008-06-11Move first pieces of crypto softraid into the tree. Still totallyHans-Joerg Hoexer
2008-06-11regenBrad Smith
2008-06-11BCM5780 also has a fiber model.Brad Smith
2008-06-11Don't get the address of the txstats pointers when doing bzero,Jonathan Gray
2008-06-11If bDefaultFrameIndex is 0 we should use the first bFrameIndex.Robert Nagy
2008-06-10Add opaque structure to create raid.Marco Peereboom
2008-06-10add VIDIOC_QUERYCTRL to the supported ioctlsRobert Nagy
2008-06-10g/c unused defines.Brad Smith
2008-06-10formatting knits.Brad Smith
2008-06-10Some header cleanup. Remove some unused headers and shuffle some aroundBrad Smith
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-10Fix a memory leak in usbf_realloc(), and make the speed configuration arrayMiod Vallat
2008-06-10Sort functions.Marcus Glocker
2008-06-10Rename access macros so that they match the driver name.Joel Sing
2008-06-10reorder functions and variables in rnd.c so they are more logicallyDamien Miller
2008-06-09Don't play games with the PCD interrupt. It delays the detection ofMark Kettenis
2008-06-09simplify math for arc4random_uniform() suggested byDamien Miller
2008-06-09Let the driver switch between read() and mmap() depending on whatMarcus Glocker
2008-06-09oops. this change was missing from the previous commitRobert Nagy
2008-06-09according to miod pmap_update() is not need after pmap_extract() at all,Robert Nagy
2008-06-09* fix the order of precedence in the divisor bits calculationConstantine A. Murenin
2008-06-09rename arc4random_bytes => arc4random_buf to match libc's nicer name;Damien Miller
2008-06-09Allocate the video buffer based on the maximum frame size that's reportedRobert Nagy
2008-06-08more cleanup, removed unused code. we don't do LRO/RSS yet, code canReyk Floeter
2008-06-08Now that all ports behave, remove the safety code doing cnpollc behindMiod Vallat
2008-06-08dma sync the tx ring and post new packets to the chip once per call toReyk Floeter
2008-06-08regenYojiro Uo
2008-06-08add following devicesYojiro Uo
2008-06-08we don't support msi/msi-x, remove the codeReyk Floeter
2008-06-08replace strange Linux-style u8/u16/u32/u64/s32 integer types with theReyk Floeter
2008-06-08If we have reached the end of the mmap frame buffer, start over againMarcus Glocker
2008-06-08Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter,Reyk Floeter
2008-06-08Set up shutdown and powerhooks with code adapted from rt2661.Jonathan Gray
2008-06-08syncReyk Floeter
2008-06-08add more 82598 10GbE device IDs, add "10GbE" in the existing entries.Reyk Floeter
2008-06-08Add a malloc type for ACPI and use it for _acpi_os_malloc and free.Artur Grabowski
2008-06-08Correct the watchdog timer by moving it out from under the condition checkBrad Smith
2008-06-08dma sync the tx ring and post new packets to the chip once per call toBrad Smith
2008-06-08don't declare foo_driver_version[] strings and turn them into defines,Reyk Floeter
2008-06-08Implement aml_str2val() ok marco@Can Erkin Acar
2008-06-08Make serial console on non-primary ports work to on i386.Mark Kettenis
2008-06-08Unmapping memory from pci_mapreg_map() on detach lets usJonathan Gray