Age | Commit message (Expand) | Author |
2006-03-11 | fix the order | Brad Smith |
2006-03-11 | add art(4). | Brad Smith |
2006-03-10 | Clean up unused definitions. ok miod@ | Matthieu Herrb |
2006-03-10 | in bge_intr() also check the PCI State register to see if there | Brad Smith |
2006-03-10 | - Wrap IPI sending in splclock(), since an interrupt at | Brad Smith |
2006-03-10 | oops; from otto | Michael Shalayeff |
2006-03-10 | provide a counter for ipis | Michael Shalayeff |
2006-03-10 | Switch to RAWKEY_xxx constants. | Miod Vallat |
2006-03-10 | Omit specific depth in rasops_init_devcmap() if not compiling for them. | Miod Vallat |
2006-03-10 | Silence mcd during probe, as in 1.13 but accidentally lost in 1.24. | Miod Vallat |
2006-03-10 | sync | Alexander Yurchenko |
2006-03-10 | Oops. | Alexander Yurchenko |
2006-03-10 | Last revision apparently does not work when cold booting so revert. | Jonathan Gray |
2006-03-10 | Only do the forcing rgmii for nfe game after a reset not | Jonathan Gray |
2006-03-10 | ansi. no binary change. | Jonathan Gray |
2006-03-09 | Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>. | Miod Vallat |
2006-03-09 | Zero-fill the fake softc during probe, and put a plausible dv_xname, so that | Miod Vallat |
2006-03-09 | Unimplemented ioctl commands should return ENOTTY, not EINVAL. | Miod Vallat |
2006-03-09 | KNF, deregister, no functional change. | Miod Vallat |
2006-03-09 | Typo fix from 'P-O Yliniemi <peo atsomehostlike bsd-guide.net>' | Tobias Weingartner |
2006-03-09 | Remove option -n from newfs as well as all references to fs_postbl() | Pedro Martelletto |
2006-03-09 | - Slightly more informative error message (requested by krw@) | Pedro Martelletto |
2006-03-09 | Better handling of ancient file systems that still have 4.2 BSD | Pedro Martelletto |
2006-03-09 | Used common aml_opname for debugger | Jordan Hargrave |
2006-03-09 | Remove bad XXX | Marco Peereboom |
2006-03-09 | Removed unused prototypes | Jordan Hargrave |
2006-03-09 | Fixed free before malloc. bad marco | Jordan Hargrave |
2006-03-09 | One more KNF nit. | Marco Peereboom |
2006-03-09 | Pretty. | Marco Peereboom |
2006-03-09 | Create separate function to parse name + scope. Should shave some bytes of | Marco Peereboom |
2006-03-09 | unbreak the tree. i dunno how this compiled on my box at home. | David Gwynne |
2006-03-08 | amdpmreg.h is only used by amdpm.c, so merge the header into the c file. | David Gwynne |
2006-03-08 | Glue showval into ddb. | Marco Peereboom |
2006-03-08 | Add showval to ddb interface. Now we can pretty much debug anything AML | Marco Peereboom |
2006-03-08 | Fix proto. | Marco Peereboom |
2006-03-08 | Fix device id typo introduced in r1.41; found the hard way by Daniel Hamlin. | Miod Vallat |
2006-03-08 | Properly route ISA interrupts through ioapics. | Mark Kettenis |
2006-03-08 | Really unbreak GENERIC.MP. | Mark Kettenis |
2006-03-08 | tweak the debug macros a bit | David Gwynne |
2006-03-08 | fix support for the smbus controller on nforce 1 chipsets. only try to | David Gwynne |
2006-03-08 | unbreak GENERIC.MP; from gklok | Theo de Raadt |
2006-03-08 | KNF. | Marco Peereboom |
2006-03-08 | KNF + alignment. | Marco Peereboom |
2006-03-08 | Patch from Gordon Klock to update AMD PowerNow K8 support on i386, | Uwe Stuehler |
2006-03-07 | Add hooks for "machine acpi disasm" | Marco Peereboom |
2006-03-07 | Add "disasm" code for ddb. With this one can disassemble AML code from DDB. | Marco Peereboom |
2006-03-07 | Add a few more SMSC devices. | Mark Kettenis |
2006-03-07 | Fix collision between SI_SOFTSERIAL and OS timers in the interrupt mask. | Uwe Stuehler |
2006-03-07 | Add the proper constant to replace a magic interrupt number. | Uwe Stuehler |
2006-03-07 | Improve adm1030/adm1031 detection. | Mark Kettenis |