summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-07-26syncDale Rahn
2002-07-26More Apple pci devs, from NetBSD.Dale Rahn
2002-07-26House cleaning (move reg defns into their own file), and be sure to drainJason Wright
2002-07-26add support for hardware accelerated fill/copy; from NetBSD (committed from t...Jason Wright
2002-07-25- some KNF.Federico G. Schwindt
2002-07-25If passed RI_BSWAP, swap32 the stampJason Wright
2002-07-25Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, andMiod Vallat
2002-07-25Rework the color usage in wsemul_sun displays, to match SunOS and SolarisMiod Vallat
2002-07-25Rename the WSDISPLAY_TYPE_SUNFFB display type into a more generic name,Miod Vallat
2002-07-25When building kernels with the SMALL_KERNEL option (typically, RAMDISK),Miod Vallat
2002-07-25house cleaning, also fix a couple of incorrect bit definitions in theJason Wright
2002-07-25update $NetBSD$ tagsNathan Binkert
2002-07-25syncNathan Binkert
2002-07-25get rid of trailing whitespaceNathan Binkert
2002-07-25syncNathan Binkert
2002-07-25typoNathan Binkert
2002-07-24syncNathan Binkert
2002-07-24new devicesNathan Binkert
2002-07-24better uid/gid tracking; okay deraadt@Niels Provos
2002-07-23Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@Miod Vallat
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