aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* The Xircom hardware always delivers received packets with the FCS appended.Joerg Wunsch2003-01-291-0/+2
* Partial MFC from a few days ago:Scott Long2003-01-132-41/+54
* Sync RELENG_5_0 with HEAD to get the PnP fix, nForce2 support, PromiseScott Long2003-01-103-24/+75
* Normalize devfs permissions in RELENG_5_0; MFC of earlier changesRobert Watson2003-01-109-12/+16
* Fix for DELL PERC firmware. Driver was hangingEric Moore2003-01-091-3/+17
* MFC: Avoid 16-bit accesses to device memory. Use volatile whereJohn Polstra2003-01-082-58/+55
* MFC: Back out this change: disklabel now understands vinum volumes again.Greg Lehey2003-01-071-5/+1
* MFC: fixup statisticsSam Leffler2003-01-072-82/+174
* MFC: Sync FireWire drvier/utility with -current.Hidetoshi Shimokawa2003-01-0711-349/+587
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'.cvs2svn2003-01-041-0/+255
* Sync with FireWire driver in -current.Hidetoshi Shimokawa2002-12-3110-52/+109
* MFC: Use more appropriate values for defining the dma tags so that theseScott Long2002-12-315-8/+13
* MFC 1.16: Fix DeMorgan bug.Marcel Moolenaar2002-12-241-8/+8
* MFC: SCARGS and syscallargs removal.Alfred Perlstein2002-12-191-3/+3
* Fix the problem that burncd blank does not return.Søren Schmidt2002-12-171-14/+9
* Fix the geometry problmes on PC98Søren Schmidt2002-12-173-4/+10
* MFC: (1.52) do not attach to IEEE1284 interfaces.Dag-Erling Smørgrav2002-12-171-2/+2
* MFC rev 1.3:Olivier Houchard2002-12-162-29/+51
* Problem: Hang while bootup on Perc2/SC.Eric Moore2002-12-131-2/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'.cvs2svn2002-12-1362-66301/+0
* Create raw plexes and subdisks, not the old volume-related ones. ThisGreg Lehey2002-12-131-2/+2
* sable the CAM interface on some more cards. It seemed to be confusing andScott Long2002-12-121-5/+5
* The uftdi driver runs with multiple instances.Bernd Walter2002-12-121-5/+0
* Fix a buffer overrun in /dev/random which, due to the nature of theMark Murray2002-12-121-3/+4
* revive_block: If we have an I/O error, don't forget to drop the stripe lock.Greg Lehey2002-12-121-2/+4
* (1) Problem: PANIC when loading/unloading driverEric Moore2002-12-115-11/+95
* Add sysctl knob to stop disabling acpi on shutdown.Takanori Watanabe2002-12-112-2/+10
* Play nice with GEOM and use the appropriate ioctls for getting theScott Long2002-12-101-20/+12
* Fix a panic unloading the bktr driver when devfs is in use.Roger Hardiman2002-12-091-10/+2
* MFNetBSD: (partial 1.133)Josef Karthauser2002-12-091-0/+2
* MFNetBSD:Josef Karthauser2002-12-091-5/+0
* Don't corrupt the ED list whilst removing an entry.Josef Karthauser2002-12-091-1/+1
* Fix a bug which caused signals on YUV images to fail.Roger Hardiman2002-12-071-7/+6
* Fix linking problem when atadisk is not use in ata-all.cSøren Schmidt2002-12-063-3/+19
* Reduce and improve debug messages.Hidetoshi Shimokawa2002-12-065-30/+47
* The sequencer downloading code assumes that all jumpScott Long2002-12-051-3/+5
* Remove an unused variable that snuck in the last commit.Eric Anholt2002-12-041-1/+1
* Last minute fixes to ahc and ahd:Scott Long2002-12-046-47/+94
* Fix witness warning in DRM memory info sysctl by making a temporary copy of theEric Anholt2002-12-041-62/+17
* Add support for the PC98 platform to the ATA driver.Søren Schmidt2002-12-038-42/+594
* Properly account for prefetchable memory when a request is being made.Warner Losh2002-12-031-47/+112
* Implement DIOCGDINFO for volumes. newfs will no longer build a fileGreg Lehey2002-12-021-0/+4
* Don't blindly call make_dev when configuring an object: the deviceGreg Lehey2002-12-021-23/+24
* In ata_reinit, when ata_getparam fails for a new device (indicating thatThomas Quinot2002-12-011-4/+5
* Major update to the ahd driver to fix many bugs found in the previousScott Long2002-12-014-372/+949
* Implement workaround for broken busfree-rev in the A4.Scott Long2002-12-011-69/+148
* Add our controller name to the front of ourScott Long2002-12-011-3/+16
* Remove redundant check for chip type being PCI-X.Scott Long2002-12-011-4/+4
* Update to include new ahd_scb_timer_reset APIScott Long2002-12-011-3/+12
* Move the check for the MD_SHUTDOWN flag to before the tsleep() callIan Dowse2002-11-301-1/+1