summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2000-08-16Fix AK4531 data sheet link. Ok'd by deraadt@Kevin Lo
2000-08-15use pci_mapreg_map, deallocate resources on failure in attachment; jason@ okMichael Shalayeff
2000-08-15Put the bcopy back in place for the decryption CRD_F_EXPLICIT_IV case (missedJason Wright
2000-08-15don't forget the initial swizzling with IPAD for inner state (fixesJason Wright
2000-08-15- deallocate all resources grabbed during hifn_attach() when an error occurs.Jason Wright
2000-08-15- Can't avoid one of those bcopy's so easily (only happens with old ESPJason Wright
2000-08-13do iv copying by hand, to avoid bcopy overheadTheo de Raadt
2000-08-13fix session codeTheo de Raadt
2000-08-13not completely working session code from jasonTheo de Raadt
2000-08-13indentTheo de Raadt
2000-08-13indentTheo de Raadt
2000-08-12mcr aggregation now works, best i have seen yet is 5 (huh?)Theo de Raadt
2000-08-11move mcr out of q; and write prelim mcr aggregation code, which does not yetTheo de Raadt
2000-08-11syncTheo de Raadt
2000-08-11itexpressTheo de Raadt
2000-08-11silence chatty messagesTheo de Raadt
2000-08-11provide generic audio device nameMichael Shalayeff
2000-08-11DMA transfers should transition to completed state directly tooConstantine Sapuntzakis
2000-08-10syncTheo de Raadt
2000-08-10simplifyTheo de Raadt
2000-08-09Death to acd_stub.c. No longer neededConstantine Sapuntzakis
2000-08-09Unnecessary headerConstantine Sapuntzakis
2000-08-09Fixes for the BCD 48SB CD-ROM C2.4, which seems to like to dropConstantine Sapuntzakis
2000-08-08quietTheo de Raadt
2000-08-08syncTheo de Raadt
2000-08-08use PCI_VENDOR_* and PCI_PRODUCT_*_* namesTheo de Raadt
2000-08-08more puc-style devicesTheo de Raadt
2000-08-08Make fix for preserving LED settings conditional on presence of an IntelAaron Campbell
2000-08-08sync RAIDframe with Gre Oster's work for NetBSD.Peter Galbavy
2000-08-06syncTheo de Raadt
2000-08-06ATI rage cardsTheo de Raadt
2000-08-06syncTheo de Raadt
2000-08-06more devices from the G4Theo de Raadt
2000-08-05Use better (working) locking macros around critical regions. ImplementNiklas Hallqvist
2000-08-05Be more liberal about attaching products unknown to us (we have got IDNiklas Hallqvist
2000-08-05syncChris Cappuccio
2000-08-05Support Promise Ultra/100 as found on some Microstar motherboardsChris Cappuccio
2000-08-04syncTheo de Raadt
2000-08-04anotherTheo de Raadt
2000-08-04rest of the work needed for tga2; from NetBSDEric Jackson
2000-08-04add support for tga2; from NetBSDEric Jackson
2000-08-04Support for the Psion Goldcard; pt98kfr@student.hk-r.seAaron Campbell
2000-08-04syncAaron Campbell
2000-08-04Add Psion Goldcard; pt98kfr@student.hk-r.seAaron Campbell
2000-08-03(c) 2000Niklas Hallqvist
2000-08-03syncNiklas Hallqvist
2000-08-03Support for GDT6518RS added. Thanks Jeff! Also fixed a few bogus prodids.Niklas Hallqvist
2000-08-03Don't print out the name of the controller twice.Aaron Campbell
2000-08-02Put missing call to sf_setmulti() in sf_init() so the multicast filter willAaron Campbell
2000-08-02Sync with FreeBSD. Summary of changes:Aaron Campbell