aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/fla/fla.c
Commit message (Expand)AuthorAgeFilesLines
* Send the fla driver in the AtticPoul-Henning Kamp2004-07-131-288/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-181-12/+15
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-2/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-9/+1
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-221-68/+16
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Mark our struct disk with DISKFLAG_CANDELETE instead of the cdevsw withPoul-Henning Kamp2003-02-111-1/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-7/+6
* Don't call dkunit() to find our unit number, it is in our softc.Poul-Henning Kamp2002-09-201-1/+1
* fix blockno printf formatting warnings.Alfred Perlstein2002-03-191-4/+6
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-2/+1
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-2/+0
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* remove unused #include.Poul-Henning Kamp2000-10-071-1/+0
* Remove SMP hack.Poul-Henning Kamp2000-09-161-6/+0
* Unused include: #include "fla.h"Peter Wemm2000-06-101-1/+0
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Enforce and respect the 8 unit limit.Poul-Henning Kamp2000-04-231-1/+3
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-22/+22
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-2/+2
* Revamp the devstat priority system. All disks now have the same priority.Kenneth D. Merry1999-12-081-1/+2
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-3/+1
* remove unused #includes.Poul-Henning Kamp1999-10-111-2/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()Poul-Henning Kamp1999-09-181-7/+4
* Bite the bullet and allocate the devsw entry at compile time.Poul-Henning Kamp1999-09-121-1/+2
* Use a different tactic when creating the devsw so that disk_create()Poul-Henning Kamp1999-09-121-1/+1
* Improve the micro "disk" layer after gaining more experience with it.Poul-Henning Kamp1999-09-011-2/+1
* Remove unneeded slice element.Poul-Henning Kamp1999-08-291-1/+0
* Convert to use the new "disk" layer.Poul-Henning Kamp1999-08-291-107/+79
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-281-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* SMP: Release the giant lock while we work the flash arrayPoul-Henning Kamp1999-08-151-97/+40
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-9/+9
* Fixed a bogus include pathname which broke compiling in an obj directory.Bruce Evans1999-08-071-2/+2
* Add driver support for M-systems DiskOnChip Products.Poul-Henning Kamp1999-08-061-0/+451