summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-09-27- don't mess with SCSI controller bits here, only map the two regionsMartin Reindl
2005-09-27missing pieces for RBV video handlingMartin Reindl
2005-09-26Use SCSI_IGNORE_ILLEGAL_REQUEST when reading a cd's table of contents.Kenneth R Westerback
2005-09-26minor knfTheo de Raadt
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2005-09-26Enable the USB softintr code on platforms which __HAVE_GENERIC_SOFTINTERRUPTS.Miod Vallat
2005-09-26allocate and map the mbox separately to the iocmds used by the ccbs.David Gwynne
2005-09-26bring in two changes from freebsd:Pedro Martelletto
2005-09-26Return EIO if reading fails.Mark Kettenis
2005-09-26Match Apple Shasta PCI ID as found on G5 systems.Mark Kettenis
2005-09-26Match "u3" as found in G5 systems.Mark Kettenis
2005-09-26Consider nodes named "mpic" as potential open-pic candidates.Mark Kettenis
2005-09-26- correct framebuffer calculation offset by marking off garbage bits inMartin Reindl
2005-09-26Delete wrong comments, originally came from Makefile.mvme88k.Kenji Aoyama
2005-09-25Define symbolic constants for the processor identification register fieldsMiod Vallat
2005-09-25TyposMiod Vallat
2005-09-25Define the symbolic register indexes in trapframe in <m68k/reg.h> onlyMiod Vallat
2005-09-25Remove unused defines and macros.Miod Vallat
2005-09-25Change the size parameter of cmmu_flush_tlb() from bytes to pages. This makesMiod Vallat
2005-09-25Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-25Do not consider userland trap #496 (BUG system call on mvme88k) as specialMiod Vallat
2005-09-25regenMark Kettenis
2005-09-25Add stuff found in iMac G5.Mark Kettenis
2005-09-25Do not try increasing NKMEMPAGE_MAX on sun4m at all, until we makeMiod Vallat
2005-09-25On Sun4m, be sure to steal the overlapping part of the iommu dvma spaceMiod Vallat
2005-09-25Change 21040 modes slightly.Brad Smith
2005-09-25Remove some duplicate definitions.Brad Smith
2005-09-25shuffle some stuff aroundBrad Smith
2005-09-25remove TULIP_PCI_ATTACH_ARGS and TULIP_SHUTDOWN_ARGSBrad Smith
2005-09-251.83 again:David Gwynne
2005-09-251.82 again; dont use the scsi xfer to decide if we should dma_sync.David Gwynne
2005-09-25remove more indirection through typedef's and macrosBrad Smith
2005-09-25- delint: zero sized array initalisation is a gccismBrad Smith
2005-09-24The ADM8211B seems to stall after some time of constantJonathan Gray
2005-09-24Make use of ieee80211_ibss_merge() from net80211.Jonathan Gray
2005-09-24Remove a bunch of redundant defines that are also in net80211.Jonathan Gray
2005-09-24Make atw_cardbus_power() not tell us its name every time it is called...Jonathan Gray
2005-09-24Force takeover of host ports after hibernate/resume, otherwise devices willChristopher Pascoe
2005-09-23Handle SI4126 operations differently on ADM8211B. ThisJonathan Gray
2005-09-23complete rearrange and spaces. makes this readable. no binary change.Federico G. Schwindt
2005-09-23addition O2Micro registers needed to make certain chipsets work (atherosFederico G. Schwindt
2005-09-23regen.Federico G. Schwindt
2005-09-23more O2 micro entries and correct some existing ones; based on diffFederico G. Schwindt
2005-09-23cleanup and simplify the regulation domain handling. some devices areReyk Floeter
2005-09-23change the fallback regulation domain to FCC2A (Canada) instead ofReyk Floeter
2005-09-23{TrendNet,Trendware} -> TRENDnet, ok jsg@Alexander von Gernler
2005-09-23- fix PowerNow flags, cosmetic, only affects dmesg output.Brad Smith
2005-09-22Simplify DMA handling. Limit DMA size to a fixed numer of slots.Claudio Jeker
2005-09-22Notify sppp about link state changes. This makes PPP encoding work.Claudio Jeker
2005-09-22remove the very basic ath(4) rate control implementation and useReyk Floeter