summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2009-11-23add some usb vendors and products to syncYojiro Uo
2009-11-23By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year.
2009-11-23Make config_activate_children() more useable as a suspend-and-resumeTheo de Raadt
device tree walker, and add config_suspend() as well. ok mlarkin pirofti, discussion with kettenis
2009-11-23Replace in-line implementation of soqinsque with a call to soqinsque.Jacek Masiulaniec
"looks right" deraadt@
2009-11-23regenYojiro Uo
2009-11-23add new umsm type modems: Softbank C01SW (Sierra OEM) andYojiro Uo
Emobile H12HW (Huawei OEM) ok jsg@
2009-11-23By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year.
2009-11-23add USB_GET_DEVICEINFO and USB_GET_STRING_DESC ioctl to the uhid(4).Yojiro Uo
ok jsg@ deraadt@
2009-11-23regenYojiro Uo
2009-11-23Add bnx(4) now that it works.Claudio Jeker
2009-11-23add netmos nm9901 and NEC USB host controllerYojiro Uo
ok deraadt@
2009-11-23bnx(4) is a bit special. The chip itself is capable of swapping endianessClaudio Jeker
so there is no need for htoleXX calls. The only thing needed is the correct layout of the DMA-ed structures. Additionally it uses PAGE_SIZE but assumed that it is always 4k. Fix the macros that failed to respect that so that it works on 8k PAGE_SIZE systems. This makes bnx(4) work on sparc64. Tested on amd64 by dlg@. OK dlg@, deraadt@
2009-11-23By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year.
2009-11-23add NetMos NM9901 multiple peripheral board supportYojiro Uo
ok deraadt@
2009-11-23Fix pckbd and acpihpet suspend/resume cases to fit with the future frameworkPaul Irofti
that's going to get in really soon. Okay mlarkin@, deraadt@.
2009-11-23PCI suspend/resume plumbing. This code is currently not called.Mike Larkin
ok kettenis@
2009-11-22Allocates bootstrap stack by uvm_pglistalloc instead of uvm_km_alloc.Takuya ASADA
ok miod@, jsing@
2009-11-22Repost the vbios and remove a spurious cli on i386 ACPI resume code.Mike Larkin
Makes i386 and amd64 behave the same way with respect to vbios repost. ok pirofti@
2009-11-22cleanup after the NAT changes. we used to have multiple rulesets (scrub,Henning Brauer
NAT, filter). now we only have one. no need for an array any more. simplifies the code quite a bit. in the process fix the abuse of PF_RULESET_* by (surprise, isn't it) the table code. written at the filesystem hackathon in stockholm, committed from the hardware hackathon in portugal. ok gcc and jsing
2009-11-22removing unnecessary locks.Takuya ASADA
ok jsing@
2009-11-22add a bunch of devices found in linux driversJonathan Gray
2009-11-22regenJonathan Gray
2009-11-22add a bunch of Ethernet and zyd devices found in linux drivers.Jonathan Gray
2009-11-22Missed 4 MSRs on suspend/resume in previous version. Tested by piroftiMike Larkin
and myself, ok pirofti@
2009-11-22Check for ISA before calling the setup function.Paul Irofti
Suggested by and okay mlarkin@.
2009-11-22Bring amd64 closer to resume, while at it kill dead code. Okay deraadt@.Paul Irofti
2009-11-22Forgot the declarations in former commit. From martin@, okay oga@.Paul Irofti
2009-11-22Remove only use in the tree of ESCAPE_NOT_SUPPORTED. Which, ironically,Kenneth R Westerback
wasn't supported. Nuke #define of ESCAPE_NOT_SUPPORTED at the same time. ok miod@
2009-11-22Match the i386 behaviour and only care about bus_clock if weJonathan Gray
don't have the tables from acpi. This way we don't have to have knowledge of the cpu model to do speedstep in the acpi case. ok kettenis@
2009-11-22Nuke TRY_AGAIN_LATER now that no driver returns it.Kenneth R Westerback
ok marco@
2009-11-22ncpus, ncpufound values are corrected.Takuya ASADA
ok miod@
2009-11-22Add basic suspend/resume autoconf functionality.Paul Irofti
Okay deraadt@, kettenis@, mlarkin@.
2009-11-22SMP support on MIPS clock.Takuya ASADA
ok miod@
2009-11-22By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year.
2009-11-22Add a framework for discipline specific ioctls.Joel Sing
ok marco@
2009-11-22Ensure that chunks are not already in use when creating a volume.Joel Sing
ok marco@
2009-11-22Bring last drivers fully into the NO_CCB world by replacingKenneth R Westerback
TRY_AGAIN_LATER uses with equivalent NO_CCB. Eliminates confusion between the two as was always intended. buf I/O's that can't be started get pushed back onto the front of the queue and retried. Others get sent back to originator as failures. No more epi-cycle looping inside the SCSI midlayer hoping the problem goes away. Various testers, no objection from miod@ as vs(4) was tested by nick@.
2009-11-22Probe modes for SATA disks, makes CF behind SATA work and givesJonathan Gray
more speed to things like SSDs that do UDMA 6. Tested by many.
2009-11-22Add a lot of bpf and counter manipulation to the bridge. The bridgeTheo de Raadt
sneaks packets on and off network interfaces in some cases without calling the interrupt, start, or output functions, and thus must do these tasks which the drivers cannot do. The gif and vether are rather special. Someone should re-check gre. ok claudio
2009-11-22grammar fixes in comments; from bradMiod Vallat
2009-11-22syncKevin Lo
2009-11-22add the Terminus Technology vendor id found on VIA VT6571Kevin Lo
2009-11-22fix RTS/CTS and CTS-to-self protection modes.Damien Bergamini
fix 802.11a TXTIME computation (802.11a has a 16us SIFS interval but does not have the 6us signal extension that ERP-OFDM has so we can use the same code for 11a and 11g provided that we add the SIFS nterval in the athn_txtime() function itself.)
2009-11-22Fix compile error in uniprocessor kernel.Takuya ASADA
ok jsing@
2009-11-22Correct cording style.Takuya ASADA
ok jsing@
2009-11-22Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide theMiod Vallat
address as a kernel variable for use by libkvm. On sgi IP27 and IP30 kernels, use XKSEG instead of CKSSEG; this will allow kernel KVM size to grow in the future if necessary.
2009-11-21Fix uninitialized variables in db_stack_trace_print(), and honour theMiod Vallat
frame count argument.
2009-11-21tyypoMiod Vallat
2009-11-21mplock, rw_cas implementedTakuya ASADA
ok miod@
2009-11-21Yet another stupid typo caught by martin@Miod Vallat