summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2006-03-11move PCI softc struct from pci.c to pcivar.hBrad Smith
ok krw@ kettenis@
2006-03-11Add UFS2 block allocation functions, okay tedu@.Pedro Martelletto
Thanks to all those who tested.
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
grmbl but ok brad
2006-03-11syncMarco Peereboom
2006-03-11Add DRAC4Marco Peereboom
pointed out deraadt ok brad
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
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 atBrad 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-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
Noticed by otto@
2006-03-10Only do the forcing rgmii for nfe game after a reset notJonathan Gray
after every link state change in the fixup function. Suggested by brad@, tested by otto@
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
2006-03-09Zero-fill the fake softc during probe, and put a plausible dv_xname, so thatMiod Vallat
probe failures don't display garbage in their messages.
2006-03-09Unimplemented ioctl commands should return ENOTTY, not EINVAL.Miod Vallat
2006-03-09KNF, deregister, no functional change.Miod Vallat
2006-03-09Typo fix from 'P-O Yliniemi <peo atsomehostlike bsd-guide.net>'Tobias Weingartner
marco@ ok.
2006-03-09Remove option -n from newfs as well as all references to fs_postbl()Pedro Martelletto
Various testing for a while, okay krw@
2006-03-09- Slightly more informative error message (requested by krw@)Pedro Martelletto
- Bring back '&& !ronly' into the conditional, so these ancient file systems can be mounted again read-only (requested by millert@)
2006-03-09Better handling of ancient file systems that still have 4.2 BSDPedro Martelletto
rotational layout tables. Okay krw@
2006-03-09Used common aml_opname for debuggerJordan Hargrave
Removed redundant code ok marco@
2006-03-09Remove bad XXXMarco Peereboom
ok jordan
2006-03-09Removed unused prototypesJordan Hargrave
Fixed aml_notify to use known node Added new method/node evaluator Renamed some functions for easier naming ok marco@
2006-03-09Fixed free before malloc. bad marcoJordan Hargrave
ok marco@
2006-03-09One more KNF nit.Marco Peereboom
2006-03-09Pretty.Marco Peereboom
2006-03-09Create separate function to parse name + scope. Should shave some bytes ofMarco Peereboom
and makes code more readable. ok jordan.
2006-03-09unbreak the tree. i dunno how this compiled on my box at home.David Gwynne
found by marco@
2006-03-08amdpmreg.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-08Glue showval into ddb.Marco Peereboom
2006-03-08Add showval to ddb interface. Now we can pretty much debug anything AMLMarco Peereboom
from ddb. Very useful. Help jordan.
2006-03-08Fix proto.Marco Peereboom