summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-07De-lint.Ray Lai
2007-04-06Add support for PCIe. Don't map interrupts that are already mapped correctly.Mark Kettenis
2007-04-06Warn if one of the required fields is not filled out. RequestedRay Lai
2007-04-06Don't shadow variables. Enable -Wshadow.Ray Lai
2007-04-06Implement "bgpctl show neighbor <peer> terse" this will print all statisticsClaudio Jeker
2007-04-06Add proper checks against fgets failure. From Charles Longeau.Ray Lai
2007-04-06Include update statistics in the bgpctl show neighbor output.Claudio Jeker
2007-04-06Count the updates and withdraws for additional statisic gathering.Claudio Jeker
2007-04-06Adds a pidfile argument to pflogd so that individualCan Erkin Acar
2007-04-06Correct order of bus_space_barrier() parameters.Jonathan Gray
2007-04-06argc does not include __progname after subtracting optind.Ray Lai
2007-04-06when copying regular files, look for blocks of zeroes. when we see them,Ted Unangst
2007-04-06use rwlocks instead of hand-rolled. make the softc private parts private.Ted Unangst
2007-04-06white space fixDavid Gwynne
2007-04-06copy the dmamem wrapper into sili for use for allocating hba memory. thisDavid Gwynne
2007-04-06Wait until we have idled the port before obtaining the error CCB, so asChristopher Pascoe
2007-04-06Only include newest dmesg.Ray Lai
2007-04-06Attach dmesg to sendbug reports by default. Use -D flag to disable.Ray Lai
2007-04-06Fix a strange typo and don't set sc_docked in acpidock_dockctl(). It'sMichael Knudsen
2007-04-06Match even more ids: 3131/3531 and some rebadged Intel/AdaptecJonathan Gray
2007-04-06reflect new stupid DST US/Canada rules; #5433 John L. ScarfoneTheo de Raadt
2007-04-05Allow usb microcode to be built in a cross environment. System endian has beenDale Rahn
2007-04-05regenJonathan Gray
2007-04-05More sili additions.Jonathan Gray
2007-04-05regenJonathan Gray
2007-04-05Add some more Intel LPC parts.Jonathan Gray
2007-04-05Remove lint comment, which does not apply anymore.Moritz Jodeit
2007-04-05syncTheo de Raadt
2007-04-05Fix a comment. 64KB is enough for the cpu_info structure. 64MB would be aClaudio Jeker
2007-04-05Mention ebus@mainbus attachment.Miod Vallat
2007-04-05Fix interrupts.Mark Kettenis
2007-04-05remove an unused function.Pierre-Yves Ritschard
2007-04-05no more bcwTheo de Raadt
2007-04-05Make sure all public declarations are declared .globl; remove code toMark Kettenis
2007-04-05Disable interrupts around bit operations for propert atomicity against them.Miod Vallat
2007-04-05Wrap bit operations between splhigh()/splx() for atomicity wrt interrupts.Miod Vallat
2007-04-05Reuse symbolic values for splsoftXXX() inlines, instead of hardcoding them.Miod Vallat
2007-04-05splx() does not need to return a value.Miod Vallat
2007-04-05We also don't need the microcode builder anymore.Marcus Glocker
2007-04-05Remove bcw(4) man page.Marcus Glocker
2007-04-05After been attacked by Michael Buesch <mb@bu3sch.de> because we initiallyMarcus Glocker
2007-04-05delete userland DELAY() version; ok miodTheo de Raadt
2007-04-05regenTed Unangst
2007-04-05freebsd added some MAP_NOCORE flag. we don't like it, so mask it out.Ted Unangst
2007-04-05Cleanup some flags. uath, pgt and malo are included in GENERIC.Claudio Jeker
2007-04-05Add acx to the supported HW list and remove the [*] from the malo entries,Claudio Jeker
2007-04-05this is a relatively big commit that implements a basic io path.David Gwynne
2007-04-05device signatures appear to be common to sata controllers too.David Gwynne
2007-04-05finish resetting the device by sending a soft reset via the post_directDavid Gwynne
2007-04-05sili_post_direct lets you submit a prb without all the goop of a ccb andDavid Gwynne