Age | Commit message (Expand) | Author |
2001-12-06 | add bus_dmamap_sync()'s on the descriptors too | Jason Wright |
2001-12-06 | a few more bus_dmamap_sync()'s and some borrowed setup frame macros from NetB... | Jason Wright |
2001-12-06 | enough bus_dmamap_sync() and htole()/letoh() to get TX working on sparc64. | Jason Wright |
2001-12-06 | vtophys, R.I.P. (tx now uses bus_dma) | Jason Wright |
2001-12-06 | move rx handling over to bus_dma... that just leaves one vtophys() in tx. | Jason Wright |
2001-12-06 | update the radio chipset support | Michael Shalayeff |
2001-12-06 | clear all inrterrupts separately and before enabling any. | Michael Shalayeff |
2001-12-06 | move the setup buffer and pad into a bus_dma alloced area | Jason Wright |
2001-12-06 | Checkpoint bus_dma work in progress: | Jason Wright |
2001-12-02 | bzero the waa and not ready yet for the console | Michael Shalayeff |
2001-12-01 | fix realtek codec ids. fxi codec id decode -- from krw@ | Michael Shalayeff |
2001-11-15 | Compile with AHC_DEBUG | Hakan Olsson |
2001-11-11 | Remove local defines for SCSI status codes and use those now | Kenneth R Westerback |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-11-05 | needs rndvar.h | Michael Shalayeff |
2001-11-02 | new fw needs more space in an_ltv_status; from Gabriel Kihlman <gk@univits.se> | Michael Shalayeff |
2001-10-30 | From NetBSD: add __packed__ attribute to hardware structure that | Kenneth R Westerback |
2001-10-28 | define caps bits, for later use | Michael Shalayeff |
2001-10-28 | it appears that some non-vra compatible codecs implement part | Michael Shalayeff |
2001-10-26 | Allocate an appropriate number of cbd's for each discovered LUN | Kenneth R Westerback |
2001-10-25 | implement "the other" pci interface for wavelans, found on intersil | Michael Shalayeff |
2001-10-25 | add prism2.5 mini-pci nic id | Michael Shalayeff |
2001-10-24 | Protect against deranged fabric name servers. | mjacob |
2001-10-24 | keep up with the joneses (track other OS) | mjacob |
2001-10-24 | cleanup, such as spaces and dangling return;s | Michael Shalayeff |
2001-10-24 | replace strings w/ defined names, missing initializer for pcbeep and split to... | Michael Shalayeff |
2001-10-24 | do not #ifdef ANCACHE stuff makes softc constant; pointed out by dima@m3d.dhs... | Michael Shalayeff |
2001-10-24 | add several more codecs, from elsa | Michael Shalayeff |
2001-10-18 | solve numerous problems: | Michael Shalayeff |
2001-10-14 | Andreas Gunnarsson found a bug in iha that causes system crashes | Kenneth R Westerback |
2001-10-09 | - keep a spare dmamap_t around for rx (use it to keep the old mbuf loaded | Jason Wright |
2001-10-08 | Complete (I hope) the changes to siop that make it pay attention | Kenneth R Westerback |
2001-10-06 | Fix various 2300 (2Gb) last minute errata. Keep up with the jones' for | mjacob |
2001-10-05 | restore some of that dead code needed for dev/cons functionality | Michael Shalayeff |
2001-10-04 | move stats update into ticker | Jason Wright |
2001-10-04 | Chip specific parts for FM-radio drivers. | Grigoriy Orlov |
2001-10-04 | Fix up tx logic: can't free zero length mbufs (may have to requeue, and it's | Jason Wright |
2001-10-03 | Rewrite transmit handling (looks something more like hme), also takes advantage | Jason Wright |
2001-10-02 | #ifdef FOO works much better when FOO isn't misspelled. | Artur Grabowski |
2001-10-02 | style | Jason Wright |
2001-10-02 | De uglify (a bit) and garbage collect a bunch of now unused functions. | Jason Wright |
2001-10-02 | Pull in a change I wrote a -long- time ago: avoid {bcopy/memcpy} into statically | Jason Wright |
2001-10-02 | increase rx descriptors, remove some debugging code, deal with different endi... | Jason Wright |
2001-10-01 | get rid of local copy of cs4231reg.h (and get defns from dev/ic/ad1848reg.h | Jason Wright |
2001-10-01 | add mono output mute bit | Jason Wright |
2001-09-30 | Enable break interrupt earlier. | Artur Grabowski |
2001-09-30 | Next round of cleanups. | Artur Grabowski |
2001-09-30 | Remove dead code. | Artur Grabowski |
2001-09-30 | Remove the COM_HAYESP code. It doesn't appear to have been ever used and | Artur Grabowski |