summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-03-12sensors_head is only used in kern_sensors.c, so its unnecessay to declareDavid Gwynne
2006-03-12Properly scale voltage on w83l784r.Mark Kettenis
2006-03-12Match emc6d100 and emc6w201. Fix typo. print rev with 0x prefix.Mark Kettenis
2006-03-12Tweak comment.Mark Kettenis
2006-03-12explicitly initialize a couple variablesJacob Meuser
2006-03-12remove splimp().Brad Smith
2006-03-12IPL_IMP -> IPL_VMBrad Smith
2006-03-12remove splimp.Brad Smith
2006-03-12remove splimp.Brad Smith
2006-03-12remove IPL_IMP and splimp().Brad Smith
2006-03-12IPL_IMP -> IPL_VMBrad Smith
2006-03-12remove IPL_IMP and splimp().Brad Smith
2006-03-12remove IPL_IMP and splimp().Brad Smith
2006-03-12IPL_IMP -> IPL_VMBrad Smith
2006-03-12syncTheo de Raadt
2006-03-12another mouse vendor; minusf@obiit.orgTheo de Raadt
2006-03-12remove BPF filter support if the bpfilter device is removed.Brad Smith
2006-03-11No need to check for !doreallocblks in ffs1_reallocblks() anymorePedro Martelletto
2006-03-11splimp -> spltty/splnetBrad Smith
2006-03-11move PCI softc struct from pci.c to pcivar.hBrad Smith
2006-03-11Add UFS2 block allocation functions, okay tedu@.Pedro Martelletto
2006-03-11cbb needs IPL_VM to be defined now.Miod Vallat
2006-03-11splvm.Brad Smith
2006-03-11remove splimp handler.Brad Smith
2006-03-11regenJonathan Gray
2006-03-11D-Link DWL-G122 rev C1.Jonathan Gray
2006-03-11Check against GIF_MTU_MIN/GIF_MTU_MAX for the min/max MTU size.Brad Smith
2006-03-11splimp -> splnetBrad Smith
2006-03-11add a comment.Brad Smith
2006-03-11regenMarco Peereboom
2006-03-11Fix DRAC names.Marco Peereboom
2006-03-11syncMarco Peereboom
2006-03-11Add DRAC4Marco Peereboom
2006-03-11regenBrad Smith
2006-03-11fix the orderBrad Smith
2006-03-11add art(4).Brad Smith
2006-03-10Clean up unused definitions. ok miod@Matthieu Herrb
2006-03-10in bge_intr() also check the PCI State register to see if thereBrad Smith
2006-03-10- Wrap IPI sending in splclock(), since an interrupt atBrad Smith
2006-03-10oops; from ottoMichael Shalayeff
2006-03-10provide a counter for ipisMichael Shalayeff
2006-03-10Switch to RAWKEY_xxx constants.Miod Vallat
2006-03-10Omit specific depth in rasops_init_devcmap() if not compiling for them.Miod Vallat
2006-03-10Silence mcd during probe, as in 1.13 but accidentally lost in 1.24.Miod Vallat
2006-03-10syncAlexander Yurchenko
2006-03-10Oops.Alexander Yurchenko
2006-03-10Last revision apparently does not work when cold booting so revert.Jonathan Gray
2006-03-10Only do the forcing rgmii for nfe game after a reset notJonathan Gray
2006-03-10ansi. no binary change.Jonathan Gray
2006-03-09Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>.Miod Vallat