summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2004-10-31don't swap zerosBrad Smith
2004-10-31sync with quirks from FreeBSD and NetBSD, ok dlgJonathan Gray
2004-10-31regenJonathan Gray
2004-10-31more devices from FreeBSD and NetBSDJonathan Gray
2004-10-31UQ_NO_STRINGS no longer needed, ok dlgJonathan Gray
2004-10-31from netbsd via freebsd via jsg@David Gwynne
2004-10-31from netbsd: ehci.c revision 1.84David Gwynne
2004-10-31fix some comments, spelling and printfsDavid Gwynne
2004-10-31netbsd reduced their difference to us in revision 1.76. they use usb_lockmgrDavid Gwynne
2004-10-31from netbsd: ehci.c revision 1.69David Gwynne
2004-10-31from netbsd: ehci.c revisions 1.185 and 1.187:David Gwynne
2004-10-31from netbsd: ehci.c revision 1.83David Gwynne
2004-10-31from netbsd: ehci.c revision 1.82David Gwynne
2004-10-31rev 1.68Brad Smith
2004-10-31add some aue devices found in the linux driverJonathan Gray
2004-10-31regenJonathan Gray
2004-10-31aue devices found in linux driverJonathan Gray
2004-10-30Add missing manufacturing pages. Only the IO Unit pages are now missing but ...Marco Peereboom
2004-10-30vaddr_t casts for vtophys, works on amd64, enabled in GENERICCan Erkin Acar
2004-10-30syncTheo de Raadt
2004-10-30Support another device; prices@dflytech.comTheo de Raadt
2004-10-30syncTheo de Raadt
2004-10-30more; reykTheo de Raadt
2004-10-30syncTheo de Raadt
2004-10-30wrong model; reykTheo de Raadt
2004-10-30syncTheo de Raadt
2004-10-30more devsTheo de Raadt
2004-10-29Prettier dmesg on vortexes.Miod Vallat
2004-10-29another re device from FreeBSDJonathan Gray
2004-10-29regenJonathan Gray
2004-10-29another re device from FreeBSDJonathan Gray
2004-10-29remove double "PHY" printed in dmesg; ok deraadtPeter Valchev
2004-10-29rev 1.78Brad Smith
2004-10-29use rx list size instead of tx (for rx list), they are the samePeter Valchev
2004-10-28fix/update FreeBSD RCSId for reference purposesPeter Valchev
2004-10-28syncPeter Valchev
2004-10-28VIA VT612xPeter Valchev
2004-10-28the URL in if_iwi is no longer valid.Brad Smith
2004-10-28print our ether address when attaching like other driversjoshua stein
2004-10-28print our ether address when attaching like other driversjoshua stein
2004-10-28add \n in 'invalid state' message; from Martin Reindl; ok miod@.Xavier Santolaria
2004-10-28Redo RAID volume pagesMarco Peereboom
2004-10-27Remove static for all non-inline functions.Damien Bergamini
2004-10-27Minor consistency tweaks (imported from iwi).Damien Bergamini
2004-10-27Check that we are associated before sending anything. Call ipw_stop()Damien Bergamini
2004-10-27Handle fatal errors from firmware (imported from iwi).Damien Bergamini
2004-10-27Read MAC address from EEPROM in ipw_attach(). The address is now knownDamien Bergamini
2004-10-27Cache firmware into kernel memory instead of sending it directly. TheDamien Bergamini
2004-10-27Change firmware initialization sequence to be more consistent with iwi.Damien Bergamini
2004-10-27Add ipw_media_status() to report the current Tx rate properly.Damien Bergamini