Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-19 | sync | Theo de Raadt | |
2000-07-19 | more cirrus audio chips | Theo de Raadt | |
2000-07-19 | Use the generic t_rstrt_to for ttrstrt timeout, instead of the local solution. | Artur Grabowski | |
2000-07-19 | Use t_rstrt_to for ttrstrt timeout. | Artur Grabowski | |
2000-07-19 | As 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-19 | Added 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-18 | better error messages for mapreg | Michael Shalayeff | |
2000-07-18 | do 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-18 | Reset AC97 codec on ES1371 revisions 7 and above. Thanks to Alejo Sanchez | Constantine Sapuntzakis | |
for pointin this out. | |||
2000-07-18 | be a bit more silent during fdc timeouts | Theo de Raadt | |
2000-07-13 | sync | Theo de Raadt | |
2000-07-13 | diamond products were incorrectly labelled | Theo de Raadt | |
2000-07-13 | sync | Theo de Raadt | |
2000-07-13 | more audio cards | Theo de Raadt | |
2000-07-12 | Change to match OpenBSD output format. | Federico G. Schwindt | |
2000-07-12 | Fix two bugs. | Artur Grabowski | |
The return value from the interrupt handling was bogus. Now we return 1 if we have handled the interrupt. When resuming from suspend wrong values were restored to the mixer which sometimes caused a high-pitched sound to be emitted. (how fast can you type "mixerctl -w outputs.master.mute=on"?) | |||
2000-07-11 | sync | Marco S Hyman | |
2000-07-11 | S3 Savage chips | Marco S Hyman | |
2000-07-07 | Support Intel 440MX Ultra/33 controller found on various laptops | Chris Cappuccio | |
2000-07-07 | Pick up change that went into NetBSD side- I pooched the timeout | mjacob | |
calculation. Now it's better. | |||
2000-07-07 | From NetBSD: | Chris Cappuccio | |
Match Promise Ultra/100 controller (Ultra/100 drives will be used as Ultra/66 fow now) Work-around for a bug in revision D2 AMD controllers (They do not work correctly with Multiword-DMA mode, workaround is to disable MW DMA, but this bug does not affect all drives so there is an option PCIIDE_AMD756_ENABLEDMA to stop this behavior. You know you have this bug when your system hangs completely with this option.) | |||
2000-07-07 | sync | Chris Cappuccio | |
2000-07-07 | Promise Ultra100/ATA IDE | Chris Cappuccio | |
2000-07-06 | #ifdef SIOCGIFMTU should have been SIOCSIFMTU. | mjacob | |
Noticed by: Chris Cappuccio <chris@dqc.org> | |||
2000-07-06 | Fix a minor bug in the MAC address unscrambling code. From FreeBSD. | Aaron Campbell | |
2000-07-06 | Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD; | Federico G. Schwindt | |
from dugsong@ | |||
2000-07-06 | Perform a much longer delay after resetting the card to give it a chance to get | Aaron Campbell | |
its brains in order. | |||
2000-07-06 | sync | Federico G. Schwindt | |
2000-07-06 | 3com 3C339 token ring. | Federico G. Schwindt | |
2000-07-06 | Sync with NetBSD. | Aaron Campbell | |
2000-07-06 | Add support for the National Semiconductor DP83815 Fast Ethernet chip. | Aaron Campbell | |
This chip is currently being used on the NetGear FA312-TX adapter, which is presumably a replacement for the PNIC-based FA310-TX. From FreeBSD. | |||
2000-07-06 | sync | Aaron Campbell | |
2000-07-06 | oops | Aaron Campbell | |
2000-07-06 | sync | Aaron Campbell | |
2000-07-06 | Add new NatSemi Ethernet product. | Aaron Campbell | |
2000-07-06 | Port latest in from FreeBSD- finally have some of the link issues sorted | mjacob | |
out so we should now be able to work with switches. | |||
2000-07-06 | Reorder irq enabling and vector setup; makes Ricoh-based PCI-CardBus bridges | Aaron Campbell | |
behave more nicely. Also remove statics. From niklas@ | |||
2000-07-06 | Resync with FreeBSD/NetBSD. Salient features are that the mailbox command | mjacob | |
routines are not necessarily polled now- this should cut down on some of the spurious lost commands that have occurred. Also, we now watchdog each command and make sure that command constipation doesn't occur (which it has been documented to do on the QLA2100 cards). | |||
2000-07-06 | Split PCI firmware into separate (product) files to minimize | mjacob | |
CVS rototillage on f/w upgrades. | |||
2000-07-06 | Use new isp_handle_index function. Pull in f/w from separate files. | mjacob | |
2000-07-06 | printf %s | Todd T. Fries | |
2000-07-05 | oops, late night typo | Michael Shalayeff | |
2000-07-05 | new timeouts | Michael Shalayeff | |
2000-07-05 | Make return statements adhere to KNF | Niklas Hallqvist | |
2000-07-04 | sync with NetBSD. | Federico G. Schwindt | |
2000-07-04 | sync with NetBSD... well almost. someone w/ the hw should check umass. | Federico G. Schwindt | |
2000-07-04 | handspring visor driver; from NetBSD. | Federico G. Schwindt | |
2000-07-04 | sync | Federico G. Schwindt | |
2000-07-04 | new prods. | Federico G. Schwindt | |
2000-07-03 | Add support for big endian hardware. Clean up memory vs. io mapping code. | Steve Murphree | |
Fix for drives with Tag quirks. |