Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-04 | interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan ↵ | Michael Shalayeff | |
<dsb@poi.dvo.ru> | |||
2004-08-04 | Make jumbo frames work. | Ryan Thomas McBride | |
- allocate and manage our own memory for rx packets rather than using mbuf clusters; code for this lifted from if_bge.c - pass the correct size to bus_dmamap_create() ok deraadt@ | |||
2004-08-04 | Missing check for NULL. | Thierry Deval | |
2004-08-04 | Batman? | Artur Grabowski | |
2004-08-04 | Fix propolice merge error in options list. | Miod Vallat | |
2004-08-04 | Even when we have timecounters we still have to do the check for secondary | Artur Grabowski | |
cpus calling hardclock and the statclock emulation. Move some ifdef __HAVE_TIMECOUNTER code. | |||
2004-08-04 | Completely remove BATC code. BATC on 88200 are way too small to be worth | Miod Vallat | |
using as part of the general pmap machinery (though they might come back at some point to speed up I/O mappings), and we don't use the 88110 BATC yet. | |||
2004-08-04 | Simplify entry parsing | Jean-Francois Brousseau | |
2004-08-04 | - Match time_second and time_uptime prototypes. | Artur Grabowski | |
- Less chatty. | |||
2004-08-04 | sort SYNOPSIS and usage(), format tweaks, by jmc@ | Marc Espie | |
2004-08-04 | alternate description of tsort and example. | Marc Espie | |
Approved by jmc@, with minor corrections coming up. | |||
2004-08-04 | kill hppa quirk that is not needed | Michael Shalayeff | |
2004-08-04 | interrupt mitigation bits | Michael Shalayeff | |
2004-08-04 | Handlers for the `valid-requests' and `Valid-responses' requests | Jean-Francois Brousseau | |
2004-08-04 | * set the maximum number of arguments to 256 for the moment | Jean-Francois Brousseau | |
* cvs_sendresp() is now required, so uncomment it | |||
2004-08-04 | More cleaning: | Miod Vallat | |
- a really working and simpler ddb "machine translate" helper. - get rid of the remains of the BATC code, which would not work as is on 4:1 and 8:1 boards. | |||
2004-08-04 | Handler for the `Global_opt' request | Jean-Francois Brousseau | |
2004-08-04 | Handler for the `Argument' and `Argumentx' requests | Jean-Francois Brousseau | |
2004-08-04 | session_main() and rde_main() return... right, a pid. and a pid is a pid_t | Henning Brauer | |
and not an int. | |||
2004-08-04 | Unbreak malloc0test for use with mmap malloc which allocates objects | Otto Moerbeek | |
in a non-contiguous manner. ok art@ | |||
2004-08-04 | return group14 when no primes found - fixes hang on empty /etc/moduli; | Damien Miller | |
ok markus@ | |||
2004-08-04 | KNF and a spanking in the ddb helper code. | Miod Vallat | |
2004-08-04 | More constants for the SSR register. | Miod Vallat | |
2004-08-04 | sync | Theo de Raadt | |
2004-08-04 | better comments | Pedro Martelletto | |
2004-08-04 | regen | David Gwynne | |
2004-08-04 | Compaq WLAN Multiport W200 | David Gwynne | |
ok deraadt@ | |||
2004-08-04 | There are so many reasons why a printf in an ipi is a very bad idea. | Artur Grabowski | |
Especially since it doesn't add anything but spam during reboot. | |||
2004-08-04 | Fix printing of revision string. | Todd C. Miller | |
2004-08-04 | - sync to netbsd | Jared Yanovich | |
- update to reality - grammar, punctuation, rewording - since this page describes both the mixer and audio devices, add mention of the mixer device in relevant places - use standard conventions for documenting ioctls - macro and other mdoc fixes - add some unmentioned audio devices and other cross-refs to "see also" help and ok jmc and add kernel config usage to synopsis (from deraadt) | |||
2004-08-03 | Err, commit after regen... | Miod Vallat | |
2004-08-03 | Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver | Miod Vallat | |
interfaced with the MI scsi code. Adapted from NetBSD with some changes (especially to get tape and old cd-rom drives to not cause the driver to spin during probe). Tested by millert@ and I, ok millert@ | |||
2004-08-03 | Copy scsireg.h from hp300/dev to hp300/stand, and use it within hp300/stand. | Miod Vallat | |
2004-08-03 | Complete MVME188 coverage. | Miod Vallat | |
2004-08-03 | Overhaul of the MVME188 logic: | Miod Vallat | |
- change the split CMMU strategy from splitting on user/supervisor, then A14/A14*, to A12/A12*, then A14/A14*. I believe this arrangment, being more symmetrical, uses the extra CMMUs better. - correctly handle 88204 - they will split on A14 and A16 instead of A12 and A14. - fix the addressing logic, when we need to know if a specific CMMU manages a certain address, or not. Code is even smaller now! - since the strategy choice makes user/supervisor distinction obsolete, remove the associated logic in m8820x_cmmu_set(). We now run multiuser on a 2P128 (4:1 88200) HYPERmodule. All 4:1 configurations should work; 8:1 configurations (1P128 with 88200, and 1P512) could not been tested due to lack of such hardware. | |||
2004-08-03 | hide more inside _KERNEL; miod ok | Theo de Raadt | |
2004-08-03 | Clear CMMU fault status registers after reading them, for 4:1 and 8:1 | Miod Vallat | |
MVME188 configurations. Thus, we are looking at valid values when electing the faulting CMMU. | |||
2004-08-03 | Define BI_FDPASS for the BSD auth fd passing changes. | Todd C. Miller | |
2004-08-03 | Enable strtonum test | Otto Moerbeek | |
2004-08-03 | strtonum(3) regression tests. | Otto Moerbeek | |
2004-08-03 | Update strtonum() protor | Todd C. Miller | |
2004-08-03 | Add support for passing a file descriptor back and forth between | Todd C. Miller | |
the parent program and the login script. This will be used by login scripts that need to maintain state, for instance keeping a record locked during authentication while using separate challenge and response authentication with S/Key. OK deraadt@ marius@ henning@ | |||
2004-08-03 | It's not really possible to make strtonum() deal with unsigned long | Todd C. Miller | |
long values properly so don't bother trying. This greatly simplifies the code. tedu@ OK with input from otto@ and others. | |||
2004-08-03 | Add a MIIF_FORCEANEG flag to be passed to mii_attach. This forces an | Brad Smith | |
autonegotiation to take place if IFM_AUTO is selected in mii_media_set. From NetBSD | |||
2004-08-03 | Fix a minor bug where indirect config crashes the kernel | Per Fogelstrom | |
when match verbose is turend on. | |||
2004-08-03 | NFS commit coalescion: instead of sending a commit for each block, coalesce | marius eriksen | |
these into larger ranges wherever possible. this should speed up NFS writes quite a bit. ok art@ millert@ pedro@ tedu@ | |||
2004-08-03 | add an MLINK for mixer(4) that points to audio(4), | Jared Yanovich | |
since the page describes both devices ok jmc deraadt marius | |||
2004-08-03 | Implement cvs_ent_remove() | Jean-Francois Brousseau | |
2004-08-03 | Add a section for macros | Jean-Francois Brousseau | |
2004-08-03 | Fix some small bugs and make macros work for real | Jean-Francois Brousseau | |