summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-05-08write the mac back to the chip when we bring it up.David Gwynne
2007-05-08ami chips have no mechanism to take commands off them once we've submittedDavid Gwynne
2007-05-08Remove cross-compiling stuff that is neither correct nor should have been com...Artur Grabowski
2007-05-08First step in making the SCHED_LOCK not recursive.Artur Grabowski
2007-05-08Switch sparc to __HAVE_CPUINFO.Artur Grabowski
2007-05-08regenRobert Nagy
2007-05-08add Radeon RX1650 XT, Radeon RX1650 XT Secondary and SoundBlaster X-FiRobert Nagy
2007-05-08correct dmesg outputTheo de Raadt
2007-05-08turn off SIOP_STATS; ok krwTheo de Raadt
2007-05-08no need to print boot device name twiceTheo de Raadt
2007-05-08uninitialized variable passed to setroot()Theo de Raadt
2007-05-08dc_detach() is only used by cardbus code, so move it there; ok jsgTheo de Raadt
2007-05-07shrink code by not using __inline without static; ok kettenisTheo de Raadt
2007-05-07Remove symbols already defined in <sys/limits.h>; unbreaks build on sgi.Mark Kettenis
2007-05-07Check for astpending in u_general (userland traps) in addition to u_intrMiod Vallat
2007-05-07Garbage collect ci_astpending; it's no longer used.Mark Kettenis
2007-05-07floating unused variable (except in debug case)Theo de Raadt
2007-05-07Move sgo to __HAVE_CPUINFO.Mark Kettenis
2007-05-07UCHAR_MAX and USHRT_MAX should not have a 'U' suffix.Todd C. Miller
2007-05-06garbage collect release_fpu() and synchronize_fpstate()Martin Reindl
2007-05-06Whack "No counter-timer" message. These days, most UltraSPARC cpu's don'tMark Kettenis
2007-05-06do not fill RTAX_GATEWAY for RTM_DELETE, ok claudioHenning Brauer
2007-05-06point the macros for the interrupt coalescing registers at the rightDavid Gwynne
2007-05-06at least always print a new line, even if NOPSSTed Unangst
2007-05-06More lockmgr -> rwlock low hanging fruit.Kenneth R Westerback
2007-05-06Add the mp setperf mechanism to AMD64, like its i386 counterpart it allowsGordon Willem Klok
2007-05-06typoDavid Gwynne
2007-05-06bcd.c diedTheo de Raadt
2007-05-05simple single-processor only mutex implementationMartin Reindl
2007-05-05Directly map IPL_xxx in terms of ALPHA_PSL_IPL_xxx values, and implementMiod Vallat
2007-05-05#include <sys/lock.h> not needed. i.e. these compile fine without it.Kenneth R Westerback
2007-05-05malo_hexdump() is only used by code under MALO_DEBUG, so ifdef itJonathan Gray
2007-05-05Remove axe_rxstart() which is an uneeded leftover from the FreeBSD version.Jonathan Gray
2007-05-05move xl_detach() -- which is only used by cardbus -- to the cardbus code.Theo de Raadt
2007-05-05Kill disk_find and disk_resetstat that noone uses. If you ever needArtur Grabowski
2007-05-05Properly ifdef debug bits to save a bit of space.Jonathan Gray
2007-05-05Define MUTEX_OLDIPL where they were missing, will be used (reasonably) shortly.Miod Vallat
2007-05-05vn_access hasn't been used for ages and it's just a wrapper withArtur Grabowski
2007-05-05Simple single-processor only mutex implementation.Miod Vallat
2007-05-05disable the interrupts on interface shutdownReyk Floeter
2007-05-05allocate dma memory, setup rx/tx/status rings, initialize the ringReyk Floeter
2007-05-04lockmgr -> rwlock.Kenneth R Westerback
2007-05-04when we are in ramdisk mode, we must also disable any previous mountrootTheo de Raadt
2007-05-04the hardware does checksumming on rx as well. mark the mbufs with what theDavid Gwynne
2007-05-04Faster pmap_extract() code for pmap_kernel, from NetBSD.Miod Vallat
2007-05-04advertise tx checksumming to the network stack, and tell the hardware toDavid Gwynne
2007-05-04more locc() diesTheo de Raadt
2007-05-04increase the number of tx and rx descriptors from 64 to 128 eachDavid Gwynne
2007-05-04locc() is dead, spotted by miodTheo de Raadt
2007-05-04move bcd tables to the only place that uses them (the unused mcd driver);Theo de Raadt