summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-06-02use much simpler switch for pci_machdep.h; ok drahn@ whatever tdr (;Michael Shalayeff
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@
2005-06-02correctly close the audio device in audio_open() if one of theJoris Vink
precision parameters is zero. ok tedu@
2005-06-02tsc, ryan left debug crap behindHenning Brauer
2005-06-02for sysctl syscall pass the mib[] back to kdump to parse;Michael Shalayeff
always print () on syscalls w/ void args even (deraadt version)
2005-06-02- wish there was a better way to do this... put splhigh() around theJason Wright
extent_* functions to ensure they stay consistent - also remove some debugging crap
2005-06-02Remove non-emulating wsdisplays - nothing uses them.Miod Vallat
ok deraadt@
2005-06-02Do not compile scrollback support if option SMALL_KERNEL.Miod Vallat
ok deraadt@
2005-06-02Eradicate USB quirks NOTUR and NODOORLOCK. Should no longer beKenneth R Westerback
required and no actual users of the relevant devices found. ok marco@
2005-06-02allow for dma maps larger than 64 pages; jason@ okMichael Shalayeff
2005-06-01Typo in cut'n'paste abuse.Miod Vallat
2005-06-01De-inline if option SMALL_KERNEL on alpha; saves 4KB off RAMDISK{,B}, otherMiod Vallat
kernels and platforms unaffected. ok deraadt@
2005-06-01De-inline a few functions if option SMALL_KERNEL, and do not compileMiod Vallat
ahc_print_scb() unless option AHC_DEBUG. Saves about 3KB on alpha RAMDISK{,B}. ok deraadt@
2005-06-01Do not kill the event sink when closing a wsmouse device opened in write-onlyMiod Vallat
mode, thus only been used to issue ioctls. This chunk was lost in r1.14; reported by Douglas Santos.
2005-06-01use vm_dused for rlimit. much happier with mmap. tested by severalTed Unangst
over past week. as a bonus, kills 5 XXXs.
2005-06-01kjell is an evil tree-breakerMichael Shalayeff
2005-06-01as Jason requested, be gone vtophys().Brad Smith
ok deraadt@ marco@
2005-06-01disable sf* too, until it is vtophys cleanTheo de Raadt
2005-06-01when dumping policies, skip those attached to a socket.Hans-Joerg Hoexer
ok ho
2005-06-01fix ordering of PCI devsBrad Smith
2005-06-01regenJonathan Gray
2005-06-01RTL8187.Jonathan Gray
2005-05-31spelling corrections in comments;Jason McIntyre
from charlie root;
2005-05-31add pcmcia com* until uwe fixes the codeTheo de Raadt
2005-05-31bus_dma-ify. needs bus_dmamap_sync's, but works on coherent arch's now.Jason Wright
NOW: someone remove vtophys from the amd64 port before someone else gets the silly idea that it somehow "works" on that port.
2005-05-31Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all inArtur Grabowski
one case fixed here). miod@ "appears to be harmless" markus@ ok
2005-05-31Protect p_timer with splclock. It can be fiddled with in hardclock (butArtur Grabowski
only for curproc, that's why no SCHED_LOCK or similar is necessary). miod@ "appears to be harmless" markus@ ok
2005-05-31Lock the apic with a mutex, not a SIMPLE_LOCK.Artur Grabowski
markus@ ok miod@ tried to ok, but he doesn't officially have an amd64.
2005-05-31IPL_SCHED should block statclock on architectures where the schedulerArtur Grabowski
is clocked by the statclock. miod@ ok
2005-05-31Reduce ccbs for now because millert had issues on a 475.Marco Peereboom
This needs some intelligence because it does help the 518s.
2005-05-31Remove unused sc_err1() parameter 'async'. Lint.Kenneth R Westerback
2005-05-30Only enable the FPU when the process has an FPU context. ok miod@Dale Rahn
2005-05-30Just use preempt(NULL) like every other architecture in this code path,Artur Grabowski
don't roll our own. ok miod@ pefo@
2005-05-30even shorterTheo de Raadt
2005-05-30shrink alpha boot blocks another little bitTheo de Raadt
2005-05-29Sync with hppa r1.11: Correctly handle boot drives with SCSI id >= 10Miod Vallat
2005-05-29Lock SMM space on Intel E7xxx chipsets, too.Alexander Yurchenko
2005-05-29Remove debug printf I left.Alexander Yurchenko
2005-05-29regenBrad Smith
2005-05-29- better pcidevs entries for Intel Gig and add 82573 idsBrad Smith
- add/fix up Abocom enries
2005-05-29use JAPAN for locale code 0 stored in some rtw EEPROMs.Reyk Floeter
2005-05-29further cleanup - use bzero, bcopy and bcmpReyk Floeter
ok jsg@
2005-05-29knfReyk Floeter
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-29add the RTL8185 (not working yet)Reyk Floeter
2005-05-29rtw cleanupReyk Floeter
2005-05-29cleanup rtwReyk Floeter
2005-05-28Sprinkle some /* FALLTHROUGH */'s as suggested by lint.Kenneth R Westerback
2005-05-28fix hostap modeReyk Floeter
2005-05-28'openings' is u_int16_t, so 'openings <= 0' is wrong. Lint.Kenneth R Westerback