summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
2008-05-16Fix kernel crash when device gets detached.Marcus Glocker
2008-05-16reenable PCIVERBOSE now that acpi isnt pushing the media over.David Gwynne
2008-05-16back out jordans new parser.David Gwynne
it didnt have enough oks from the right people, it did break machines that were previously working, and it bloated the RAMDISKS and install media beyond the constraints of the media. requested by deraadt@
2008-05-16some macro fixage;Jason McIntyre
2008-05-15Ripped out old parser gutsJordan Hargrave
ok loki@
2008-05-15Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
ok dlg@ miod@
2008-05-15Handle Alias named objects, return original objectJordan Hargrave
Clear out result before evaluating
2008-05-15Hook up mkboot(8).Mark Kettenis
2008-05-15Add mkboot(8), a utility to make U-Boot images.Mark Kettenis
2008-05-15Add socppc.Mark Kettenis
2008-05-15Install bootloader in /usr/mdec.Mark Kettenis
2008-05-15Fix typo.Mark Kettenis
2008-05-15divert for ipv6; ok henning, pyrMarkus Friedl
2008-05-15Avoid clearing the port enable bit when bringing the port out of reset.Mark Kettenis
Makes the on-board ehci(4) on the Freescale MPC8349E work. ok jsg@
2008-05-15#ifdef UVIDEO_DEBUG wrap all debug routines. Shrinks the kernel. NotedMarcus Glocker
by miod@. Fix some spacing while there.
2008-05-15- Use pci_matchbyid().Brad Smith
- Simplify the use of pci_mapreg_map(). ok jsing@
2008-05-14Determine boot device from arguments passed by the bootloader.Mark Kettenis
2008-05-14Comment out option PCIVERBOSE on the floppies for now, to let them fitMiod Vallat
after the code increase caused by the recent acpi changes, until a better compromise is found.
2008-05-14Parse arguments passed by the bootloader and take appropriate action.Mark Kettenis
2008-05-14Add a '.text' to make sure we understand IDTVEC()'s are in the textTobias Weingartner
segment. kettenis@ ok. miod@ pointed out that the define already does a '.text', this makes it explicit.
2008-05-14only compile aml_dump() if option ACPI_DEBUG.Miod Vallat
2008-05-14Let this build and link if SMALL_KERNEL.Miod Vallat
2008-05-14Get memory size and base address of internal memory mapped registers fromMark Kettenis
firmware instead of hardcoding them.
2008-05-14Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc andMiod Vallat
sgi.
2008-05-14Make all 128MB of memory available (except for the first three pages usedMark Kettenis
for the exception vectors).
2008-05-14Add cmpci(4) and uncomment the eap(4) MIDI attachment.Brad Smith
ok jakemsr@
2008-05-14These files are not used (and some of them would not compile anyway).Miod Vallat
2008-05-14Removed debugging printfsJordan Hargrave
2008-05-14Clean up a bit.Brad Smith
ok jordan@
2008-05-14Adding new ACPI Parser codeJordan Hargrave
Old guts of code still exists, needs to be torn out next ok marco@ ok brad@