| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -1/+2 |
| * | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | Poul-Henning Kamp | 1997-12-02 | 1 | -5/+5 |
| * | Introduce a device flags value of 0x1 to always pretend a 1.44 MB | Joerg Wunsch | 1997-10-19 | 1 | -2/+15 |
| * | Fix a call to timeout that wasn't properly saving it's callout handle. | Justin T. Gibbs | 1997-09-23 | 1 | -2/+2 |
| * | aha1542.c aic6360.c cy.c fd.c ft.c | Justin T. Gibbs | 1997-09-21 | 1 | -13/+17 |
| * | Enable the FIFO on enhanced floppy controllers. This reduces the | Tor Egge | 1997-09-17 | 1 | -1/+56 |
| * | Make FDC_DEBUG a supported option. | Joerg Wunsch | 1997-09-16 | 1 | -10/+21 |
| * | Removed unused #includes. | Bruce Evans | 1997-07-20 | 1 | -2/+1 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans | 1997-03-24 | 1 | -2/+1 |
| * | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -2/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 2 | -2/+2 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 2 | -2/+2 |
| * | Disabled half-baked disk statistics support. It didn't actually generate | Bruce Evans | 1996-12-18 | 1 | -1/+7 |
| * | Fix the broken EOF handling in the floppy driver. The most obvious | Joerg Wunsch | 1996-11-02 | 1 | -28/+36 |
| * | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 1 | -112/+1 |
| * | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | Poul-Henning Kamp | 1996-07-23 | 1 | -13/+3 |
| * | Staticized a few variables. | Bruce Evans | 1996-07-12 | 1 | -4/+7 |
| * | Typo. | Poul-Henning Kamp | 1996-05-03 | 1 | -2/+2 |
| * | Move from the old buf.b_actf to the new TAILQ(buf.b_act). | Poul-Henning Kamp | 1996-05-03 | 1 | -17/+12 |
| * | Update drivers to use isa_dma_acquire() and isa_dma_release() | Sujal Patel | 1996-04-08 | 1 | -1/+3 |
| * | Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose | Bruce Evans | 1996-04-07 | 1 | -2/+1 |
| * | Fixed devfs device names and numbers. | Bruce Evans | 1996-04-07 | 1 | -35/+71 |
| * | changed from using dev_link() to devfs_link() | Marc G. Fournier | 1996-04-02 | 1 | -3/+3 |
| * | Fetch the (dummy) READY CHANGED condition interrupt stati that | Joerg Wunsch | 1996-03-31 | 1 | -1/+8 |
| * | Fixed group of some more disk devices. | Bruce Evans | 1996-03-29 | 1 | -9/+9 |
| * | Switched from using devfs_add_sw() to using devfs_add_swf() | Marc G. Fournier | 1996-03-28 | 1 | -8/+9 |
| * | Don't turn off the motor on active drives. The motor timeout may | Bruce Evans | 1996-02-25 | 1 | -1/+12 |
| * | First attempt at creating devfs entries for sliced devices. Doesn't | Bruce Evans | 1996-01-27 | 1 | -9/+12 |
| * | Allocate DMA bounce buffers only when requested by drivers. Only the | Bruce Evans | 1996-01-27 | 1 | -1/+2 |
| * | Replaced nxdump by nodump (if the dump function gets called, then the | Bruce Evans | 1995-12-10 | 1 | -2/+2 |
| * | Staticize and cleanup. | Poul-Henning Kamp | 1995-12-10 | 1 | -8/+8 |
| * | clean a few DEVFS things.. | Julian Elischer | 1995-12-09 | 1 | -8/+8 |
| * | Julian forgot to make the *devsw structures static. | Poul-Henning Kamp | 1995-12-08 | 1 | -3/+3 |
| * | Pass 3 of the great devsw changes | Julian Elischer | 1995-12-08 | 1 | -34/+41 |
| * | the second set of changes in a move towards getting devices to be | Julian Elischer | 1995-11-28 | 1 | -1/+36 |
| * | Mega commit for sysctl. | Poul-Henning Kamp | 1995-11-20 | 1 | -13/+4 |
| * | Fixed (nonexistent) initialization of bp->b_pblkno. disksort() for | Bruce Evans | 1995-11-18 | 1 | -14/+2 |
| * | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | Bruce Evans | 1995-11-04 | 1 | -2/+1 |
| * | Moved prototypes for devswitch functions from conf.c and driver sources | Bruce Evans | 1995-11-04 | 1 | -5/+1 |
| * | Remove unused functions and variables, make things static, and other cleanups. | Poul-Henning Kamp | 1995-10-28 | 1 | -3/+2 |
| * | BIOS manufacturers don't seem to have a unique idea about 2.88 MB | Joerg Wunsch | 1995-10-09 | 1 | -1/+2 |
| * | Hide the "input/output timeout" messages behind the bootverbose case. | Joerg Wunsch | 1995-10-04 | 1 | -9/+13 |
| * | Remove transitory labelling code. Labels are now handled by essentially | Bruce Evans | 1995-09-16 | 1 | -4/+5 |
| * | devfs changes.. | Julian Elischer | 1995-09-03 | 1 | -4/+7 |
| * | Merge RELENG_2_0_5 into HEAD | Rodney W. Grimes | 1995-06-11 | 1 | -3/+3 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -21/+21 |
| * | Fix -Wformat warnings, still need to do something about %b and pointer | Rodney W. Grimes | 1995-05-09 | 1 | -3/+3 |
| * | Restructured the floppy tape probe. | Joerg Wunsch | 1995-05-06 | 1 | -6/+2 |
| * | Reviewed by: no-one yet, but non-intrusive | Julian Elischer | 1995-04-20 | 1 | -1/+29 |