summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/fla
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the DiskOnChip firmware to OSAK version 4.1.phk2001-05-061-589/+687
* 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
* Install mode 644, not mode 664 during kernel compile. Yes, Peter, I amkris2000-08-151-1/+2
* 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
* Finding root devices is a much more sane thing now.phk1999-11-101-7/+8
* * 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
* Update docs for 3.3-Rphk1999-09-082-18/+142
* 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-282-2/+2
* 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
* Fixed syntax errors. Code should be tested before committing it, or atbde1999-08-071-2/+2
* Better way to circumvent the boot problem on older versions.phk1999-08-062-20/+5
* Add driver support for M-systems DiskOnChip Products.phk1999-08-068-0/+1568
OpenPOWER on IntegriCloud