summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-03-18Save SOF (frame timing adjustment) before the very first host controllerChristopher Pascoe
2007-03-18syncReyk Floeter
2007-03-18add device IDs of the new VIA CX700 chipsetReyk Floeter
2007-03-17For arm pre-v6 (ie all supported machines) it is necessary to disableDale Rahn
2007-03-17Implement proper atomic.h for powerpc. With help from art@ and drahn@.Mark Kettenis
2007-03-17Make lcsplx() call spllower() instead of duplicating its code.Mark Kettenis
2007-03-17Do not start lines printed by the kernel with '<' so that syslog won't getMiod Vallat
2007-03-17Only invoke printstar() in get_pte() if option DEBUG.Miod Vallat
2007-03-17Indentation repairs, no code change.Miod Vallat
2007-03-17replace the VMWARE quirk that restricts the bus width to 16 targets withDavid Gwynne
2007-03-17Since we're not always called with M_WAIT, check return value fromArtur Grabowski
2007-03-17add proper atomic_{set,clear}bits_int implementationMartin Reindl
2007-03-17add uts(4); this was missing from the initial commitRobert Nagy
2007-03-17wpi(4) works fine on amd64 according toJonathan Gray
2007-03-17regenJonathan Gray
2007-03-17Add some more NVIDIA graphics cards.Jonathan Gray
2007-03-17we do not want uts(4) enabled until we have proper calibrationRobert Nagy
2007-03-16Split the whole chip init stuff in bcw_init() into a new functionMarcus Glocker
2007-03-16Re-initialise f_seekp to 0 on a successful read_inode() return.Marc Aurele La France
2007-03-16enable uts(4)Robert Nagy
2007-03-16uts(4) is a driver for USB Touchscreens;Robert Nagy
2007-03-16add DEC_KN300 support from NetBSD;Robert Nagy
2007-03-16remove message that printsTheo de Raadt
2007-03-16Add missing "goto fail;" in an error path of fxp_attach().Claudio Jeker
2007-03-16Cleanup prototypes.Marcus Glocker
2007-03-16Remove a lot of dead code and nonexisting registers. This stuff was mostlyMarcus Glocker
2007-03-16Better (constant) register naming.Marcus Glocker
2007-03-16Split the beacon returned by ieee80211_beacon_alloc() in two parts andClaudio Jeker
2007-03-16Timecounters for sparc64. The cleanest and easiest timecounterArtur Grabowski
2007-03-16First super massive register cleanup run; group/sort registers,Marcus Glocker
2007-03-16A new PCI id for Intel's PCIe quad port fiber adapter.Reyk Floeter
2007-03-15syncReyk Floeter
2007-03-15add Intel PCI-E quad port fiber device IDReyk Floeter
2007-03-15UltraSPARC-IV cpus appear a bit different in OpenFirmware than older cpus.Mark Kettenis
2007-03-15Make sure we find the OpenFirmware node for UltraSPARC-IV cpus.Mark Kettenis
2007-03-15Disable x/q functionnality on 32bit platforms, because the examination codeMiod Vallat
2007-03-15Set chip operation mode in the init path. Add first bits to enableMarcus Glocker
2007-03-15m_prepend() works only for sizes smaller than MHLEN.Claudio Jeker
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-03-15regenJonathan Gray
2007-03-15commit the correct version this timeJonathan Gray
2007-03-15Add a few different things found in submitted dmesgs.Jonathan Gray
2007-03-15regenJonathan Gray
2007-03-15JMB368 has no SATA.Jonathan Gray
2007-03-14Make SMU sensors and fan control work on PowerMac8,1.Mark Kettenis
2007-03-14Clean up after miod.Mark Kettenis
2007-03-14Check if there are still blocks left to be allocated _after_ we havePedro Martelletto
2007-03-14Call ifp->if_start() at the end of the rx interrupt handling just in caseClaudio Jeker
2007-03-14In HostAP mode, ieee80211_input() will enqueue packets in if_snd withoutClaudio Jeker
2007-03-13Nuke __HAVE_OLD_DISKLABEL code, this was never defined anyway.Miod Vallat