summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2001-09-27Huge merge with NetBSD. For full details look at their revision history (1.2...Jason Wright
2001-09-24Do not force polling while cold = 0; from NetBSD, hinted at by fgs@Miod Vallat
2001-09-24Use splimp instead of splnet in some places.Artur Grabowski
2001-09-24get rid of kvtop, not that it matters that muchMichael Shalayeff
2001-09-23solve mtu problem a little more elegantly (ramdisk works on blade100 andJason Wright
2001-09-21configured mtu in BOTH places (grumble)Jason Wright
2001-09-21openbsd style %b handlingJason Wright
2001-09-21another ETHERMTU + sizeof(struct ether_header) problemJason Wright
2001-09-21adapt to OpenBSD ioctl structureJason Wright
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-09-21Driver for Sun GEM ethernet. Not ready yet.Artur Grabowski
2001-09-20Better timeout usage.Miod Vallat
2001-09-20no one cares if RFIFO has been hit... so shaddap!Jason Wright