summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2000-07-31moreTheo de Raadt
2000-07-29remove the (unused) sc_intrmask, and be more careful about initializingJason Wright
the BS_CTRL register... The BE32 & BE64 bits do NOT do what they imply, so leave the bits set, and add the ones we want. This allows ubsec to interop with our software implementation (at least for encryption). More work to be done in this driver though... Many thanks to Jimmy Ruane at Broadcom for the pointer about BE32 & BE64!
2000-07-28Use the correct bits for determining which session to delete. Some style fixes.Jason Wright
2000-07-27more puc devices, including IBM 33L4618: AT&T/Lucent Venus Modem offset from ↵Theo de Raadt
kaspar.toomik@personalchemistry.com
2000-07-273wareTheo de Raadt
2000-07-27if avoiding ac97_read because of AC97_HOST_DONT_READ, still permit access to ↵Theo de Raadt
AC97_REG_VENDOR* and AC97_REG_RESET
2000-07-26syncTheo de Raadt
2000-07-26tweakTheo de Raadt
2000-07-26syncTheo de Raadt
2000-07-26urgTheo de Raadt
2000-07-25syncTheo de Raadt
2000-07-25picopower devicesTheo de Raadt
2000-07-25convert to new timeoutsMichael Shalayeff
2000-07-22sync to NetBSD:Kenneth R Westerback
- remove #include <vm/vm_param.h> and #include <vm/pmap.h> as they are already included with #include <vm/vm.h> - more Adv -> Adw, ADV -> ADW adjustments & other minor formatting corrections plus: - put 'Carrier Ready failure!' warning message inside #ifdef ADW_DEBUG/#endif as it appears under heavy load but is nothing but a reminder the card was too busy to notice a 'tickle' from the driver.
2000-07-22regenMichael Shalayeff
2000-07-22farallon communications for their wlan, for awi; from netbsdMichael Shalayeff
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-20syncHakan Olsson
2000-07-20Pijnenburg PCC-ISESHakan Olsson
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-20Convert to new timeouts. (art@ ok)Hakan Olsson
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-19let us assume for now this workse with the other 3 chip modelsTheo de Raadt
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-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-18Reset AC97 codec on ES1371 revisions 7 and above. Thanks to Alejo SanchezConstantine Sapuntzakis
for pointin this out.
2000-07-18be a bit more silent during fdc timeoutsTheo de Raadt
2000-07-13syncTheo de Raadt
2000-07-13diamond products were incorrectly labelledTheo de Raadt
2000-07-13syncTheo de Raadt