summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wst.c
Commit message (Expand)AuthorAgeFilesLines
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Don't register a bmajor.phk1999-09-081-4/+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-10/+2
* 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 a precedence bug in the atapi tape driver. I think it could eitherpeter1999-05-061-2/+2
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-2/+3
* Operator precedence bugpeter1999-05-021-2/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andpeter1999-04-131-85/+3
* Add a prototype to silence warnings.eivind1999-01-121-1/+3
* Silence warnings.eivind1999-01-121-2/+5
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-7/+2
* Add VESA support to syscons.sos1998-09-151-4/+4
* Print warning about block size not being optimal once per open rather thanimp1998-09-091-3/+8
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-6/+6
* Only write a filemark on close when data has actually been written.sos1998-08-141-5/+5
* There is no such thing any more as "struct bdevsw".julian1998-07-041-10/+27
* Removed unused includes.bde1998-06-211-2/+1
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-34/+34
* Updated yet another ioctl, and put wst in LINT to inhibit further bitrot.bde1998-06-081-2/+2
* Enable DEVFS usage of the device (include opt_devfs.h>sos1998-04-201-1/+2
* Fix a minor bug (|| instead of |)sos1998-04-081-3/+3
* Fixed missing filemark on close if data written to tape.sos1998-03-171-60/+96
* First pre alpha Work In Progress commit of a IDE/ATAPI tape driver.sos1998-03-011-0/+827
OpenPOWER on IntegriCloud