summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Move to array based indexing for TX/RX descriptor/buffer managementpdeuskar2002-12-233-545/+526
* Fix a De Morgan bug: If we only expect a memory range OR anmarcel2002-12-231-8/+8
* Revert part of the last commit. Do not fake-up the cylinders to makedillon2002-12-221-2/+1
* Be nice. There are evidentally a number of different cards thatimp2002-12-211-2/+4
* Modify the fake cylinders calculation so it is >= the size of the device,dillon2002-12-201-6/+26
* Fix two bugs in the DMA chaining code for OHCI. The first bug is thatdillon2002-12-201-5/+9
* Fxi support for the Promise SuperTrak 100, the PCI id was wrong.sos2002-12-201-2/+2
* Do not return(foo()) in void function.semenu2002-12-189-23/+25
* Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define.semenu2002-12-181-1/+1
* Back out revision 1.38. disklabel now understands vinum volumes again.grog2002-12-181-5/+1
* Try to fix the problem with burncd blank not seeing the end ofsos2002-12-171-14/+9
* This should be the way PC98 ATA disks are seen geometry wise.sos2002-12-173-4/+10
* Ignore IEEE1284 descriptors when looking for bidirectional mode. We don'tdes2002-12-161-2/+2
* MFNetBSD: 1.52-1.55des2002-12-161-4/+17
* Fix the panic that occurs when kldunloading trm by using the correctcognet2002-12-162-29/+51
* Convert the use of vtophys() for doing autosense to use busdma. Also correctscottl2002-12-142-12/+79
* SCARGS removal take II.alfred2002-12-141-3/+3
* Move the amd(4) driver to it's own directory in preparation for it growingscottl2002-12-131-1/+2
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-3/+3
* Remove SCARGS.alfred2002-12-131-3/+3
* Problem: Hang while bootup on Perc2/SC.emoore2002-12-131-2/+4
* Create raw plexes and subdisks, not the old volume-related ones. Thisgrog2002-12-131-2/+2
* sable the CAM interface on some more cards. It seemed to be confusing andscottl2002-12-121-5/+5
* The uftdi driver runs with multiple instances.ticso2002-12-121-5/+0
* Fix a buffer overrun in /dev/random which, due to the nature of themarkm2002-12-121-3/+4
* revive_block: If we have an I/O error, don't forget to drop the stripe lock.grog2002-12-121-2/+4
* (1) Problem: PANIC when loading/unloading driveremoore2002-12-115-11/+95
* Add sysctl knob to stop disabling acpi on shutdown.takawata2002-12-112-2/+10
* Play nice with GEOM and use the appropriate ioctls for getting thescottl2002-12-101-20/+12
* Fix a panic unloading the bktr driver when devfs is in use.roger2002-12-091-10/+2
* MFNetBSD: (partial 1.133)joe2002-12-091-0/+2
* MFNetBSD:joe2002-12-091-5/+0
* Don't corrupt the ED list whilst removing an entry.joe2002-12-091-1/+1
* Fix a bug which caused signals on YUV images to fail.roger2002-12-071-7/+6
* Fix linking problem when atadisk is not use in ata-all.csos2002-12-063-3/+19
* Reduce and improve debug messages.simokawa2002-12-065-30/+47
* The sequencer downloading code assumes that all jumpscottl2002-12-051-3/+5
* Remove an unused variable that snuck in the last commit.anholt2002-12-041-1/+1
* Last minute fixes to ahc and ahd:scottl2002-12-046-47/+94
* Fix witness warning in DRM memory info sysctl by making a temporary copy of theanholt2002-12-041-62/+17
* Add support for the PC98 platform to the ATA driver.sos2002-12-038-42/+594
* Properly account for prefetchable memory when a request is being made.imp2002-12-031-47/+112
* Implement DIOCGDINFO for volumes. newfs will no longer build a filegrog2002-12-021-0/+4
* Don't blindly call make_dev when configuring an object: the devicegrog2002-12-021-23/+24
* In ata_reinit, when ata_getparam fails for a new device (indicating thatthomas2002-12-011-4/+5
* Major update to the ahd driver to fix many bugs found in the previousscottl2002-12-014-372/+949
* Implement workaround for broken busfree-rev in the A4.scottl2002-12-011-69/+148
* Add our controller name to the front of ourscottl2002-12-011-3/+16
* Remove redundant check for chip type being PCI-X.scottl2002-12-011-4/+4
* Update to include new ahd_scb_timer_reset APIscottl2002-12-011-3/+12
OpenPOWER on IntegriCloud