summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* * Correct an off-by-one reading vpd ro data.obrien2004-11-012-3/+33
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-311-2/+2
* Whitespace cleanupdes2004-10-311-4/+4
* With ALTQ, it is possible that although the queue was not empty when wedes2004-10-301-0/+7
* Add altq(4) support.des2004-10-301-8/+10
* Save and restore state across suspend/resume events.iedowse2004-10-302-37/+92
* Whitespace cleanup.des2004-10-302-55/+55
* Remove a duplicate code.nyan2004-10-301-1/+0
* Add support for the B&B Electronics USB->RS422/485 adapter.le2004-10-302-0/+19
* Don't set si_bszize_phys, nobody cares.phk2004-10-291-4/+1
* No point in setting si_bsize_phys anymore, nobody reads it.phk2004-10-291-4/+1
* Now that filesystems respect and understand GEOM access counts, refusephk2004-10-291-2/+0
* 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
OpenPOWER on IntegriCloud