summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wfd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix potential panic by illegal increment of wfdnlun.nyan1999-10-271-2/+3
* Remove unused B_FORMAT #definephk1999-10-041-3/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-7/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-20/+3
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-16/+3
* From the submitter:msmith1999-06-241-2/+2
* Simplify cdevsw registration.phk1999-05-311-8/+2
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-16/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Suser() simplification:phk1999-04-271-4/+4
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andpeter1999-04-131-108/+3
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-2/+3
* Use suser() to determine super-user-ness, don't examine cr_uid directly.phk1999-01-301-7/+10
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+1
* Update system to new device statistics code.gibbs1998-09-151-1/+22
* remove bdevsw arg from dsopen();phk1998-08-231-3/+2
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-301-3/+4
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-4/+4
* There is no such thing any more as "struct bdevsw".julian1998-07-041-13/+30
* Add D_DISK flag.phk1998-06-261-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Remove unuseful (and annoying) ENXIO printf.msmith1998-03-201-6/+3
* Change wfd major block device to 1 as part of the effort to make wfd'spst1998-02-131-2/+2
* Staticize.eivind1998-02-091-3/+3
* Removed unused #includes.bde1998-02-011-5/+1
* Remove obsolete strategy code that was replaced by the disk slice mapping code.pst1998-01-291-9/+3
* Correct usage of unit to t->lun. This fixes the DEVFS case and themsmith1998-01-291-5/+5
* Fix operation with the Iomega Zip 100 ATAPI.msmith1998-01-271-13/+92
* Fix misleading comment about major #pst1998-01-161-2/+2
* Bring in IDE ATAPI floppy support.pst1998-01-161-0/+780
OpenPOWER on IntegriCloud