Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-09 | Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings | Claudio Jeker | |
may disturb the dma as seen in ipw(4). Emtpy mbufs are at the beginning of the mbuf chain and are as example a "side-effect" of a previous m_adj() call. OK miod@ mickey@ jason@ markus@ | |||
2004-11-09 | Fix single-stepping. | Mark Kettenis | |
ok miod@ | |||
2004-11-09 | Kill more unused stuff. | Miod Vallat | |
2004-11-09 | Luna88k does not have an iomap, so kill all iomap related defines, and | Miod Vallat | |
move the mapiodev()/unmapiodev() code back to mvme88k. | |||
2004-11-09 | remove useless bpf code. removes dependancy on code from an(4). | David Gwynne | |
2004-11-09 | Always free memory on failure in c{e,s}4231_alloc(); from Patrick Lafiti. | Miod Vallat | |
2004-11-09 | big KNF spanking, no change in object file, ecstatic ok from claudio | Henning Brauer | |
2004-11-09 | use NULL instead of 0 for poiter comparisions, | Henning Brauer | |
from "Alexey E. Suslikov" <cruel@texnika.com.ua> with a little help from itojun | |||
2004-11-09 | Split {get,set,raise}ipl() into per-board implementations. | Miod Vallat | |
2004-11-08 | let it actually compile | Theo de Raadt | |
2004-11-08 | commented out entry for atu | David Gwynne | |
"yup" by deraadt@ | |||
2004-11-08 | Atmel AT76c503 / AT76c503a / AT76c505 / AT76c505a USB WLAN driver | David Gwynne | |
originally the atuwi driver from Daan Vreeken, but with enough changes by deraadt@ and me to warrant a name change. there are still plenty of issues to resolve, but at least i can get packets over it now. ok deraadt@ | |||
2004-11-08 | ugly ugly hack to allow a usb device to do a full reset of the port during | David Gwynne | |
attach. this is required by atu (atmel based usb wireless) devices. something better will be done, but we need it for now to work on atu. ok deraadt@ | |||
2004-11-08 | Simple cleaning of sgivol, with no functional change (yet): | Miod Vallat | |
- remove hardcoded constants - use strtol() and check for errors instead of using atoi() - use err()/errx()/warnx() when applicable - use bounded string operations whenever possible - use strncpy() instead of a home-grown construct Plus you get the "/usr/mdec/sgivol -p" instant coredump fixed for free. | |||
2004-11-08 | put more debug stuff inside #ifdef, to make the driver a wee bit smaller | Theo de Raadt | |
for the alpha | |||
2004-11-08 | Typo | Miod Vallat | |
2004-11-08 | Show in the dmesg as mongoose, to matche the manpage and kernel configuration | Miod Vallat | |
file. | |||
2004-11-08 | Typo | Miod Vallat | |
2004-11-08 | use __packed instead of __attribute__ ((__packed__)) (ok miod@), check | Reyk Floeter | |
possible NULL mac in the keycache function. | |||
2004-11-08 | Remove mvme88k leftovers. | Miod Vallat | |
2004-11-08 | Kill struct md_p, which was really only necessary for mvme88k; on | Miod Vallat | |
luna88k it disappears completely, while mvme88k keeps 3 global variables, one of them scheduled to disappear very soon. | |||
2004-11-07 | add a new message: inject. this allows the tracer to to inject buffers into | marius eriksen | |
the stackgap. this in turn allows for argument replacement with indirection. for example replacing an entire envp or struct pollfd. ok provos@ millert@ | |||
2004-11-07 | enable ath, iwi, and ipw | Theo de Raadt | |
2004-11-07 | For RST generated due to state mismatch during handshake, don't set | Daniel Hartmeier | |
th_flags TH_ACK and leave th_ack 0, just like the RST generated by the stack in this case. Fixes the Raptor workaround. ok beck@, markus@ | |||
2004-11-07 | struct ucode.length should be in number of elements (u_int32_t), not | Daniel Hartmeier | |
number of bytes. reported by Pyun YongHyeon, patch from mickey@, ok deraadt@ | |||
2004-11-06 | fixed types in ieee80211_regdomain (thanks to Joerg Sonnenberger). now it | Reyk Floeter | |
also works with gcc3 (ok naddy@). | |||
2004-11-06 | disable changing softdep linkcnt (last commit). it can cause a loop that | Ted Unangst | |
locks the vnode twice, and we can't fix it right now. discussed with pedro. | |||
2004-11-06 | sync pci ids | Reyk Floeter | |
2004-11-06 | regen | Reyk Floeter | |
2004-11-06 | added new ar5212 device ids | Reyk Floeter | |
2004-11-05 | we want ukphy on the media; miod ok | Theo de Raadt | |
2004-11-05 | Better granularity between wsmouse support and wsmoused support, as one | Miod Vallat | |
could use wsmoused with a serial mouse; wsmoused support will now be compiled regardless of wsmouse attachments, unless option SMALL_KERNEL. Thanks to mickey@ for pointing out my mistake. | |||
2004-11-04 | Only compile the mouse pasting code if wsmouse is configured in the kernel; | Miod Vallat | |
shaves a few dozens of KB on installation media. | |||
2004-11-04 | fix memory leak on deleting a screen; from janjaap@stack.nl via pr3977 | Michael Shalayeff | |
2004-11-04 | implememtation -> implementation | Pedro Martelletto | |
2004-11-04 | Stricter rules for isadma_bounce, shaves 4KB off a RAMDISKB kernel. | Miod Vallat | |
2004-11-03 | Use IFM_IEEE80211_IBSS for IBSS mode instead of IFM_IEEE80211_ADHOC. | Claudio Jeker | |
With this ipw(4) works in IBSS mode. ok millert@ aaron@ damien@ | |||
2004-11-03 | register typo | Reyk Floeter | |
2004-11-03 | oops missed to set devtype here rather than in sti_sgc.c:1.23 | Michael Shalayeff | |
2004-11-03 | Call ipw_stop() at the beginning of ipw_init(): this fixes a memory leak | Damien Bergamini | |
when ipw_init() is called on ENETRESET. Call ipw_stop() when the radio transmitter is turned off. ok claudio@ | |||
2004-11-03 | Return 1 instead of 0 in ipw_intr() if the interrupt is handled by us. | Damien Bergamini | |
Ignore invalid 0xffffffff interrupts. ok claudio@ | |||
2004-11-03 | IFM_IEEE80211_ADHOC -> IFM_IEEE80211_IBSS in ipw_media_status(). | Damien Bergamini | |
ok claudio@ aaron@ | |||
2004-11-03 | Calling ipwcontrol -k without downloading the firmware first lead to a | Damien Bergamini | |
panic. Fix the ipw_free_firmware() function itself instead of fixing the callers. ok claudio@ | |||
2004-11-03 | Fix calls to bus_dmamap_create(). | Damien Bergamini | |
2004-11-03 | knf, use positive error values (suggested by miod@) | Reyk Floeter | |
2004-11-03 | Enable pcscp; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria | |
ok miod@. | |||
2004-11-03 | Revert to 3.6-current code since IBM onboard mpt's act up. Found by pval & ↵ | Marco Peereboom | |
deraadt no cookie for me... | |||
2004-11-02 | fix getting strings off a device which broke with the removal of the | David Gwynne | |
UQ_NO_STRINGS quirk. | |||
2004-11-02 | we do not just delete lines but rather comment 'em out | Michael Shalayeff | |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat | |
change. |