summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-12-19The serial console address apparently does not change accross 88100 designs,Miod Vallat
2007-12-19Allocate memory for the onboard le interface using uvm functions, instead ofMiod Vallat
2007-12-19If the CardBus bus number is left unconfigured, only attach pcmcia(4).Mark Kettenis
2007-12-19Looks like K-class needs the same hack as C-class. Gives us some, but not allMark Kettenis
2007-12-19Fix the issue with some intel 965 host busses. Though the docs claim that theOwain Ainsworth
2007-12-18Remove bogus #ifdef __i386__, such that we properly initialize the bus numberMark Kettenis
2007-12-18pass pci domain to the child too, ok kettenisTheo de Raadt
2007-12-18New it(4) driver.Oleg Safiullin
2007-12-18Better probe routine for lcg, now that I found the magic bit on KA46.Miod Vallat
2007-12-18Turn the uvm_{lock/unlock}_fpageq() inlines intoThordur I. Bjornsson
2007-12-18move variable declarations where they belongJasper Lievisse Adriaanse
2007-12-18- powerbutton -> power buttonJasper Lievisse Adriaanse
2007-12-18add power(4), a driver for the power button found on SGI O2's.Jasper Lievisse Adriaanse
2007-12-18Expose the clock address space so that it can be used outside of clock(4).Joel Sing
2007-12-17Add new devices to match list.Marcus Glocker
2007-12-17regenMarcus Glocker
2007-12-17Differ between identical device strings until we find the correct modelMarcus Glocker
2007-12-17regenMarcus Glocker
2007-12-17Add upgt USB 2.0 device IDs as seen on prism54.org.Marcus Glocker
2007-12-17Make this compile again.Miod Vallat
2007-12-17Make ether_crc32_le() work for our needs and therefore remove the largeMarcus Glocker
2007-12-16fix remaining cases of potential concurrent mfs_buflist access;Otto Moerbeek
2007-12-16panic on negative blkno or size; ok kettenis@ deraadt@Otto Moerbeek
2007-12-16Put inamp gain and inamp mute controls under AudioCinputs. ThisDeanna Phillips
2007-12-16Count line-in as line-out, and label both as AudioNline. This is whatDeanna Phillips
2007-12-16Add comment.Marcus Glocker
2007-12-16the upgt file is.. optionalTheo de Raadt
2007-12-16Add an empty pccbb_attach_hook.Mark Kettenis
2007-12-16Correctly calculate stack increment for MACHINE_STACK_GROWS_UP; fixes problemsMark Kettenis
2007-12-16Don't crash if we only try to attach pcmcia(4).Mark Kettenis
2007-12-16Correctly count number of segments in _bus_dmamap_load(). Initialize ds_addrMark Kettenis
2007-12-16regenMarcus Glocker
2007-12-16Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devicesMarcus Glocker
2007-12-16destatic the static functions, they only make debugging harder.Owain Ainsworth
2007-12-15Get the MVME197 memory size from the BusSwitch decoders.Miod Vallat
2007-12-15Unconditionnaly disable the instruction cache on 40MHz MVME197LE boards,Miod Vallat
2007-12-15All MVME BUG manuals concur on SR3 being the only register needing to beMiod Vallat
2007-12-15Since the 88110 can not invalidate a particular tlb entry, do not stackMiod Vallat
2007-12-15Move the cmmu lock back from 8820x-specific code to global, and use it onMiod Vallat
2007-12-15move some iommu_dvmamap_validate_map()'s into DEBUG instead of DIAGNOSTIC, toTheo de Raadt
2007-12-15Remove a lot of symbols from the namespace, otherwise sys/sysctl.h andTheo de Raadt
2007-12-15export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsgTheo de Raadt
2007-12-14the hardware does not allow to specify the protection mode in eachDamien Bergamini
2007-12-14Revert previous commit; something is still wrong, and I can't figure out whatMark Kettenis
2007-12-14add sysctl entry points into various network layers, in particular toTheo de Raadt
2007-12-14Remove a lot of symbols from the namespace, otherwise sys/sysctl.h andTheo de Raadt
2007-12-14Cleanup some comments.Joel Sing
2007-12-14Enable console support for SGI O2 workstations. Switch between the serialJoel Sing
2007-12-14Add console/cnattach support to mkbc(4). This allows for early attachmentJoel Sing
2007-12-14Have gbe(4) attach as the console if the graphical console is selected viaJoel Sing