summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-08-11free code memory should change permissions failMichael Shalayeff
2003-08-11make sure Debugger() is called only inside _both_ DDB and OSIOP_DEBUGMichael Shalayeff
2003-08-09need to include bpfilter.h for bpf to work (noticed by weissmanndude). put so...Michael Shalayeff
2003-08-08remove unused code and a some cleanup; deraadt@ and krw@ ok.Federico G. Schwindt
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-08-05print dv_xname instead of the uninitialized variable card; ok miod/henning/de...Markus Friedl
2003-08-05Add support for Winbond 83627THF, ok grange@ henning@Damien Couderc
2003-08-03use bus_dmamap_load_raw() instead of bus_dmamap_load() where appropriate; krw...Michael Shalayeff
2003-07-25cast and %lu for size_t variable printfJason Wright
2003-07-23Old Promise ATA controllers need some additional operationsAlexander Yurchenko
2003-07-23VT1612A; matthew.gream@pobox.comTheo de Raadt
2003-07-15Add support for AD1985, deraadt@ okDamien Couderc
2003-07-15correct some debugging printfsJason Wright
2003-07-15move prototype for com_raisedtr() to comvar.h (just like pccom).Jason Wright
2003-07-14uptimes in secs and usecs seem to be swapped w/ each other; also confirmed by...Michael Shalayeff
2003-07-09Eliminate creation/destruction of dmamap's for every xmit by reusingKenneth R Westerback
2003-07-08no need for an explicit machine/intr.h; tested on alpha, i386, sparcMichael Shalayeff
2003-07-06trailing spacesAlexander Yurchenko
2003-07-05better indentAlexander Yurchenko
2003-07-01Don't dma map the xs->cmd. Copy it to a safe buffer that is alreadyKenneth R Westerback
2003-06-29- cast rfact to int64_t before multiplication to avoid sign overflowAlexander Yurchenko
2003-06-29remove usage of xl_unitJason Wright
2003-06-28supply missing argument to a panic string; ok tedu, deraadtAnil Madhavapeddy
2003-06-28fix wrong format type; ok deraadt, tedu, mickeyAnil Madhavapeddy
2003-06-28Fix a bug which would promote a target from TARST_PROBING toKenneth R Westerback
2003-06-26align acb size to 256 bytes to avoid cache issues; krw@ okMichael Shalayeff
2003-06-25constify some readonly dataMichael Shalayeff
2003-06-25AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIGMichael Shalayeff
2003-06-25Restore the original wdcdebug_mask instead of clearing DEBUG_PROBE whenHenric Jungheim
2003-06-25Extend the sparc bus_space_tag_t to store access endianness in it, andMiod Vallat
2003-06-25#include <machine/intr.h> is not necessary here.Miod Vallat
2003-06-23no need for an explicit <machine/intr.h> inclusionMichael Shalayeff
2003-06-18we already set the rx descriptor length to accept vlan packets... justJason Wright
2003-06-17New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445Miod Vallat
2003-06-16be more sane w/ byte swapping and leave the le archs at the same behaviour an...Michael Shalayeff
2003-06-09more 3/4 cleanup for pefoTheo de Raadt
2003-06-09Fix erroneous handling of i/o's during a reset.Kenneth R Westerback
2003-06-07print minor version as 02d; from Adam Montague via pr 3284; matches what free...Michael Shalayeff
2003-06-053/4 knockout for peter galbavyTheo de Raadt
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03fix various 3/4 licenses according to "terms" fileTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02kill the caluses three and four on some of my codeMichael Shalayeff
2003-06-02nuke clause 3 & 4Jason Wright
2003-06-02do not play w/ interrupts too much and keep 'em enabled at all times, fixes r...Michael Shalayeff
2003-05-31real register definitions for the brooktree 451/457/458 on the cgsix andJason Wright
2003-05-28The statistics are wrong endian. "netstat -i" now gives sane results.Henric Jungheim
2003-05-24Disable off-screen font loading. We still need to use the pdc console routinesMiod Vallat
2003-05-20AN983 endian issue; from FreeBSD via PR 3263 with minor style fixes by meHenning Brauer
2003-05-19Put required delays between reading DSTAT and SSTAT0 registers. Add new onesKenneth R Westerback