summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-03-08Always initialize the direct DMA window, instead of relying upon SRM to do so;Miod Vallat
2013-03-08backout previous phidgets quirkjoshua stein
2013-03-07add a quirk for phidgets to attach as ugen instead of uhidjoshua stein
2013-03-07regenjoshua stein
2013-03-07add phidgets 2x2joshua stein
2013-03-07Add the PCI ids for the BCM57762 and BCM57766 chipsets.Brad Smith
2013-03-07Correct the location of a DELAY() that was mismerged from FreeBSD in rev 1.319Brad Smith
2013-03-07remove spurious semicolon at end of if statement in vr_watchdog.Stuart Henderson
2013-03-07Remove unused ifa_ifwithaf() function.Martin Pieuchot
2013-03-07Remove the IFAFREE() macro, the ifafree() function it was calling alreadyMartin Pieuchot
2013-03-07Correct the delay when programming the short cable fix. It should beBrad Smith
2013-03-07Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2013-03-07XL_DMACTL is a 32bit register, use the 32bit write macro.Brad Smith
2013-03-07Use switch statement for determining when to configure the L2 cache.Brad Smith
2013-03-07Reword some wrong comments and some improperly formatted comments and addMike Larkin
2013-03-07Sort the CardBus ids.Brad Smith
2013-03-07Fix and simplify determining whether we're using a 8129 or 8139 chipset. OnlyBrad Smith
2013-03-06Account for the size of the allocation when defending the pagedaemon reserve.Bob Beck
2013-03-06Fix a bad comparison when calculating the size of the hibernate signatureMike Larkin
2013-03-05Track attached softraid disciplines via a queue. This prevents the need toJoel Sing
2013-03-04Reorder code such that wsdisplay(4) attaches after drm(4).Mark Kettenis
2013-03-04Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro.Alexander Bluhm
2013-03-04When deleting an IPv6 interface address, also remove the prefix andAlexander Bluhm
2013-03-04Add HG20F9 usb ethernet, from Chuck Guzis, ok jsg@Stuart Henderson
2013-03-04syncStuart Henderson
2013-03-04Add ID for a USB/Ethernet device known as HG20F9, which "borrows" linksys'Stuart Henderson
2013-03-04fix format string issue when printing an error our on bge's with APE andDavid Gwynne
2013-03-04replace the LIST_ENTRY in scsi_xfer with a SIMPLEQ_ENTRY. the things thatDavid Gwynne
2013-03-03Use local vm_physseg pointers instead of compting vm_physmem[index] gazillionsMiod Vallat
2013-03-03Make sure that IPv6 source address selection only chooses a CARPAlexander Bluhm
2013-03-02Simplify uvm_pagealloc() to only need one atomic operation on the page flagsMiod Vallat
2013-03-02Decide whether to use polling or not only upon `sc_bus.use_polling', regardlessMiod Vallat
2013-03-02Replace magic numbers with more meaningful (1 << interrupt#) constructs.Miod Vallat
2013-03-02When stealing an ASID, pass sh_tlb_invalid_asid() the involved ASIDPhilip Guenther
2013-03-02Prefer a pc-relative relocation to mcount(); gets rid of the last TEXTRELMiod Vallat
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2013-03-02sr_alloc_resources() and sr_free_resources() can never be called withoutJoel Sing
2013-03-02Unbreak softraid compilation with debug enabled.Joel Sing
2013-03-02Properly conditionalize adding wscons to the list of consoles onMark Kettenis
2013-03-02regenPhilip Guenther
2013-03-02No longer need the 5.1 version of the __tfork syscallPhilip Guenther
2013-03-02The last use of the int $80 syscall entry was in 5.1, so we no longerPhilip Guenther
2013-03-02match on EP80579, works fine on a machine I haveJonathan Gray
2013-03-01AnticiPhilip Guenther
2013-02-26Don't try to purge one-time rules from the main ruleset.Mike Belopuhov
2013-02-26Reserve space for source and destination addresses unconditionally ratherStuart Henderson
2013-02-25trunk_bcast_start sent packets on all its member interfaces by copyingDavid Gwynne
2013-02-24use dma memory for bl_pagesStefan Fritsch
2013-02-22bring back 5718/5719/5720 support again. deraadt pointed out thatDavid Gwynne
2013-02-21go to releaseTheo de Raadt