]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
- In subr_ndis.c:ndis_init_event(), initialize events as notification
[FreeBSD/FreeBSD.git] / sys / dev /
2004-03-25 desThis commit was generated by cvs2svn to compensate...
2004-03-24 wpaulThe ndis_wlan_bssid_ex structure we retrieve in ndis_ge...
2004-03-24 simokawaFix a bug introduced in rev 1.33(mega API change).
2004-03-23 tmmCorrect the boundary parameter to the bus_dma_tag_creat...
2004-03-23 wpaulRecently I realized that the ADMtek 8211 driver wasn...
2004-03-22 njlUse the correct length for appending an extended irq...
2004-03-22 njlShorten some printfs to fit better. No other functiona...
2004-03-22 njlWhitespace and comment changes. No MD5 change to the...
2004-03-21 wpaulMake if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_r...
2004-03-21 obrienFix $FreeBSD$.
2004-03-21 wpaulFix another Intel 2200BG bug: don't schedule ndis_tickt...
2004-03-20 wpaul- Rewrite the timer and event API routines in subr_ndis...
2004-03-20 scottlDon peril-sensitive sunglasses and add PCI Id's for...
2004-03-20 njlFix loop termination condition for parsing resources...
2004-03-20 mdoddLet ether_ifattach() announce our MAC address.
2004-03-20 mdoddDon't announce MAC addresses twice.
2004-03-20 scottlFix the ioctl types for two ioctls. I'm not sure if...
2004-03-20 marcelFix braino in previous commit: getenv() can return...
2004-03-20 julianPut the event notification back where it was for freeBS...
2004-03-20 marcelActually program the list of recording devices in sv_mi...
2004-03-20 marcelIntroduce the hw.uart.console and hw.uart.dbgport envir...
2004-03-19 alc - Remove some unused #includes.
2004-03-19 desThis commit was generated by cvs2svn to compensate...
2004-03-19 scottlAdd generic support for the recent Adaptec flavors...
2004-03-19 leWhen doing round-robin reads from a multi-plex volume...
2004-03-19 julianDiff reduction to NetBSD
2004-03-19 julianDiff reduction to NetBSD
2004-03-19 njlMove the poweroff handler to a separate function. ...
2004-03-19 julianRe-enable detach events after adding a bugfix from...
2004-03-18 guidoPrevent the strange situation that after each load...
2004-03-18 ruFixed a nasty old bug where a visual bell in the curren...
2004-03-18 njlAdd tunables for disabling serialized method execution...
2004-03-18 alcUtilize sf_buf_alloc() and sf_buf_free() to implement...
2004-03-18 njlThis commit was generated by cvs2svn to compensate...
2004-03-18 njlBack out code for auto-gdb detection that accidentally...
2004-03-18 njlSupport the DPF (start dependent function) resource...
2004-03-18 sobomaxRegen after 1.169 of usbdevs.
2004-03-18 sobomaxAdd support for Crystalfontz CFA-632, CFA-633 and CFA...
2004-03-17 greenEliminate bogus usage of WI_RSSI_TO_DBM(). Not only...
2004-03-17 njlFix border error to allow systems that specify 100...
2004-03-17 njlConvert callers to the new bus_alloc_resource_any(9...
2004-03-17 nectarThis commit was generated by cvs2svn to compensate...
2004-03-17 nectarThis commit was generated by cvs2svn to compensate...
2004-03-17 obrienAdjust $FreeBSD$'s.
2004-03-16 fjoeImplement "arlconfig arlX quality".
2004-03-16 sosUpdate the SiS support to distinguish older southbridge...
2004-03-16 scottlRemove RAIDFrame. It hasn't worked since GEOM replaced...
2004-03-15 fjoeAdd arl(4): driver for Aironet Arlan 655 wireless adapters.
2004-03-15 sosAdd support for detaching PCI controllers.
2004-03-14 impRemove isa compat stuff.
2004-03-14 joeRegen.
2004-03-14 joeAdd support for Handspring TREO 600.
2004-03-14 ruRemoved duplicate __FBSDID(). Keep the one that style...
2004-03-14 mdoddAnnounce ethernet MAC addresss in ether_ifattach().
2004-03-14 alcAllow swap-backed devices to run without Giant.
2004-03-13 peterMove the non-MD machine/dvcfg.h and machine/physio_proc...
2004-03-13 peadarRecognise the 82845G AGP bridge, and poke it appropriat...
2004-03-13 tjrAdd support for the Epson Perfection 1670 scanner.
2004-03-13 tjrRegen
2004-03-13 tjrAdd EPSON Perfection 1670 scanner.
2004-03-12 trhodesThese are changes to allow to use the Intel C/C++ compi...
2004-03-12 trhodesThis are the build infrastructure changes to allow...
2004-03-12 muxDon't set ifp->if_output to ether_output(), since ether...
2004-03-11 desThis commit was generated by cvs2svn to compensate...
2004-03-11 leProperly count references of our dev_t to avoid trigger...
2004-03-11 sosAdd yet another VIA pci id.
2004-03-11 muxStop setting ifp->if_output to ether_output() since...
2004-03-11 phkAdd clone_setup() function rather than rely on lazy...
2004-03-11 wpaulFix the problem with the Cisco Aironet 340 PCMCIA card...
2004-03-10 phkMake the extern for adv_mcode match the reality: it...
2004-03-10 phkFix a long-standing deadlock issue with vnode backed...
2004-03-10 bmsEliminate multiple __FBSDID and sys/cdefs.h.
2004-03-10 phkUse the external clock input for our PLL.
2004-03-09 wpaulTrim unneeded includes from if_ndis_pccard.c and if_ndi...
2004-03-09 wpaulIf the resource listing obtained from BUS_GET_RESOURCE_...
2004-03-09 leFix an integer overflow when dealing with very large...
2004-03-09 leSince vinum doesn't fake disklabels anymore, remove...
2004-03-09 njlSimplify some logic in converting a buffer to an integer.
2004-03-09 njlUse an unsigned int instead of an int for the Get/Set...
2004-03-07 cognetUse one bus_dma_tag_t for all pSRB instead of creating...
2004-03-07 sanpeiSync to 1.166 of usbdevs
2004-03-07 sanpeiAdd support 2 devices(USB-DVD-R drives)
2004-03-07 wpaulAdd preliminary support for PCMCIA devices in addition...
2004-03-06 matkAugment /dev/sndstat with the module names, if applicable.
2004-03-05 jhbkthread_exit() no longer requires Giant, so don't force...
2004-03-05 jhbLock Giant around the body of the adlink_loran() functi...
2004-03-05 njlDocument a sysctl.
2004-03-05 njlA user can set tz_requested via the hw.acpi.thermal...
2004-03-04 phkImplement a crude but functional usbd_ratecheck() to...
2004-03-04 sosOnly setup sii_reset on sii311[24].
2004-03-04 thomasUse auto-sense data provided by the lowlevel ATA code.
2004-03-04 bmsNursemaid: Fix tinderbox builds by removing the shadowi...
2004-03-04 sanpeiSync to 1.165 of usbdevs
2004-03-04 sanpeiAdd support SimpleTech UCF-100 USB CompactFlash reader...
2004-03-04 njlFix an off-by-one error and rework our EC space handler...
2004-03-04 njlDon't disable Cx support and throttling on machines...
2004-03-04 njlAdd a "quirks" value to disable quirks handling for...
2004-03-03 njlChange to acpi_{Get,Set}Integer to provide both methods...
2004-03-03 obrienPeter prefers it this way, bde might also[*]. I just...
2004-03-03 obrienPrefer uintptr_t to intptr_t.
next