summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-03-20factorize SGMAP-mapped DMA map creation and destroy codeMartin Reindl
2006-03-19ANSIfyBrad Smith
2006-03-19ANSIfyBrad Smith
2006-03-19ANSI and KNF.Brad Smith
2006-03-19Change BLKDEV_IOSIZE down to 2KB like on all other platforms; ok kettenis@Miod Vallat
2006-03-19Do not compile misaligned access recovery code if option SMALL_KERNEL;Miod Vallat
2006-03-19mountroot for disk devices shall be dk_mountroot(), not ffs_mountroot().Miod Vallat
2006-03-19ANSI and fix commentsBrad Smith
2006-03-19- check HDRTYPE early, and ignore if it is not supported (n > 2).Brad Smith
2006-03-19regenBrad Smith
2006-03-19add a few more Intel devices as found on a Acer Travelmate 3012WTMi laptop.Brad Smith
2006-03-19sis950 has 0x5b missing, so it looks more like an it8712f-aTheo de Raadt
2006-03-19this is a really large reworking of how ami works in terms of submittingDavid Gwynne
2006-03-19ok, what i thought was sis950 is actually likely the it8712f-aTheo de Raadt
2006-03-19recognize the 976 and 978Brad Smith
2006-03-19rev 1.86Brad Smith
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-18probe for it8712 and sis950 (somewhat of a clone)Theo de Raadt
2006-03-18No need to keep pointers to cfdriver structs in potential boot devices structMiod Vallat
2006-03-18In _bus_dmamem_alloc_range(), do not ignore the caller's ``high'' parameter.Miod Vallat
2006-03-18Switch to a rpcc-based delay() implementation. From NetBSD.Miod Vallat
2006-03-18typoBrad Smith
2006-03-18scsi completions never go via the generic done path now. xs is always setDavid Gwynne
2006-03-18use polling for the synchronise command while i move the xs setup andDavid Gwynne
2006-03-18rename ami_cmd to ami_start_xsDavid Gwynne
2006-03-17Fix single-stepping via ptrace(2); ok art@ kettenis@Miod Vallat
2006-03-17Do not print the result of pci_devinfo() when attaching pcib, since thisMiod Vallat
2006-03-17create a completion path for scsi commands without the cruft for wakingDavid Gwynne
2006-03-17split the completion path up. its now the responsibility of the the pathDavid Gwynne
2006-03-17remove the last remnants of AMI_POLLINGDavid Gwynne
2006-03-17rev 1.77Brad Smith
2006-03-17In m_pulldown avoid a prepend to the next mbuf in the chain if the resultBrad Smith
2006-03-16Get rid of specific softc structure for pci host bridges, as it is neverMiod Vallat
2006-03-16Get rid of redundant check in tcasicmatch() - we will only request "tcasic"Miod Vallat
2006-03-16spacesTheo de Raadt
2006-03-16Fix for PR 4966: Only disregard bit 27 of MSR_EBL_CR_POWERON forDimitry Andric
2006-03-16Turn EXTENT_ALIGN into an inline function; shaves about 50 to 100 bytesMiod Vallat
2006-03-16Comment out tekram_sync_table and only degine {,dt_}scf_period[] forMiod Vallat
2006-03-16In sys_mincore(), pass a size in bytes, not pages, to uvm_vslock() andMiod Vallat
2006-03-16Move lmc_system_errors[] so that there is only one instance of it in theMiod Vallat
2006-03-16Move the agpgart handling code to a separate file.Matthieu Herrb
2006-03-16Switch tun(4) from encapsualting packets into a long mbuf chain over to useClaudio Jeker
2006-03-16ventical -> verticalMiod Vallat
2006-03-16remove useless powernow cruft from dmesg. we're interested in theDavid Gwynne
2006-03-16if the link is down with a card using a fibre interface then show aBrad Smith
2006-03-16dont leak memory when we fail to find any valid states.David Gwynne
2006-03-16display the possible speedstep values like we do on intel chips.David Gwynne
2006-03-16if the link is down then show a media status of none.Brad Smith
2006-03-16tidy up a bit.Brad Smith
2006-03-16sortTheo de Raadt