summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2008-05-21Not all cache operations need to be run from P2, so don't do this unlessMiod Vallat
necessary. Also, let the P2 functions return to P1 addresses, instead of jumping to their own P1 image before returning. This gives a ~15% speedup. From NetBSD, thanks uwe@netbsd for spotting this in the sh4 docs!
2008-05-21ddb expects the kernel longjmp() to only take a single parameter and alwaysMiod Vallat
return 1 since 12+ years, it's about time to fix the offending ports. Reported by Pierre Riteau (firstname.lastname at gmail)
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
ok dlg@, jsing@, deraadt@
2008-05-21Print a specific message for non i2c attachments like macppcJonathan Gray
memc, in the situation where Apple cheaps out by having no SPD on integrated RAM.
2008-05-20Add multicast support to lii(4), with suggestions/changes from brad@.Joel Sing
ok brad@ dlg@
2008-05-20Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), ratherJoel Sing
than rolling our own load functions. tested jasper@, feedback and ok miod@
2008-05-20Fix last commit, it is rtrequest1() and not rtrequest(). Lucky me it seemsClaudio Jeker
that the code is ifdef-ed out all the time.
2008-05-20regenBrad Smith
2008-05-20Add the NVIDIA Quadro FX 3500 id.Brad Smith
2008-05-20Remove stray "attach com at isapnp with com_isapnp".Mark Kettenis
ok miod@
2008-05-19Add tsec(4)Mark Kettenis
2008-05-19tsec(4)Mark Kettenis
2008-05-19A driver for the Three Speed Ethernet Controller (TSEC) found on theMark Kettenis
Freescale MPC8349E SoC platform. Still has some bugs, but it's getting there.
2008-05-19Add support for TSEC interrupts.Mark Kettenis
2008-05-19Change all remaining MD uses of MALLOC and FREE into proper malloc() andMiod Vallat
free() calls; prodded by chl@, ok krw@
2008-05-19regenMiod Vallat
2008-05-19Add the Sun extended keys (L keys, volume keys) to the console mode layouts.Miod Vallat
2008-05-19do not leak memory if there is no power source. code is ifdef USB_DEBUG.Federico G. Schwindt
2008-05-19SO_BINDANY for ipv6; ok djm@Markus Friedl
2008-05-19try a few times before giving up while getting the device descriptor. ifFederico G. Schwindt
it fails, reset the port and try again. this seems to fix some devices that would punt with "device problem, disabling port" otherwise. from augustss@netbsd with some change as per discussion with theo. set the address before getting the descriptor. from peterbu at bemac dot com via netbsd kern/24716. tested by many.
2008-05-19Unbreak builds for kernels that have atm interfaces. Found the hard way byClaudio Jeker
Theo on an alpha ramdisk. OK deraadt@
2008-05-19we do not need en(4)Theo de Raadt
2008-05-19regenBrad Smith
2008-05-19Add the NVIDIA MCP77/79/7B SMBus controller ids.Brad Smith
From Peer Chen @ NVIDIA
2008-05-19correct format after %x -> %b convertion. deraadt jsg ok.Federico G. Schwindt
2008-05-18avoid leaking pipes by not zeroing the pipe after aborting it, soFederico G. Schwindt
umass_disco() have a chance to free'em later. from nathanw@netbsd. miod@ ok.
2008-05-18KNFRyan Thomas McBride
2008-05-18Move the code which starts the video stream to the right place;Marcus Glocker
The video stream gets started/stopped when userland open/closes /dev/video*. The debug file gets written to /tmp/uvideo.mjpeg now.
2008-05-18Unbreak glass console on OpenBSD/sgi - if we're supposed to be using theJoel Sing
glass console set comconsaddr to zero so we don't switch to serial when com* attach. spotted by jasper@, ok miod@
2008-05-18There is no need to pass uvideo_vs_open() usb_attach_arg.Marcus Glocker
2008-05-17attach to the via vt8237s found on the hp 2133 mini-notejoshua stein
2008-05-17regenjoshua stein
2008-05-17via chrome9 hc igp video, found on the hp 2133 mini-notejoshua stein
2008-05-17KNF. No names for arguments in function prototypes, regroupThordur I. Bjornsson
functions and make some comments nicer...
2008-05-17Give mainbus(4) a bus_dma tag and pass it down. Let socpcic(4) use thisMark Kettenis
tag instead of having it create its own.
2008-05-17Initialize the timeouts only once instead of everytime they are startedCan Erkin Acar
Prevents hangs as reported and tested by James Stark, PR:5795, ok henning@
2008-05-16add Intel GME965Reyk Floeter
ok kettenis@
2008-05-16There's no point in having an ELF bootloader; turn it into a U-Boot image.Mark Kettenis
2008-05-16Another missing header file; pointed out by checkflist (and miod@).Mark Kettenis
2008-05-16syncReyk Floeter
2008-05-16add Intel GME965 device IDsReyk Floeter
2008-05-16merge vfs_opv_init into vfs_op_init and remove the former,Thordur I. Bjornsson
as they where called consecutively in vfs_init.
2008-05-16remove some old debug cruft, make some comments nicerThordur I. Bjornsson
and shuffle declerations around. OK blambert@
2008-05-16unsigned -> u_int and warnmess -> warnmsgThordur I. Bjornsson
for pool_sethardlimit. prodded by and ok tedu@
2008-05-16Free sample buffer on detach. Noted by miod@Marcus Glocker