summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2009-07-16Program PPB_REG_PREFLIM_HI32, not PPB_REG_PREFBASE_HI32 a second time. Oops.Miod Vallat
2009-07-16KNFMichael Knudsen
2009-07-16Clean up after X.Mark Kettenis
2009-07-16Make the PCI-PCI bridge initialization code bus-independent, relying on aMiod Vallat
2009-07-16Cheat in pci_conf_read() and force the REXTVALID bit in the O2 onboard ahc(4)Miod Vallat
2009-07-16- Add missing tick handler calling mii_tick().Stuart Henderson
2009-07-15missing va_end in aml_seterror; ok marco@Martynas Venckus
2009-07-15In sdmmc_intr_establish(), don't duplicate the `name' parameter.Michael Knudsen
2009-07-15missing va_end in bios_printf & dioopen. ok miod@Martynas Venckus
2009-07-15Removes the magic bit from re_init() and moves the commonChristian Weisgerber
2009-07-15Check db_recover for NULL before longjmp(db_recover) in db_error(), as it canMiod Vallat
2009-07-15Sync PCI scsi controllers; from Brad.Miod Vallat
2009-07-15print interrupt string like com at puc doesTheo de Raadt
2009-07-15regenMark Kettenis
2009-07-15Add VMware virtual PCIE bridge (and adjust the virtual PCI bridge define forMark Kettenis
2009-07-14Silence ``invalid NVRAM header'' message if the NVRAM header is three zeroMiod Vallat
2009-07-14Kill structs and ioctls that were never implemented.Mark Kettenis
2009-07-14don't give people any ideas. nfssvc(2) should not be usedThordur I. Bjornsson
2009-07-14Display driver for GTA01, (not freerunner).Dale Rahn
2009-07-14Unbreak moko, SOFTSERIAL->SOFTTTY, a pmap change, and a missing file.Dale Rahn
2009-07-13Extend xbridge to support shared interrupt handlers, and perform PCI-PCIMiod Vallat
2009-07-13Add the neccessary glue to attach gem(4) to sbus(4) and enable gem(4) inMark Kettenis
2009-07-13Add a somewhat minimal bus_dma(9) implementation. Only fully implemented forMark Kettenis
2009-07-13Get rid of the token bucket filter.Michele Marchetto
2009-07-13Do the same rdomain checking in sppp as we do in the Ethernet case.Claudio Jeker
2009-07-13Make the callers of nfs_request() responsible for freeing the reply mbuf,Thordur I. Bjornsson
2009-07-13dont initialise ifp->if_snd.ifq_maxlen, and then follow it byDavid Gwynne
2009-07-13make the send queue one slot long. this forces packets off the virtualDavid Gwynne