summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-02initial bits for proper TIM support.Damien Bergamini
2007-07-02remove a lot of unused #defineDamien Bergamini
fix a CAPINFO name
2007-07-02replace some letoh16(*(u_int16_t *)frm) by LE_READ_2(frm)Damien Bergamini
for consistency.
2007-07-02split ieee80211_send_mgmt() like I did for ieee80211_recv_mgmt()Damien Bergamini
2007-07-02we support lots of jmicron chips now.David Gwynne
pointed out by jsg@ jmc@
2007-07-02allow pciide to attach to jmb as well as ahciDavid Gwynne
2007-07-02pciide can attach to jmb nowDavid Gwynne
2007-07-02only attach ahci or pciide if the chip can actually support them. deal withDavid Gwynne
the JMB368 while here.
2007-07-02kettenis suggested that i can use pci_intr_map twice on the same deviceDavid Gwynne
safely, so i tried it and it worked great. i can reuse the pci_attach_args to attach ahci and now pciide to jmb without really modifying either of them. lots of code shrinks. ok jsg@
2007-07-02wording tweak; ok dlgJason McIntyre
2007-07-02make the jmb entry match its .Nd;Jason McIntyre
2007-07-02Add HISTORY and AUTHORS sections. OK jmc@.Xavier Santolaria
2007-07-02list jmb(4) as an IDE controllerDavid Gwynne
2007-07-02dont force probing of high functions on jmicron controllers. we dont enableDavid Gwynne
function 1 anymore.
2007-07-02dont enable the second pci function for pciide support. we're going toDavid Gwynne
solve this problem a different way now.
2007-07-02syncTheo de Raadt
2007-07-02ahci attaches to jmb as wellDavid Gwynne
2007-07-02Add arc/jmb/ahci here as well.Jonathan Gray
Suggested by and ok dlg@
2007-07-02document jmb(4).David Gwynne
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
to work (and work better in the future)
2007-07-02jmicron controllers are strange cos they provide both ide and sata supportDavid Gwynne
on the same pci function. they can be configured to put the different support on different pci functions after booting, but that is unreliable since the kernel doesnt know enough to be able to configure the interrupts properly on this new pci function. this adds a "nexus" driver called jmb that will allow two drivers to attach to the one pci device. this code already fixes things so ahci can attach to the sata stuff. this is more reliable than switch functions on since the interrupts on function 0 are configured by the firmware/bios/whatever.
2007-07-02move ahci_softc and the prototype for ahci_attach into a header so otherDavid Gwynne
code will be able to see it.
2007-07-02pull ahci_attach apart slightly to accommodate attaching ahci(4) to thingsDavid Gwynne
other than pci(4).
2007-07-01fix potential crash due to wrong ca_devsize; whilst here, also fix iobase ↵Constantine A. Murenin
type; ok grange, kettenis
2007-07-01In cpu_switch(), store the saved cpl in the pcb as a 64 bit store, so thatMiod Vallat
the high order bits are not undefined when invoking hw_setintrmask() on return.
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
sugar.
2007-07-01Perform minimal disklabel setup without needing to do the disklabel_to_sun()Miod Vallat
dance, so that we do not depend on its behaviour. No functional change.
2007-07-01Do not define DEBUG unconditionnaly.Miod Vallat
2007-07-01Add missing gentbi(4) in SYNOPSYS.Mark Kettenis
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
Makes glass console on four-digit B/C/J-class systems work.
2007-07-01Oops! Revert previous commit.Mark Kettenis
2007-07-01Add PDC_IO.Mark Kettenis
2007-07-01states here too not stateHenning Brauer
2007-07-01Add a few more registers.Mark Kettenis
2007-07-01Sync time buffer size; missed in previous commit.Xavier Santolaria
2007-06-30allow states instead of just state for -s and -F for consistency's sake.Henning Brauer
since only the first letter matters in the end and state still matches states since we do strncmp this does not change xisting behaviour and just allows plural states to be used as well. pt out by Tom Van Looy <tom@ctors.net>
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-30Update to tzcode2007f from elsie.nci.nih.govTodd C. Miller
2007-06-30Add 802.11d (domain info) command.Marcus Glocker
2007-06-30move the UpdateSet stuff into its separate file, leaving Vstat much cleaner.Marc Espie
2007-06-30fix saving of old partial packages... problem noticed by Paul IroftiMarc Espie
2007-06-30Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
Simplifies further size tweaks if needed. OK ray@.
2007-06-30malo doesn't support hostap mode so remove example which usesKevin Steves
hostap; ok claudio@
2007-06-29Document behavior when no conversion could be performed. AdaptedTodd C. Miller
from FreeBSD. With help from jmc@.