summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-09-19Disable USB_USE_SOFTINTR until we have generic support for soft interrupts.Anil Madhavapeddy
2003-09-19Put in a couple of sanity checks to ensure that the AN_DEFAULT_*Anil Madhavapeddy
2003-09-18typo in error;Jason McIntyre
2003-09-09CMI can do mu-law encoding, don't use software emulation mode.Kevin Lo
2003-09-06A couple of hppa-only changes, allowing siop to work on pci hppaKenneth R Westerback
2003-09-06Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed.Dale Rahn
2003-09-04remove an unneccessary (and incorrectly sized) bzeroAnil Madhavapeddy
2003-09-04bzero the full malloced space, not the sizeof the pointerAnil Madhavapeddy
2003-09-03match a bunch more bge devices. May not work completely, but they're noJason Wright
2003-09-03bunch more bcm57xx devices and correct altima devices (from netbsd); ok deraadtJason Wright
2003-09-03support for bcm5823; based on patch from Jim Lambert, jlamber at futurex dot ...Jason Wright
2003-09-03bcm 5823Jason Wright
2003-09-02Increase autonegotiation wait to 5000ms.Kenneth R Westerback
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