freebsd-dev/sys/dev
Luigi Rizzo f0ea3689a9 This new version of netmap brings you the following:
- netmap pipes, providing bidirectional blocking I/O while moving
  100+ Mpps between processes using shared memory channels
  (no mistake: over one hundred million. But mind you, i said
  *moving* not *processing*);

- kqueue support (BHyVe needs it);

- improved user library. Just the interface name lets you select a NIC,
  host port, VALE switch port, netmap pipe, and individual queues.
  The upcoming netmap-enabled libpcap will use this feature.

- optional extra buffers associated to netmap ports, for applications
  that need to buffer data yet don't want to make copies.

- segmentation offloading for the VALE switch, useful between VMs.

and a number of bug fixes and performance improvements.

My colleagues Giuseppe Lettieri and Vincenzo Maffione did a substantial
amount of work on these features so we owe them a big thanks.

There are some external repositories that can be of interest:

    https://code.google.com/p/netmap
        our public repository for netmap/VALE code, including
        linux versions and other stuff that does not belong here,
        such as python bindings.

    https://code.google.com/p/netmap-libpcap
        a clone of the libpcap repository with netmap support.
	With this any libpcap client has access to most netmap
	feature with no recompilation. E.g. tcpdump can filter
	packets at 10-15 Mpps.

    https://code.google.com/p/netmap-ipfw
        a userspace version of ipfw+dummynet which uses netmap
        to send/receive packets. Speed is up in the 7-10 Mpps
        range per core for simple rulesets.

Both netmap-libpcap and netmap-ipfw will be merged upstream at some
point, but while this happens it is useful to have access to them.

And yes, this code will be merged soon. It is infinitely better
than the version currently in 10 and 9.

