]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Rename mac_cred_mmapped_drop_perms(), which revokes access to virtual
[FreeBSD/FreeBSD.git] / sys / dev /
2008-10-28 bzUnbreak LINT from r184381 using the correct variable...
2008-10-27 n_hibmaGrab Sierra and Novatel init functions from NetBSD...
2008-10-27 mariusDo as the Linux tg3 driver does and enable MSI support...
2008-10-27 rnolandFix error in busmaster enable logic
2008-10-27 rnolandFix some fallout from the busmaster disable cleanup
2008-10-27 rnolandDon't report GEM capability until we actually have...
2008-10-27 samprepare for a new hal
2008-10-27 samo With the addition of HT rates the set of h/w codes...
2008-10-27 samprefer #define to naked constant
2008-10-27 samfix handling of HT rates; these overlap legacy rates...
2008-10-27 samadd hack to deal with Ubiquiti XR9 cards, they have...
2008-10-27 saminstall bssid for ahdemo mode too
2008-10-27 samfix comment
2008-10-27 samcorrect callback status parameter; only indicate succes...
2008-10-27 samFixup statistics:
2008-10-27 samupdate the sta inactivity timer only if we actually...
2008-10-27 samRegdomain fixups:
2008-10-27 samadd regdomain debug msgs
2008-10-27 samadd sys.dev.ath.X.intmit knob to enable/disable ANI
2008-10-27 samshuffle debug setup to simplify debugging events during...
2008-10-27 samrename bf_flags to bf_txflags in preparation for the...
2008-10-27 samuse the ic's opmode instead of our hal equivalent to...
2008-10-27 samintercept IEEE80211_IOC_TXPOWER and service tx power...
2008-10-27 sammove complaints about bad rate codes up a level so...
2008-10-27 samremove driver-private equivalent of ni_txparms; it...
2008-10-27 samnow that the new association callback is used when...
2008-10-27 samo use the new association callback to notify the driver...
2008-10-27 edRemove unused consdev structure fields.
2008-10-27 sosOnly call dma.unload() if initialized.
2008-10-26 nwhitehornAdd ADB support. This provides support for the external...
2008-10-25 rnolanddrm/i915: fix ioremap of a user address for non-root...
2008-10-25 desAdd an entry for the "SIIG Cyber 4 PCI 16550", which...
2008-10-25 mavFix spelling in comment.
2008-10-25 yongariUse auto-negotiation for manual media type selection...
2008-10-25 marcelAdd a driver for flash memory that implements to the...
2008-10-24 n_hibmaMake the driver compile on FBSD6 as well.
2008-10-24 mavAdd MSI support.
2008-10-24 mavBump the revision after the latest commits.
2008-10-24 mavAdd some special handeling for AD1981HD codec. It has...
2008-10-24 n_hibmaAdd U3G_DEBUG to LINT
2008-10-24 n_hibma- Bugfix: Only claim interface after having checked...
2008-10-23 desFix a number of style issues in the MALLOC / FREE commi...
2008-10-23 rnolandReplace calls to minor() with dev2unit(). Ed already...
2008-10-23 rnolandThis check is invalid and I disabled it once already...
2008-10-23 gallatinUpdate to Myri10GE Firmware 1.4.36.
2008-10-23 edDon't include <sys/clist.h> inside ucom(4) and ufoma(4).
2008-10-23 edFix detaching of uart(4) devices.
2008-10-23 mavAdd Intel ICH10 and SCH HDA controllers PCI IDs.
2008-10-23 desRetire the MALLOC and FREE macros. They are an abomina...
2008-10-23 yongariCorrect PHY description and OUI of VSC8211. Previously...
2008-10-22 n_hibmaRemove a comment that belonged to a deleted if statement.
2008-10-22 jhbFix build with PPC_PROBE_CHIPSET enabled.
2008-10-22 jhbFix build breakage.
2008-10-22 n_hibmaRemove the debug flag.
2008-10-21 n_hibmaAdd a device ID for the Ovation MC950D (Novatel Wireles...
2008-10-21 mavAdd HDA multimedia subclass.
2008-10-21 mavAdd "SD host controller" subclass name.
2008-10-21 mavImport sdhci (PCI SD Host Controller) driver.
2008-10-21 jhbRestore the default maximum segment size for the bus...
2008-10-21 jhbSeveral cleanups to remove the need for explicit unit...
2008-10-21 kevloRemove unused age_txdq
2008-10-21 kevloNo need to sync descriptors twice in age_rxintr()
2008-10-20 mavMake HDA PCM device boot and sndstat messages more...
2008-10-20 mavTune boot messages a bit.
2008-10-19 samfix static key wep; r183248 caused drivers to be called...
2008-10-18 mavCoalesce sequentional BIO_DELETE requests to slightly...
2008-10-18 mavImplement BIO_DELETE command with MMC and SD erase...
2008-10-17 jhb- For chipsets that can't do 64k transfers, fall back...
2008-10-17 brooksWireless Mouse device of Sony VGP-WRC1 mouse/keyboard...
2008-10-17 kmacyTrack number of packets transmitted and number of packe...
2008-10-17 yongariSome 88E1149 PHY's page select is initialized to point...
2008-10-15 n_hibmaRewrite the driver to better support the Huawei devices...
2008-10-14 mariusUse bus_{read,write}_4(9) instead of bus_space_{read...
2008-10-14 mariusUse xpt_register_async() in order to remove code duplic...
2008-10-14 mavAdd all Sigmatel/IDT codecs I could find.
2008-10-14 thompsaRemove the 'old' Novatel MC950D entry which was slightl...
2008-10-14 dumbbellRewrite Synaptics touchpads support with the following...
2008-10-14 n_hibmaAdd back in the (incorrect) entry for the MC950D, as...
2008-10-14 nwhitehornConvert PowerPC AIM PCI and nexus busses to standard...
2008-10-14 n_hibmaMove all the hacks for the Huawei, Novatel and Qualcomm...
2008-10-14 n_hibmaFix a comment.
2008-10-14 n_hibma- Fix the naming of the MC950D device.
2008-10-14 rajMarvell Gigabit Ethernet controller driver.
2008-10-14 rajMbus attachment for USB EHCI integrated controller...
2008-10-14 yongariMake sure to read the last byte of EEPROM descriptor...
2008-10-13 n_hibma- Add better support for Huawei cards, by attaching...
2008-10-13 n_hibma- Only refuse to attach to the first interface on the...
2008-10-13 rajIntroduce basic support for Marvell families of system...
2008-10-13 rnolandCorrect memory leak of info->rects. Previously we...
2008-10-13 rnolandRework memory allocation to allocate memory with differ...
2008-10-13 rnolandThe linux list compat code had an error which prevented...
2008-10-13 rnolandCorrect the interrupt handling in the Intel i915 driver.
2008-10-13 rnolandSeveral of the newer radeon cards have moved around...
2008-10-13 rnolandAdd support for Radeon rs740 (HD 2100)
2008-10-13 nwhitehornChange the way we enable the BMAC cell in macio. Instea...
2008-10-13 desRevert r179409; it breaks all OX16PCI954-based cards...
2008-10-13 yongariRead PCI device id instead of PCI revision id. Also...
2008-10-12 mavBump driver revision after the previous commit.
2008-10-12 mavFix bug in a second call of the channel allocation...
2008-10-12 mavUse GB suffix only from 10GB instead of 1GB.
next