summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add in the Linux IOCTL shim and create the megadev0 device soambrisko2006-01-241-0/+191
* Do not test for DMA status on legacy ATA devices. This has the unfortunatesos2006-01-241-1/+2
* channel.c:ariff2006-01-242-10/+29
* track bmiss threshold change from time to frame countsam2006-01-231-1/+1
* Use m_getcl() instead of getting mbuf, and then getting a cluster.glebius2006-01-231-9/+2
* Sort list of modules.joel2006-01-231-1/+1
* First of several commits as this driver is dusted off and maybe broughtmjacob2006-01-2313-416/+1016
* Various fixups:ariff2006-01-225-46/+227
* Fix a race condition by initializing the taskqueue before registeringmux2006-01-221-10/+10
* Convert to ANSI C function declarations.rwatson2006-01-211-83/+36
* Convert iir inlines to ANSI C function declarations.rwatson2006-01-211-10/+4
* Fix panic on boot due to not all SATA chipsets having SSTATUS registerisos2006-01-211-3/+3
* Backput the "Dell ID" part of the last commit, it was already tried innetchild2006-01-211-5/+0
* Merge rev. 1.5 and 1.6 from DFly:netchild2006-01-211-7/+12
* account tx retry-fail errors in if_oerrors.damien2006-01-211-1/+8
* Prevent dereferencing a NULL pointer if the malloc() fails.netchild2006-01-211-9/+10
* Adjust tx power based on user preferences.damien2006-01-211-0/+3
* o fix initialization sequence.damien2006-01-212-5/+28
* Check for BGE_RXBDFLAG_IP_CSUM flag before marking mbuf as with validglebius2006-01-211-4/+5
* Add two new ural(4) product ids.damien2006-01-212-0/+4
* sync w/ openbsd:damien2006-01-212-54/+104
* Remove unused pointer.joel2006-01-212-5/+0
* Fix computation of the tx retry count in AMRR.damien2006-01-211-2/+2
* Rev MPI spec to 1.05.09 level in preparation for SAS support.mjacob2006-01-2115-143/+3260
* Make the ACPI and OpenFirmware PCI bus drivers subclasses of the genericjhb2006-01-201-32/+2
* Make the 'pci_devclass' pointer variable private (drivers really shouldn'tjhb2006-01-203-5/+3
* Turn on native 32bit recording (at 48000hz).ariff2006-01-201-1/+1
* An attemp to make driver more readable and attaractive for furtherglebius2006-01-201-459/+419
* Ruthless vchan speed workaround against the dreaded sb16 / sb16x. It appearariff2006-01-201-3/+9
* Be ready to a case when not a constant number of segments is returnedglebius2006-01-182-13/+23
* Correct two promise entries, these are only 2port SATA.sos2006-01-181-2/+2
* Whitespace cleanup.sos2006-01-188-128/+134
* Properly report SATA connection speed.sos2006-01-181-3/+12
* Add support for using DMA on dump, greatly speeds up the dump process.sos2006-01-189-1315/+1247
* Remove Giant / busdma_lock_mutex from busdma_tag_create().ariff2006-01-181-4/+4
* - Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc)oleg2006-01-172-29/+33
* Fix a memory leak I introduced with the hostb/vgapci stuff.jhb2006-01-171-4/+8
* Fix a memory leak.jkoshy2006-01-171-5/+7
* The number of ticks per usec for YUKON_EC is 125.yongari2006-01-171-1/+1
* fix Rx checksum computation on little endian systems.yongari2006-01-171-1/+1
* fix interrupt moderation timer frequencies for Yukonyongari2006-01-172-7/+21
* remove trailing spacesyongari2006-01-171-11/+11
* Fix broken capabilites. There are possible calculation errors withinariff2006-01-161-2/+2
* ehci_pci.c:ariff2006-01-163-7/+19
* Add PCI vendor id for ATI OHCI USB controllers.ariff2006-01-161-0/+11
* Restore old compatibility of feeding directly into /dev/dsp at 8000 hzariff2006-01-161-2/+4
* Work around a problem seen on VIA EHCI controllers where occasionallyiedowse2006-01-153-0/+38
* Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this wasiedowse2006-01-153-0/+6
* The ehci driver doesn't use the transfer `hcpriv' field, so don'tiedowse2006-01-151-1/+0
* Don't leak mbufs and mbuf clusters in several error-handling situationsrwatson2006-01-151-0/+4
OpenPOWER on IntegriCloud