summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-08-12safenet 1141 driver from freebsd (sam at errno):Jason Wright
2003-08-12move verify_cksum() to ahc; krw@ ok.Federico G. Schwindt
2003-08-12add/update my copyrightNathan Binkert
2003-08-11Add signal number sanity checking to usl_sync_init(). This is notTodd C. Miller
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-11make dmesg prints closer to the rest of the driversMichael Shalayeff
2003-08-11make sure to not attach the card if the int cannot be established and repair ...Michael Shalayeff
2003-08-11cleanup dmesg outputMichael 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-08x is probably just as random as letoh32(x), don't bother byte swapping the nu...Jason Wright
2003-08-07syncTheo de Raadt
2003-08-07remove junk vendors (might have deleted a few by accident, will re-add as nee...Theo de Raadt
2003-08-07syncTheo de Raadt
2003-08-07remove a bunch of junkTheo de Raadt
2003-08-06typoTheo de Raadt
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-08-06Fix a memleak on error in usb_block_allocmem(); Patrick LatifiTodd C. Miller
2003-08-06The cleanup in ohci_init() is wrong; the statements for label bad2Todd C. Miller
2003-08-05print dv_xname instead of the uninitialized variable card; ok miod/henning/de...Markus Friedl
2003-08-05sync with netbsdjoshua stein
2003-08-05Add support for Winbond 83627THF, ok grange@ henning@Damien Couderc
2003-08-04syncMarkus Friedl
2003-08-04soekris tweaksMarkus Friedl
2003-08-03use bus_dmamap_load_raw() instead of bus_dmamap_load() where appropriate; krw...Michael Shalayeff
2003-08-02regen.Federico G. Schwindt
2003-08-02ADMtek 8211 WLAN id.Federico G. Schwindt
2003-08-022nd port location was incorrect; bde@freebsdTheo de Raadt
2003-08-01The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterlyMiod Vallat
2003-08-01syncTheo de Raadt
2003-08-01ansiTheo de Raadt
2003-08-01new soekrisTheo de Raadt
2003-08-01Fix ICH5R SATA supportAlexander Yurchenko
2003-08-01syncAlexander Yurchenko
2003-08-01Add ICH5R SATA RAID; pointed out by Alexandre H <openbsdah@wanadoo.fr>Alexander Yurchenko
2003-08-01Support for new Marvell based Gigabit Ethernet adaptersNathan Binkert
2003-07-30Experimental support for ICH5/ICH5R SATA, inspired from FreeBSDAlexander Yurchenko
2003-07-29Support for HPT302 and HPT371, inspired from the FreeBSD ata driver.Alexander Yurchenko
2003-07-25The AIC5900 and AIC5905 are ATM chipsets, not SCSI controllers.Henning Brauer
2003-07-25remove extra arg to printfJason Wright
2003-07-25cast and %lu for size_t variable printfJason Wright
2003-07-24syncAlexander Yurchenko
2003-07-24New vendor Myson Century Inc and its MTD803 ethernet. Found on aAlexander Yurchenko
2003-07-24syncTheo de Raadt
2003-07-24cleanupTheo de Raadt
2003-07-23Enable ATAPI DMA for modern Promise ATA controllers since only oldAlexander Yurchenko
2003-07-23Old Promise ATA controllers need some additional operationsAlexander Yurchenko
2003-07-23VT1612A; matthew.gream@pobox.comTheo de Raadt