Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-12 | some ATI devices. | Brad Smith | |
From Dimitry Andric | |||
2006-03-12 | make SAFE_DEBUG compile clean; ssehic@gmail | Theo de Raadt | |
2006-03-12 | Make use of pci_matchbyid(). | Brad Smith | |
2006-03-12 | with pcn(4) now in place remove or replace the references to PCI le(4) | Martin Reindl | |
and complement pcn* at pci? where useful as request by brad@ ok brad@ | |||
2006-03-12 | Properly scale voltage on w83l784r. | Mark Kettenis | |
Origional patch from Constantine A. Murenin. | |||
2006-03-12 | Match emc6d100 and emc6w201. Fix typo. print rev with 0x prefix. | Mark Kettenis | |
2006-03-12 | Tweak comment. | Mark Kettenis | |
2006-03-12 | explicitly initialize a couple variables | Jacob Meuser | |
OK brad@ | |||
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith | |
2006-03-12 | sync | Theo de Raadt | |
2006-03-12 | another mouse vendor; minusf@obiit.org | Theo de Raadt | |
2006-03-11 | move PCI softc struct from pci.c to pcivar.h | Brad Smith | |
ok krw@ kettenis@ | |||
2006-03-11 | splvm. | Brad Smith | |
2006-03-11 | remove splimp handler. | Brad Smith | |
2006-03-11 | regen | Jonathan Gray | |
2006-03-11 | D-Link DWL-G122 rev C1. | Jonathan Gray | |
2006-03-11 | regen | Marco Peereboom | |
2006-03-11 | Fix DRAC names. | Marco Peereboom | |
grmbl but ok brad | |||
2006-03-11 | sync | Marco Peereboom | |
2006-03-11 | Add DRAC4 | Marco Peereboom | |
pointed out deraadt ok brad | |||
2006-03-11 | regen | Brad Smith | |
2006-03-11 | fix the order | 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 | |
are really any interrupts to service. Based on the Linux tg3 driver though the Broadcom bcm5700 driver does the same thing. | |||
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 | |
Noticed by otto@ | |||
2006-03-10 | Only do the forcing rgmii for nfe game after a reset not | Jonathan Gray | |
after every link state change in the fixup function. Suggested by brad@, tested by otto@ | |||
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 | |
probe failures don't display garbage in their messages. | |||
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 | Used common aml_opname for debugger | Jordan Hargrave | |
Removed redundant code ok marco@ | |||
2006-03-09 | Remove bad XXX | Marco Peereboom | |
ok jordan | |||
2006-03-09 | Removed unused prototypes | Jordan Hargrave | |
Fixed aml_notify to use known node Added new method/node evaluator Renamed some functions for easier naming ok marco@ | |||
2006-03-09 | Fixed free before malloc. bad marco | Jordan Hargrave | |
ok marco@ | |||
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 | |
and makes code more readable. ok jordan. | |||
2006-03-09 | unbreak the tree. i dunno how this compiled on my box at home. | David Gwynne | |
found by marco@ | |||
2006-03-08 | amdpmreg.h is only used by amdpm.c, so merge the header into the c file. | David Gwynne | |
this unclutters the tree a bit. ok deraadt@ | |||
2006-03-08 | Add showval to ddb interface. Now we can pretty much debug anything AML | Marco Peereboom | |
from ddb. Very useful. Help jordan. | |||
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 | 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 | |
use the timer and rng on amd chips. diff, testing, and patience from gwk |