summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/radeon/SUMO2_me.bin
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/radeon/SUMO2_me.bin')
0 files changed, 0 insertions, 0 deletions
'/netbsd/commit/sys/compat/linux/common/linux_ioctl.c?id=28bae79b2713013fa5c98bdd7a8bdde85ccc3ffd'>ANSIfy most of the function definitions in sys/compat (but not ndis).dsl 2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka 2007-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly 2007-06-16Delete stuff in comment about use of stackgap.dsl 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-02-09Merge newlock2 to head.ad 2006-07-23Use the LWP cached credentials where sane.ad 2006-05-14integrate kauth.elad 2005-12-11merge ktrace-lwp.christos 2005-02-28Emulate basic mtio ioctls.soren 2005-02-26nuke trailing whitespaceperry 2005-02-03Add linux scsi-generic to work for simple cases. Allows gendalia's changechristos 2004-06-03linux_sys_ioctl: map EPASSTHROUGH to EINVAL as sys_ioctl does.yamt 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-29Redo previous; struct proc *p is necessary if NSEQUENCER is non zero.enami 2003-06-28Kill unused variable.bouyer 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr 2003-06-23PR/21936: Todd Vierling: ioctl 'r' misinterpretedchristos 2003-06-20PR/21936: Todd Vierling: compat/linux: ioctl 'r' misinterpretedchristos 2003-02-27make compat_linux struct file interlock friendly.yamt 2003-01-18Merge the nathanw_sa branch.thorpej 2002-10-22Don't call cdevsw_lookup() with an uninitialised variable insimonb 2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna 2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem 2001-06-14Fix a partial construction problem that can cause race conditionsthorpej 2001-05-30use _KERNEL_OPT.mrg 2001-01-10Declare linux_ioctl_blkio and call it from the main routine.fvdl 2000-12-10Add some ioctls for harddisk, floppy disk and console handling.fvdl 2000-11-29LKMifyjdolecek