Age | Commit message (Expand) | Author |
2007-07-05 | move the logic of determining whether an extended supported rates IE is | Damien Bergamini |
2007-07-04 | bye bye | Henning Brauer |
2007-07-04 | remove fe(4). hasn't been enabled in 10 years, doesn't compile, no manpage. | Henning Brauer |
2007-07-04 | Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksum | Kenneth R Westerback |
2007-07-03 | join ahci attach code back together into one function. | David Gwynne |
2007-07-03 | jmb pretends to be pci now, so i dont need to let it see ahci_softc so it | David Gwynne |
2007-07-03 | do not blindly configure everything to sit on function 0. jmicron tell me | David Gwynne |
2007-07-02 | the jmb362 should work fine | David Gwynne |
2007-07-02 | regen | David Gwynne |
2007-07-02 | oops, i copied too much, fix jmb362 id | David Gwynne |
2007-07-02 | regen | David Gwynne |
2007-07-02 | jmicron have a 2 port sata chip called teh jmb362 | David Gwynne |
2007-07-02 | sync | Damien Bergamini |
2007-07-02 | new 4965agn product Id. | Damien Bergamini |
2007-07-02 | only attach ahci or pciide if the chip can actually support them. deal with | David Gwynne |
2007-07-02 | kettenis suggested that i can use pci_intr_map twice on the same device | David Gwynne |
2007-07-02 | dont force probing of high functions on jmicron controllers. we dont enable | David Gwynne |
2007-07-02 | dont enable the second pci function for pciide support. we're going to | David Gwynne |
2007-07-02 | dont attach on jmicron parts now that jmb(4) does that for us. | David Gwynne |
2007-07-02 | jmicron controllers are strange cos they provide both ide and sata support | David Gwynne |
2007-07-02 | move ahci_softc and the prototype for ahci_attach into a header so other | David Gwynne |
2007-07-02 | pull ahci_attach apart slightly to accommodate attaching ahci(4) to things | David Gwynne |
2007-07-01 | fix potential crash due to wrong ca_devsize; whilst here, also fix iobase typ... | Constantine A. Murenin |
2007-06-30 | regen | Jonathan Gray |
2007-06-30 | Add a few devices found in submitted dmesgs | Jonathan Gray |
2007-06-30 | Add 802.11d (domain info) command. | Marcus Glocker |
2007-06-29 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-06-29 | respect timeouts. prompted by freebsd pr110122, but also proplerly | Henning Brauer |
2007-06-29 | force the pci bus probe routines to look for extra functions on jmicron | David Gwynne |
2007-06-29 | when we attach to the jmicron controllers, whack their configuration around | David Gwynne |
2007-06-29 | demystify a little more of the jmicron pci control registers | David Gwynne |
2007-06-29 | define away some of the magic on jmicron controllers | David Gwynne |
2007-06-27 | Shrink code by not using __inline without static; like we did for sk(4). | Mark Kettenis |
2007-06-26 | Make natsemi_pci_intr() use pciide_intr_flag(). Needed on the PC87415 part | Mark Kettenis |
2007-06-26 | Implement bit swap for a byte in O(log(N)) rather than O(N), prompted | Tom Cosgrove |
2007-06-26 | Fix "the the"s. ok miod@. | Tom Cosgrove |
2007-06-26 | Alignment fixes from mickey. | Jonathan Gray |
2007-06-25 | support early W83627EHF-A; tested by Sam Fourman Jr; discussed with Gong Jun;... | Constantine A. Murenin |
2007-06-25 | Fix a couple of "of of"s in comments. | Tom Cosgrove |
2007-06-24 | Fix typo in (unused) #define. | Mark Kettenis |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-23 | Accept 0x00 as notify type since some notebooks (MSI-S260) | Can Erkin Acar |
2007-06-23 | Remove raidmakedisklabel(). The only invocation was commented out in | Kenneth R Westerback |
2007-06-22 | sync | Todd T. Fries |
2007-06-22 | according to claudio, entries should be ordered by PCI ID, fix two not in order | Todd T. Fries |
2007-06-22 | Regen. | Alexander Yurchenko |
2007-06-22 | Add vendor/product HUMAX/PVR-SMART for jmc@. | Alexander Yurchenko |
2007-06-22 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-06-21 | rework how the IFF_PROMISC and IFF_ALLMULTI flags are dealt with, and how | David Gwynne |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |