summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/fla/fla.c
Commit message (Expand)AuthorAgeFilesLines
* Send the fla driver in the Atticphk2004-07-131-288/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-12/+15
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-2/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-9/+1
* NO_GEOM cleanup:phk2003-02-221-68/+16
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Mark our struct disk with DISKFLAG_CANDELETE instead of the cdevsw withphk2003-02-111-1/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-7/+6
* Don't call dkunit() to find our unit number, it is in our softc.phk2002-09-201-1/+1
* fix blockno printf formatting warnings.alfred2002-03-191-4/+6
* KSE Milestone 2julian2001-09-121-6/+6
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-2/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+0
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* 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