Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-20 | hp pci bridge id | Michael Shalayeff | |
2004-09-20 | addres -> address | Miod Vallat | |
2004-09-20 | sync | Alexander Yurchenko | |
2004-09-20 | Add nvidia nforce3 250 audio. From FreeBSD via deraadt@. | Alexander Yurchenko | |
``go for it'' deraadt@ | |||
2004-09-20 | There was one CF_5_xx constant left in the 52xx code, change it to CF_52_xx | Miod Vallat | |
(purely cosmetic, as these constant share the same values). | |||
2004-09-20 | // is not valid in asm. doh... | Per Fogelstrom | |
2004-09-20 | Some cleanups for RM52x0 cpus. | Per Fogelstrom | |
2004-09-20 | spl dance to protect buffer flags in a sensitive context | Pedro Martelletto | |
ok millert@ tedu@ | |||
2004-09-20 | Homogeneize with other platforms' Makefiles; mainly adds the ability to | Miod Vallat | |
compile a kernel with propolice disabled, and only disable the log() and printf() gcc builtins. | |||
2004-09-20 | splraise can be inlined or not by define | Per Fogelstrom | |
2004-09-20 | Add support for R10K cpu class | Per Fogelstrom | |
2004-09-20 | Add support for R10K cpu class | Per Fogelstrom | |
2004-09-20 | R10K cpu class cache support | Per Fogelstrom | |
2004-09-20 | some people are just incapable of properly comitting to *devs files | Michael Shalayeff | |
2004-09-20 | don't include sys/malloc.h, no memory management functions are used | Brad Smith | |
by any of the MII drivers. From NetBSD | |||
2004-09-20 | another unit; http://www2.elecom.co.jp/products/UC-SGT.html | Theo de Raadt | |
2004-09-20 | meant to commit this too, remove old resume workaround flags | Brad Smith | |
2004-09-20 | remove software-based workaround for the resume issue. | Brad Smith | |
ok beck@ | |||
2004-09-20 | enable code to disable dynamic standby mode on 82550's | Brad Smith | |
ok beck@ | |||
2004-09-19 | typo, or -> of | Brad Smith | |
2004-09-19 | regen | Michael Shalayeff | |
2004-09-19 | proper sigsetreturn() args | Michael Shalayeff | |
2004-09-19 | another long that is really u_int | Michael Shalayeff | |
2004-09-19 | const this speedtab too | Michael Shalayeff | |
2004-09-19 | ressurect hpux_sig.c and implement just the different parts in arch/hpux_sig2.c | Michael Shalayeff | |
2004-09-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * | Michael Shalayeff | |
2004-09-19 | nop missing in bd slot | Per Fogelstrom | |
2004-09-19 | do not blindly assume console has been mapped | Michael Shalayeff | |
2004-09-19 | turn totalphysmem into physmem and name old physmem into smth it really is | Michael Shalayeff | |
2004-09-18 | hierarchy is spelled hierarchy, from Jonathan Gray | Ted Unangst | |
2004-09-18 | off by one in check | Ted Unangst | |
2004-09-18 | for unconfigured devices also print model number | Michael Shalayeff | |
2004-09-18 | My Bad. | Bob Beck | |
Can I have my spanking now wurstchen? | |||
2004-09-18 | sync | Theo de Raadt | |
2004-09-18 | new fxp variant, noticed by freebsd | Bob Beck | |
ok brad@ | |||
2004-09-18 | sync | Theo de Raadt | |
2004-09-18 | match the new ID | Theo de Raadt | |
2004-09-18 | new device supported | Theo de Raadt | |
2004-09-18 | regen w/ proper rcsids and const | Michael Shalayeff | |
2004-09-18 | support microcode being const; krw@ ok | Michael Shalayeff | |
2004-09-18 | repair build that reused y.tab.h for two different parsers | Michael Shalayeff | |
thus failing a build every other time. make generated arrays const and repair rcsid generation for output. allow one-step build; from krw@ krw@ ok | |||
2004-09-18 | Oops, copy a pointer to ac_if, not the first bytes of the struct itself. | Ryan Thomas McBride | |
Actually this doesn't matter right now, as the first bytes of struct ifnet are a pointer to the softc, which has ac_if at the beginning and thus by fluke the pointer is correct. This also makes the sc to ifp conversion for carp_macmatch6(). | |||
2004-09-18 | slightly 64 bit improved | Per Fogelstrom | |
2004-09-18 | use ret0 instead of r28 to match how it's done later in the code | Michael Shalayeff | |
2004-09-18 | add puc; ok miod | Peter Valchev | |
2004-09-18 | do not match on elroy and mercury bridges | Michael Shalayeff | |
2004-09-18 | Store the carp interface ifp in PACKET_TAG_CARP instead of a pointer to | Ryan Thomas McBride | |
carp_softc. | |||
2004-09-18 | map rodata rdonly in case it gets pushed out of the text batc | Michael Shalayeff | |
2004-09-18 | fix typo in puc(4) line comment (universial->universal) | Peter Valchev | |
2004-09-18 | oops | Michael Shalayeff | |