MFC after:	3 days
2014-02-15 04:53:04 +00:00
..
aac Free the MSI again on detach if allocated. Arguably, this code would be 2013-12-29 17:37:32 +00:00
aacraid Wrap this debug statement in debug defines. Else, this driver 2014-01-03 20:45:56 +00:00
acpi_support Consistently cast ACPICA 64-bit integer types when we print them. 2013-06-26 23:52:10 +00:00
acpica Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge 2014-02-12 04:30:37 +00:00
adb Properly sort the arguments to mtx_init(9). 2014-01-23 01:09:33 +00:00
adlink Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
advansys Remove unused static function adwccbstatus() from adw(4). 2013-12-24 15:56:16 +00:00
ae Failed m_devget(9) indicates lack of free mbuf cluster. Update 2013-12-18 07:23:42 +00:00
age The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
agp Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
aha Free the dma memory from the dma map before destroying the dma map. 2014-01-19 20:32:20 +00:00
ahb Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
ahci Add ID for one more ASMedia AHCI-compatible controller. 2014-01-17 17:16:49 +00:00
aic Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
aic7xxx Remove aicasm as a build dependency. It made sense when the ahc and ahd 2014-01-07 19:33:17 +00:00
alc The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
ale m_defrag(9) does not touch original mbuf chain when it can't 2014-01-08 01:06:32 +00:00
altera Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
amdsbwd Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
amdtemp Add support for my: 2013-08-26 17:38:36 +00:00
amr Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
an Fix several panics when initialization of an ISA or PC-CARD device fails: 2013-12-14 18:49:59 +00:00
arcmsr Commit 2/2: vendor whitespace changes to the driver. 2013-12-18 19:25:40 +00:00
asmc
asr Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, 2013-10-30 14:04:47 +00:00
ata Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
ath Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. 2014-01-08 08:06:56 +00:00
atkbdc Revert r255152: 2013-09-04 18:42:05 +00:00
auxio Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
bce Fix regression introduced in r235816. 2013-10-29 06:37:27 +00:00
bfe The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
bge - Simplify MSI allocation and release. For a single one, we don't need to 2013-12-29 17:43:37 +00:00
bktr Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
bm The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
buslogic Fix memory and references leak due to unfreed path. 2013-10-22 13:52:20 +00:00
bvm - Use a callout instead of the deprecated timeout_handle. 2014-02-07 15:10:24 +00:00
bwi Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. 2014-01-08 08:06:56 +00:00
bwn Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. 2014-01-08 08:06:56 +00:00
bxe Another round of removing historical mbuf(9) allocator flags. 2014-01-16 13:44:47 +00:00
cadence The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
cardbus Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge 2014-02-12 04:30:37 +00:00
cas The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
ce The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
cesa Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
cfe More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba) 2013-10-29 14:19:42 +00:00
cfi Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
ciss Update ciss(4) with new models of raid controllers from HP 2013-08-06 03:17:01 +00:00
cm Provide necessary includes that before came via if.h. 2013-10-28 23:17:41 +00:00
cmx
coretemp Mark the coretemp(4) sysctls as MPSAFE, ensuring that Giant won't be held 2013-02-18 22:47:16 +00:00
cp The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
cpuctl Call free() on the pointer returned from malloc(). 2013-09-10 05:17:53 +00:00
cpufreq Add a quirk to disable this driver for certain older laptops with an ICH2 2013-02-26 18:30:47 +00:00
cs - Provide necessary includes. 2013-10-29 11:17:49 +00:00
ct
ctau The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
cx The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
cxgb In sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c, remove static functions 2013-12-25 22:49:54 +00:00
cxgbe In cxgbe, conditionalize the t4_pgprot_wc() function, since it is only 2014-02-14 23:38:42 +00:00
cy
dc The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
dcons MFcalloutng: 2013-02-19 18:22:25 +00:00
de The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
digi Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
dpms
dpt Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI 2013-08-12 23:30:01 +00:00
drm Back out r261266 pending security buy-in. 2014-01-31 17:39:51 +00:00
drm2 Abort when firmware isn't present in R600+ models. 2014-02-04 21:23:12 +00:00
e1000 The timestamp bit is number 17, and not number 9, in the stat error 2014-01-30 18:32:33 +00:00
ed Add bus space barriers for page switches missed in r260050. 2014-02-05 22:21:08 +00:00
eisa
en In sys/dev/en/midway.c, #if 0 an unused static function. 2013-12-29 14:19:15 +00:00
ep - Provide necessary includes. 2013-10-29 11:17:49 +00:00
esp
et The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
etherswitch Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
ex The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
exca
fatm The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
fb Clean up license text 2013-12-29 18:44:12 +00:00
fdc Reimplement the FDOPT_NOERROR feature that was kicked out in r134081. 2013-08-26 21:15:50 +00:00
fdt Better nomatch messages: include compat string. Also, flag devices as 2014-02-12 04:56:34 +00:00
fe The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
ffec Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
filemon Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
firewire Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway. 2014-01-07 15:59:33 +00:00
flash Fix a few typos for s25fl types. 2013-08-28 14:49:36 +00:00
fxp The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
gem The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
glxiic
glxsb Snapshot. This passes the build test, but has not yet been finished or debugged. 2013-10-04 06:55:06 +00:00
gpio Add OFW support to the in tree gpio compatible devices: gpioiic(4) and 2014-02-13 17:58:52 +00:00
gxemul More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba) 2013-10-29 14:19:42 +00:00
hatm Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
hifn Snapshot. This passes the build test, but has not yet been finished or debugged. 2013-10-04 06:55:06 +00:00
hme Provide necessary includes. 2013-10-28 23:34:05 +00:00
hpt27xx Re-do r255853. Along with adding back the API/ABI changes from the 2013-09-25 17:16:21 +00:00
hptiop Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, 2013-10-30 14:04:47 +00:00
hptmv Re-do r255853. Along with adding back the API/ABI changes from the 2013-09-25 17:16:21 +00:00
hptnr Re-do r255853. Along with adding back the API/ABI changes from the 2013-09-25 17:16:21 +00:00
hptrr Re-do r255853. Along with adding back the API/ABI changes from the 2013-09-25 17:16:21 +00:00
hwpmc Add hwpmc(4) support for the PowerPC 970 class processors, direct events. 2014-02-01 02:03:50 +00:00
hyperv Another round of removing historical mbuf(9) allocator flags. 2014-01-16 13:44:47 +00:00
ic Wait for DesignWare UART transfers completion before accessing line control 2013-10-26 17:24:59 +00:00
ichsmb Add ID for Intel Avoton SMBus controller. 2013-11-15 13:19:15 +00:00
ichwd Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices. 2013-07-19 21:37:40 +00:00
ida
ie Bite the bullet and start removing the first compile time warnings 2013-12-25 20:15:48 +00:00
ieee488
if_ndis Include necessary headers that now are available due to pollution 2013-10-28 07:29:16 +00:00
iicbus Allow the use of OFW I2C bus together with iicbb(4) on OFW-based systems. 2014-02-13 18:22:49 +00:00
iir Re-do r255853. Along with adding back the API/ABI changes from the 2013-09-25 17:16:21 +00:00
io
ipmi Provide a crutch that prevents watchdog to interrupt dumping 2013-10-31 05:13:53 +00:00
ips Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI 2013-08-12 23:30:01 +00:00
ipw Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. 2014-01-08 08:06:56 +00:00
isci Improve logging around some of the isci(4) reset and recovery paths. 2013-10-09 19:37:41 +00:00
iscsi Fix a rare "truncated checksums" problem, which manifested like this: 2014-01-07 11:03:57 +00:00
iscsi_initiator Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, 2013-10-30 14:04:47 +00:00
isp Fix I/O freezes in some cases, caused by r257916. 2014-02-05 16:22:02 +00:00
ispfw
iwi Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. 2014-01-08 08:06:56 +00:00
iwn Add support for the Intel Centrino Wireless-N 135 chipset. 2014-01-08 13:59:33 +00:00
ixgb The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
ixgbe It is 2014 and we have a new version of netmap. 2014-01-06 12:53:15 +00:00
jme The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
joy
kbd
kbdmux
ksyms
le Provide necessary includes. 2013-10-28 23:34:05 +00:00
led MFcalloutng: 2013-02-19 19:25:50 +00:00
lge The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
lindev
lmc Quiesce warning -Wmissing-variable-declarations from buildworld, which is 2013-10-28 02:36:34 +00:00
malo Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. 2014-01-08 08:06:56 +00:00
mbox Add a mailbox interface. 2013-07-07 19:47:22 +00:00
mc146818
mca
mcd In sys/dev/mcd/mcd.c, mark the static const COPYRIGHT string as __used, 2013-12-29 16:28:37 +00:00
md Only assert the length of the passed bio in the mdstart_vnode() when 2013-12-10 20:52:31 +00:00
mem Add new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE, used in opening 2013-07-05 21:31:16 +00:00
mfi Add support for MegaRAID Fury cards. The main change needed to boot from a 2014-02-06 02:54:04 +00:00
mge Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
mii Add definition for the Atheros 8021 gigabit PHY. 2013-11-06 16:28:26 +00:00
mk48txx
mlx
mly Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI 2013-08-12 23:30:01 +00:00
mmc Sort the list. 2014-02-03 02:56:23 +00:00
mn Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI 2013-08-12 23:30:01 +00:00
mps Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, 2013-10-30 14:04:47 +00:00
mpt - Remove a redundant variable in mpt_pci_attach(). 2013-12-29 20:41:32 +00:00
mse
msk Revert r234666. Clearing TWSI IRQ seems to cause watchdog timeout 2014-02-07 05:08:59 +00:00
mvs Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
mwl Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. 2014-01-08 08:06:56 +00:00
mxge Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
my Remove superfluous old-style rcsid[] from if_my.c. There is already an 2013-12-29 17:03:45 +00:00
nand Correct the order of arguments to mtx_init(). 2014-02-14 11:18:15 +00:00
ncv
netmap This new version of netmap brings you the following: 2014-02-15 04:53:04 +00:00
nfe The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
nge The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
nmdm Make nmdm(4) destroy devices when both sides of a pair are disconnected. 2013-12-18 12:53:48 +00:00
nsp Fxi a bunch of typos. 2013-05-10 16:41:26 +00:00
ntb Remove contractions. 2013-09-05 23:14:27 +00:00
null
nvd Add driver-assisted striping for upcoming Intel NVMe controllers that can 2013-10-08 15:44:04 +00:00
nve The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
nvme For IDENTIFY passthrough commands to Chatham prototype controllers, copy 2014-01-06 23:51:26 +00:00
nvram
nvram2env Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
nxge The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
oce Eliminate unused drbr_stats_update implementation in oce(4) driver. 2013-12-30 21:30:49 +00:00
ofw Allow the use of OFW I2C bus together with iicbb(4) on OFW-based systems. 2014-02-13 18:22:49 +00:00
patm The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
pbio
pccard
pccbb Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge 2014-02-12 04:30:37 +00:00
pcf
pci Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge 2014-02-12 04:30:37 +00:00
pcn The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
pdq - Provide necessary includes. 2013-10-29 11:17:49 +00:00
powermac_nvram Move Open Firmware device root on PowerPC, ARM, and MIPS systems to 2014-02-05 14:44:22 +00:00
ppbus The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
ppc Add support for SIIG x1 pci-e single parallel port card (JJ-E01211-S1) 2013-11-09 08:27:55 +00:00
pst Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI 2013-08-12 23:30:01 +00:00
pty
puc Clean up -Wheader-guard warnings. 2013-06-17 20:11:04 +00:00
qlxgb check for defrag only when bus_dmamap_load_mbuf_sg() returns EFBIG. Comment in 2014-02-14 01:02:06 +00:00
qlxgbe ql_hw.[c,h]: set minimum thresholds on pkt size for lro path. 2013-11-15 01:26:24 +00:00
qlxge Another round of removing historical mbuf(9) allocator flags. 2014-01-16 13:44:47 +00:00
quicc Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
ral Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. 2014-01-08 08:06:56 +00:00
random Convert the random entropy harvesting code to use a const void * pointer 2013-11-01 20:53:49 +00:00
rc
re - Implement the RX EARLYOFF and RXDV GATED bits as done by RealTek's Linux 2014-02-05 23:13:40 +00:00
rndtest Snapshot. This passes the build test, but has not yet been finished or debugged. 2013-10-04 06:55:06 +00:00
rp Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI 2013-08-12 23:30:01 +00:00
rt More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba) 2013-10-29 14:19:42 +00:00
safe Snapshot. This passes the build test, but has not yet been finished or debugged. 2013-10-04 06:55:06 +00:00
sbni - Provide necessary includes. 2013-10-29 11:17:49 +00:00
scc In sys/dev/scc, remove unused static function scc_setmreg(). While 2013-12-29 20:23:08 +00:00
scd
sdhci Fix the definition of the SDHCI_STATE_DAT and SDHCI_STATE_CMD fields, and 2014-02-12 22:25:08 +00:00
sec Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
sf The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
sfxge Bandaid for compiling with gcc. 2013-11-27 08:39:48 +00:00
sge The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
si Remove incorrect comment about splsoftclock. 2013-02-21 07:19:50 +00:00
siba Include necessary headers that now are available due to pollution 2013-10-28 07:29:16 +00:00
siis Merge CAM locking changes from the projects/camlock branch to radically 2013-10-21 12:00:26 +00:00
sio
sis The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
sk Remove superfluous old-style rcsid[] from if_sk.c. There is already an 2013-12-28 21:04:17 +00:00
smbus
smc The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
sn Provide includes that are needed in these files, and before were read 2013-10-26 18:18:50 +00:00
snc Include the now missing headers after untangling if.h and if_var.h. 2013-10-30 17:55:31 +00:00
snp
sound Use system macro instead of own hand-rolled one. 2014-02-05 08:29:24 +00:00
speaker
spibus Add an OFW SPI compatible bus. Fix the spibus probe to return 2013-10-24 16:56:38 +00:00
ste The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
stg Fxi a bunch of typos. 2013-05-10 16:41:26 +00:00
stge The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
streams Restore the previous sendfile(2) behaviour on the block devices. 2013-08-16 14:22:20 +00:00
sym In sys/dev/sym/sym_hipd.c, remove static functions sym_que_first(), 2013-12-25 17:28:18 +00:00
syscons Extend libteken to support CJK fullwidth characters. 2013-12-20 21:31:50 +00:00
tdfx Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
terasic Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
ti The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
tl The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
tpm In sys/dev/tpm/tpm.c, #if 0 an unused static function. 2013-12-29 19:55:06 +00:00
trm Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
tsec Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
twa Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, 2013-10-30 14:04:47 +00:00
twe
tws Re-do r255853. Along with adding back the API/ABI changes from the 2013-09-25 17:16:21 +00:00
tx The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
txp The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
uart Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
ubsec Snapshot. This passes the build test, but has not yet been finished or debugged. 2013-10-04 06:55:06 +00:00
usb Fix minor logical error in the XHCI driver. Set correct SETUP packet 2014-02-14 07:17:36 +00:00
utopia
vge The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
viawd
virtio Use m_defrag() instead of m_collapse() to compact a long mbuf chain 2014-02-02 05:20:46 +00:00
vkbd - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+ 2013-09-07 13:45:44 +00:00
vmware/vmxnet3 Include necessary headers that now are available due to pollution 2013-10-28 07:29:16 +00:00
vr The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
vt Implement vd_drawrect and vd_setpixel for vt(9)'s VGA driver. 2014-02-07 12:39:58 +00:00
vte The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
vx - Provide necessary includes. 2013-10-29 11:17:49 +00:00
vxge In sys/dev/vxge/vxgehal/vxgehal-ring.c, #if 0 an unused static function. 2013-12-29 20:16:12 +00:00
watchdog Use right buffer to print to. 2014-02-04 20:52:33 +00:00
wb The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
wbwd
wds Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, 2013-10-30 14:04:47 +00:00
wi Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. 2014-01-08 08:06:56 +00:00
wl The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
wpi Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. 2014-01-08 08:06:56 +00:00
wtap
xe Provide includes that are needed in these files, and before were read 2013-10-26 18:18:50 +00:00
xen dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2013-11-26 08:46:27 +00:00
xl The MII layer shouldn't care about administrative status of an 2013-10-26 18:40:17 +00:00