summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix re-sense codeache1996-02-271-4/+6
* rmcd0c: now several ioctls (eject/close/debug/reset/etc.) worksache1996-02-271-58/+71
* Clean up the 3c5x9 driver and add an eisaconf probe to it. This shouldgibbs1996-02-262-188/+257
* 3c5x9.c:gibbs1996-02-262-2/+310
* Added some delays to the probe. This might fix some incompatible UARTsbde1996-02-251-1/+4
* Don't turn off the motor on active drives. The motor timeout maybde1996-02-251-1/+12
* Remove limit of port I/O addresses to 65K, since PCI specifies 32 bitse1996-02-191-3/+5
* Add generic PCI to PCI bridge support.se1996-02-171-21/+68
* - Properly set the watchdog timer only during transmits.gibbs1996-02-131-26/+35
* use devfs_add_devswf and avoid local variable.phk1996-02-131-5/+3
* Implement CDIOCSTARTache1996-02-131-2/+4
* Close kern/627 - panic if syscons not attachedpst1996-02-081-1/+3
* Clean up Ethernet drivers:wollman1996-02-0610-184/+97
* Deliver all bells to current console, use different pitchache1996-02-051-11/+13
* Implement CD_MEDIA_CATALOG request for read_subchannelache1996-02-031-27/+38
* Detect yet one kind of device (taken from NetBSD)ache1996-02-031-9/+13
* Implement PREVENT & CLOSE ioctlsache1996-02-021-2/+19
* Remove close tray on open - works very bad with xcdplayerache1996-02-021-2/+2
* Calculate TOC size to match what scsi cd says.ache1996-02-022-4/+4
* Implement PLAYBLOCKS ioctl, add argument checking to other PLAY* ioctlsache1996-02-011-10/+53
* Return to #pragma pack(4) after header is doneache1996-02-011-1/+6
* Fix TOC size calculation: old code assing volume size hereache1996-02-011-2/+4
* Sync with latest Meteor and Spigot sources from James.jkh1996-02-011-0/+10
* Free the externalizing buffer.gibbs1996-01-311-2/+5
* aha1742.c aic7770.c bt74x.cgibbs1996-01-311-7/+76
* Fix one warning and fix one bug found while looking at another warning (butasami1996-01-311-1/+9
* Mirror support. When CCDF_MIRROR is set:asami1996-01-311-15/+41
* Audio part: various improvements from NetBSD driverache1996-01-301-19/+32
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-308-22/+22
* Prepare for adding mirroring. Check for flags (mirror forces uniform),asami1996-01-301-6/+25
* READTOCENTRYS: protect against stack overflow when incorrect dataache1996-01-301-7/+13
* Don't generate EINVAL for data_len too big in READTOCENTRYS, itache1996-01-301-4/+3
* Fix audio part, especially READTOCENTRYS inspired by NetBSD driverache1996-01-302-48/+58
* Restore my change to the watchdog params that Paul spammed in rev 1.18.dg1996-01-301-6/+5
* Add heuristic to detect multi-function devices that don't announce thisse1996-01-301-34/+79
* Finally commit Serge's multicast and "misc other changes" patch. Igibbs1996-01-292-43/+84
* Another pass through eisaconf. Ioaddrs and Maddrs are link lists now.gibbs1996-01-292-74/+305
* Performance optimizations. Unroll all bcopies. Use PIO to transfer SCBsgibbs1996-01-292-194/+138
* Decode configuration for the IDE part of the Triton chipset. Thiswollman1996-01-271-1/+8
* First attempt at creating devfs entries for sliced devices. Doesn'tbde1996-01-272-19/+37
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-271-1/+2
* The last part of the ether_sprint -> %6D change.phk1996-01-266-23/+23
* Add support for multi-function devices.se1996-01-253-11/+32
* Change RUKEYMAP sligtlyache1996-01-251-3/+3
* Avoid local sprintfs and other printf'isms.phk1996-01-254-85/+70
* Use new printf features rather than local kludges.phk1996-01-241-3/+3
* Hide the probe warnings behind `bootverbose'.joerg1996-01-231-2/+4
* Make PCI interrupt handlers return void like everybody else does.se1996-01-234-44/+17
* Newest version of the Matrox Meteor driver. Tested with various MBONEjkh1996-01-211-10/+19
* Fix bad typo: > was used instead of >> ...se1996-01-191-4/+4
OpenPOWER on IntegriCloud