summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-07-02syncDamien Bergamini
2007-07-02new 4965agn product Id.Damien Bergamini
2007-07-02add new ieee80211_eapol_key structure (used by the various 802.11iDamien Bergamini
2007-07-02split ieee80211_parse_rsn() so the same function can be usedDamien Bergamini
2007-07-02fix REASON codes.Damien Bergamini
2007-07-02add IEEE80211_FC1_PROTECTED flag.Damien Bergamini
2007-07-02replace two lockmgr lock with rwlocks.Thordur I. Bjornsson
2007-07-02initial bits for proper TIM support.Damien Bergamini
2007-07-02remove a lot of unused #defineDamien Bergamini
2007-07-02replace some letoh16(*(u_int16_t *)frm) by LE_READ_2(frm)Damien Bergamini
2007-07-02split ieee80211_send_mgmt() like I did for ieee80211_recv_mgmt()Damien Bergamini
2007-07-02allow pciide to attach to jmb as well as ahciDavid Gwynne
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-02Add arc/jmb/ahci here as well.Jonathan Gray
2007-07-02dont attach on jmicron parts now that jmb(4) does that for us.David Gwynne
2007-07-02enable jmb on all archs that support ahci, so jmicron boards will continueDavid 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-07-01In cpu_switch(), store the saved cpl in the pcb as a 64 bit store, so thatMiod Vallat
2007-07-01Move more fpe-related stuff in #ifdef ARMFPU blocks.Miod Vallat
2007-07-01Use mapiodev() instead of mapdev() when applicable. This is just syntacticMiod Vallat
2007-07-01Perform minimal disklabel setup without needing to do the disklabel_to_sun()Miod Vallat
2007-07-01Do not define DEBUG unconditionnaly.Miod Vallat
2007-07-01Add gentbi(4).Mark Kettenis
2007-07-01Correctly count interrupts for devices that share interrupts.Mark Kettenis
2007-07-01Reset PDC devices before enabling iova space if we're not on a serial console.Mark Kettenis
2007-07-01Oops! Revert previous commit.Mark Kettenis
2007-07-01Add PDC_IO.Mark Kettenis
2007-07-01Add a few more registers.Mark Kettenis
2007-06-30Bump number of supported interrupt routing entries.Mark Kettenis
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-29sick of extra static messing up tracebacks; ok miodTheo de Raadt
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-27wt(4) was removed a while ago, so don't support booting off it anoymore.Michael Knudsen
2007-06-27Shrink code by not using __inline without static; like we did for sk(4).Mark Kettenis
2007-06-27According to Intel errata:Artur Grabowski
2007-06-26Switch associated pciide(4) into native mode, and route its interruptMark Kettenis
2007-06-26Make natsemi_pci_intr() use pciide_intr_flag(). Needed on the PC87415 partMark Kettenis