| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -20/+5 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -5/+21 |
* | Introduce two functions: physread() and physwrite() and use these directly | phk | 1999-05-07 | 1 | -16/+2 |
* | Fix up a few easy 'assignment used as truth value' and 'suggest parens | peter | 1999-05-06 | 1 | -11/+21 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 1 | -2/+2 |
* | Removed unused (slightly wrong) stub functions. | bde | 1998-12-18 | 1 | -21/+5 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 1 | -2/+4 |
* | There is no such thing any more as "struct bdevsw". | julian | 1998-07-04 | 1 | -10/+25 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -2/+2 |
* | Fixed pedantic syntax error (trailing comma in enum). | bde | 1997-08-25 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -4/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | 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 |
* | Fix a bug in the wt driver that could cause memory corruption. | joerg | 1996-12-23 | 1 | -8/+16 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -28/+1 |
* | Don't depend in the kernel on the gcc feature of doing arithmetic on | bde | 1996-08-31 | 1 | -2/+2 |
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | phk | 1996-07-23 | 1 | -14/+3 |
* | Update drivers to use isa_dma_acquire() and isa_dma_release() | smpatel | 1996-04-08 | 1 | -1/+5 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | scrappy | 1996-03-28 | 1 | -10/+7 |
* | . move out the error and status register def's for wt into | joerg | 1996-02-22 | 1 | -22/+45 |
* | Allocate DMA bounce buffers only when requested by drivers. Only the | bde | 1996-01-27 | 1 | -1/+2 |
* | MTRETENS for the wt driver. This patch got lost with | joerg | 1996-01-08 | 1 | -32/+12 |
* | Renamed private DEBUG macro to avoid warnings when DEBUG is an option. | bde | 1995-12-22 | 1 | -16/+16 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -2/+2 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 1 | -3/+3 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -37/+46 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 1 | -2/+2 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -14/+29 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 1 | -1/+40 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 1 | -3/+5 |
* | Fix benign type mismatches in devsw functions. 82 out of 299 devsw | bde | 1995-09-08 | 1 | -6/+6 |
* | Submitted by: John Lind (john@starfire.mn.org) | julian | 1995-09-05 | 1 | -1/+21 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -7/+7 |
* | Add a class field to devconf and mst drivers. | wollman | 1995-04-12 | 1 | -23/+29 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-28 | 1 | -1/+4 |
* | fix for: kern/97: wt DELAY patch | joerg | 1995-01-09 | 1 | -1/+2 |
* | Patch to fix QIC-02/QIC-36 by Gene Stark. | swallace | 1994-10-25 | 1 | -5/+17 |
* | Finished device configuration database work for all ISA devices (except `ze') | wollman | 1994-10-23 | 1 | -1/+25 |
* | Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from | dg | 1994-09-16 | 1 | -2/+1 |
* | Ran ft.c through ident. | paul | 1994-08-23 | 1 | -4/+4 |
* | 1) cleaned up after Garrett - fixed more redundant declarations, changed | dg | 1994-08-20 | 1 | -4/+1 |
* | Change all #includes to follow the current Berkeley style. Some of these | wollman | 1994-08-13 | 1 | -13/+13 |
* | Cast arguments to timeout() to quite compiler warnings. Should we | rgrimes | 1994-05-27 | 1 | -1/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -2/+2 |
* | Make everything compile with -Wtraditional. Make it easier to distribute | wollman | 1993-12-19 | 1 | -22/+15 |
* | wt.c - version 1.3 | alm | 1993-12-13 | 1 | -117/+205 |
* | Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some | rgrimes | 1993-10-16 | 1 | -2/+3 |