Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov | |
mostly from armani. ok miod, mpi, jsg and help from sthen | |||
2013-03-15 | Rewrite receive filter handling and ioctl bits. | Brad Smith | |
ok sthen@ | |||
2013-03-14 | Add some missing bits for flow control support and enable it. | Brad Smith | |
Tested with PCI and PCIe vge(4). ok sthen@ | |||
2013-03-14 | - Fix passing down MAC feature flags; which fixes flow control support. | Brad Smith | |
- Bring in a workaround for the IP1001 PHY which causes the downshift support to not function properly. From FreeBSD ok sthen@ | |||
2013-03-14 | Match on family 15h also. | Bryan Steele | |
ok brad@ | |||
2013-03-14 | regen. | Bryan Steele | |
2013-03-14 | Add AMD Family 15h devices. | Bryan Steele | |
ok brad@ | |||
2013-03-14 | add macros for ap192k cards, no behavior change | Alexandre Ratchov | |
2013-03-14 | Cosmetic tweaking. No functional change. | Brad Smith | |
2013-03-14 | - Remove return at the end of void functions | Brad Smith | |
- Move the PCI devices table up to the top | |||
2013-03-11 | Separate out the common capabilities flags from the switch statement | Brad Smith | |
added in the last commit. No functional change. ok sthen@ | |||
2013-03-11 | flush writes to BGE_MI_COMM by doing a read straight after. helps avoid | David Gwynne | |
"APE lock request failed!" errors with HP 331T (5719) and 332T (5720) cards. found and fixed by masanobu saitoh | |||
2013-03-10 | Rename write_queue_address -> setup_queue | Stefan Fritsch | |
For transports supporting several interrupts, this function needs to setup per-queue interrupts in addition of setting the queue address. No logic change. OK jasper@ | |||
2013-03-10 | Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pci | Stefan Fritsch | |
and is really a transport-specific thing. OK jasper@ | |||
2013-03-10 | if_vio: Add some more debug output if VIRTIO_DEBUG is defined | Stefan Fritsch | |
Add GuestCSum feature string virtio: Make some printfs depend on VIRTIO_DEBUG OK jasper@ | |||
2013-03-10 | Make it possible to call wsdisplay_cnattach() to override an already attached | Mark Kettenis | |
wsdisplay console later in the boot process. Needed for upcoming KMS changes where on i386/amd64 we will switch from vga text mode to a framebuffer console when the KMS drm driver attaches. ok miod@, mpi@ | |||
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 | 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 | 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-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 | 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 | 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 | 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-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 | 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-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 | sr_alloc_resources() and sr_free_resources() can never be called without | Joel Sing | |
a valid struct sr_discipline. Remove redundant NULL pointer checks. | |||
2013-03-02 | Unbreak softraid compilation with debug enabled. | Joel Sing | |
Prompted by Dmitry Bogdan. | |||
2013-03-02 | match on EP80579, works fine on a machine I have | Jonathan Gray | |
2013-02-24 | use dma memory for bl_pages | Stefan Fritsch | |
This fixes a panic "Non dma-reachable buffer..." on amd64. While there, fix bus_dmamap_sync() offsets. OK: deraadt@, jsing@ | |||
2013-02-22 | bring back 5718/5719/5720 support again. deraadt pointed out that | David Gwynne | |
the problems i had on the xserve g5 are mostly likely specific to that machine and im inclined to agree. we're going to see a lot more machines with the new chips than people with xserve g5s. this also includes fixes for ip checksum handling compared to the code i put in before. tested by various people again. sthen@ and claudio@ have agreed to babysit this. they can back it out if im not around. ok deraadt@ | |||
2013-02-19 | Revert rev 1.195 forcing Intel SATA controllers in compat mode into AHCI mode. | Brad Smith | |
This does not work and causes systems to come up without seeing any hard disk(s). The Intel documentation states that the OS should not be trying to do this, only the BIOS. ok dlg@ | |||
2013-02-18 | set the wireless interface priority and interfaces to the wlan group | Jonathan Gray | |
for the remaining pre 802.11b wireless drivers. ok krw@ phessler@ | |||
2013-02-15 | Use uvm_km_kmemalloc_pla() to allocate dma memory below 2^28 limit, | Alexandre Ratchov | |
allowing ice1712-based cards to work on amd64. With help from kettenis@ |