summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Improve PCI probe messages by printing the bus number.se1996-01-191-3/+3
* Use the new & improved printf rather than homegrown kludges.phk1996-01-161-9/+5
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-152-30/+2
* This driver really is for the Pro/100B and not for the Pro/100 (and in factdg1996-01-151-3/+3
* Fixed an overflowing multiplication in vnstrategy() by replacing it withbde1996-01-141-13/+16
* Take a different approach to the SPIORDY race condition. Simply cleargibbs1996-01-112-4/+20
* Change the inb and outb routines slightly. It seems that waiting forgibbs1996-01-091-13/+5
* clean up si_dprintf a bit so that it uses vararg argument parsing that doespeter1996-01-091-6/+17
OpenPOWER on IntegriCloud