Add more ids for RT2500USB.
[dragonfly.git] / sys /
2006-12-24 Sepherosa ZiehauAdd more ids for RT2500USB.
2006-12-24 Sepherosa ZiehauAdd NVIDIA MCP67 LAN support.
2006-12-24 Sepherosa Ziehauregen
2006-12-24 Sepherosa ZiehauAdd NVIDIA MCP67 Lan PCI ids.
2006-12-24 Sepherosa ZiehauAdd more chip id for fxp(4)
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-12-23 Sascha WildnerRemove printf() definition and prototype from the kernel.
2006-12-23 Sepherosa ZiehauSync with Intel's em-6.2.9
2006-12-23 Sepherosa Ziehau- Replace magic number with macro.
2006-12-23 Sepherosa ZiehauSince all necessary bits are in 802_11 layer now:
2006-12-23 Sepherosa ZiehauMassive 802_11 XRATE bug fixing.
2006-12-23 Sepherosa Ziehau- Don't call m_adj() to make RX buffer's _payload_...
2006-12-23 Sascha WildnerRemove an #ifdef _KERNEL inside an #ifdef _KERNEL.
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-22 Sascha WildnerDefine kvsnprintf as vsnprintf for the case where subr_...
2006-12-21 Sepherosa Ziehau- Use jumbo buffers only when MTU > 1518 bytes.
2006-12-20 Thomas E. SpanjaardAdd the PCI_MAP_FIXUP code as proposed two weeks ago...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-19 Matthew DillonAdd IFF_MONITOR support.
2006-12-18 Peter AvalosSee whether we should compile ipfilter with INET6 suppo...
2006-12-18 Matthew DillonUndo some renames that don't apply to the boot code...
2006-12-18 Matthew DillonAdd 'k' versions for printf, sprintf, and snprintf...
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-12-18 Matthew DillonAdd a prototype for the new mcontrol() system call.
2006-12-17 Matthew DillonRepo copy machine/pc32/i386/mem.c to kern/kern_memio...
2006-12-17 Matthew DillonPass NULL to objcache_create() to indicate that null_ct...
2006-12-15 Sepherosa Ziehau- Factor out ieee80211_print_rateset().
2006-12-14 Sascha WildnerMake umct compilable into the kernel and add it to...
2006-12-14 Sascha WildnerFix a typo (found in FreeBSD) and update CVS tag.
2006-12-14 Thomas E. SpanjaardThere is no "atapi-all.h" anymore. Remove reference...
2006-12-13 Matthew Dillonrename sscanf -> ksscanf
2006-12-13 Matthew DillonFix umct and add F5U409 USB Serial Adaptor.
2006-12-13 Thomas E. SpanjaardHave the genassym.o target depend on forwarding-headers...
2006-12-13 YONETANI Tomokazu${_LHDRS} must succeed ${_MACHINE_FWD}/include/machine...
2006-12-13 Thomas E. SpanjaardModify the device description for the standard nForce...
2006-12-13 Thomas E. SpanjaardExplicitly specify null_dtor as our objcache destructor...
2006-12-12 Matthew DillonAdd another ICH PCI ID.
2006-12-12 Peter AvalosMerge from vendor branch FILE:
2006-12-12 Sepherosa Ziehau- Correct some debug messages format.
2006-12-12 Sepherosa ZiehauExploring low speed busses during cold boot, so USB...
2006-12-10 Thomas E. SpanjaardThis time *really* fix the .PATHs in the kmod Makefiles...
2006-12-10 Thomas E. SpanjaardFix a deadlock in the request completion code when...
2006-12-10 Sepherosa Ziehaurtw(4) requires wlan_wep(4)
2006-12-10 Sepherosa Ziehau- Hook rum(4) and ural(4) into GENERIC and LINT
2006-12-10 Sepherosa ZiehauAdd missing header if USB_DEBUG is defined
2006-12-10 Sepherosa ZiehauAdd support for RT2501USB/RT2601USB devices.
2006-12-10 Sepherosa ZiehauAdd support for RT2500USB devices.
2006-12-10 Sepherosa ZiehauSync USB support (host controller part) with FreeBSD6.
2006-12-09 Sepherosa Ziehauregen
2006-12-09 Sepherosa Ziehau- Add ids for RT2501USB/RT2601USB/RT2500USB
2006-12-09 Sepherosa Ziehau- Use ieee80211_probe_resp_alloc() to setup probe respo...
2006-12-09 Sepherosa Ziehau- Factor out _ieee80211_probe_resp_alloc() from ieee802...
2006-12-09 Sascha WildnerFix compilation warnings when compiling without DEVICE_...
2006-12-08 Thomas E. SpanjaardFix the paths in ata_if.m and the module Makefiles...
2006-12-07 Thomas E. SpanjaardExpand the Intel Brand ID table to cover all known...
2006-12-07 Thomas E. SpanjaardRevert to zero'ing the objects we pull out of our objca...
2006-12-06 Thomas E. SpanjaardFix some of the C++/Java-style comments in ata-usb...
2006-12-06 Thomas E. SpanjaardAdd a function to retrieve the speed a USB device is...
2006-12-06 Sepherosa Ziehaunfe_init() should be called with softc not ifnet
2006-12-06 Simon SchubertCorrect a signedness bug which allowed members of the...
2006-12-05 Matthew DillonLocal variables that were improperly named 'errno'...
2006-12-05 Matthew DillonFor the moment conditionally remove the declaration...
2006-12-05 Thomas E. SpanjaardOur cam_sim_free() does not have a flag to signify...
2006-12-05 Thomas E. SpanjaardAdd more kmods to the Makefile after testing.
2006-12-05 Thomas E. SpanjaardUse IODATA as pcmcia vendor id for the IO-Data CBIDE2...
2006-12-05 Matthew DillonFix a NULL pointer dereference introduced in the previo...
2006-12-05 Matthew DillonGenerate forwarding header files to mimic /usr/include...
2006-12-05 Matthew DillonAdd a generic interrupt controller type that the virtua...
2006-12-05 Sepherosa ZiehauOrder ${_MACHINE_FWD}/include/machine and ${_FWDHDRS...
2006-12-05 Jeffrey HsuClean up code.
2006-12-04 Matthew DillonMisc vkernel work.
2006-12-04 Matthew DillonMake int bootverbose and int cold declarations machine...
2006-12-04 Thomas E. SpanjaardNow that the objcache supports M_ZERO for objcache_get...
2006-12-04 Thomas E. SpanjaardInitial import of the port of the new(er) FreeBSD ATA...
2006-12-03 Matthew DillonCheck an additional special pattern to detect dangerous...
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.17:
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.6:
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.16:
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.15:
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.9:
2006-12-02 Matthew DillonReplace the global VM page hash table with a per-VM...
2006-12-02 Matthew DillonAllow M_ZERO to be specified when using simple object...
2006-12-01 Sepherosa ZiehauIn rtw_pci_shutdown(), hold serializer before calling...
2006-12-01 Sepherosa Ziehau- Enable PBCC based rate 22Mbit/s
2006-12-01 Sepherosa ZiehauAdd PBCC modulation support in netproto/802_11:
2006-11-30 Sepherosa ZiehauProperly set ifmedia_entry.ifm_data when nge(4) tries...
2006-11-29 Sepherosa ZiehauDon't use unprocessed (e.g. negociated) peer node's...
2006-11-28 Sepherosa ZiehauAccording to IEEE Std 802.11b-1999 subclause 7.3.1.4:
2006-11-28 Sepherosa ZiehauM_NOWAIT -> MB_DONTWAIT
2006-11-27 Sepherosa ZiehauWrong #undef
2006-11-27 Sepherosa ZiehauThe Problem [1]:
2006-11-26 Peter AvalosA u_short cannot be greater than 0xffff, so remove...
2006-11-26 Sepherosa ZiehauUse LIST_FOREACH()
2006-11-26 Sepherosa Ziehau- Factor out front part of ieee80211_set_shortpreamble...
next