Age | Commit message (Expand) | Author |
2002-01-12 | Don't try UDMA modes if they aren't supported by the controller | Jason Wright |
2002-01-09 | add ess1921 codec id | Michael Shalayeff |
2002-01-08 | SIOCSIFMTU support; patches by Claudio Castiglia <ccastig@softhome.net> | Federico G. Schwindt |
2002-01-07 | pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ ok | Michael Shalayeff |
2002-01-07 | use flags instead of options to choose the tea5757 vs tea5759. | Michael Shalayeff |
2002-01-02 | proper data length handling on read; from toby@svector.co.uk | Michael Shalayeff |
2001-12-31 | missing nl, from art@ | Michael Shalayeff |
2001-12-21 | increase the timeout 10x, it seems some cards cannot keep up w/ our pace | Michael Shalayeff |
2001-12-20 | for mimi-pci cards registers are word in a dword, missed that in bringing ove... | Michael Shalayeff |
2001-12-17 | Initialize variable before use. ok fgs@ | Thomas Nordin |
2001-12-17 | be more accurate in enabling variable rate bits | Michael Shalayeff |
2001-12-15 | Disestablish the powerhook on detach. ok jason@ | Thomas Nordin |
2001-12-14 | $OpenBSD$ | Dale Rahn |
2001-12-14 | Major restructuring for swizzling to the request queue and unswizzling from | mjacob |
2001-12-13 | Fix old alpha bug recently triggered by conversion to busdma. | Nathan Binkert |
2001-12-13 | changes to work with 32bit platforms and get ethernet address on powerpc. | Dale Rahn |
2001-12-13 | Initialize variable before use. ok fgs@ | Thomas Nordin |
2001-12-12 | disable debugging, pointed out by brad@ | Michael Shalayeff |
2001-12-12 | usmoke some scsi drugs, a little bit | Michael Shalayeff |
2001-12-08 | Go ahead and fix the xircom filter setup to work on big endian too (untested,... | Jason Wright |
2001-12-08 | use htole32() on the data going into the setup frame for the dc_setfilt_21143... | Jason Wright |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
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 |