Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-10 | Do not try to scan the ADB bus for devices if the device-tree does not | Martin Pieuchot | |
contain an adb node. This workaround is required by some PowerBooks without ADB bus to prevent their PMU from shutting down the machine. Tweaked from a submission by Daniel Dickman. | |||
2013-03-10 | Rename sc_dis to sc_targets, since it is an array of targets that also | Joel Sing | |
happen to be softraid disciplines. ok krw@ | |||
2013-03-09 | Always use the internal PHY on Apple variants, from FreeBSD. This unbreaks | Martin Pieuchot | |
gem(4) on some PowerMac G5. tested by kirby@, ok deraadt@ | |||
2013-03-09 | RAMDISKC wil be needed for alphabook1 | Theo de Raadt | |
2013-03-09 | Calculating the IP header checksum on Realtek 8168 is broken if the | Alexander Bluhm | |
packet has IP options. Disable IP checksum offloading for the affected revisions. From FreeBSD; OK sthen@ brad@ | |||
2013-03-09 | re-arrange the pre-accounting of the objects in the buffer so it | Theo de Raadt | |
is clearer; ok sthen | |||
2013-03-09 | remove unneccessary needs-flag | Theo de Raadt | |
2013-03-09 | Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD | Martin Pieuchot | |
via Daniel Dickman. ok deraadt@ | |||
2013-03-09 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith | |
ok sthen@ | |||
2013-03-09 | normalize structure definitions | Theo de Raadt | |
2013-03-09 | turn off debug features we do not need | Theo de Raadt | |
2013-03-09 | First steps towards alphabook1 support; from netbsd | Theo de Raadt | |
miod did not disagree. | |||
2013-03-08 | In pcic_intr_find(), pass a correct device name to isa_intr_establish(), so | Miod Vallat | |
that we can get reasonable debug or panic messages when things go wrong. | |||
2013-03-08 | Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function. | Miod Vallat | |
Allows pcic to attach and correctly pick a suitable interrupt on Multia. | |||
2013-03-08 | Always initialize the direct DMA window, instead of relying upon SRM to do so; | Miod Vallat | |
many LCA-based systems apparently don't. From NetBSD. | |||
2013-03-08 | backout previous phidgets quirk | joshua stein | |
2013-03-07 | add a quirk for phidgets to attach as ugen instead of uhid | joshua stein | |
2013-03-07 | regen | joshua stein | |
2013-03-07 | add phidgets 2x2 | joshua stein | |
2013-03-07 | Add the PCI ids for the BCM57762 and BCM57766 chipsets. | Brad Smith | |
ok sthen@ | |||
2013-03-07 | Correct the location of a DELAY() that was mismerged from FreeBSD in rev 1.319 | Brad Smith | |
within the ifmedia update function. It is supposed to come after the BGE_MAC_MODE register write. ok sthen@ | |||
2013-03-07 | remove spurious semicolon at end of if statement in vr_watchdog. | Stuart Henderson | |
from oga@bitrig, ok dtucker | |||
2013-03-07 | Remove unused ifa_ifwithaf() function. | Martin Pieuchot | |
ok mikeb@, miod@ | |||
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot | |
check for the reference counter. ok mikeb@, miod@, pelikan@, kettenis@, krw@ | |||
2013-03-07 | Correct the delay when programming the short cable fix. It should be | Brad Smith | |
100us, not 100ms. From FreeBSD ok chris@ | |||
2013-03-07 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith | |
ok chris@ | |||
2013-03-07 | XL_DMACTL is a 32bit register, use the 32bit write macro. | Brad Smith | |
From FreeBSD ok chris@ | |||
2013-03-07 | Use switch statement for determining when to configure the L2 cache. | Brad Smith | |
ok miod@ | |||
2013-03-07 | Reword some wrong comments and some improperly formatted comments and add | Mike Larkin | |
information about piglet memory layout. No functional changes. | |||
2013-03-07 | Sort the CardBus ids. | Brad Smith | |
2013-03-07 | Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only | Brad Smith | |
the 8129 PCI id is a 8129, everything else is a 8139. Allows the D-Link DFE-520TX board to work and would ensure proper determination of the chipset for at least the 8138 based boards (PCI/CardBus). Tested by kirby@ Ok kirby@ sthen@ chris@ | |||
2013-03-06 | Account for the size of the allocation when defending the pagedaemon reserve. | Bob Beck | |
Spotted by oga@nicotinebsd.org, with help from dhill@. Fix by me. ok miod@ | |||
2013-03-06 | Fix a bad comparison when calculating the size of the hibernate signature | Mike Larkin | |
block ok deraadt@ | |||
2013-03-05 | Track attached softraid disciplines via a queue. This prevents the need to | Joel Sing | |
scan the sparse SCSI targets array and simplifies code. Disciplines are now also shutdown in reverse attach order, making manually stacked softraid volumes somewhat more practical. ok krw@ | |||
2013-03-04 | Reorder code such that wsdisplay(4) attaches after drm(4). | Mark Kettenis | |
Preparation for framebuffer console support on amd64/i386. tested by many ok mpi@ | |||
2013-03-04 | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. | Alexander Bluhm | |
No binary change. OK claudio@ | |||
2013-03-04 | When deleting an IPv6 interface address, also remove the prefix and | Alexander Bluhm | |
the cloning route. bug report and test Florian Riehm; original fix sperreault@; OK claudio@ | |||
2013-03-04 | Add HG20F9 usb ethernet, from Chuck Guzis, ok jsg@ | Stuart Henderson | |
2013-03-04 | sync | Stuart Henderson | |
2013-03-04 | Add ID for a USB/Ethernet device known as HG20F9, which "borrows" linksys' | Stuart Henderson | |
vendor id. Tweaked from a submission by Chuck Guzis, ok jsg@ | |||
2013-03-04 | fix format string issue when printing an error our on bge's with APE and | David Gwynne | |
more than 4 pci functions. pointed out by masanobu saitoh | |||
2013-03-04 | replace the LIST_ENTRY in scsi_xfer with a SIMPLEQ_ENTRY. the things that | David Gwynne | |
use it want something they can add to the end of they do horrible things to be able to do that with the LIST_ENTRY. this makes those horrible things a bit less horrible, and makes it easier to use lists of scsi_xfers in other things. | |||
2013-03-03 | Use local vm_physseg pointers instead of compting vm_physmem[index] gazillions | Miod Vallat | |
of times. No function change but makes the code a bit smaller. ok mpi@ | |||
2013-03-03 | Make sure that IPv6 source address selection only chooses a CARP | Alexander Bluhm | |
address if the interface is in master state. Disable duplicate address detection on CARP interfaces as the peer may have the same addresses. Test and OK sthen@ florian@ benno@ camield@ | |||
2013-03-02 | Simplify uvm_pagealloc() to only need one atomic operation on the page flags | Miod Vallat | |
instead of two, building upon the knowledge of the state uvm_pagealloc_pg() leaves the uvm_page in. ok mpi@ | |||
2013-03-02 | Decide whether to use polling or not only upon `sc_bus.use_polling', regardless | Miod Vallat | |
of the value of `cold'. This is similar to what the other hci drivers do, and has not caused any regressions on the few systems this has been tested on. Commited now to have a change to expose ohci-specific regressions (if any). | |||
2013-03-02 | Replace magic numbers with more meaningful (1 << interrupt#) constructs. | Miod Vallat | |
No functional change. | |||
2013-03-02 | When stealing an ASID, pass sh_tlb_invalid_asid() the involved ASID | Philip Guenther | |
instead of -1. ok and prod from miod@ | |||
2013-03-02 | Prefer a pc-relative relocation to mcount(); gets rid of the last TEXTREL | Miod Vallat | |
relocation in libc.so. From NetBSD. | |||
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat | |
minor changes. |