summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add DV_PAL for PAL users.simokawa2003-01-153-7/+14
* Fix IT DMA underun while bus reset.simokawa2003-01-152-29/+30
* - GC a few more hand-rolled 'abs' macros.mdodd2003-01-152-17/+7
* - Add inline functions for {ll,l,}abs() to libkern.mdodd2003-01-151-11/+0
* Suspend/resume support (mostly for MiniPCI Prism2.5 boards).mdodd2003-01-143-2/+36
* Some USB devices are not prepared to deal with a single byte stringjoe2003-01-141-2/+8
* For the cpu throttling message, s/enabled/availablenjl2003-01-141-1/+2
* Remove bogus locking from dc(4). Instead, move interrupt allocationnjl2003-01-141-42/+34
* Don't call destroy_dev it a channel has children.cognet2003-01-141-1/+1
* Make the base pcib_route_interrupt method available to other pci-pci bridgebenno2003-01-142-2/+2
* Fix for FreeBSD-4.simokawa2003-01-141-15/+4
* Since reseting the SCSI busses via the passthrough interface usuallyscottl2003-01-131-7/+12
* OK Ok, so I didn't check the NO_GEOM case for the final version...phk2003-01-131-3/+3
OpenPOWER on IntegriCloud