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