summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-07-22Add big-endian platform support to sis(4). Tested to not break anything onMiod Vallat
2009-07-22Get rid of now unused extent_malloc_ok variable.Miod Vallat
2009-07-22Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields.Miod Vallat
2009-07-22Use direct mappings in XKPHYS for bus_space, instead of extent and TLBMiod Vallat
2009-07-22When disassembling, if our pc matches the beginning of a routine, thenMiod Vallat
2009-07-22Put the PG_RELEASED changes diff back in.Owain Ainsworth
2009-07-22via nano cpus are amd64, and so we need machdep.xcryptTheo de Raadt
2009-07-22Overhaul resource handling and mapping in macepcibr(4):Miod Vallat
2009-07-22libsa printf doesn't support sizes in %s specifiers; fix format stringsMiod Vallat
2009-07-22Make sure the irq numbers for the O2 event counters match the interrupt linesMiod Vallat
2009-07-22Define BUS_SPACE_MAP_CACHEABLE.Miod Vallat
2009-07-22correctly list which files this license applies toTheo de Raadt
2009-07-22Instead of calculating a number of seconds to sleep, tsleep()ing onBret Lambert
2009-07-22remove a comment thats part lie and part stating the obvious.Thordur I. Bjornsson
2009-07-22Comment diff only; list an additional supported PHY and add a linkStuart Henderson
2009-07-21Make pmap_enter respect the PMAP_CANFAIL flag. With and essentialMark Kettenis
2009-07-21PCI-Cardbus bridge support for both O2 (macepcibr) and Octane/Origin (xbridge)Miod Vallat
2009-07-21Make rbus_new_body() invocable from outside cardbus.c, to allow md codeMiod Vallat
2009-07-21Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t insteadMiod Vallat
2009-07-21Use the symbolic constants for the window registers in pci configurationMiod Vallat
2009-07-21Rewrite ioctl parts and rx filter handling. From Brad, tested byStuart Henderson
2009-07-21pf_scrub_ip/ip6 prototypes are already in pfvar.hHenning Brauer
2009-07-21Handle the case where so_pcb is NULL.Todd C. Miller
2009-07-21Add a family flag for the original 5700 series chipsets. Idea from FreeBSD.Christian Weisgerber
2009-07-21Call timeout_set() from rl_attach, not rl_init(). From Brad.Stuart Henderson
2009-07-20Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow theMiod Vallat
2009-07-20(struct foo *)0 -> NULL, every where I could find it.Thordur I. Bjornsson
2009-07-20For memory that gets allocated for every NFS request, pools make moreBret Lambert
2009-07-20KNF fixesJordan Hargrave
2009-07-19Simplify code that sanitizes pci resources on the O2's mace PCI bridge.Mark Kettenis
2009-07-19Hook up "text" (executable) output and implement for fuser too.Todd C. Miller
2009-07-19Include 0x4402 in the bbp id mapping table used on olderJonathan Gray
2009-07-19clalloc() can't fail, so there's no need to handle failure cases.Bret Lambert
2009-07-18if -> in, and the sentance makes more sense.Thordur I. Bjornsson
2009-07-18Reconfigure all onboard devices, ignoring the existing mappings set up byMiod Vallat
2009-07-18Don't forget to read the high bits I/O range register when registeringMiod Vallat
2009-07-18Remove redundant code for setting the maximum frame receive sizeStuart Henderson
2009-07-18Fixes for the NFSERR_RETERR commit.Thordur I. Bjornsson
2009-07-18reorder a switch block, no functional change but reduces the diffStuart Henderson
2009-07-18Simplify receive filter handling, from Brad.Stuart Henderson
2009-07-18Rewrite the ioctl handling code and the receive filterStuart Henderson
2009-07-18While detatching the device, workaround the case when a midiAlexandre Ratchov
2009-07-18#include stdio.h for printf here also.Jonathan Gray
2009-07-18#include stdio.h for printf.Jonathan Gray
2009-07-17Cleaned up parsing of While loops; iterative If statementJordan Hargrave
2009-07-17Proper bus_space_{read,write}_raw_[248] functions for xbridge, makes wi@pciMiod Vallat
2009-07-17Update bus_dma to the better codebase found on almost all other platforms,Miod Vallat
2009-07-17Initialize a variable that was previously using a mystery value inBret Lambert
2009-07-17Revert a not-thoroughly tested change part of a larger work in progress diff,Miod Vallat
2009-07-16Backout rev1.79 of if_vlan.c and rev1.66 of if_trunk.c;Thordur I. Bjornsson