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