aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Rev MPI spec to 1.05.09 level in preparation for SAS support.Matt Jacob2006-01-2115-142/+3259
* Make the ACPI and OpenFirmware PCI bus drivers subclasses of the genericJohn Baldwin2006-01-201-32/+2
* Make the 'pci_devclass' pointer variable private (drivers really shouldn'tJohn Baldwin2006-01-203-5/+3
* Turn on native 32bit recording (at 48000hz).Ariff Abdullah2006-01-201-1/+1
* An attemp to make driver more readable and attaractive for furtherGleb Smirnoff2006-01-201-455/+415
* Ruthless vchan speed workaround against the dreaded sb16 / sb16x. It appearAriff Abdullah2006-01-201-3/+9
* Be ready to a case when not a constant number of segments is returnedGleb Smirnoff2006-01-182-13/+23
* Correct two promise entries, these are only 2port SATA.Søren Schmidt2006-01-181-2/+2
* Whitespace cleanup.Søren Schmidt2006-01-188-128/+134
* Properly report SATA connection speed.Søren Schmidt2006-01-181-3/+12
* Add support for using DMA on dump, greatly speeds up the dump process.Søren Schmidt2006-01-189-1308/+1240
* Remove Giant / busdma_lock_mutex from busdma_tag_create().Ariff Abdullah2006-01-181-4/+4
* - Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc)Oleg Bulyzhin2006-01-172-28/+32
* Fix a memory leak I introduced with the hostb/vgapci stuff.John Baldwin2006-01-171-4/+8
* Fix a memory leak.Joseph Koshy2006-01-171-5/+7
* The number of ticks per usec for YUKON_EC is 125.Pyun YongHyeon2006-01-171-1/+1
* fix Rx checksum computation on little endian systems.Pyun YongHyeon2006-01-171-1/+1
* fix interrupt moderation timer frequencies for YukonPyun YongHyeon2006-01-172-7/+21
* remove trailing spacesPyun YongHyeon2006-01-171-11/+11
* Fix broken capabilites. There are possible calculation errors withinAriff Abdullah2006-01-161-2/+2
* ehci_pci.c:Ariff Abdullah2006-01-163-7/+19
* Add PCI vendor id for ATI OHCI USB controllers.Ariff Abdullah2006-01-161-0/+11
* Restore old compatibility of feeding directly into /dev/dsp at 8000 hzAriff Abdullah2006-01-161-2/+4
* Work around a problem seen on VIA EHCI controllers where occasionallyIan Dowse2006-01-153-0/+38
* Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this wasIan Dowse2006-01-153-0/+6
* The ehci driver doesn't use the transfer `hcpriv' field, so don'tIan Dowse2006-01-151-1/+0
* Don't leak mbufs and mbuf clusters in several error-handling situationsRobert Watson2006-01-151-0/+4
* If frame length is excessive, don't leak an mbuf and cluster whenRobert Watson2006-01-151-0/+1
* Add support for the Compaq LTE docking station. It includes a plugWarner Losh2006-01-151-5/+6
* Remove unused code.Bjoern A. Zeeb2006-01-151-3/+0
* Add another inverted EAPD quirk for Gateway 7326GZ.Ariff Abdullah2006-01-141-1/+2
* Check the return value of copyin.Scott Long2006-01-141-1/+2
* When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow theBrooks Davis2006-01-141-4/+25
* Don't base the number of jumbo segments on page size, instead base it on theScott Long2006-01-141-1/+1
* Don't allocate an asr_ccb in asr_attach, it hasn't been needed for years.Scott Long2006-01-141-9/+1
* Replace bogus code with real code.Scott Long2006-01-141-10/+4
* Rename driver_t variables. Use device_printf() instead of homerolled printf.Scott Long2006-01-141-39/+39
* Make resources do the right thing by design instead of accident.Poul-Henning Kamp2006-01-141-2/+1
* Add the following to the taskqueue api:Scott Long2006-01-142-31/+4
* - Add support for setting the fan control mode to manual or automaticMarkus Brueffer2006-01-141-3/+55
* - Correct amr_enquiry3 structure[1].Jung-uk Kim2006-01-131-5/+5
* Workaround for sb16 behave poorly when running at 45000 hz whileAriff Abdullah2006-01-131-1/+8
* 1) move all link state detection code from bge_tick_locked() to bge_link_upd()Oleg Bulyzhin2006-01-131-60/+101
* Fix the interrupt race for real. Don't register the interrupt until afterScott Long2006-01-131-22/+35
* Disable interrupts while we are setting up the handler. The interrupt reallyScott Long2006-01-131-0/+7
* Joyport blacklist. Either we're facing with broken hardwareAriff Abdullah2006-01-131-2/+15
* * fix bst.status. We mark some bits, but forgot to reset all of themBruno Ducrot2006-01-121-16/+17
* Fix broken playback capabilities to prevent impending disaster.Ariff Abdullah2006-01-111-1/+1
* - Locking fixes. Release lock while chn_intr().Ariff Abdullah2006-01-111-1/+16
* Significant performance improvements for the if_em driver:Scott Long2006-01-112-19/+203