summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2001-09-30Move out the com at commulti attachment into an ownfile.Artur Grabowski
2001-09-30Move out com at isapnp attachment into an own file.Artur Grabowski
2001-09-29Next step in making the com driver improvable.Artur Grabowski
2001-09-29if_media support, from freebsdMichael Shalayeff
2001-09-29Some KNF.Artur Grabowski
2001-09-29- compoll is now scheduled once for every sc instead of just one timeout forArtur Grabowski
2001-09-28Fix a DIAGNOSTIC check.Artur Grabowski
2001-09-27Simplify comstart a bit.Artur Grabowski
2001-09-27Enable #if 0'd code in comcnputc() so serial console works correctly;Todd C. Miller
2001-09-27Split out comattach that does isa and isapnp attachment and initialization,Artur Grabowski
2001-09-27Split out comattach that does isa and isapnp attachment and initialization,Artur Grabowski