summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-05-24Store the model and revision information in the appropriate softcBrad Smith
2008-05-24Match serial devices on PRIMEPOWER 650.Mark Kettenis
2008-05-23Fix detection of 10baseT on rev 2 and up.Mark Kettenis
2008-05-23Another Fujitsu Gigabit Etherenet card that is a bge(4) in disguise.Mark Kettenis
2008-05-23regenMark Kettenis
2008-05-23Add Fujitsu PW008GE5.Mark Kettenis
2008-05-23update sem_otime on semop(); reported by mkbucc AT gmail.comDamien Miller
2008-05-23do not use swap generic; these should specifically choose rd0aTheo de Raadt
2008-05-23tputchar() can put characters on the tty output queue if clocal is set,Theo de Raadt
2008-05-23Forgot this one. Wrap a printf() into MPLS_DEBUG sinceThordur I. Bjornsson
2008-05-23Make this compile again, by adding a struct proc * argumentThordur I. Bjornsson
2008-05-23Deal with the situation when TCP nfs mounts timeout and processesThordur I. Bjornsson
2008-05-23- remove USER_LDT, it was never in a state where it would copile, nor willJasper Lievisse Adriaanse
2008-05-23Bye bye awi(4). No net80211 love, uses its own WEP code and has not workedBrad Smith
2008-05-23Make GENERIC.MP work on sun4us too.Mark Kettenis
2008-05-23Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() asBrad Smith
2008-05-23Make rd act more like a 'normal' disk device, allowing the elimination ofKenneth R Westerback
2008-05-22Quick hack to make non-MULTIPROCESSOR kernels work by restrictingMark Kettenis
2008-05-22zap useless comment block with no content.Jasper Lievisse Adriaanse
2008-05-22Restrict interrupt vectors to 11 bits. Needed to make sun4us work.Mark Kettenis
2008-05-22use PR_ZERO instead of calling bzero directlyThordur I. Bjornsson
2008-05-22ANSI function definitions.Brad Smith
2008-05-22syncTheo de Raadt
2008-05-22simplify (less bytes in media)Theo de Raadt
2008-05-22never schedule a timer for a negative time, if in the past schedule short delay.Dale Rahn
2008-05-22More timeout(9) usage cleaned up.Michael Knudsen
2008-05-22- ises(4) was removed some time ago, zap it here too.Jasper Lievisse Adriaanse
2008-05-22Use LIST_FOREACH() instead of handrolling.Thordur I. Bjornsson
2008-05-22kill 2 bogus ARGUSED and use the LIST_FOREACH() macroThordur I. Bjornsson
2008-05-22Remove unnecessary receive filter call from the attach hook. This isBrad Smith
2008-05-22Add the MCP77, 79 and 7B SMBus controller ids.Brad Smith
2008-05-22Read the MII_ANAR register and get the common denominator ability.Brad Smith
2008-05-22Remove the "loaded firmware" message from dmesg. Only print somethingBrad Smith
2008-05-22regenJonathan Gray
2008-05-22Add a bunch of devices from submitted dmesgs.Jonathan Gray
2008-05-21Fujitsu PRIMEPOWER250/450 secondary LAN is a BCM5703C in disguise.Mark Kettenis
2008-05-21regenMark Kettenis
2008-05-21Add Fujitsu PRIMEPOWER250/450 secundary LAN.Mark Kettenis
2008-05-21Only cancel (timeout_del()) the timeout if we're not going to delay itMichael Knudsen
2008-05-21Just clear the timeout since timeout_del() can cope withMichael Knudsen
2008-05-21Make _PROF_PROLOGUE visible if PROF is defined; will be needed by libcMiod Vallat
2008-05-21Remove <machine/elf_abi.h> on platforms which have it. Nothing in the treeMiod Vallat
2008-05-21Not all cache operations need to be run from P2, so don't do this unlessMiod Vallat
2008-05-21ddb expects the kernel longjmp() to only take a single parameter and alwaysMiod Vallat
2008-05-21First step towards supporting sun4us machines with Fujitsu's SPARC64-V CPU.Mark Kettenis
2008-05-21regenMiod Vallat
2008-05-21More pccom referencesMiod Vallat
2008-05-21syncTheo de Raadt
2008-05-21intel 5100 chipset; mitjaTheo de Raadt
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis