summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-01-17Remove some textual sk heritage warts by renaming some functions andKenneth R Westerback
2007-01-16Fix invalid _CRS length. Some aml implementations lie about how long aMarco Peereboom
2007-01-16correctly initialise unwindidx in ffs2_balloc()Nikolay Sturm
2007-01-16regenThordur I. Bjornsson
2007-01-16Retire VOP_LEASE(); It was a bit for NQNFS and hasThordur I. Bjornsson
2007-01-16Remove unnecessary ampersands in ADR2CELL macro invocations;Marc Aurele La France
2007-01-16Implement multiple segment allocation for uvm_pglistalloc, which fixesDimitry Andric
2007-01-16Really print iommu TFAR (instead of CTRL again).Mark Kettenis
2007-01-16oops, previous commit was incorrect.Jun-ichiro itojun Hagino
2007-01-16Report SDEV_UMASS devices as non-'SCSI', i.e. 'ATAPI', devices whenKenneth R Westerback
2007-01-15ansi/deregisterJonathan Gray
2007-01-15Report flow control status.Mark Kettenis
2007-01-15power(4) driver for the power switch on many landisk models, hookedMartin Reindl
2007-01-15fix infinite loop in case nip6 and nicmp6 are not on the same mbuf. NetBSD P...Jun-ichiro itojun Hagino
2007-01-15undo last broken userret() change here; miod@ okMichael Shalayeff
2007-01-15Fix splbio() in initiate_write_inodeblock_ufs2()Pedro Martelletto
2007-01-15UFS2 -> FFS2Pedro Martelletto
2007-01-14Fix growing of direct blocks in ffs2_balloc()Pedro Martelletto
2007-01-14ragge@netbsd fixed the copyright, thanks. ok miod@Otto Moerbeek
2007-01-14zsprintf() is gone, fixes ZSMACDEBUG caseMartin Reindl
2007-01-14Move the isa bridge probe from isabr to frodo, so that frodo only attemptsMiod Vallat
2007-01-14Clear error bits in PCI command/status register before establishing PCI errorMark Kettenis
2007-01-14Provide a bit more diagnostic information in the PCI error handler.Mark Kettenis
2007-01-14Add macros to access Schizo's PCI config space.Mark Kettenis
2007-01-14Add another Tomatillo-specific register.Mark Kettenis
2007-01-14Same as GENERIC, m88k_cpus[] should have 4 elements on luna88k, even inKenji Aoyama
2007-01-14Introduce register read/write helper routines for radio and phy. StartMarcus Glocker
2007-01-14regenJonathan Gray
2007-01-14Match some additional devices found in Linux driver.Jonathan Gray
2007-01-13Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h>Miod Vallat
2007-01-13Correctly count outbound packets.Mark Kettenis
2007-01-13Print Schizo/Tomatillo version number.Mark Kettenis
2007-01-13Do not match on Expert3D and Expert3D-Lite cards, these will require aMiod Vallat
2007-01-13attach to Sierra Wireless Aircard 875; ok fkr@Kevin Steves
2007-01-13prettify some panic strings,Thordur I. Bjornsson
2007-01-13Touch of clean up:Thordur I. Bjornsson
2007-01-13Ignore country code on happy hacking keyboard, it reports itself as japanse.Miod Vallat
2007-01-13RegenMiod Vallat
2007-01-13Topre Corporation Happy Hacking Keyboard.Miod Vallat
2007-01-12Get rid of some dead code.Mark Kettenis
2007-01-12Keep the wsscreen_descr in the softc, to allow sti of different textMiod Vallat
2007-01-12Change the secondary CMMU's data cache turn on so that do not hog theKenji Aoyama
2007-01-12According to the OpenSolaris sources, the DTO bits are really MMU bit.Mark Kettenis
2007-01-12proper define for MAX_KMAPENT; miod@ okMichael Shalayeff
2007-01-12Do not force the section header to SHT_NOBITS for non-symbol sections;Miod Vallat
2007-01-12Move kernel virtual address space to make sure it doesn't overlap withMark Kettenis
2007-01-12fix altq for mc(4); make mbuf functions return NULL instead of 0 whileMartin Reindl
2007-01-12Also check for 'num < 1' in ffs2_balloc(), no functional changePedro Martelletto
2007-01-12support a few more video cards, untested:Martin Reindl
2007-01-12Switch some lockmgr locks to rwlocks.Artur Grabowski