summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-09-02- drop number of openings by 4 to avoid "not queued" errors.Federico G. Schwindt
2003-09-02missing #endif, pr3431Ted Unangst
2003-08-28fix bzero size; from pechkinMichael Shalayeff
2003-08-28Sync ('make microcode') with change to aicasm_symbol.c:Kenneth R Westerback
2003-08-24defines and struct for the ieee80211 framework; deraadt@ ok.Federico G. Schwindt
2003-08-21fix the offsets in decoding byte rom dd (verified per manual); miod@ okMichael Shalayeff
2003-08-19pad some records some more; from Jon Olsson <jon@abc.se>Michael Shalayeff
2003-08-19rcsidsMichael Shalayeff
2003-08-19myson mtd803 ether and enable mtdphy no; form netbsd via form@Michael Shalayeff
2003-08-19give better depth and cmsizeMichael Shalayeff
2003-08-19implement WSDISPLAYIO_{GET,PUT}CMAP; untestedMichael Shalayeff
2003-08-19inquire ext config and dump it in debugging and also fix other debugging printsMichael Shalayeff
2003-08-18back out previous. miod pointed out that we don't recover from thisJason Wright
2003-08-18#ifdef warning about chained buffersJason Wright
2003-08-17implement WSDISPLAYIO_{S,G}MODEMichael Shalayeff
2003-08-17print out the graphics idMichael Shalayeff
2003-08-17cleanupMichael Shalayeff
2003-08-15cleanup.Federico G. Schwindt
2003-08-15- remove ahc dependency, convert smc93cx6 into an attribute.Federico G. Schwindt
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-12fix after mickey breakage; reported by grange@.Federico G. Schwindt
2003-08-12constify sequencer script; krw@ okMichael Shalayeff
2003-08-12move verify_cksum() to ahc; krw@ ok.Federico G. Schwindt
2003-08-11constify voicetabMichael Shalayeff
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