Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-20 | Use void * where void * is meant, spotted by tedu@ | Pedro Martelletto | |
No binary change | |||
2006-09-20 | export a structure for the firmware file header. Unfortunately this is | Theo de Raadt | |
one of the more gross firmwares around (as in, the broadcom supplied header file has 30+ ugly global variables.. which we must copy into a header. Kernel and userland must agree about this header, then the kernel can rip the header apart back into it's driver specific "globals"..) | |||
2006-09-20 | build a bnx firmware file, for firmload | Theo de Raadt | |
2006-09-20 | Fix the way delays between request retransmissions are calculated | Thordur I. Bjornsson | |
in the case where NFSERR_TRYLATER is received from the server. Adapted from NetBSD. ok pedro@, tedu@ | |||
2006-09-20 | implement a zero-copy RX data path. | Damien Bergamini | |
instead of copying the xfer buffer's content into a mbuf cluster, attach the xfer buffer as a mbuf external storage and pass it to the net80211 layer as is. maintain a reference count on the softc structure and wait in detach() until all references have been released by the network layer. | |||
2006-09-20 | sync | Brad Smith | |
2006-09-20 | regen | Brad Smith | |
2006-09-20 | HPSA_6 -> HPSAE500 (Smart ARRAY E500) | Brad Smith | |
board model name from the Linux driver. | |||
2006-09-20 | Correct EST table for Pentium M 770, from NetBSD. | Dimitry Andric | |
Verified by shanejp netspace net au. | |||
2006-09-20 | Make vnd(4) work on read-only file systems, from Paul Stoeber, okay tedu@ | Pedro Martelletto | |
2006-09-20 | Replace a bzero() by a loop in ffs_indirtrunc(), making the code FFS2 | Pedro Martelletto | |
compatible, adapted from FreeBSD, okay krw@ | |||
2006-09-19 | Enable pgt(4) on amd64. Missing entry spotted by brad@. | Marcus Glocker | |
ok deraadt@ | |||
2006-09-19 | A bit of microoptimisation that doesn't hurt readability: Don't do | Michael Knudsen | |
timeout_del() if we're going to timeout_add() in the next block. ok dlg (a while ago), markus | |||
2006-09-19 | Typo fixes. | Michael Knudsen | |
ok marco | |||
2006-09-19 | attach and enable the newer chipset generations AR2413, AR5413, and | Reyk Floeter | |
AR5424. unlike the previous chipset generations, these chipsets are single chip solutions. the AR5424 is a PCI Express chipset as found in various intel Macs. support is still incomplete- 11a mode works and 11b mode is rx-only. i need some more test reports, hardware donations (there are several different subrevisions) and time to finish it. thanks for help from kettenis@ "of course!" deraadt@ | |||
2006-09-19 | add missing sys/device.h. | Brad Smith | |
ok mglocker@ | |||
2006-09-19 | detect the newer single chip generations AR2413, AR5413 and AR5224 but | Reyk Floeter | |
don't attach them, yet. | |||
2006-09-19 | "pure g" is a special, non-standard ofdm-only mode. use the standard | Reyk Floeter | |
dynamic cck/ofdm "11g" mode instead. | |||
2006-09-19 | better mode setup in the ar5211 and ar5212 reset functions | Reyk Floeter | |
2006-09-19 | sync | Reyk Floeter | |
2006-09-19 | add atheros AR2413 and AR5413 device ids | Reyk Floeter | |
2006-09-19 | fix 11a/b antenna mode setup | Reyk Floeter | |
2006-09-19 | use the correct antenna mode settings and fix a bug in the tx | Reyk Floeter | |
descriptor setup. this will fix various issues including 11a mode with ar5212. | |||
2006-09-19 | disable 11g mode for now | Reyk Floeter | |
2006-09-19 | ansi/deregister | Jonathan Gray | |
2006-09-19 | fix all malloc()s to nowait|canfail and do not ignore errors reading sensor ↵ | Michael Shalayeff | |
status; marco@ ok | |||
2006-09-19 | no externs on protots ad no casts from void * | Michael Shalayeff | |
2006-09-19 | add a missing space to a DMA load error printf. | Brad Smith | |
2006-09-19 | add 82801GHM and 82801H | Brad Smith | |
2006-09-18 | Fix for re_stop() being called from re_cardbus_shutdown() with the | Dimitry Andric | |
wrong arguments, causing uvm_fault on halt/reboot, with a cardbus re inserted. While here, cleanup prototypes and use revar.h everywhere. ok brad@ | |||
2006-09-18 | boot(8) ``machine memory'' support for > 4G. | Marco Pfatschbacher | |
Convert parser to strtoll(3) and use 64bit printf. With help from mickey@ i386 and amd64 tests by me, alpha test by mickey@ OK mickey@, miod@, deraadt@ | |||
2006-09-18 | boot(8) ``machine memory'' support for > 4G. | Marco Pfatschbacher | |
Convert parser to strtoll(3) and use 64bit printf. With help from mickey@ i386 and amd64 tests by me, alpha test by mickey@ OK mickey@, miod@, deraadt@ | |||
2006-09-18 | Import a slightly stripped down strtoll(3) from stdlib | Marco Pfatschbacher | |
into libsa as it is needed for boot(8) > 4G support. With help from mickey@ i386 and amd64 tests by me, alpha test by mickey@ OK mickey@, miod@, deraadt@ | |||
2006-09-18 | Add a hand rolled 64bit hex printf that can be used outside of | Marco Pfatschbacher | |
LIBSA_LONGLONG_PRINTF which requires 64bit math support. With help from mickey@ Tested on i386, amd64 and on alpha by mickey@ OK mickey@, miod@, deraadt@ | |||
2006-09-18 | fix my 1.7 commit. | Damien Bergamini | |
in uath_reset(), return on error if tsleep() fails. | |||
2006-09-18 | Extend the .text and .data segments to 64MB. This allows programs with | Marco Peereboom | |
large .text segments, like xmame, to run. ok drahn | |||
2006-09-18 | better uath_set_rates(). | Damien Bergamini | |
2006-09-18 | cleanup the list of supported devices. | Damien Bergamini | |
2006-09-18 | don't use IF_PREPEND() on altq's. | Damien Bergamini | |
use IFQ_POLL()/IFQ_DEQUEUE() logic instead as described in altq(4). | |||
2006-09-18 | macros and types for event notifications from the hardware. | David Gwynne | |
2006-09-18 | tiny whitespace nit | David Gwynne | |
2006-09-18 | get rid of the usb_port.h macros that wrap our kthread create functions. | David Gwynne | |
looks ok pascoe@ | |||
2006-09-18 | allow RST from TCP client, even if client does not send data after SYN; | Markus Friedl | |
ok frantzen, dhartmei, henning | |||
2006-09-18 | fix tos (type-of-service) comparisons. for rules which use 'tos x', compare | Daniel Hartmeier | |
for equality (ip_tos == x). for priority queue assignment, compare AND-wise (ip_tos & IPTOS_LOWDELAY). this matters mostly for cases where the reserved bits in ip_tos are used (RFC791, 1349) and more than a single bit is set. from Steve Welham, closes PR5226 and PR5227. | |||
2006-09-18 | regen | Gordon Willem Klok | |
2006-09-18 | Add some pci device types for Integrated Micro Solutions. | Gordon Willem Klok | |
2006-09-18 | g/c unused SK_{SET,CLR}BIT macros | Brad Smith | |
From riz@NetBSD | |||
2006-09-18 | There's no need to walk the list of devices to find the SCSI bus we | Pedro Martelletto | |
should attach to, since config_found() already returns a pointer to it. Pointed out by Quentin Garnier, okay dlg@. | |||
2006-09-18 | regen | Brad Smith | |
2006-09-18 | add entries for unknown Marvell SATA and ServerWorks IDE PCI ids. | Brad Smith | |