Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-07 | Don't disable TRDY/RETRY, this doesn't have the expected behavior. | Jason Wright | |
2001-12-07 | bitmask_snprintf goes away | Theo de Raadt | |
2001-12-06 | enough bus_dmamap_sync() and htole()/letoh() to get TX working on sparc64. | Jason Wright | |
ALso, get the MAC address from myetheraddr() instead of trying to use the eeprom on sparc64. | |||
2001-12-06 | Checkpoint bus_dma work in progress: | Jason Wright | |
- descriptor lists are now bus_dma allocated and manipulated (for those keeping score: 6 vtophys dead, 4 to go) | |||
2001-12-05 | kill ugly spaces | Michael Shalayeff | |
2001-12-05 | unsmoke radium | Michael Shalayeff | |
2001-12-05 | update for radio drivers from tm@oganer.net und jumbo@narod.ru | Michael Shalayeff | |
2001-12-05 | choose one AC97 name and stick with it a bit more often | Theo de Raadt | |
2001-12-04 | regen | Michael Shalayeff | |
2001-12-04 | compaq smart array 5* series, from freebsd's ciss(4) | Michael Shalayeff | |
2001-12-01 | correct irq message | Theo de Raadt | |
2001-12-01 | sync | Theo de Raadt | |
2001-12-01 | shorten | Theo de Raadt | |
2001-12-01 | recover ugly irq print, cleanup on failure to attach | Michael Shalayeff | |
2001-12-01 | regen | Michael Shalayeff | |
2001-12-01 | dpt 2005s | Michael Shalayeff | |
2001-11-29 | Driver for the Sundance/Tamarack TC-9021 Gigabit Ethernet Chip. | Nathan Binkert | |
This is the chip found in the D-Link DGE-550T. | |||
2001-11-29 | regen | Michael Shalayeff | |
2001-11-29 | cyclone pci700 | Michael Shalayeff | |
2001-11-29 | sc must be initialized. | Hakan Olsson | |
2001-11-26 | cache the last deallocated voice and reuse on the next open. | Michael Shalayeff | |
this is to preserve the dac settings in between the openings, by the mp3 playing software, in particular. ho@ help and testing. | |||
2001-11-26 | remove static on functions. | Michael Shalayeff | |
from netbsd: Don't use a static variable in the power hook. It doesn't work with more than one device. | |||
2001-11-26 | Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA ↵ | Michael Shalayeff | |
Yoshihiko and KUROSAWA Takahiro; tested by Matt Behrens <matt@zigg.com> | |||
2001-11-26 | add sis 7018 | Michael Shalayeff | |
2001-11-23 | new vscom puc devices; lists-openbsdtech@bsws.de | Theo de Raadt | |
2001-11-23 | new vscom puc devices | Theo de Raadt | |
2001-11-22 | sync: BAD NADDY | Theo de Raadt | |
2001-11-22 | pasto | Christian Weisgerber | |
2001-11-21 | sync | lebel | |
2001-11-21 | be more precise, the ATI device 0x4c59 is actually the | lebel | |
Radeon Mobility M6 LY; there is more than one type of Radeon Mobility. | |||
2001-11-20 | Match bcom 5821 (this is untested and is based on the datasheet's claim that | Jason Wright | |
the 5821 is "register and software compatible with Broadcom 5820"). | |||
2001-11-20 | sync | Jason Wright | |
2001-11-20 | bcom 5821 | Jason Wright | |
2001-11-20 | use more reasonable default level values; ho@ testing | Michael Shalayeff | |
2001-11-19 | more than typo | Theo de Raadt | |
2001-11-19 | remove local hack and use ac97_set_rate; tested by form@ | Michael Shalayeff | |
2001-11-18 | spelling | Theo de Raadt | |
2001-11-18 | vscom pci-200h | Theo de Raadt | |
2001-11-18 | sync | Theo de Raadt | |
2001-11-18 | vscom pci 200h | Theo de Raadt | |
2001-11-16 | regen | Michael Shalayeff | |
2001-11-16 | fix the typo (from dne@mayonnaise.net) and sort the ali section | Michael Shalayeff | |
2001-11-14 | add bridge control bit definitions up to pci2.2, via netbsd | Michael Shalayeff | |
2001-11-14 | - Move rng buffer allocation (bus_dmamem_map/unmap) to attach instead of during | Jason Wright | |
the first timeout which is the wrong time to be calling bus_dmamem_map/unmap - Make sure that mastering is really enabled. - remove some debugging stuff that would be a pain to get working on sparc64. | |||
2001-11-14 | Define the TRDY timeout and RETRY timeout registers (not used... yet) | Jason Wright | |
2001-11-14 | - Sprinkle more htole16/htole32s so that this thing has a chance of working | Jason Wright | |
on big endian machines. (Unfortunately I can't verify this really works on sparc64 because of crazy psycho(4) interrupt problems). - use htole32() on constants instead of letoh32() on variables and hope for better optimization. - In several places use the unswizzled shadows to see what kind of operation has been queued instead of the (now) swizzled versions. - hifn provides some BE/LE assist, but it seems to vary depending on revision and chip number, perhaps it's worth investigating? | |||
2001-11-13 | cleanup whole lots of spaces and tabs, while muffling | Michael Shalayeff | |
w/ the cards we have here and those are the cheapest petrolleum product on the east cost, let me tell ya. insert valid freebsd rcsid and a comment about bugs and such. | |||
2001-11-12 | Sprinkle with htole32, add a garnish of htole16 and finish off with a | Jason Wright | |
bit of letoh16 and letoh32 then let simmer while sparc64 gets through the ram test correctly. | |||
2001-11-12 | Don't abuse bus_dma(9) API by using dmamap->dm_* to hold results from | Jason Wright | |
bus_dmamem_* operations; instead, store them in softc. This allows the driver to get through autoconf on sparc64 (ok, well it fails the ram test because of endian issues... but it's a start). | |||
2001-11-11 | Noone seems to want to fix the sparc64 cd bogus intr bug, so I will simply ↵ | Theo de Raadt | |
disable the message |