aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* move sysctl's under hw.hifn; change max batching default to 1 (no batching)Sam Leffler2003-01-201-7/+9
* move sysctl's under hw.ubsecSam Leffler2003-01-201-9/+10
* correct default setting of hw.wi.txerate; it must be -1, not zero,Sam Leffler2003-01-201-2/+2
* correct sysctl names and move them to hw.wi: hw.wi.txerate controls the rateSam Leffler2003-01-201-4/+6
* aic7xxx.reg:Justin T. Gibbs2003-01-206-138/+251
* aic79xx.c:Justin T. Gibbs2003-01-207-152/+844
* gc dead codeSam Leffler2003-01-201-7/+0
* #if 0 one more line to make this compile without subr_disklabel.c.Poul-Henning Kamp2003-01-201-0/+4
* Allow constants to be complex expressions so long as thoseJustin T. Gibbs2003-01-201-15/+6
* Fix the last reference to the reg_print.c file handleJustin T. Gibbs2003-01-201-2/+2
* Remove stale reference to deprecated mini-disklayer stuff.Scott Long2003-01-201-13/+0
* Re-implemention of the interpolation code used for sample rateOrion Hodson2003-01-201-53/+308
* RegenJosef Karthauser2003-01-202-2/+9
* default tx error rate limiting to 0 to disable tx error msgs; this isSam Leffler2003-01-201-1/+1
* Support for the "Seiko Epson Perfection 1260 scanner".Josef Karthauser2003-01-202-0/+2
* Small change to the previous commit, zero out the 48BIT flag in ata_commandSøren Schmidt2003-01-192-10/+10
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in theMike Barcroft2003-01-191-1/+1
* Finally give CCD the disk mini-layer treatment:Poul-Henning Kamp2003-01-191-431/+143
* Unifdef -UDEBUG on the CCD driver. The debugging is mostly uselessPoul-Henning Kamp2003-01-191-145/+0
* Add support for the ServerWorks CSB6.Søren Schmidt2003-01-192-1/+12
* Fix the 48bit access support for the older Promise 66/100 controllers, theSøren Schmidt2003-01-194-16/+26
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-1925-392/+22
* Inline now trivial functions getccdbuf() and putccdbuf().Poul-Henning Kamp2003-01-181-53/+8
* Fix minor memory-leak.Poul-Henning Kamp2003-01-181-0/+1
* Use the M_CCD malloc bucket instead of M_DEVBUF.Poul-Henning Kamp2003-01-181-41/+25
* Inline trivial function ccdintr() into its one caller ccdiodone().Poul-Henning Kamp2003-01-181-21/+9
* Sanitize the copyright section a bit: We do not need two copies of thePoul-Henning Kamp2003-01-181-51/+17
* MFp4: Add support for memory mapped UARTs, but don't add any devicesMarcel Moolenaar2003-01-182-9/+18
* Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).Takeshi Shibagaki2003-01-182-0/+3
* Regen.Takeshi Shibagaki2003-01-181-1/+4
* Add Accton EN2216.Takeshi Shibagaki2003-01-182-0/+2
* Regen.Takeshi Shibagaki2003-01-181-0/+3
* Add Allied Telesis WR211PCM.Takeshi Shibagaki2003-01-172-0/+2
* Regen.Takeshi Shibagaki2003-01-171-1/+4
* Replace M_DONTWAIT with M_NOWAIT for malloc().Hidetoshi Shimokawa2003-01-174-23/+23
* Improve some debug massages.Hidetoshi Shimokawa2003-01-171-3/+3
* Fix bus manager election process.Hidetoshi Shimokawa2003-01-171-16/+18
* Find places to store the previously implicityly passed unit number inPoul-Henning Kamp2003-01-171-7/+122
* Detect underrun of IT queue for debugging.Hidetoshi Shimokawa2003-01-172-38/+56
* Make vinum disk-related devices readable by group "operator" to matchJoerg Wunsch2003-01-161-6/+6
* Restore a comment that was lost in the shuffle.Warner Losh2003-01-161-0/+5
* Correct typo.Greg Lehey2003-01-161-1/+1
* Improve memory allocation.Hidetoshi Shimokawa2003-01-164-29/+43
* Use cycleMatch for precise IT DMA start timing.Hidetoshi Shimokawa2003-01-161-12/+40
* wi-specific host ap support no longer needed now that it usesSam Leffler2003-01-152-1402/+0
* new wi driver that uses the 802.11 link layer codeSam Leffler2003-01-156-2680/+2348
* DV_PAL shouldn't be here.Hidetoshi Shimokawa2003-01-151-2/+0
* Add DV_PAL for PAL users.Hidetoshi Shimokawa2003-01-153-7/+14
* Fix IT DMA underun while bus reset.Hidetoshi Shimokawa2003-01-152-29/+30
* - GC a few more hand-rolled 'abs' macros.Matthew N. Dodd2003-01-152-17/+7