Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | sensors_head is only used in kern_sensors.c, so its unnecessay to declare | David Gwynne | |
it in sensors.h. from Constantine A. Murenin | |||
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 | remove splimp(). | Brad Smith | |
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith | |
2006-03-12 | remove splimp. | Brad Smith | |
2006-03-12 | remove splimp. | Brad Smith | |
2006-03-12 | remove IPL_IMP and splimp(). | Brad Smith | |
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith | |
ok drahn@ | |||
2006-03-12 | remove IPL_IMP and splimp(). | Brad Smith | |
2006-03-12 | remove IPL_IMP and splimp(). | Brad Smith | |
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-12 | remove BPF filter support if the bpfilter device is removed. | Brad Smith | |
2006-03-11 | No need to check for !doreallocblks in ffs1_reallocblks() anymore | Pedro Martelletto | |
2006-03-11 | splimp -> spltty/splnet | Brad Smith | |
ok miod@ | |||
2006-03-11 | move PCI softc struct from pci.c to pcivar.h | Brad Smith | |
ok krw@ kettenis@ | |||
2006-03-11 | Add UFS2 block allocation functions, okay tedu@. | Pedro Martelletto | |
Thanks to all those who tested. | |||
2006-03-11 | cbb needs IPL_VM to be defined now. | Miod Vallat | |
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 | Check against GIF_MTU_MIN/GIF_MTU_MAX for the min/max MTU size. | Brad Smith | |
2006-03-11 | splimp -> splnet | Brad Smith | |
2006-03-11 | add a comment. | Brad Smith | |
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-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 | |
are really any interrupts to service. Based on the Linux tg3 driver though the Broadcom bcm5700 driver does the same thing. | |||
2006-03-10 | - Wrap IPI sending in splclock(), since an interrupt at | Brad Smith | |
IPL_CLOCK or lower may cause IPIs. - Make broadcast IPIs go through x86_ipi() as well, so that they wait for the APIC to be ready too. - Introduce a function, i82489_icr_wait, which waits for LAPIC_DLSTAT_BUSY cleared, and use it where appropriate. - Panic if lapic's busy too long and DIAGNOSTIC. From NetBSD Tested on a few amd64 MP systems. | |||
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 | |
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 | |