summaryrefslogtreecommitdiff
path: root/sys/dev
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-09-02syncAlexander Yurchenko
2003-09-02Add Mustek DV2000 video camera; from Lizardo Desilos <lizardo@itvictoria.edu.mx>Alexander Yurchenko
2003-09-01syncAlexander Yurchenko
2003-09-01New vendor Micro Star International and its USB Bluetooth adapterAlexander Yurchenko
2003-08-31remove bogus cache test. Suggested by drahn@, ok mickey@, miod@.Matthieu Herrb
2003-08-28fix bzero size; from pechkinMichael Shalayeff
2003-08-28Sync ('make microcode') with change to aicasm_symbol.c:Kenneth R Westerback
2003-08-28Fix use of uninitialized variable by porting NetBSD patch to correctlyKenneth R Westerback
2003-08-27this bit is defined as prefetchable and not cachable and thus rename and use ...Michael Shalayeff
2003-08-24defines and struct for the ieee80211 framework; deraadt@ ok.Federico G. Schwindt
2003-08-23switch to ether_input_mbuf; krw@ testing and ok.Federico G. Schwindt
2003-08-23correct function names; from NetBSD.Federico G. Schwindt
2003-08-22need to flip the operands wordwise for big endian machines. modexp worksJason Wright
2003-08-21fix the offsets in decoding byte rom dd (verified per manual); miod@ okMichael Shalayeff
2003-08-21sys/types.h is not really needed w/ sys/param.hMichael Shalayeff
2003-08-21remove extra header file <sys/systm.h>. ok mickey@Kevin Lo
2003-08-20How about we NOT stomp all over memory past the end of the result buffer.Jason Wright
2003-08-20- The safenet chip really likes it's big nums to be written to differentJason Wright
2003-08-20most of the infrastructure to support public key operation. This is justJason Wright
2003-08-20regenMichael Shalayeff
2003-08-20some more mysons; from form@; deraadt@ okMichael Shalayeff
2003-08-19missing break.Mike Pechkin
2003-08-19cleanup; from form@Michael Shalayeff
2003-08-19cleanup; from form@Michael Shalayeff
2003-08-19prefer memory mappings (to io)Michael Shalayeff
2003-08-19use pci_mapreg_map() to map the regs and some cleanups; form@ 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-16AN983 needs 64BIT_HASH too, fixes multicastHenning Brauer
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-14correct length maskJason Wright
2003-08-14add more delays during initJason Wright
2003-08-14remove magic swapping constants in favor of the #defines I added a fewJason Wright
2003-08-14- remove some uneeded junk (mainly leftovers from ubsec cut/paste)Jason Wright
2003-08-14kill unneeded caddr_t casts for *_copybackJason Wright
2003-08-12- Don't need the bus_dma callback cruft as we have everything necessary in theJason Wright
2003-08-12fix after mickey breakage; reported by grange@.Federico G. Schwindt