summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-22better media handling.Brad Smith
2006-06-22identify CX4 based hardware.Brad Smith
From Intel's FreeBSD driver via their web-site.
2006-06-22recognize the BCM5703 B0.Brad Smith
2006-06-22mpi works here too.David Gwynne
ok deraadt@
2006-06-22do not enable the gpio parent eitherTheo de Raadt
2006-06-22Roll in some defines for the file types used in udf_vget() and add onePedro Martelletto
for the VAT, no binary change
2006-06-22ok there is a good reason not to do this yetTheo de Raadt
2006-06-22accept SIGUSR2. Like SIGUSR1, except it makes RB_POWERDOWN mandatory.Theo de Raadt
This will be used by kernel components which are trying to really really power the system down. suggested and tested by jason
2006-06-22Make udf_find_partmaps() correctly spot virtual partition maps inPedro Martelletto
medias that have it, testing jmc@ and myself.
2006-06-21if machdep.kbdreset==1 and the front panel button interrupt fires, tell initJason Wright
that it's time to go sleepy-bye.
2006-06-21make powerdown the default; discussed with jasonTheo de Raadt
2006-06-21Only attach timer to the first counter-timer found.Miod Vallat
2006-06-21Pick the sbus clock frequency from the attach args instead of peeking at theMiod Vallat
parent softc.
2006-06-21this gpio should not be enabledTheo de Raadt
2006-06-21retry if sense code indicates not ready. fixes writing for drivesMichael Coulter
that issue long write in progress if the write buffer is full. ok deraadt@
2006-06-21add the machdep.kbdreset logic to sparc64 (stuff to use it is coming)Jason Wright
2006-06-21grr... missed this... nuke SUN4U stuff here, tooJason Wright
2006-06-21can do g tooTheo de Raadt
2006-06-21minimal KNF and spacingJasper Lievisse Adriaanse
ok millert@, otto@
2006-06-21Xr zydTheo de Raadt
2006-06-21syncTheo de Raadt
2006-06-21slapped together a prelim man page based on atu.4Theo de Raadt
2006-06-21syncTheo de Raadt
2006-06-21Don't need option SUN4U. It's not -really- an option on sparc64, duh.Jason Wright
2006-06-21There was hope, at one time, of sharing fpu/ with sparc. That's stillJason Wright
possible, but not with #ifdef SUN4U all over the place. The define should be _v9 or __sparc64__ since it will equally well apply to all v9 machines. We'll burn that bridge before we cross it.
2006-06-21remove some unused code.Brad Smith
ok reyk@
2006-06-21minimal cleaningTheo de Raadt
2006-06-21minimal knf and cleanupTheo de Raadt
2006-06-21a good start at a driver for the Zydas ZD1211 802.11 devices byTheo de Raadt
ich@florian-stoehr.de. Apparently it can receive now. Contact him if you want to help, or need the firmware image.
2006-06-21use __sparc__ and __sparc64__ instead of SUN4|SUN4C|SUN4M vs SUN4U to figureJason Wright
out which includes to use.
2006-06-21handle -- as POSIX requires; from kili@outback.escape.de; ok ottoTheo de Raadt
2006-06-21don't need #ifdef SUN4U any moreJason Wright
2006-06-21regenBrad Smith
2006-06-21add the BCM5786 PCI id.Brad Smith
From the Linux tg3 driver.
2006-06-21from netbsd: make anons dynamically allocated from pool.Michael Shalayeff
this results in lesse kva waste due to static preallocation of those for every phys page and also every swap page. tested by beck krw miod
2006-06-21properly handle timeout failure in while loopTheo de Raadt
2006-06-21pretty code, shorten it, etc, ok drahnTheo de Raadt
2006-06-21let this compile after time.h changesTheo de Raadt
2006-06-21Add a few RT73 devices that are known to exist in the wild.Jonathan Gray
2006-06-21regenJonathan Gray
2006-06-21Add a few RT73 devices that are known to exist in the wild.Jonathan Gray
2006-06-21removal of '#ifdef rbus ... #else ...' directives, we use rbus in allFelix Kronlage
cases anyways, so we might as well remove code (the !rbus case) thats been dead throughout the last years and just use the rbus code without ifdefs. brad, miod "I am all for this diff" ok deraadt, mickey
2006-06-21propagate the wait flag from fsync down to softdep_fsync_mountdev()Michael Shalayeff
and do not perform synchronous sync there is no wait requested by skipping the drain_output() call. this fixes a problem where update kthread would sleep forever on some vnode since work is created faster than it can be flushed. pedro@ ok; tested by many
2006-06-21do not wait in pool_get() here as we can recover from no memory; tedu@ ↵Michael Shalayeff
pedro@ ok; tested by many
2006-06-21avoid a race by installing SIGCHLD handler before fork() is called.Otto Moerbeek
ok henning@ ckuethe@
2006-06-21use the 10Gb SR media type for now.Brad Smith
2006-06-21add media types for 10Gb Ethernet, though only using a baudrateBrad Smith
of 1Gbps, until the size of the baudrate field has been increased.
2006-06-21If tty timestamping is enabled, copy the tty timestamp early to preserveMarc Balmer
the value if it gets overwritten by other events.
2006-06-21make sure to return and indicate an error when an invalid PCM formatBrad Smith
is found.
2006-06-21match Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839Jonathan Gray