summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Handle all types of interrupts when operating the uhci(4) controller injhb2004-10-281-2/+2
* Use dcons buffer passed by loader on amd64.simokawa2004-10-281-2/+4
* Forcibly disable interrupts, if we find ourselves servicing one whenbms2004-10-271-1/+8
* Workaround for a recursive acquisition of the driver mutex during devicebms2004-10-261-0/+2
* Device driver for onboard CS4231 audio controller which is foundyongari2004-10-253-0/+1935
* For variables that are only checked with defined(), don't provideru2004-10-242-2/+2
* - Use quad_t for dcons buffer address and size.simokawa2004-10-241-4/+11
* Add identifiers for the HP Laserjet 2300d USBrse2004-10-242-0/+3
* Fix some warnings that only triggered in LINT.scottl2004-10-242-10/+10
* Embed the correct name.scottl2004-10-241-1/+1
* Clean up some messy Makefile stuff so that this can be built into thescottl2004-10-242-2/+14
* Use VM_ALLOC_NOBUSY to eliminate an unneeded vm_page_wakeup() call and thealc2004-10-241-4/+1
* Avoid repeated acquisition and release of the vm object lock inside ofalc2004-10-241-5/+6
* Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint forscottl2004-10-2419-0/+11587
* Don't explicitly call g_waitidle(), it happens automagically now.phk2004-10-231-2/+0
* Locking cleanups to remove the need for a recursive mutexmtm2004-10-232-60/+49
* Properly handle failure to allocate isadma bounce bufferphk2004-10-221-2/+6
* Respect _BOOT flag.simokawa2004-10-222-6/+12
* Check _BOOT flag.simokawa2004-10-221-3/+3
* Add support for the 21610SA 16-channel SATA card. Thanks to Adaptec forscottl2004-10-211-0/+2
* Fix a typo so that this compiles again.jhb2004-10-201-1/+1
* Do not retry on requests that has lost thier device during reinit.sos2004-10-201-8/+5
* Rumor has it that ACCTON EN2216 is also an ne2000 compatible. Make it so.imp2004-10-201-0/+1
* Add missing bus_dmamap_sync() calls. If you are using an architecturemux2004-10-191-2/+12
* aic7xxx.h:gibbs2004-10-192-14/+91
* Idle the channel earlier in reinit().sos2004-10-191-10/+10
* Cosmeticssos2004-10-191-6/+2
* Really really fix typo this time.bms2004-10-191-1/+0
* Fix typo sc -> dev.bms2004-10-191-1/+1
* Detach the Rhine completely on shutdown, rather than merely stopping itbms2004-10-191-3/+1
* Return the unit number of a channel instead of a hardcoded '1' fromle2004-10-191-1/+1
* Use and alignment of 1 instead of ETHER_ALIGN for rx and tx buffers and jumboscottl2004-10-191-2/+2
* Use an alignment of 1 instead of PAGE_SIZE for the rx and tx buffer tags.scottl2004-10-191-12/+2
* fix (for me) the problems where if_de gets really slow after timejmg2004-10-181-21/+0
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-187-76/+27
* Drop the NDIS lock before returning from ndis_start().le2004-10-181-1/+3
* Annotate that get_cyclecount() can be expensive on some platforms,rwatson2004-10-181-0/+4
* Use cluster if data >= MINCLSIZE.glebius2004-10-171-1/+1
* Add support for the Vodafone Mobile Connect 3G datacard.le2004-10-162-0/+6
* Skip probe attempts for ISA PnP devices.gibbs2004-10-151-1/+5
* Re-add an acpi attachment for the legacy probe that was inadvertentlynjl2004-10-151-0/+1
* Remove unused variable. Pointy hat candidate.njl2004-10-151-1/+0
* add missing ';' that didn't show up with INVARIANTS enabledsam2004-10-151-1/+1
* Plug possible memory leak in sound DMA buffer handling. It alsoyongari2004-10-151-9/+24
* Use a taskqueue rather than an swi to handle deferred notifications.kan2004-10-151-25/+9
* Move session state from on-card memory to host memory so we no longer aresam2004-10-152-43/+46
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-144-10/+0
* Remove unused ttys field.phk2004-10-141-1/+0
* Fix echo in console mode.phk2004-10-142-21/+31
* Fix a spelling error in a panic string.green2004-10-141-1/+1
OpenPOWER on IntegriCloud