| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert pca driver to newbus and add PnP ids. | dfr | 2000-01-25 | 1 | -19/+35 |
* | Removed the asm version of conv(). This is should be faster in its new | obrien | 1999-11-15 | 1 | -11/+6 |
* | Fix __asm__ clobber list abuses. | obrien | 1999-11-15 | 1 | -3/+3 |
* | Trim some unused #includes | peter | 1999-10-11 | 1 | -1/+0 |
* | Seperate pcaudio from isa/snd and isa/sound - it's not worth this breaking | peter | 1999-09-27 | 1 | -2/+34 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -19/+3 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -16/+2 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -5/+22 |
* | Fix 'signed char as array index' warnings and an unused variable. | peter | 1999-05-06 | 1 | -2/+2 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -3/+3 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 1 | -2/+2 |
* | Fix the move of the ulaw.h file.. | sos | 1998-12-27 | 1 | -7/+39 |
* | Fix typo - [0], [1], [2], not [0], [1], [3]. | eivind | 1998-12-13 | 1 | -2/+2 |
* | Add VESA support to syscons. | sos | 1998-09-15 | 1 | -5/+5 |
* | Don't pretend to support ix86's with 16-bit ints and 32-bit registers | bde | 1998-07-14 | 1 | -4/+4 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -2/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+2 |
* | Removed unused #includes. | bde | 1997-11-18 | 1 | -13/+13 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -24/+25 |
* | Enable A law encoding. | helbig | 1997-09-06 | 1 | -1/+4 |
* | 1) Changed the volume to be a little louder. | sos | 1997-09-03 | 1 | -12/+29 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Removed unused #includes. | bde | 1996-10-25 | 1 | -14/+14 |
* | Don't compile a 256-byte unused table in the pca driver. | bde | 1996-09-13 | 1 | -1/+2 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -25/+1 |
* | Introduce two /dev/audio compat alias names for flushing and draining | joerg | 1996-07-17 | 1 | -1/+3 |
* | Fix the spl handling. There's still the effect that the timers have | joerg | 1996-06-09 | 1 | -14/+32 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | scrappy | 1996-03-28 | 1 | -6/+9 |
* | Fixed permissions of /dev/pcaudio*. | bde | 1995-12-22 | 1 | -6/+6 |
* | Completed function declarations and/or added prototypes and/or added | bde | 1995-12-15 | 1 | -1/+4 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -6/+6 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 1 | -2/+2 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -31/+27 |
* | A quick fix for a problem that will go away in a few days anyway.. | julian | 1995-12-01 | 1 | -2/+2 |
* | A pair of really tiny patches that not only allow it all to compile | julian | 1995-11-30 | 1 | -5/+5 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -19/+20 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 1 | -1/+33 |
* | Included <sys/conf.h>. It used to be included as a side effect of | bde | 1995-11-16 | 1 | -1/+2 |
* | Moved prototypes for devswitch functions from conf.c and driver sources | bde | 1995-11-04 | 1 | -6/+1 |
* | Fix benign type mismatches in devsw functions. 82 out of 299 devsw | bde | 1995-09-08 | 1 | -5/+5 |
* | devfs changes.. | julian | 1995-09-03 | 1 | -1/+16 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -15/+15 |
* | Fix probe message printing | sos | 1995-03-30 | 1 | -2/+2 |
* | Abort writes if a signal is received (don't ignore the value returned by | bde | 1994-11-06 | 1 | -10/+26 |
* | Added device registration stuff. | sos | 1994-10-27 | 1 | -2/+26 |
* | Oops, forgot one patch for the changed selwakeup, fixed. | sos | 1994-09-29 | 1 | -10/+9 |