summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+11
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-14/+14
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-3/+4
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-131-5/+5
* Remove #if NFOO > 0 (it's not required in most cases) and also where itpeter2000-01-291-4/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Don't register a bmajor.phk1999-09-081-3/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-13/+2
* Simplify cdevsw registration.phk1999-05-311-20/+5
* This commit should be a extensive NO-OP:phk1999-05-301-5/+21
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-16/+2
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-11/+21
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Removed unused (slightly wrong) stub functions.bde1998-12-181-21/+5
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* There is no such thing any more as "struct bdevsw".julian1998-07-041-10/+25
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* Fixed pedantic syntax error (trailing comma in enum).bde1997-08-251-2/+2
* Removed unused #includes.bde1997-07-201-4/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix a bug in the wt driver that could cause memory corruption.joerg1996-12-231-8/+16
* Remove devconf, it never grew up to be of any use.phk1996-09-061-28/+1
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-2/+2
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-14/+3
* Update drivers to use isa_dma_acquire() and isa_dma_release()smpatel1996-04-081-1/+5
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-10/+7
* . move out the error and status register def's for wt intojoerg1996-02-221-22/+45
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-271-1/+2
* MTRETENS for the wt driver. This patch got lost withjoerg1996-01-081-32/+12
* Renamed private DEBUG macro to avoid warnings when DEBUG is an option.bde1995-12-221-16/+16
* Staticize and cleanup.phk1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.phk1995-12-081-3/+3
* Pass 3 of the great devsw changesjulian1995-12-081-37/+46
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-14/+29
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+40
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-3/+5
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-6/+6
* Submitted by: John Lind (john@starfire.mn.org)julian1995-09-051-1/+21
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
* Add a class field to devconf and mst drivers.wollman1995-04-121-23/+29
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+4
OpenPOWER on IntegriCloud