summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Regen.n_hibma2001-02-052-5/+67
* Add some ids from NetBSD.n_hibma2001-02-051-2/+16
* Regen.n_hibma2001-02-052-2/+41
* * Correct a broken entryn_hibma2001-02-051-1/+2
* add driver for CS4281 sound chipscg2001-02-042-0/+1163
* add driver for CMedia CMI8338/CMI8738 sound chipscg2001-02-042-0/+1090
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedimp2001-02-042-30/+0
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-0413-42/+21
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-0417-60/+60
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-0313-34/+17
* quieten the esscontrol devicecg2001-02-021-1/+6
* Allocate lock table and mutex not only for parity plexes, but also forgrog2001-02-021-3/+3
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to thescottl2001-02-012-0/+1504
* Converted to new-bus.bde2001-02-011-57/+85
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-1/+0
* Add some debugging.msmith2001-01-311-8/+72
* Add some debugging statements.msmith2001-01-313-26/+67
* Tidy up.msmith2001-01-311-48/+47
* Add some debugging.msmith2001-01-311-35/+17
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesmsmith2001-01-318-46/+24
* Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-311-10/+22
* Added used include of <sys/mutex.h>. The SMP case was broken bybde2001-01-302-0/+2
* Newbusify the sr device and move it to its new location.jhay2001-01-304-3797/+700
* Update include files to reflect the new location of the ar device.jhay2001-01-302-5/+5
* Add option ATA_ENABLE_WC for enabling write caching (now off by default).sos2001-01-291-1/+6
* Stop counting sppp interfaces, we were just testing its presence to givepeter2001-01-294-28/+0
* Zap silly #if NPCI > 0 and the hoops that we jump through for the modulepeter2001-01-291-9/+0
* Remove unused #include "lnc.h"peter2001-01-291-1/+0
* Remove unused #include "snp.h"peter2001-01-291-1/+0
* Convert ata and atapi #if NATA* > 0 to options instead. Stop configpeter2001-01-292-32/+24
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-291-2/+2
* Fix a braino in ccd's clone routine.phk2001-01-291-1/+1
* Remove devstat entries in mddelete()phk2001-01-281-0/+1
* A couple of chip errata work-arounds refined:groudier2001-01-281-3/+3
* Update Copyright notices for new year. (should have been in last commit).gibbs2001-01-2713-13/+18
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-272-53/+11
* - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes andjhb2001-01-261-23/+23
* Discard extra status information if -1. This has been breaking thensouch2001-01-251-0/+5
* Consider that the chipset may be in ECP mode (from BIOS settings)nsouch2001-01-252-36/+37
* Added necessary include for pc98.nyan2001-01-251-0/+1
* Disable cy - it is now completely broken and needs non-trivial work.peter2001-01-251-5/+0
* Newbusify ar(4).jhay2001-01-244-408/+725
* - Proc locking around the vinumdaemon dinking with its flags.jhb2001-01-241-1/+6
* don't grope around inside snd_dbuf structures as they will change in futurecg2001-01-241-11/+0
* fix certain cards failing to attachcg2001-01-241-4/+6
* fix blocksizing for playback, implement blocksizing for recordcg2001-01-241-1/+12
* some cosmetics, changed channel setup and revamped irq handling - ignorecg2001-01-242-26/+57
* prevent excessively small buffer sizes resulting in hundreds of irqs percg2001-01-241-13/+15
* Allow fxp to configure in I/O space if the user wants it and specifiesmjacob2001-01-232-10/+42
* Tag unused functions with __unused.jhb2001-01-231-2/+2
OpenPOWER on IntegriCloud