summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/fla/fla.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused #include.phk2000-10-071-1/+0
* Remove SMP hack.phk2000-09-161-6/+0
* Unused include: #include "fla.h"peter2000-06-101-1/+0
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Enforce and respect the 8 unit limit.phk2000-04-231-1/+3
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-22/+22
* 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-2/+2
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-1/+2
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-3/+1
* remove unused #includes.phk1999-10-111-2/+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/+4
* Bite the bullet and allocate the devsw entry at compile time.phk1999-09-121-1/+2
* Use a different tactic when creating the devsw so that disk_create()phk1999-09-121-1/+1
* Improve the micro "disk" layer after gaining more experience with it.phk1999-09-011-2/+1
* Remove unneeded slice element.phk1999-08-291-1/+0
* Convert to use the new "disk" layer.phk1999-08-291-107/+79
* 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
* SMP: Release the giant lock while we work the flash arrayphk1999-08-151-97/+40
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-9/+9
* Fixed a bogus include pathname which broke compiling in an obj directory.bde1999-08-071-2/+2
* Add driver support for M-systems DiskOnChip Products.phk1999-08-061-0/+451
OpenPOWER on IntegriCloud