summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-21133-364/+364
* Remove the fake disklabel, no longer needed.sos2003-01-212-47/+7
* Fix a missed goal.period -> goal.offset change. Ingibbs2003-01-201-2/+2
* move sysctl's under hw.hifn; change max batching default to 1 (no batching)sam2003-01-201-7/+9
* move sysctl's under hw.ubsecsam2003-01-201-9/+10
* correct default setting of hw.wi.txerate; it must be -1, not zero,sam2003-01-201-2/+2
* correct sysctl names and move them to hw.wi: hw.wi.txerate controls the ratesam2003-01-201-4/+6
* aic7xxx.reg:gibbs2003-01-206-138/+251
* aic79xx.c:gibbs2003-01-207-152/+844
* gc dead codesam2003-01-201-7/+0
* #if 0 one more line to make this compile without subr_disklabel.c.phk2003-01-201-0/+4
* Allow constants to be complex expressions so long as thosegibbs2003-01-201-15/+6
* Fix the last reference to the reg_print.c file handlegibbs2003-01-201-2/+2
* Remove stale reference to deprecated mini-disklayer stuff.scottl2003-01-201-13/+0
* Re-implemention of the interpolation code used for sample rateorion2003-01-201-53/+308
* Regenjoe2003-01-202-2/+9
* default tx error rate limiting to 0 to disable tx error msgs; this issam2003-01-201-1/+1
* Support for the "Seiko Epson Perfection 1260 scanner".joe2003-01-202-0/+2
* Small change to the previous commit, zero out the 48BIT flag in ata_commandsos2003-01-192-10/+10
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in themike2003-01-191-1/+1
* Finally give CCD the disk mini-layer treatment:phk2003-01-191-431/+143
* Unifdef -UDEBUG on the CCD driver. The debugging is mostly uselessphk2003-01-191-145/+0
* Add support for the ServerWorks CSB6.sos2003-01-192-1/+12
* Fix the 48bit access support for the older Promise 66/100 controllers, thesos2003-01-194-16/+26
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-1925-392/+22
* Inline now trivial functions getccdbuf() and putccdbuf().phk2003-01-181-53/+8
* Fix minor memory-leak.phk2003-01-181-0/+1
* Use the M_CCD malloc bucket instead of M_DEVBUF.phk2003-01-181-41/+25
* Inline trivial function ccdintr() into its one caller ccdiodone().phk2003-01-181-21/+9
* Sanitize the copyright section a bit: We do not need two copies of thephk2003-01-181-51/+17
* MFp4: Add support for memory mapped UARTs, but don't add any devicesmarcel2003-01-182-9/+18
* Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).shiba2003-01-182-0/+3
* Regen.shiba2003-01-181-1/+4
* Add Accton EN2216.shiba2003-01-182-0/+2
* Regen.shiba2003-01-181-0/+3
* Add Allied Telesis WR211PCM.shiba2003-01-172-0/+2
* Regen.shiba2003-01-171-1/+4
* Replace M_DONTWAIT with M_NOWAIT for malloc().simokawa2003-01-174-23/+23
* Improve some debug massages.simokawa2003-01-171-3/+3
* Fix bus manager election process.simokawa2003-01-171-16/+18
* Find places to store the previously implicityly passed unit number inphk2003-01-171-7/+122
* Detect underrun of IT queue for debugging.simokawa2003-01-172-38/+56
* Make vinum disk-related devices readable by group "operator" to matchjoerg2003-01-161-6/+6
* Restore a comment that was lost in the shuffle.imp2003-01-161-0/+5
* Correct typo.grog2003-01-161-1/+1
* Improve memory allocation.simokawa2003-01-164-29/+43
* Use cycleMatch for precise IT DMA start timing.simokawa2003-01-161-12/+40
* wi-specific host ap support no longer needed now that it usessam2003-01-152-1402/+0
* new wi driver that uses the 802.11 link layer codesam2003-01-156-2680/+2348
* DV_PAL shouldn't be here.simokawa2003-01-151-2/+0
OpenPOWER on IntegriCloud