summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-03-11Separate out the common capabilities flags from the switch statementBrad Smith
2013-03-11Add a separate "translation" counter and use this rather than "memory"Stuart Henderson
2013-03-11Remove unused code manipulating a default interface and its index,Martin Pieuchot
2013-03-11flush writes to BGE_MI_COMM by doing a read straight after. helps avoidDavid Gwynne
2013-03-10Rename write_queue_address -> setup_queueStefan Fritsch
2013-03-10Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pciStefan Fritsch
2013-03-10if_vio: Add some more debug output if VIRTIO_DEBUG is definedStefan Fritsch
2013-03-10this ramdisk is just for one machineTheo de Raadt
2013-03-10Make it possible to call wsdisplay_cnattach() to override an already attachedMark Kettenis
2013-03-10Switch to ANSI C prototypes. Diff by somebody else which I no longer remember.Claudio Jeker
2013-03-10Do not try to scan the ADB bus for devices if the device-tree does notMartin Pieuchot
2013-03-10Rename sc_dis to sc_targets, since it is an array of targets that alsoJoel Sing
2013-03-09Always use the internal PHY on Apple variants, from FreeBSD. This unbreaksMartin Pieuchot
2013-03-09RAMDISKC wil be needed for alphabook1Theo de Raadt
2013-03-09Calculating the IP header checksum on Realtek 8168 is broken if theAlexander Bluhm
2013-03-09re-arrange the pre-accounting of the objects in the buffer so itTheo de Raadt
2013-03-09remove unneccessary needs-flagTheo de Raadt
2013-03-09Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSDMartin Pieuchot
2013-03-09Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2013-03-09normalize structure definitionsTheo de Raadt
2013-03-09turn off debug features we do not needTheo de Raadt
2013-03-09First steps towards alphabook1 support; from netbsdTheo de Raadt
2013-03-08In pcic_intr_find(), pass a correct device name to isa_intr_establish(), soMiod Vallat
2013-03-08Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function.Miod Vallat
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