summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-07-23from reading sam@errno.com's code:Jason Wright
2002-07-23prevent double free in some error conditions; from xs@kittenz.orgNiels Provos
2002-07-23Don't use a magic constantJason Wright
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
2002-07-23Turn READ/WRITE into function calls (driver was getting too bloated withJason Wright
2002-07-23Use the proper cardbus_conf_read() rather than pci (in a cardbus driver).Dale Rahn
2002-07-22uninitialized variable; pointed out by sam@errno.comJason Wright
2002-07-22add seqnr to message from kernel, userland needs to quote correct seqnr.Niels Provos
2002-07-21Flip on the LEDs on a 7811 when each of the rings is active (and turn themJason Wright
2002-07-21Deal with the fact that one of the 7811 revisions cannot correctly handleJason Wright
2002-07-21- Deal with the fact that nsp2k's bridge can't deal with burst read/writeJason Wright
2002-07-21two more missing systrace_lockJun-ichiro itojun Hagino
2002-07-21need systrace_lock/unlock around lockmgr lock operation. provos okJun-ichiro itojun Hagino
2002-07-20If we call siop_intr manually, make sure it's protected by splbio.Artur Grabowski
2002-07-20comment clarification. niels okJun-ichiro itojun Hagino
2002-07-19a few more comments and debugs, other cosmetic stuffMichael Shalayeff
2002-07-19minor KNFJun-ichiro itojun Hagino
2002-07-19whitespaceJun-ichiro itojun Hagino
2002-07-19tabifyJun-ichiro itojun Hagino
2002-07-18regenMichael Shalayeff
2002-07-18emulex lp8000Michael Shalayeff
2002-07-17No newline in panic messagesMiod Vallat
2002-07-17Missing splx, and rearrange a bit.Jason Wright
2002-07-16ack my employerJason Wright
2002-07-16Two fixes from sam@errno.com:Jason Wright
2002-07-16Add support for DES and 3DES singleton operationsJason Wright
2002-07-16- Add bus_dmamap_sync() in appropriate places for EAJason Wright
2002-07-16remove prototypes that now live in if_wivar.h.Federico G. Schwindt
2002-07-16- Add a kthread for handling EA requests so that we have a context where weJason Wright
2002-07-15No need to disestablish the startuphook.Artur Grabowski
2002-07-15remove a bunch of debugging printfs and disable agp_debug; prompted by millert@Michael Shalayeff
2002-07-13no need to redefine pci vendors here since we have 'em, comment on two screwe...Michael Shalayeff
2002-07-13regenMichael Shalayeff
2002-07-13a few bktr vendors, from various sourcesMichael Shalayeff
2002-07-13fix ioctl processing logic; problem reported by postman pechkinMichael Shalayeff
2002-07-13define PCI_COMMAND_STATUS_BITS for printfs, according to the enlisted definesMichael Shalayeff
2002-07-13pci_intr_establish() is a macros on some archs and ifdef w/in the macro args ...Michael Shalayeff
2002-07-13do not call unlock when the lock is not locked; found by millert@Niels Provos
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff
2002-07-12in the error case, just remove an installed argument replacement, it is notNiels Provos
2002-07-12'this is a scanner'Todd T. Fries
2002-07-12syncTodd T. Fries
2002-07-12add my scannerTodd T. Fries
2002-07-11add rcsid to firmware, and remove defn for tc990_IMAGE_SIZE, its ugly.Jason Wright
2002-07-11New version of the firmware from 3Com. Many, many thanks to David DillowJason Wright
2002-07-11Convert the cmd and response queues to be endian aware, also prepare for new ...Jason Wright
2002-07-11syncNathan Binkert
2002-07-11New devicesNathan Binkert
2002-07-11Please be more portable in usb landNathan Binkert
2002-07-10proper cdev_decl(ksyms), fix ksyms's broken functionsMichael Shalayeff