summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-07-22regenMichael Shalayeff
2000-07-22farallon communications for their wlan, for awi; from netbsdMichael Shalayeff
2000-07-22art's typo, getting fed up of these.Marc Espie
2000-07-21regenEric Jackson
2000-07-21added listen and accept syscalls. from NetBSDEric Jackson
2000-07-21convert to new timeoutsMichael Shalayeff
2000-07-21convert to new timeouts; art@ okMichael Shalayeff
2000-07-21Use new timeouts.Artur Grabowski
2000-07-21Fix KPDK mode (based on patch provided by lob@netstream.se)Angelos D. Keromytis
2000-07-20syncHakan Olsson
2000-07-20Pijnenburg PCC-ISESHakan Olsson
2000-07-20add fms & auvia, so that people test itTheo de Raadt
2000-07-20new auvia and fms drivers from netbsd (testing requests sent out, since i ↵Theo de Raadt
cannot find any of these devices)
2000-07-20work around broken A0 5805 silicon that fails to set the status result word ↵Theo de Raadt
in the mcr
2000-07-20extend with new netbsd api, and add backwards compat hacks for driversTheo de Raadt
2000-07-20more guesses at tritech codecsTheo de Raadt
2000-07-20chp->wdc can be NULL on probe.Constantine Sapuntzakis
Propagate verbose flag from cf_data to channel
2000-07-20set uio_procp correctly in uvn_io.Artur Grabowski
2000-07-20Convert to new timeouts. (art@ ok)Hakan Olsson
2000-07-20Revert to old vm, now that it builds again.Marc Espie
UVM on amiga is definitely NOT READY for prime time yet.
2000-07-20Fix to ATA detect. Some devices seem to be comatose after resetConstantine Sapuntzakis
(return 0x00 status persistently). Send them identify to wake them up. Flag value 0x10000 will enable probe messages for a channel/controller. When UKC supports setting flags, this will be useful debugging failing IDE detects without kernel recompiles.
2000-07-19syncTheo de Raadt
2000-07-19fix yamaha entries, based on what freebsd driver saysTheo de Raadt
2000-07-19syncTheo de Raadt
2000-07-19not DIAMOND2; they were made by Aureal SemiTheo de Raadt
2000-07-19syncTheo de Raadt
2000-07-19a new avance sound chipTheo de Raadt
2000-07-19regen.Federico G. Schwindt
2000-07-19VIATECH VT82C596A PCI-ISA bridge.Federico G. Schwindt
2000-07-19new timeouts; testedMichael Shalayeff
2000-07-19let us assume for now this workse with the other 3 chip modelsTheo de Raadt
2000-07-19Blink with new timeouts.Artur Grabowski
2000-07-19syncTheo de Raadt
2000-07-19more cirrus audio chipsTheo de Raadt
2000-07-19Use the generic t_rstrt_to for ttrstrt timeout, instead of the local solution.Artur Grabowski
2000-07-19Use t_rstrt_to for ttrstrt timeout.Artur Grabowski
2000-07-19unnecessary declaration of ttrstrtArtur Grabowski
2000-07-19Use t_rstrt_to for ttrstrt timeout.Artur Grabowski
2000-07-19Use new timeouts for the led intr timeout.Artur Grabowski
2000-07-19Convert to use new timeouts.Artur Grabowski
Use the t_rstrt_to provided by tty.h.
2000-07-19Many drivers use a timeout on ttrstrt, make this a generic interface.Artur Grabowski
2000-07-19As in NetBSD, added direction to allocm/round_buffer_size APIs.Constantine Sapuntzakis
Accomplished by adding functions to audio_hw_if instead of redoing current ones so as to minimize need to change drivers. For Neomagic, tell the AC97 subsystem that we don't support reads.
2000-07-19Added shadow registers. This adds two capabilities:Constantine Sapuntzakis
- support devices that crash when reading CODEC registers - a flags interface was added to the host interface and one flags AC97_HOST_DONT_READ defined. - new API restore_ports restores the user's settings. This can be useful for resume after suspend to disk
2000-07-18better error messages for mapregMichael Shalayeff
2000-07-18do not call arc4_stir() on pool overflow.Michael Shalayeff
calling it would hit perfomance in two evil ways, by delaying queue processing and hitting on arc4 quality. basic idea was expressed by dm@ some time ago when we were investigating poor arc4 quality. then, numbers showed how badly it hits on us.
2000-07-18do not include random number in dmesg, per deraadt's suggestion.Michael Shalayeff
instead, print rng number generation speed, measured.
2000-07-18clcs works reasonably well now. Enable it.Artur Grabowski
2000-07-18Reset AC97 codec on ES1371 revisions 7 and above. Thanks to Alejo SanchezConstantine Sapuntzakis
for pointin this out.
2000-07-18Thanks to miod@ for finding bug in cd_scsi_{get,set}modeConstantine Sapuntzakis
Pass length of mode page, not length of fixed header
2000-07-18Update cd_size to handle failure of READ_CD_CAPACITY by returningConstantine Sapuntzakis
some default values