summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev
Commit message (Expand)AuthorAgeFilesLines
* We should include <machine/stdarg.h> not <stdarg.h>msmith2000-10-282-2/+2
* Some AML code assumes that a function without an explicit ReturnOp willmsmith2000-10-282-0/+38
* FreeBSD-specific customisations:msmith2000-10-286-4/+138
* Add some extra fuctions:msmith2000-10-283-0/+244
* This commit was generated by cvs2svn to compensate for changes in r67754,msmith2000-10-28261-0/+158932
|\
| * Initial import of the Intel-maintained ACPI Component Architecture. Thismsmith2000-10-28261-0/+158932
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* o Change TX_BUFFER_LEN from 512 to 2048.lile2000-10-101-6/+11
* 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
* Fix a reference to an old FreeBSD 2.2 register name.peter2000-05-281-3/+3
* 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
* o Get basic if_media support working.lile2000-03-261-295/+272
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-2/+2
* o Fix typo in the RapidFire 3540 adapter namelile2000-03-191-3/+3
* o Replace the old "oltr" driver with the completely re-writtenlile2000-03-185-7136/+9210
* Remove a somewhat odd #if that is always true (NOLTR will be alwayspeter2000-01-291-4/+0
* Garbage collect oltr_pci_shutdowneivind1999-12-211-11/+0
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-1/+2
* Fix a stray (ifdef'ed) reference to a non-existing file.peter1999-11-291-4/+0
* 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
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+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
* Clean $Log$ debris.peter1999-09-061-2/+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-286-6/+6
* 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
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Update to latest version of PowerMACH Works from Olicom.lile1999-07-055-5135/+5170
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
OpenPOWER on IntegriCloud