Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-22 | identify CX4 based hardware. | Brad Smith | |
From Intel's FreeBSD driver via their web-site. | |||
2006-06-22 | recognize the BCM5703 B0. | Brad Smith | |
2006-06-22 | mpi works here too. | David Gwynne | |
ok deraadt@ | |||
2006-06-22 | do not enable the gpio parent either | Theo de Raadt | |
2006-06-22 | Roll in some defines for the file types used in udf_vget() and add one | Pedro Martelletto | |
for the VAT, no binary change | |||
2006-06-22 | Make udf_find_partmaps() correctly spot virtual partition maps in | Pedro Martelletto | |
medias that have it, testing jmc@ and myself. | |||
2006-06-21 | if machdep.kbdreset==1 and the front panel button interrupt fires, tell init | Jason Wright | |
that it's time to go sleepy-bye. | |||
2006-06-21 | Only attach timer to the first counter-timer found. | Miod Vallat | |
2006-06-21 | Pick the sbus clock frequency from the attach args instead of peeking at the | Miod Vallat | |
parent softc. | |||
2006-06-21 | this gpio should not be enabled | Theo de Raadt | |
2006-06-21 | add the machdep.kbdreset logic to sparc64 (stuff to use it is coming) | Jason Wright | |
2006-06-21 | grr... missed this... nuke SUN4U stuff here, too | Jason Wright | |
2006-06-21 | Don't need option SUN4U. It's not -really- an option on sparc64, duh. | Jason Wright | |
2006-06-21 | There was hope, at one time, of sharing fpu/ with sparc. That's still | Jason 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-21 | remove some unused code. | Brad Smith | |
ok reyk@ | |||
2006-06-21 | minimal cleaning | Theo de Raadt | |
2006-06-21 | minimal knf and cleanup | Theo de Raadt | |
2006-06-21 | a good start at a driver for the Zydas ZD1211 802.11 devices by | Theo 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-21 | use __sparc__ and __sparc64__ instead of SUN4|SUN4C|SUN4M vs SUN4U to figure | Jason Wright | |
out which includes to use. | |||
2006-06-21 | don't need #ifdef SUN4U any more | Jason Wright | |
2006-06-21 | regen | Brad Smith | |
2006-06-21 | add the BCM5786 PCI id. | Brad Smith | |
From the Linux tg3 driver. | |||
2006-06-21 | from 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-21 | properly handle timeout failure in while loop | Theo de Raadt | |
2006-06-21 | pretty code, shorten it, etc, ok drahn | Theo de Raadt | |
2006-06-21 | let this compile after time.h changes | Theo de Raadt | |
2006-06-21 | Add a few RT73 devices that are known to exist in the wild. | Jonathan Gray | |
2006-06-21 | regen | Jonathan Gray | |
2006-06-21 | Add a few RT73 devices that are known to exist in the wild. | Jonathan Gray | |
2006-06-21 | removal of '#ifdef rbus ... #else ...' directives, we use rbus in all | Felix 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-21 | propagate 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-21 | do not wait in pool_get() here as we can recover from no memory; tedu@ ↵ | Michael Shalayeff | |
pedro@ ok; tested by many | |||
2006-06-21 | use the 10Gb SR media type for now. | Brad Smith | |
2006-06-21 | add media types for 10Gb Ethernet, though only using a baudrate | Brad Smith | |
of 1Gbps, until the size of the baudrate field has been increased. | |||
2006-06-21 | If tty timestamping is enabled, copy the tty timestamp early to preserve | Marc Balmer | |
the value if it gets overwritten by other events. | |||
2006-06-21 | make sure to return and indicate an error when an invalid PCM format | Brad Smith | |
is found. | |||
2006-06-21 | match Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839 | Jonathan Gray | |
2006-06-21 | regen | Jonathan Gray | |
2006-06-21 | Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839 | Jonathan Gray | |
2006-06-20 | Fix PMAP_DEBUG-only tests I botched in revision 1.13. | Miod Vallat | |
2006-06-20 | Do not print hostid while booting, there's a sysctl for this. | Miod Vallat | |
2006-06-20 | Fix tsbsize computation; from NetBSD | Miod Vallat | |
2006-06-20 | revert the interrupt vector diff, this fixes zaurus suspend; ok drahn@ | Todd T. Fries | |
2006-06-20 | pruning; ok mbalmer | Theo de Raadt | |
2006-06-20 | fix memory reporting on alphas with 2GB or more; ok miod | Theo de Raadt | |
2006-06-20 | have bge_start() check for an empty send queue instead. | Brad Smith | |
2006-06-20 | - check for revision B2 intead of B1 in one more spot. | Brad Smith | |
- fix no link check in bge_start(). | |||
2006-06-20 | Define an empty pmap_collect(). | Miod Vallat | |
2006-06-20 | regen | Jonathan Gray | |
2006-06-20 | Promise PDC20775, from Aaron Linville. | Jonathan Gray | |