Up to [cvs.NetBSD.org] / src / sys / dev / usb
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.77 / (download) - annotate - [select for diffs], Thu Mar 3 05:56:28 2022 UTC (10 months, 4 weeks ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.76: +3 -3
lines
Diff to previous 1.76 (colored)
usbnet: Omit needless detachcv name parameter to usbnet_attach.
Revision 1.76 / (download) - annotate - [select for diffs], Thu Mar 3 05:56:18 2022 UTC (10 months, 4 weeks ago) by riastradh
Branch: MAIN
Changes since 1.75: +2 -11
lines
Diff to previous 1.75 (colored)
usbnet: Omit empty uno_init functions.
Revision 1.75 / (download) - annotate - [select for diffs], Thu Mar 3 05:56:09 2022 UTC (10 months, 4 weeks ago) by riastradh
Branch: MAIN
Changes since 1.74: +3 -4
lines
Diff to previous 1.74 (colored)
usbnet: Factor usbnet_init_rx_tx out into usbnet_if_init. Make it private; no need for drivers to call it any more.
Revision 1.74 / (download) - annotate - [select for diffs], Thu Mar 3 05:56:00 2022 UTC (10 months, 4 weeks ago) by riastradh
Branch: MAIN
Changes since 1.73: +3 -6
lines
Diff to previous 1.73 (colored)
usbnet drivers: Simplify return of usbnet_init_rx_tx.
Revision 1.73 / (download) - annotate - [select for diffs], Thu Mar 3 05:55:01 2022 UTC (10 months, 4 weeks ago) by riastradh
Branch: MAIN
Changes since 1.72: +3 -6
lines
Diff to previous 1.72 (colored)
usbnet drivers: Omit needless isdying tests in *_uno_init. usbnet(9) already checks this immediately before calling *_uno_init.
Revision 1.72 / (download) - annotate - [select for diffs], Thu Mar 3 05:50:22 2022 UTC (10 months, 4 weeks ago) by riastradh
Branch: MAIN
Changes since 1.71: +2 -4
lines
Diff to previous 1.71 (colored)
usbnet: Enter uno_init with the core lock held. This reduces code in all drivers except urndis(4) and aue(4). However, it's still safe for urndis to drop the core lock because the ifnet is locked, and the ifnet lock covers the DOWN->UP (uno_init) and UP->DOWN (uno_stop) transitions.
Revision 1.62.2.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:04:49 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.62.2.1: +106 -809
lines
Diff to previous 1.62.2.1 (colored) to branchpoint 1.62 (colored) next main 1.63 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.71 / (download) - annotate - [select for diffs], Sun Mar 15 23:04:51 2020 UTC (2 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh
Changes since 1.70: +18 -19
lines
Diff to previous 1.70 (colored)
Define and implement a locking protocol for the ifmedia / mii layers: - MP-safe drivers provide a mutex to ifmedia that is used to serialize access to media-related structures / hardware regsiters. Converted drivers use the new ifmedia_init_with_lock() function for this. The new name is provided to ease the transition. - Un-converted drivers continue to call ifmedia_init(), which will supply a compatibility lock to be used instead. Several media-related entry points must be aware of this compatibility lock, and are able to acquire it recursively a limited number of times, if needed. This is a SPIN mutex with priority IPL_NET. - This same lock is used to serialize access to PHY registers and other MII-related data structures. The PHY drivers are modified to acquire and release the lock, as needed, and assert the lock is held as a diagnostic aid. The "usbnet" framework has had an overhaul of its internal locking protocols to fit in with the media / mii changes, and the drivers adapted. USB wifi drivers have been changed to provide their own adaptive mutex to the ifmedia later via a new ieee80211_media_init_with_lock() function. This is required because the USB drivers need an adaptive mutex. Besised "usbnet", a few other drivers are converted: vmx, wm, ixgbe / ixv. mcx also now calls ifmedia_init_with_lock() because it needs to also use an adaptive mutex. The mcx driver still needs to be fully converted to NET_MPSAFE.
Revision 1.69.2.1 / (download) - annotate - [select for diffs], Sat Feb 29 20:19:16 2020 UTC (2 years, 11 months ago) by ad
Branch: ad-namecache
Changes since 1.69: +4 -5
lines
Diff to previous 1.69 (colored) next main 1.70 (colored)
Sync with head.
Revision 1.70 / (download) - annotate - [select for diffs], Wed Jan 29 06:35:28 2020 UTC (3 years ago) by thorpej
Branch: MAIN
CVS Tags: is-mlppp-base,
is-mlppp,
ad-namecache-base3
Changes since 1.69: +4 -5
lines
Diff to previous 1.69 (colored)
Adopt <net/if_stats.h>.
Revision 1.69 / (download) - annotate - [select for diffs], Tue Jan 7 06:42:26 2020 UTC (3 years ago) by maxv
Branch: MAIN
CVS Tags: ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base
Branch point for: ad-namecache
Changes since 1.68: +8 -8
lines
Diff to previous 1.68 (colored)
Localify, constify.
Revision 1.64.2.3 / (download) - annotate - [select for diffs], Mon Nov 25 16:37:06 2019 UTC (3 years, 2 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1
Changes since 1.64.2.2: +4 -4
lines
Diff to previous 1.64.2.2 (colored) to branchpoint 1.64 (colored) next main 1.65 (colored)
Pull up following revision(s) (requested by msaitoh in ticket #474): sys/dev/usb/if_upl.c: revision 1.68 Make it compilable with UPL_DEBUG.
Revision 1.68 / (download) - annotate - [select for diffs], Fri Sep 13 07:47:39 2019 UTC (3 years, 4 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.67: +4 -4
lines
Diff to previous 1.67 (colored)
Make it compilable with UPL_DEBUG.
Revision 1.64.2.2 / (download) - annotate - [select for diffs], Fri Sep 13 06:51:58 2019 UTC (3 years, 4 months ago) by martin
Branch: netbsd-9
Changes since 1.64.2.1: +3 -4
lines
Diff to previous 1.64.2.1 (colored) to branchpoint 1.64 (colored)
Pull up following revision(s) (requested by mrg in ticket #197): sys/dev/usb/if_url.c: revision 1.71 sys/dev/usb/usbnet.h: revision 1.15 sys/dev/usb/usb_mem.c: revision 1.72 sys/dev/usb/if_urndis.c: revision 1.24 sys/dev/usb/if_upl.c: revision 1.67 sys/dev/usb/usbnet.c: revision 1.25 sys/dev/usb/usbnet.c: revision 1.26 sys/dev/usb/usbnet.c: revision 1.27 sys/dev/usb/usbnet.c: revision 1.28 Teach urndis to handle some REMOTE_NDIS_INDICATE_STATUS_MSG. If the status is reasonable, don't tell userland we got an error. Stops spurious EIO. From openbsd. Fix bug, remove {0,0} because we switched to usb_lookup(). s/no free/no freelist entry/ in a debug message. fix a lock hang reported by sc.dying in PR#54495. remove locking in usbnet_tick(). assume that all locking needs are handled inside usbnet_tick_task(), which runs in the usbtask thread. ensure that usbnet private is valid before using it. also check NULL private pointer in usbnet_isdying(). all the other cases should never happen. don't try to set dying when we haven't usbnet_attach()d yet. reported by maxv. - use CALLARGS vs CALLED for better usbhist - turn off usbnetdebug default - log for all entry/exit points of usbnet_pipe_intr() - in usbnet_start_locked() track whether any packet has been transmitted for setting the timer. avoids spurious "watchdog timeouts" - in usbnet_stop() use callout_halt() vs callout_halt, and also stop the usb task. fixes crash of usbtask after the phy has detached. - add a little more defensive checking in the tick task, and add some high-log-level logs. - in usbnet_detach() move the call to usbnet_stop_ifp() above the calls to callout/usbtask stopping. - set ec_mii and unp_pri to NULL when freeing their data normalise an error message. document usbnet_private locking. minor knf.
Revision 1.64.2.1 / (download) - annotate - [select for diffs], Sun Sep 1 13:00:36 2019 UTC (3 years, 5 months ago) by martin
Branch: netbsd-9
Changes since 1.64: +99 -794
lines
Diff to previous 1.64 (colored)
Pull up following revision(s) (requested by mrg in ticket #135): distrib/sets/lists/comp/mi 1.2279 distrib/sets/lists/modules/mi 1.123 share/man/man9/Makefile 1.438 share/man/man9/usbnet.9 1.1-1.9 sys/dev/ic/rndisreg.h 1.3 sys/dev/usb/TODO 1.47-1.52 sys/dev/usb/TODO.usbmp 1.15,1.16 sys/dev/usb/files.usb 1.157-1.167 sys/dev/usb/if_aue.c 1.155-1.161 sys/dev/usb/if_auereg.h 1.30-1.32 sys/dev/usb/if_axe.c 1.103-1.119 sys/dev/usb/if_axen.c 1.51-1.53,1.55-1.67 sys/dev/usb/if_axenreg.h 1.15 sys/dev/usb/if_cdce.c 1.54-1.67 sys/dev/usb/if_cue.c 1.85,1.86 sys/dev/usb/if_cuereg.h 1.23 sys/dev/usb/if_kue.c 1.97-1.100 sys/dev/usb/if_kuereg.h 1.23,1.24 sys/dev/usb/if_mue.c 1.51-1.55 sys/dev/usb/if_muereg.h 1.6 sys/dev/usb/if_muevar.h 1.9 sys/dev/usb/if_smsc.c 1.46-1.61 sys/dev/usb/if_smscreg.h 1.6 sys/dev/usb/if_smscvar.h delete sys/dev/usb/if_udav.c 1.60-1.71 sys/dev/usb/if_udavreg.h 1.14,1.15 sys/dev/usb/if_upl.c 1.65,1.66 sys/dev/usb/if_ure.c 1.15-1.31 sys/dev/usb/if_urevar.h 1.4,1.5 sys/dev/usb/if_url.c 1.67-1.70 sys/dev/usb/if_urlreg.h 1.14 sys/dev/usb/if_urndis.c 1.22-1.33 sys/dev/usb/if_urtwn.c 1.72 sys/dev/usb/ohci.c 1.290 sys/dev/usb/uhub.c 1.143 sys/dev/usb/usb.c 1.180 sys/dev/usb/usb.h 1.118 sys/dev/usb/usb_mem.c 1.71 sys/dev/usb/usb_subr.c 1.238,1.239 sys/dev/usb/usbdevs 1.772 sys/dev/usb/usbdi.c 1.183,1.186 sys/dev/usb/usbdi.h 1.97 sys/dev/usb/usbdi_util.c 1.75 sys/dev/usb/usbhist.h 1.5,1.6 sys/dev/usb/usbnet.c 1.1-1.24 sys/dev/usb/usbnet.h 1.1-1.14 sys/dev/usb/usbroothub.c 1.9 sys/dev/usb/xhci.c 1.109,1.110 sys/modules/Makefile 1.223 sys/modules/usbnet/Makefile 1.1 usbnet(9): Add common framework for USB network devices. This bring various safety fixes to all updated drivers, and includes locking clean up, detach safety when being used or not, separate rx/tx locks to improve performance, porting to NET_MPSAFE, many edge/error case bugs in drivers fixed, as well as resovling PRs 54303 and 54308. These drivers are converted: axe(4), axen(4), aue(4), cdce(4), cue(4), kue(4), mue(4), smsc(4), udav(4), upl(4), ure(4), url(4), and urndis(4).
Revision 1.67 / (download) - annotate - [select for diffs], Tue Aug 27 17:24:51 2019 UTC (3 years, 5 months ago) by maxv
Branch: MAIN
Changes since 1.66: +3 -4
lines
Diff to previous 1.66 (colored)
Fix bug, remove {0,0} because we switched to usb_lookup().
Revision 1.66 / (download) - annotate - [select for diffs], Tue Aug 20 06:37:06 2019 UTC (3 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.65: +4 -4
lines
Diff to previous 1.65 (colored)
couple more changes to usbnet(9): - MII read/write reg return int instead of usbd_status (requested by skrll) - usbnet_attach_ifp(9) changes arg, two mii-specific flags are placed by a pointer to new struct usbnet_mii. if not NULL, then attach an MII to this interface like previous have_mii parameter. use this to allow ure(4) to properly pass PHY location to mii_attach(). welcome netbsd 9.99.10.
Revision 1.65 / (download) - annotate - [select for diffs], Sun Aug 18 09:29:38 2019 UTC (3 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.64: +99 -794
lines
Diff to previous 1.64 (colored)
update usbnet slight: - drivers that want to use if_input() will also set _if_input. for now, avoid attaching a per-cpu queue for them. use if_initialize() and if_register(). - when stopping pipes, don't give up after the first failure, but keep the first failure error for return and keep going - if 0 a KASSERT() in usbnet_init_rx_tx(). there's a path via if_mcast_op() that can have the ifnet unlocked today.. - in usbnet_watchdog(), abort the pipe instead of faking tx completion. avoids issues with devices with more than one tx descriptor, as well as avoiding triggering usb asserts. with these, upl(4) port to usbnet(9) now works. (would be a version bump, but upl(4) and the unported umb(4) are the only consumers that would care.)
Revision 1.64 / (download) - annotate - [select for diffs], Sun Jul 21 10:27:56 2019 UTC (3 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: netbsd-9-base
Branch point for: netbsd-9
Changes since 1.63: +2 -7
lines
Diff to previous 1.63 (colored)
remove unused structure members. this brings most <foo>_chain and <foo>_cdata structures into being identical for usb ethernet drivers. upl(4) and url(4) need more work.
Revision 1.62.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:07:33 2019 UTC (3 years, 7 months ago) by christos
Branch: phil-wifi
Changes since 1.62: +3 -3
lines
Diff to previous 1.62 (colored)
Sync with HEAD
Revision 1.63 / (download) - annotate - [select for diffs], Sun May 5 03:17:54 2019 UTC (3 years, 8 months ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20190609
Changes since 1.62: +3 -3
lines
Diff to previous 1.62 (colored)
remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h
Revision 1.61.2.1 / (download) - annotate - [select for diffs], Sat Jul 28 04:37:58 2018 UTC (4 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.61: +3 -3
lines
Diff to previous 1.61 (colored) next main 1.62 (colored)
Sync with HEAD
Revision 1.62 / (download) - annotate - [select for diffs], Tue Jun 26 06:48:02 2018 UTC (4 years, 7 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
jdolecek-ncqfixes-base,
jdolecek-ncqfixes,
isaki-audio2-base,
isaki-audio2
Branch point for: phil-wifi
Changes since 1.61: +3 -3
lines
Diff to previous 1.61 (colored)
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward compatibility with BIOC[GS]SEESENT ioctl. The userland interface is the same as FreeBSD. This change also fixes a bug that the direction is misunderstand on some environment by passing the direction to bpf_mtap*() instead of checking m->m_pkthdr.rcvif.
Revision 1.47.2.2 / (download) - annotate - [select for diffs], Mon Feb 19 19:33:06 2018 UTC (4 years, 11 months ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-2-RELEASE
Changes since 1.47.2.1: +3 -3
lines
Diff to previous 1.47.2.1 (colored) to branchpoint 1.47 (colored) next main 1.48 (colored)
Pull up following revision(s) (requested by skrll in ticket #1556): sys/dev/usb/if_athn_usb.c: 1.25 sys/dev/usb/if_atu.c: 1.56 sys/dev/usb/if_aue.c: 1.142 sys/dev/usb/if_axe.c: 1.84 sys/dev/usb/if_axen.c: 1.12 sys/dev/usb/if_cdce.c: 1.45 sys/dev/usb/if_cue.c: 1.77 sys/dev/usb/if_kue.c: 1.91 sys/dev/usb/if_otus.c: 1.32 sys/dev/usb/if_rum.c: 1.59 sys/dev/usb/if_run.c: 1.25 sys/dev/usb/if_smsc.c: 1.33 sys/dev/usb/if_udav.c: 1.52 sys/dev/usb/if_upgt.c: 1.18 sys/dev/usb/if_upl.c: 1.61 sys/dev/usb/if_ural.c: 1.53 sys/dev/usb/if_url.c: 1.57 sys/dev/usb/if_urndis.c: 1.17 sys/dev/usb/if_urtw.c: 1.14 sys/dev/usb/if_urtwn.c: 1.56 sys/dev/usb/if_zyd.c: 1.45 sys/dev/usb/irmce.c: 1.4 sys/dev/usb/pseye.c: 1.24 sys/dev/usb/ubt.c: 1.60 sys/dev/usb/ucom.c: 1.120 sys/dev/usb/udsir.c: 1.6 sys/dev/usb/ugen.c: 1.137 sys/dev/usb/uhso.c: 1.27 sys/dev/usb/uirda.c: 1.43 sys/dev/usb/ulpt.c: 1.99 sys/dev/usb/umass.c: 1.163 sys/dev/usb/umidi.c: 1.74 sys/dev/usb/uscanner.c: 1.82 sys/dev/usb/usscanner.c: 1.43 sys/dev/usb/ustir.c: 1.39 sys/dev/usb/utoppy.c: 1.30 sys/dev/usb/uvideo.c: 1.46 PR kern/52931 Kernel panics with Atheros usb wireless interface Audit the flags to usbd_create_xfer so that USBD_FORCE_SHORT_XFER is supplied wherever such a transfer is setup. We can drop USBD_SHORT_XFER_OK as it has not bearing on number of TDs
Revision 1.59.8.2 / (download) - annotate - [select for diffs], Wed Jan 31 18:01:54 2018 UTC (5 years ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1
Changes since 1.59.8.1: +3 -3
lines
Diff to previous 1.59.8.1 (colored) to branchpoint 1.59 (colored) next main 1.60 (colored)
Pull up following revision(s) (requested by skrll in ticket #509): sys/dev/usb/if_ural.c: revision 1.53 sys/dev/usb/if_run.c: revision 1.25 sys/dev/usb/ustir.c: revision 1.39 sys/dev/usb/irmce.c: revision 1.4 sys/dev/usb/if_urtwn.c: revision 1.56 sys/dev/usb/pseye.c: revision 1.24 sys/dev/usb/if_rum.c: revision 1.59 sys/dev/usb/if_upl.c: revision 1.61 sys/dev/usb/ucom.c: revision 1.120 sys/dev/usb/if_zyd.c: revision 1.45 sys/dev/usb/if_axen.c: revision 1.12 sys/dev/usb/umidi.c: revision 1.74 sys/dev/usb/if_udav.c: revision 1.52 sys/dev/usb/if_athn_usb.c: revision 1.25 sys/dev/usb/usscanner.c: revision 1.43 sys/dev/usb/ualea.c: revision 1.6 - 1.9 sys/dev/usb/if_upgt.c: revision 1.18 sys/dev/usb/if_atu.c: revision 1.56 sys/dev/usb/utoppy.c: revision 1.30 sys/dev/usb/ubt.c: revision 1.60 sys/dev/usb/if_urtw.c: revision 1.14 sys/dev/usb/uirda.c: revision 1.43 sys/dev/usb/umass.c: revision 1.163 sys/dev/usb/if_cdce.c: revision 1.45 sys/dev/usb/if_cue.c: revision 1.77 sys/dev/usb/if_kue.c: revision 1.91 sys/dev/usb/uvideo.c: revision 1.46 sys/dev/usb/uhso.c: revision 1.27 sys/dev/usb/if_smsc.c: revision 1.33 sys/dev/usb/ugen.c: revision 1.137 sys/dev/usb/if_axe.c: revision 1.84 sys/dev/usb/if_aue.c: revision 1.142 sys/dev/usb/uscanner.c: revision 1.82 sys/dev/usb/if_urndis.c: revision 1.17 sys/dev/usb/udsir.c: revision 1.6 sys/dev/usb/if_url.c: revision 1.57 sys/dev/usb/if_otus.c: revision 1.32 sys/dev/usb/ulpt.c: revision 1.99 PR kern/52931 Kernel panics with Atheros usb wireless interface Audit the flags to usbd_create_xfer so that USBD_FORCE_SHORT_XFER is supplied wherever such a transfer is setup. We can drop USBD_SHORT_XFER_OK as it has not bearing on number of TDs ualea: Tidy up a bit. Fulfil requests completely. Don't subtract uninitialized pktsize in error path.
Revision 1.61 / (download) - annotate - [select for diffs], Sun Jan 21 13:57:12 2018 UTC (5 years ago) by skrll
Branch: MAIN
CVS Tags: pgoyette-compat-base,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.60: +3 -3
lines
Diff to previous 1.60 (colored)
PR kern/52931 Kernel panics with Atheros usb wireless interface Audit the flags to usbd_create_xfer so that USBD_FORCE_SHORT_XFER is supplied wherever such a transfer is setup. We can drop USBD_SHORT_XFER_OK as it has not bearing on number of TDs
Revision 1.59.8.1 / (download) - annotate - [select for diffs], Sun Dec 10 10:10:24 2017 UTC (5 years, 1 month ago) by snj
Branch: netbsd-8
Changes since 1.59: +9 -3
lines
Diff to previous 1.59 (colored)
Pull up following revision(s) (requested by msaitoh in ticket #427): sys/arch/amiga/dev/if_bah_zbus.c: 1.17 sys/arch/arm/broadcom/bcm53xx_eth.c: 1.30 sys/arch/powerpc/booke/dev/pq3etsec.c: 1.32 sys/arch/usermode/dev/if_veth.c: 1.9 sys/dev/ic/an.c: 1.66 sys/dev/ic/athn.c: 1.17 sys/dev/ic/atw.c: 1.162 sys/dev/ic/bwi.c: 1.33 sys/dev/ic/dwc_gmac.c: 1.41-1.42 sys/dev/ic/malo.c: 1.10 sys/dev/ic/rt2560.c: 1.31 sys/dev/ic/rt2661.c: 1.36 sys/dev/ic/rt2860.c: 1.29 sys/dev/ic/rtw.c: 1.127 sys/dev/ic/rtwvar.h: 1.46 sys/dev/ic/smc90cx6.c: 1.71 sys/dev/ic/smc90cx6var.h: 1.12 sys/dev/ic/wi.c: 1.244 sys/dev/pci/if_ipw.c: 1.66 sys/dev/pci/if_iwi.c: 1.104 sys/dev/pci/if_iwm.c: 1.76 sys/dev/pci/if_iwn.c: 1.86 sys/dev/pci/if_rtwn.c: 1.13 sys/dev/pci/if_wm.c: 1.541 sys/dev/pci/if_wpi.c: 1.79 sys/dev/pci/ixgbe/ixgbe.c: 1.106 sys/dev/pci/ixgbe/ixv.c: 1.73 via patch sys/dev/pcmcia/if_malo_pcmcia.c: 1.15 sys/dev/scsipi/if_se.c: 1.95 sys/dev/usb/if_upl.c: 1.60 sys/net/if.c: 1.396 sys/net/if.h: 1.241 sys/net/if_arc.h: 1.23 sys/net/if_arcsubr.c: 1.78 sys/net/if_bridge.c: 1.136-1.137 sys/net/if_etherip.c: 1.39 sys/net/if_faith.c: 1.56 sys/net/if_gif.c: 1.131 sys/net/if_loop.c: 1.96 sys/net/if_mpls.c: 1.30 sys/net/if_pppoe.c: 1.129 sys/net/if_srt.c: 1.27 sys/net/if_stf.c: 1.102 sys/net/if_tap.c: 1.100 sys/net/if_vlan.c: 1.105 sys/netinet/ip_carp.c: 1.91 sys/rump/net/lib/libshmif/if_shmem.c: 1.73-1.74 sys/rump/net/lib/libvirtif/if_virt.c: 1.55-1.56 if_initalize() and if_attach() failed when resource allocation failed (e.g. allocating softint). Without this change, it panics. It's bad because resource shortage really occured when a lot of pseudo interface is created. To avoid this problem, don't panic and change return value of if_initialize() and if_attach() to int. Caller fanction will be recover from error cleanly by checking the return value. Return if bah_attach_subr() failed. If if_attach() failed in the attach function, return. - If if_initialize() failed in the attach function, free resources and return. - Add some missing frees in bridge_clone_destroy(). - KNF If error occured in bcmeth_ccb_attach(), free resources and return. If error occured in pq3etsec_attach(), free resources and return. If error occured in the attach function, free resources and return. - If if_initialize() failed in athn_attach(), free resources and return. - Add missing pmf_event_deregister() in athn_detach(). - Free resources correctly on some errors in atw_attach(). - Use apint*() insread of printf() in the attach function. If if_initialize() failed in the attach function, return. - If if_initialize() failed in the attach function, free resources and return. - Add missing dwc_gmac_free_dma_rings() and mutex_destroy() when attach failed. - If if_initialize() failed in the attach function, free resources and return. - ifp is always not NULL in iwi_detach(). Check correctly with ifp->if_softc. - If if_initialize() failed in the attach function, free resources and return. - Fix error path in the attach function correctly. If if_initialize() failed in the attach function, free resources and return. If if_attach() failed in the attach function, free resources and return. - If if_initialize() failed in the attach function, free resources and return. - KNF - If if_attach() failed in the attach function, free resources and return. - KNF Fix compile error. Fix compile error. We don't need '&mii', but just 'mii' for mii_detach(). Don't free sc_rthash twice
Revision 1.42.6.3 / (download) - annotate - [select for diffs], Sun Dec 3 11:37:34 2017 UTC (5 years, 1 month ago) by jdolecek
Branch: tls-maxphys
Changes since 1.42.6.2: +123 -147
lines
Diff to previous 1.42.6.2 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored)
update from HEAD
Revision 1.60 / (download) - annotate - [select for diffs], Mon Oct 23 09:27:21 2017 UTC (5 years, 3 months ago) by msaitoh
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202
Changes since 1.59: +9 -3
lines
Diff to previous 1.59 (colored)
If if_initialize() failed in the attach function, return.
Revision 1.47.4.17 / (download) - annotate - [select for diffs], Tue Sep 5 07:06:30 2017 UTC (5 years, 4 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.16: +2 -6
lines
Diff to previous 1.47.4.16 (colored) to branchpoint 1.47 (colored) next main 1.48 (colored)
Remove unnecessary splnet from upl_attach
Revision 1.47.2.1 / (download) - annotate - [select for diffs], Wed Apr 5 19:54:19 2017 UTC (5 years, 9 months ago) by snj
Branch: netbsd-7
Changes since 1.47: +106 -116
lines
Diff to previous 1.47 (colored)
Pull up following revision(s) (requested by skrll in ticket #1395): share/man/man4/axe.4: netbsd-7-nhusb share/man/man4/axen.4: netbsd-7-nhusb share/man/man4/cdce.4: netbsd-7-nhusb share/man/man4/uaudio.4: netbsd-7-nhusb share/man/man4/ucom.4: netbsd-7-nhusb share/man/man4/uep.4: netbsd-7-nhusb share/man/man4/urtw.4: netbsd-7-nhusb share/man/man4/usb.4: netbsd-7-nhusb share/man/man4/uyap.4: netbsd-7-nhusb share/man/man4/xhci.4: netbsd-7-nhusb share/man/man9/usbdi.9: netbsd-7-nhusb sys/arch/amd64/conf/ALL: netbsd-7-nhusb sys/arch/amd64/conf/GENERIC: netbsd-7-nhusb sys/arch/amiga/dev/slhci_zbus.c: netbsd-7-nhusb sys/arch/arm/allwinner/awin_otg.c: netbsd-7-nhusb sys/arch/arm/allwinner/awin_usb.c: netbsd-7-nhusb sys/arch/arm/amlogic/amlogic_dwctwo.c: netbsd-7-nhusb sys/arch/arm/at91/at91ohci.c: netbsd-7-nhusb sys/arch/arm/broadcom/bcm2835_dwctwo.c: netbsd-7-nhusb sys/arch/arm/broadcom/bcm53xx_usb.c: netbsd-7-nhusb sys/arch/arm/ep93xx/epohci.c: netbsd-7-nhusb sys/arch/arm/gemini/obio_ehci.c: netbsd-7-nhusb sys/arch/arm/imx/files.imx23: netbsd-7-nhusb sys/arch/arm/imx/imxusb.c: netbsd-7-nhusb sys/arch/arm/imx/imxusbreg.h: netbsd-7-nhusb sys/arch/arm/omap/obio_ohci.c: netbsd-7-nhusb sys/arch/arm/omap/omap3_ehci.c: netbsd-7-nhusb sys/arch/arm/omap/omapl1x_ohci.c: netbsd-7-nhusb sys/arch/arm/omap/tiotg.c: netbsd-7-nhusb sys/arch/arm/s3c2xx0/ohci_s3c24x0.c: netbsd-7-nhusb sys/arch/arm/samsung/exynos_usb.c: netbsd-7-nhusb sys/arch/arm/xscale/pxa2x0_ohci.c: netbsd-7-nhusb sys/arch/arm/zynq/zynq_usb.c: netbsd-7-nhusb sys/arch/hpcarm/dev/nbp_slhci.c: netbsd-7-nhusb sys/arch/hpcmips/dev/plumohci.c: netbsd-7-nhusb sys/arch/i386/conf/ALL: netbsd-7-nhusb sys/arch/i386/conf/GENERIC: netbsd-7-nhusb sys/arch/i386/pci/gcscehci.c: netbsd-7-nhusb sys/arch/luna68k/conf/GENERIC: netbsd-7-nhusb sys/arch/mips/adm5120/dev/ahci.c: netbsd-7-nhusb sys/arch/mips/adm5120/dev/ahcivar.h: netbsd-7-nhusb sys/arch/mips/alchemy/dev/ohci_aubus.c: netbsd-7-nhusb sys/arch/mips/atheros/dev/ehci_arbus.c: netbsd-7-nhusb sys/arch/mips/atheros/dev/ohci_arbus.c: netbsd-7-nhusb sys/arch/mips/conf/files.adm5120: netbsd-7-nhusb sys/arch/mips/ralink/ralink_ehci.c: netbsd-7-nhusb sys/arch/mips/ralink/ralink_ohci.c: netbsd-7-nhusb sys/arch/mips/rmi/rmixl_ehci.c: netbsd-7-nhusb sys/arch/mips/rmi/rmixl_ohci.c: netbsd-7-nhusb sys/arch/playstation2/dev/ohci_sbus.c: netbsd-7-nhusb sys/arch/powerpc/booke/dev/pq3ehci.c: netbsd-7-nhusb sys/arch/powerpc/ibm4xx/dev/dwctwo_plb.c: netbsd-7-nhusb sys/arch/x68k/dev/slhci_intio.c: netbsd-7-nhusb sys/conf/files: netbsd-7-nhusb sys/dev/cardbus/ehci_cardbus.c: netbsd-7-nhusb sys/dev/cardbus/ohci_cardbus.c: netbsd-7-nhusb sys/dev/cardbus/uhci_cardbus.c: netbsd-7-nhusb sys/dev/ic/sl811hs.c: netbsd-7-nhusb sys/dev/ic/sl811hsvar.h: netbsd-7-nhusb sys/dev/isa/slhci_isa.c: netbsd-7-nhusb sys/dev/marvell/ehci_mv.c: netbsd-7-nhusb sys/dev/pci/ehci_pci.c: netbsd-7-nhusb sys/dev/pci/ohci_pci.c: netbsd-7-nhusb sys/dev/pci/uhci_pci.c: netbsd-7-nhusb sys/dev/pci/xhci_pci.c: netbsd-7-nhusb sys/dev/pcmcia/slhci_pcmcia.c: netbsd-7-nhusb sys/dev/usb/Makefile.usbdevs: netbsd-7-nhusb sys/dev/usb/TODO: netbsd-7-nhusb sys/dev/usb/TODO.usbmp: netbsd-7-nhusb sys/dev/usb/aubtfwl.c: netbsd-7-nhusb sys/dev/usb/auvitek.c: netbsd-7-nhusb sys/dev/usb/auvitek_audio.c: netbsd-7-nhusb sys/dev/usb/auvitek_dtv.c: netbsd-7-nhusb sys/dev/usb/auvitek_i2c.c: netbsd-7-nhusb sys/dev/usb/auvitek_video.c: netbsd-7-nhusb sys/dev/usb/auvitekvar.h: netbsd-7-nhusb sys/dev/usb/ehci.c: netbsd-7-nhusb sys/dev/usb/ehcireg.h: netbsd-7-nhusb sys/dev/usb/ehcivar.h: netbsd-7-nhusb sys/dev/usb/emdtv.c: netbsd-7-nhusb sys/dev/usb/emdtv_dtv.c: netbsd-7-nhusb sys/dev/usb/emdtv_ir.c: netbsd-7-nhusb sys/dev/usb/emdtvvar.h: netbsd-7-nhusb sys/dev/usb/ezload.c: netbsd-7-nhusb sys/dev/usb/ezload.h: netbsd-7-nhusb sys/dev/usb/files.usb: netbsd-7-nhusb sys/dev/usb/hid.c: netbsd-7-nhusb sys/dev/usb/hid.h: netbsd-7-nhusb sys/dev/usb/if_athn_usb.c: netbsd-7-nhusb sys/dev/usb/if_athn_usb.h: netbsd-7-nhusb sys/dev/usb/if_atu.c: netbsd-7-nhusb sys/dev/usb/if_atureg.h: netbsd-7-nhusb sys/dev/usb/if_aue.c: netbsd-7-nhusb sys/dev/usb/if_auereg.h: netbsd-7-nhusb sys/dev/usb/if_axe.c: netbsd-7-nhusb sys/dev/usb/if_axen.c: netbsd-7-nhusb sys/dev/usb/if_axenreg.h: netbsd-7-nhusb sys/dev/usb/if_axereg.h: netbsd-7-nhusb sys/dev/usb/if_cdce.c: netbsd-7-nhusb sys/dev/usb/if_cdcereg.h: netbsd-7-nhusb sys/dev/usb/if_cue.c: netbsd-7-nhusb sys/dev/usb/if_cuereg.h: netbsd-7-nhusb sys/dev/usb/if_kue.c: netbsd-7-nhusb sys/dev/usb/if_kuereg.h: netbsd-7-nhusb sys/dev/usb/if_otus.c: netbsd-7-nhusb sys/dev/usb/if_otusvar.h: netbsd-7-nhusb sys/dev/usb/if_rum.c: netbsd-7-nhusb sys/dev/usb/if_rumreg.h: netbsd-7-nhusb sys/dev/usb/if_rumvar.h: netbsd-7-nhusb sys/dev/usb/if_run.c: netbsd-7-nhusb sys/dev/usb/if_runvar.h: netbsd-7-nhusb sys/dev/usb/if_smsc.c: netbsd-7-nhusb sys/dev/usb/if_smscreg.h: netbsd-7-nhusb sys/dev/usb/if_smscvar.h: netbsd-7-nhusb sys/dev/usb/if_udav.c: netbsd-7-nhusb sys/dev/usb/if_udavreg.h: netbsd-7-nhusb sys/dev/usb/if_upgt.c: netbsd-7-nhusb sys/dev/usb/if_upgtvar.h: netbsd-7-nhusb sys/dev/usb/if_upl.c: netbsd-7-nhusb sys/dev/usb/if_ural.c: netbsd-7-nhusb sys/dev/usb/if_uralreg.h: netbsd-7-nhusb sys/dev/usb/if_uralvar.h: netbsd-7-nhusb sys/dev/usb/if_url.c: netbsd-7-nhusb sys/dev/usb/if_urlreg.h: netbsd-7-nhusb sys/dev/usb/if_urndis.c: netbsd-7-nhusb sys/dev/usb/if_urndisreg.h: netbsd-7-nhusb sys/dev/usb/if_urtw.c: netbsd-7-nhusb sys/dev/usb/if_urtwn.c: netbsd-7-nhusb sys/dev/usb/if_urtwn_data.h: netbsd-7-nhusb sys/dev/usb/if_urtwnreg.h: netbsd-7-nhusb sys/dev/usb/if_urtwnvar.h: netbsd-7-nhusb sys/dev/usb/if_urtwreg.h: netbsd-7-nhusb sys/dev/usb/if_zyd.c: netbsd-7-nhusb sys/dev/usb/if_zydreg.h: netbsd-7-nhusb sys/dev/usb/irmce.c: netbsd-7-nhusb sys/dev/usb/moscom.c: netbsd-7-nhusb sys/dev/usb/motg.c: netbsd-7-nhusb sys/dev/usb/motgvar.h: netbsd-7-nhusb sys/dev/usb/ohci.c: netbsd-7-nhusb sys/dev/usb/ohcireg.h: netbsd-7-nhusb sys/dev/usb/ohcivar.h: netbsd-7-nhusb sys/dev/usb/pseye.c: netbsd-7-nhusb sys/dev/usb/slurm.c: netbsd-7-nhusb sys/dev/usb/stuirda.c: netbsd-7-nhusb sys/dev/usb/u3g.c: netbsd-7-nhusb sys/dev/usb/uark.c: netbsd-7-nhusb sys/dev/usb/uatp.c: netbsd-7-nhusb sys/dev/usb/uaudio.c: netbsd-7-nhusb sys/dev/usb/uberry.c: netbsd-7-nhusb sys/dev/usb/ubsa.c: netbsd-7-nhusb sys/dev/usb/ubsa_common.c: netbsd-7-nhusb sys/dev/usb/ubsavar.h: netbsd-7-nhusb sys/dev/usb/ubt.c: netbsd-7-nhusb sys/dev/usb/uchcom.c: netbsd-7-nhusb sys/dev/usb/ucom.c: netbsd-7-nhusb sys/dev/usb/ucomvar.h: netbsd-7-nhusb sys/dev/usb/ucycom.c: netbsd-7-nhusb sys/dev/usb/udl.c: netbsd-7-nhusb sys/dev/usb/udl.h: netbsd-7-nhusb sys/dev/usb/udsbr.c: netbsd-7-nhusb sys/dev/usb/udsir.c: netbsd-7-nhusb sys/dev/usb/uep.c: netbsd-7-nhusb sys/dev/usb/uftdi.c: netbsd-7-nhusb sys/dev/usb/uftdireg.h: netbsd-7-nhusb sys/dev/usb/ugen.c: netbsd-7-nhusb sys/dev/usb/ugensa.c: netbsd-7-nhusb sys/dev/usb/uhci.c: netbsd-7-nhusb sys/dev/usb/uhcireg.h: netbsd-7-nhusb sys/dev/usb/uhcivar.h: netbsd-7-nhusb sys/dev/usb/uhid.c: netbsd-7-nhusb sys/dev/usb/uhidev.c: netbsd-7-nhusb sys/dev/usb/uhidev.h: netbsd-7-nhusb sys/dev/usb/uhmodem.c: netbsd-7-nhusb sys/dev/usb/uhso.c: netbsd-7-nhusb sys/dev/usb/uhub.c: netbsd-7-nhusb sys/dev/usb/uipad.c: netbsd-7-nhusb sys/dev/usb/uipaq.c: netbsd-7-nhusb sys/dev/usb/uirda.c: netbsd-7-nhusb sys/dev/usb/uirdavar.h: netbsd-7-nhusb sys/dev/usb/ukbd.c: netbsd-7-nhusb sys/dev/usb/ukbdmap.c: netbsd-7-nhusb sys/dev/usb/ukyopon.c: netbsd-7-nhusb sys/dev/usb/ukyopon.h: netbsd-7-nhusb sys/dev/usb/ulpt.c: netbsd-7-nhusb sys/dev/usb/umass.c: netbsd-7-nhusb sys/dev/usb/umass_isdata.c: netbsd-7-nhusb sys/dev/usb/umass_isdata.h: netbsd-7-nhusb sys/dev/usb/umass_quirks.c: netbsd-7-nhusb sys/dev/usb/umass_quirks.h: netbsd-7-nhusb sys/dev/usb/umass_scsipi.c: netbsd-7-nhusb sys/dev/usb/umass_scsipi.h: netbsd-7-nhusb sys/dev/usb/umassvar.h: netbsd-7-nhusb sys/dev/usb/umcs.c: netbsd-7-nhusb sys/dev/usb/umct.c: netbsd-7-nhusb sys/dev/usb/umidi.c: netbsd-7-nhusb sys/dev/usb/umidi_quirks.c: netbsd-7-nhusb sys/dev/usb/umidi_quirks.h: netbsd-7-nhusb sys/dev/usb/umodem.c: netbsd-7-nhusb sys/dev/usb/umodem_common.c: netbsd-7-nhusb sys/dev/usb/umodemvar.h: netbsd-7-nhusb sys/dev/usb/ums.c: netbsd-7-nhusb sys/dev/usb/uplcom.c: netbsd-7-nhusb sys/dev/usb/urio.c: netbsd-7-nhusb sys/dev/usb/urio.h: netbsd-7-nhusb sys/dev/usb/usb.c: netbsd-7-nhusb sys/dev/usb/usb.h: netbsd-7-nhusb sys/dev/usb/usb_mem.c: netbsd-7-nhusb sys/dev/usb/usb_mem.h: netbsd-7-nhusb sys/dev/usb/usb_quirks.c: netbsd-7-nhusb sys/dev/usb/usb_quirks.h: netbsd-7-nhusb sys/dev/usb/usb_subr.c: netbsd-7-nhusb sys/dev/usb/usbdevices.config: netbsd-7-nhusb sys/dev/usb/usbdevs: netbsd-7-nhusb sys/dev/usb/usbdevs.h: netbsd-7-nhusb sys/dev/usb/usbdevs_data.h: netbsd-7-nhusb sys/dev/usb/usbdi.c: netbsd-7-nhusb sys/dev/usb/usbdi.h: netbsd-7-nhusb sys/dev/usb/usbdi_util.c: netbsd-7-nhusb sys/dev/usb/usbdi_util.h: netbsd-7-nhusb sys/dev/usb/usbdivar.h: netbsd-7-nhusb sys/dev/usb/usbhid.h: netbsd-7-nhusb sys/dev/usb/usbhist.h: netbsd-7-nhusb sys/dev/usb/usbroothub.c: netbsd-7-nhusb sys/dev/usb/usbroothub.h: netbsd-7-nhusb sys/dev/usb/usbroothub_subr.c: delete sys/dev/usb/usbroothub_subr.h: delete sys/dev/usb/uscanner.c: netbsd-7-nhusb sys/dev/usb/uslsa.c: netbsd-7-nhusb sys/dev/usb/usscanner.c: netbsd-7-nhusb sys/dev/usb/ustir.c: netbsd-7-nhusb sys/dev/usb/uthum.c: netbsd-7-nhusb sys/dev/usb/utoppy.c: netbsd-7-nhusb sys/dev/usb/uts.c: netbsd-7-nhusb sys/dev/usb/uvideo.c: netbsd-7-nhusb sys/dev/usb/uvisor.c: netbsd-7-nhusb sys/dev/usb/uvscom.c: netbsd-7-nhusb sys/dev/usb/uyap.c: netbsd-7-nhusb sys/dev/usb/uyap_firmware.h: netbsd-7-nhusb sys/dev/usb/uyurex.c: netbsd-7-nhusb sys/dev/usb/x1input_rdesc.h: netbsd-7-nhusb sys/dev/usb/xhci.c: netbsd-7-nhusb sys/dev/usb/xhcireg.h: netbsd-7-nhusb sys/dev/usb/xhcivar.h: netbsd-7-nhusb sys/dev/usb/xinput_rdesc.h: netbsd-7-nhusb sys/external/bsd/common/conf/files.linux: netbsd-7-nhusb sys/external/bsd/common/include/linux/err.h: netbsd-7-nhusb sys/external/bsd/common/include/linux/kernel.h: netbsd-7-nhusb sys/external/bsd/common/include/linux/workqueue.h: netbsd-7-nhusb sys/external/bsd/common/linux/linux_work.c: netbsd-7-nhusb sys/external/bsd/drm2/dist/drm/radeon/atombios_encoders.c: netbsd-7-nhusb sys/external/bsd/drm2/dist/drm/radeon/radeon_legacy_encoders.c: netbsd-7-nhusb sys/external/bsd/drm2/drm/files.drmkms: netbsd-7-nhusb sys/external/bsd/drm2/i915drm/files.i915drmkms: netbsd-7-nhusb sys/external/bsd/drm2/include/linux/err.h: delete sys/external/bsd/drm2/include/linux/workqueue.h: delete sys/external/bsd/drm2/linux/files.drmkms_linux: netbsd-7-nhusb sys/external/bsd/drm2/linux/linux_work.c: delete sys/external/bsd/dwc2/dwc2.c: netbsd-7-nhusb sys/external/bsd/dwc2/dwc2.h: netbsd-7-nhusb sys/external/bsd/dwc2/dwc2var.h: netbsd-7-nhusb sys/external/bsd/dwc2/dwctwo2netbsd: netbsd-7-nhusb sys/external/bsd/dwc2/conf/files.dwc2: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_core.c: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_core.h: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_coreintr.c: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_hcd.c: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_hcd.h: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_hcdddma.c: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_hcdintr.c: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_hw.h: netbsd-7-nhusb sys/modules/drmkms_linux/Makefile: netbsd-7-nhusb sys/modules/i915drmkms/Makefile: netbsd-7-nhusb sys/rump/dev/lib/libugenhc/ugenhc.c: netbsd-7-nhusb sys/rump/dev/lib/libusb/Makefile: netbsd-7-nhusb sys/rump/dev/lib/libusb/USB.ioconf: netbsd-7-nhusb sys/rump/dev/lib/libusb/usb_at_ugenhc.c: delete sys/rump/dev/lib/libusb/opt/opt_usb.h: delete sys/rump/dev/lib/libusb/opt/opt_usbverbose.h: delete sys/sys/mbuf.h: netbsd-7-nhusb usr.sbin/usbdevs/usbdevs.8: netbsd-7-nhusb usr.sbin/usbdevs/usbdevs.c: netbsd-7-nhusb Merge netbsd-7-nhusb: - API / infrastructure changes to support memory management changes. - Memory management improvements and bug fixes. - HCDs should now be MP safe - conversion to KERNHIST based debug - FS/LS isoc support on ehci(4). - conversion to kmem(9) - Some USB 3 support - mostly from Takahiro HAYASHI (t-hash). - interrupt transfers now get proper DMA operations - general bug fixes - kern/48308 - uhub status notification improvements - umass(4) probe fix (applied to HEAD already) - ohci(4) short transfer fix - Change the SOFTINT level from NET to SERIAL for the USB softint handler. This gives the callback a chance of running when another softint handler at SOFTINT_NET has blocked holding a lock, e.g. softnet_lock and most of the network stack. - kern/49065 - ifconfig tun0 ... sequence locks up system / lockup: softnet_lock held across usb xfr - kern/50491 - unkillable wait in usbd_transfer while using usmsc0 on raspberry pi 2 - kern/51395 - USB Ethernet makes xhci hang - Various improvements to slhci(4) - Various improvements to dwc2(4)
Revision 1.56.2.2 / (download) - annotate - [select for diffs], Mon Mar 20 06:57:38 2017 UTC (5 years, 10 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.56.2.1: +3 -3
lines
Diff to previous 1.56.2.1 (colored) to branchpoint 1.56 (colored) next main 1.57 (colored)
Sync with HEAD
Revision 1.47.4.16 / (download) - annotate - [select for diffs], Sun Feb 5 13:40:46 2017 UTC (5 years, 11 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.15: +3 -12
lines
Diff to previous 1.47.4.15 (colored) to branchpoint 1.47 (colored)
Sync with HEAD
Revision 1.47.8.2 / (download) - annotate - [select for diffs], Thu Jan 26 21:54:24 2017 UTC (6 years ago) by skrll
Branch: netbsd-7-nhusb
Changes since 1.47.8.1: +3 -2
lines
Diff to previous 1.47.8.1 (colored) to branchpoint 1.47 (colored) next main 1.48 (colored)
Sync with HEAD/nhusb
Revision 1.59 / (download) - annotate - [select for diffs], Thu Jan 12 18:26:08 2017 UTC (6 years ago) by maya
Branch: MAIN
CVS Tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
netbsd-8-base,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.58: +3 -3
lines
Diff to previous 1.58 (colored)
Appease coverity which is having nightmares about strings not being null-terminated by using strlcpy rather than strncpy when it doesn't matter. ok christos.
Revision 1.56.2.1 / (download) - annotate - [select for diffs], Sat Jan 7 08:56:41 2017 UTC (6 years ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.56: +3 -11
lines
Diff to previous 1.56 (colored)
Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
Revision 1.58 / (download) - annotate - [select for diffs], Thu Dec 15 09:28:06 2016 UTC (6 years, 1 month ago) by ozaki-r
Branch: MAIN
CVS Tags: pgoyette-localcount-20170107
Changes since 1.57: +2 -11
lines
Diff to previous 1.57 (colored)
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input The benefits of the change are: - We can reduce codes - We can provide the same behavior between drivers - Where/When if_ipackets is counted up - Note that some drivers still update packet statistics in their own way (periodical update) - Moved bpf_mtap run in softint - This makes it easy to MP-ify bpf Proposed on tech-kern and tech-net
Revision 1.47.4.15 / (download) - annotate - [select for diffs], Mon Dec 5 10:55:18 2016 UTC (6 years, 1 month ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.14: +3 -2
lines
Diff to previous 1.47.4.14 (colored) to branchpoint 1.47 (colored)
Sync with HEAD
Revision 1.57 / (download) - annotate - [select for diffs], Fri Nov 25 12:56:29 2016 UTC (6 years, 2 months ago) by skrll
Branch: MAIN
CVS Tags: nick-nhusb-base-20161204
Changes since 1.56: +3 -2
lines
Diff to previous 1.56 (colored)
+#include "opt_usb.h"
Revision 1.47.8.1 / (download) - annotate - [select for diffs], Tue Sep 6 20:33:08 2016 UTC (6 years, 4 months ago) by skrll
Branch: netbsd-7-nhusb
Changes since 1.47: +105 -116
lines
Diff to previous 1.47 (colored)
First pass at netbsd-7 updated with USB code from HEAD
Revision 1.47.4.14 / (download) - annotate - [select for diffs], Sat Jul 9 20:25:15 2016 UTC (6 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.13: +12 -13
lines
Diff to previous 1.47.4.13 (colored) to branchpoint 1.47 (colored)
Sync with HEAD
Revision 1.56 / (download) - annotate - [select for diffs], Thu Jul 7 06:55:42 2016 UTC (6 years, 6 months ago) by msaitoh
Branch: MAIN
CVS Tags: pgoyette-localcount-base,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.55: +10 -11
lines
Diff to previous 1.55 (colored)
KNF. Remove extra spaces. No functional change.
Revision 1.55 / (download) - annotate - [select for diffs], Wed Jun 22 10:44:31 2016 UTC (6 years, 7 months ago) by knakahara
Branch: MAIN
Changes since 1.54: +3 -3
lines
Diff to previous 1.54 (colored)
fix: locking about IFQ_ENQUEUE and ALTQ - If NET_MPSAFE is not defined, IFQ_LOCK is nop. Currently, that means IFQ_ENQUEUE() of some paths such as bridge_enqueue() is called parallel wrongly. - If ALTQ is enabled, Tx processing should call if_transmit() (= IFQ_ENQUEUE + ifp->if_start()) instead of ifp->if_transmit() to call ALTQ_ENQUEUE() and ALTQ_DEQUEUE(). Furthermore, ALTQ processing is always required KERNEL_LOCK currently.
Revision 1.54 / (download) - annotate - [select for diffs], Fri Jun 10 13:27:15 2016 UTC (6 years, 7 months ago) by ozaki-r
Branch: MAIN
Changes since 1.53: +3 -3
lines
Diff to previous 1.53 (colored)
Introduce m_set_rcvif and m_reset_rcvif The API is used to set (or reset) a received interface of a mbuf. They are counterpart of m_get_rcvif, which will come in another commit, hide internal of rcvif operation, and reduce the diff of the upcoming change. No functional change.
Revision 1.47.4.13 / (download) - annotate - [select for diffs], Sun May 29 08:44:31 2016 UTC (6 years, 8 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.12: +7 -18
lines
Diff to previous 1.47.4.12 (colored) to branchpoint 1.47 (colored)
Sync with HEAD
Revision 1.53 / (download) - annotate - [select for diffs], Thu Apr 28 01:37:17 2016 UTC (6 years, 9 months ago) by knakahara
Branch: MAIN
CVS Tags: nick-nhusb-base-20160529
Changes since 1.52: +5 -16
lines
Diff to previous 1.52 (colored)
introduce new ifnet MP-scalable sending interface "if_transmit".
Revision 1.52 / (download) - annotate - [select for diffs], Thu Apr 28 00:16:56 2016 UTC (6 years, 9 months ago) by ozaki-r
Branch: MAIN
Changes since 1.51: +4 -4
lines
Diff to previous 1.51 (colored)
Constify rtentry of if_output We no longer need to change rtentry below if_output. The change makes it clear where rtentries are changed (or not) and helps forthcoming locking (os psrefing) rtentries.
Revision 1.51 / (download) - annotate - [select for diffs], Sat Apr 23 10:15:31 2016 UTC (6 years, 9 months ago) by skrll
Branch: MAIN
Changes since 1.50: +99 -109
lines
Diff to previous 1.50 (colored)
Merge nick-nhusb - API / infrastructure changes to support memory management changes. - Memory management improvements and bug fixes. - HCDs should now be MP safe - conversion to KERNHIST based debug - FS/LS isoc support on ehci(4). - conversion to kmem(9) - Some USB 3 support - mostly from Takahiro HAYASHI (t-hash). - interrupt transfers now get proper DMA operations - general bug fixes - kern/48308 - uhub status notification improvements - umass(4) probe fix (applied to HEAD already) - ohci(4) short transfer fix
Revision 1.47.4.12 / (download) - annotate - [select for diffs], Fri Apr 22 15:44:14 2016 UTC (6 years, 9 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.11: +4 -5
lines
Diff to previous 1.47.4.11 (colored) to branchpoint 1.47 (colored)
Sync with HEAD
Revision 1.50 / (download) - annotate - [select for diffs], Wed Apr 20 09:01:04 2016 UTC (6 years, 9 months ago) by knakahara
Branch: MAIN
CVS Tags: nick-nhusb-base-20160422
Changes since 1.49: +4 -5
lines
Diff to previous 1.49 (colored)
IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE caller
Revision 1.47.4.11 / (download) - annotate - [select for diffs], Sun Mar 20 08:42:19 2016 UTC (6 years, 10 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.10: +3 -3
lines
Diff to previous 1.47.4.10 (colored) to branchpoint 1.47 (colored)
Whitespace
Revision 1.47.4.10 / (download) - annotate - [select for diffs], Sat Mar 19 11:30:19 2016 UTC (6 years, 10 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.9: +6 -5
lines
Diff to previous 1.47.4.9 (colored) to branchpoint 1.47 (colored)
Sync with HEAD
Revision 1.49 / (download) - annotate - [select for diffs], Tue Feb 9 08:32:12 2016 UTC (6 years, 11 months ago) by ozaki-r
Branch: MAIN
CVS Tags: nick-nhusb-base-20160319
Changes since 1.48: +6 -5
lines
Diff to previous 1.48 (colored)
Introduce softint-based if_input This change intends to run the whole network stack in softint context (or normal LWP), not hardware interrupt context. Note that the work is still incomplete by this change; to that end, we also have to softint-ify if_link_state_change (and bpf) which can still run in hardware interrupt. This change softint-ifies at ifp->if_input that is called from each device driver (and ieee80211_input) to ensure Layer 2 runs in softint (e.g., ether_input and bridge_input). To this end, we provide a framework (called percpuq) that utlizes softint(9) and percpu ifqueues. With this patch, rxintr of most drivers just queues received packets and schedules a softint, and the softint dequeues packets and does rest packet processing. To minimize changes to each driver, percpuq is allocated in struct ifnet for now and that is initialized by default (in if_attach). We probably have to move percpuq to softc of each driver, but it's future work. At this point, only wm(4) has percpuq in its softc as a reference implementation. Additional information including performance numbers can be found in the thread at tech-kern@ and tech-net@: http://mail-index.netbsd.org/tech-kern/2016/01/14/msg019997.html Acknowledgment: riastradh@ greatly helped this work. Thank you very much!
Revision 1.47.4.9 / (download) - annotate - [select for diffs], Mon Dec 28 09:26:33 2015 UTC (7 years, 1 month ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.8: +30 -24
lines
Diff to previous 1.47.4.8 (colored) to branchpoint 1.47 (colored)
Strictly follow the sequence abort pipe, destroy xfers, and close pipe as API now requires. Plug some memory leaks in some drivers while doing this. Also, remove up_refcnt as it was broken and helped leak more memory.
Revision 1.47.4.8 / (download) - annotate - [select for diffs], Tue Oct 6 21:32:15 2015 UTC (7 years, 3 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.7: +33 -48
lines
Diff to previous 1.47.4.7 (colored) to branchpoint 1.47 (colored)
Move from usbd_{alloc,free}_xfer and usbd_{alloc,free}_buffer to usbd_{create,destroy}_xfer. The API change will allow future changes to HCDs to simplify the transfer resource allocation and activation. Several devices tested including ucom, umass, smsc, uvideo, and uaudio.
Revision 1.47.4.7 / (download) - annotate - [select for diffs], Sat Jun 6 14:40:14 2015 UTC (7 years, 7 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.6: +3 -3
lines
Diff to previous 1.47.4.6 (colored) to branchpoint 1.47 (colored)
Sync with HEAD
Revision 1.48 / (download) - annotate - [select for diffs], Mon Apr 13 16:33:25 2015 UTC (7 years, 9 months ago) by riastradh
Branch: MAIN
CVS Tags: nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606
Changes since 1.47: +3 -3
lines
Diff to previous 1.47 (colored)
Convert sys/dev to use <sys/rndsource.h>.
Revision 1.47.4.6 / (download) - annotate - [select for diffs], Sat Mar 21 11:33:37 2015 UTC (7 years, 10 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.5: +6 -6
lines
Diff to previous 1.47.4.5 (colored) to branchpoint 1.47 (colored)
Add prefixes to attach_arg structure member names. No functional change.
Revision 1.47.4.5 / (download) - annotate - [select for diffs], Thu Mar 19 17:26:43 2015 UTC (7 years, 10 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.4: +14 -14
lines
Diff to previous 1.47.4.4 (colored) to branchpoint 1.47 (colored)
Do the same as OpenBSD and get rid of the *_handle typedefs and use plain structures insteads
Revision 1.47.4.4 / (download) - annotate - [select for diffs], Fri Dec 5 09:37:49 2014 UTC (8 years, 1 month ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.3: +26 -26
lines
Diff to previous 1.47.4.3 (colored) to branchpoint 1.47 (colored)
KNF. Remove ( ) from return statements.
Revision 1.47.4.3 / (download) - annotate - [select for diffs], Wed Dec 3 22:33:56 2014 UTC (8 years, 1 month ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.2: +2 -3
lines
Diff to previous 1.47.4.2 (colored) to branchpoint 1.47 (colored)
Remove #include <sys/malloc.h> where it's not (no longer) needed
Revision 1.47.4.2 / (download) - annotate - [select for diffs], Tue Dec 2 09:00:33 2014 UTC (8 years, 2 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47.4.1: +5 -5
lines
Diff to previous 1.47.4.1 (colored) to branchpoint 1.47 (colored)
Step #1 of memory allocation re-organisation. Centralised the buffer allocation routine which now supports DMA and non-DMA capable host controllers. Remove the ubm_{alloc,free}m methods from usbd_bus_methods. The buffer allocation is only allowed in thread context and, therefore, negates the usefulness of the reserve dma code which is removed in this change. USBD_NO_COPY is also no longer required as usbd_transfer and usbd_transfer_complete now track buffer usage and handle any copying.
Revision 1.47.4.1 / (download) - annotate - [select for diffs], Sun Nov 30 12:18:58 2014 UTC (8 years, 2 months ago) by skrll
Branch: nick-nhusb
Changes since 1.47: +6 -6
lines
Diff to previous 1.47 (colored)
Use C99 types. u_int{8,16,32,64}_t to uint{8,16,32,64}_t. No functional change.
Revision 1.42.6.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:51 2014 UTC (8 years, 5 months ago) by tls
Branch: tls-maxphys
Changes since 1.42.6.1: +9 -20
lines
Diff to previous 1.42.6.1 (colored) to branchpoint 1.42 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.47 / (download) - annotate - [select for diffs], Sun Aug 10 16:44:36 2014 UTC (8 years, 5 months ago) by tls
Branch: MAIN
CVS Tags: tls-maxphys-base,
nick-nhusb-base-20150406,
nick-nhusb-base,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-base,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Branch point for: nick-nhusb,
netbsd-7-nhusb,
netbsd-7
Changes since 1.46: +3 -3
lines
Diff to previous 1.46 (colored)
Merge tls-earlyentropy branch into HEAD.
Revision 1.44.10.2 / (download) - annotate - [select for diffs], Sun Aug 10 06:54:58 2014 UTC (8 years, 5 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.44.10.1: +8 -19
lines
Diff to previous 1.44.10.1 (colored) to branchpoint 1.44 (colored) next main 1.45 (colored)
Rebase.
Revision 1.46 / (download) - annotate - [select for diffs], Thu Jun 5 23:48:16 2014 UTC (8 years, 7 months ago) by rmind
Branch: MAIN
CVS Tags: tls-earlyentropy-base
Changes since 1.45: +8 -19
lines
Diff to previous 1.45 (colored)
- Implement pktqueue interface for lockless IP input queue. - Replace ipintrq and ip6intrq with the pktqueue mechanism. - Eliminate kernel-lock from ipintr() and ip6intr(). - Some preparation work to push softnet_lock out of ipintr(). Discussed on tech-net.
Revision 1.44.2.1 / (download) - annotate - [select for diffs], Sun May 18 17:45:47 2014 UTC (8 years, 8 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.44: +3 -3
lines
Diff to previous 1.44 (colored) next main 1.45 (colored)
sync with head
Revision 1.45 / (download) - annotate - [select for diffs], Thu May 15 09:23:52 2014 UTC (8 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: rmind-smpnet-nbase,
rmind-smpnet-base
Changes since 1.44: +3 -3
lines
Diff to previous 1.44 (colored)
Save a NETISR_* value in a variable and call schednetisr() after enqueue a packet for readability and future modification.
Revision 1.44.10.1 / (download) - annotate - [select for diffs], Mon Apr 7 03:37:33 2014 UTC (8 years, 9 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.44: +3 -3
lines
Diff to previous 1.44 (colored)
Be a little more clear and consistent about harvesting entropy from devices: 1) deprecate RND_FLAG_NO_ESTIMATE 2) define RND_FLAG_COLLECT_TIME, RND_FLAG_COLLECT_VALUE 3) define RND_FLAG_ESTIMATE_TIME, RND_FLAG_ESTIMATE_VALUE 4) define RND_FLAG_DEFAULT: RND_FLAG_COLLECT_TIME| RND_FLAG_COLLECT_VALUE|RND_FLAG_ESTIMATE_TIME 5) Make entropy harvesting from environmental sensors a little more generic and remove it from individual sensor drivers. 6) Remove individual open-coded delta-estimators for values from a few places in the tree (uvm, environmental drivers). 7) 0 -> RND_FLAG_DEFAULT, actually gather entropy from various drivers that had stubbed out code, other minor cleanups.
Revision 1.42.6.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:29:36 2013 UTC (9 years, 11 months ago) by tls
Branch: tls-maxphys
Changes since 1.42: +9 -6
lines
Diff to previous 1.42 (colored)
resync with head
Revision 1.38.8.2 / (download) - annotate - [select for diffs], Wed Jan 23 00:06:12 2013 UTC (10 years ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.38.8.1: +9 -6
lines
Diff to previous 1.38.8.1 (colored) to branchpoint 1.38 (colored) next main 1.39 (colored)
sync with head
Revision 1.44 / (download) - annotate - [select for diffs], Sat Jan 5 01:30:16 2013 UTC (10 years ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
yamt-pagecache-base8,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
khorben-n900,
agc-symver-base,
agc-symver
Branch point for: tls-earlyentropy,
rmind-smpnet
Changes since 1.43: +7 -5
lines
Diff to previous 1.43 (colored)
- need opt_usb.h if depending on USB_DEBUG - remove trailing whitespace - add missing KERNEL_RCSID
Revision 1.43 / (download) - annotate - [select for diffs], Thu Dec 27 16:42:32 2012 UTC (10 years, 1 month ago) by skrll
Branch: MAIN
Changes since 1.42: +4 -3
lines
Diff to previous 1.42 (colored)
Consistent/Correct error message from failing usbd_set_config. Use aprint_error_dev.
Revision 1.38.8.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:08:06 2012 UTC (10 years, 9 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.38: +3 -12
lines
Diff to previous 1.38 (colored)
sync with head
Revision 1.39.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:35:06 2012 UTC (10 years, 11 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.39: +2 -11
lines
Diff to previous 1.39 (colored) next main 1.40 (colored)
merge to -current.
Revision 1.42 / (download) - annotate - [select for diffs], Thu Feb 2 19:43:07 2012 UTC (11 years ago) by tls
Branch: MAIN
CVS Tags: yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base10
Branch point for: tls-maxphys
Changes since 1.41: +2 -11
lines
Diff to previous 1.41 (colored)
Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code and source/sink/sample management code to sys/kern from sys/dev. 2) Remove use of NRND as test for presence of entropy-pool code throughout source tree. 3) Remove use of RND_ENABLED in device drivers as microoptimization to avoid expensive operations on disabled entropy sources; make the rnd_add calls do this directly so all callers benefit. 4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might have lead to slight entropy overestimation for some sources. 5) Add new source types for environmental sensors, power sensors, VM system events, and skew between clocks, with a sample implementation for each. ok releng to go in before the branch due to the difficulty of later pullup (widespread #ifdef removal and moved files). Tested with release builds on amd64 and evbarm and live testing on amd64.
Revision 1.41 / (download) - annotate - [select for diffs], Fri Dec 23 00:51:44 2011 UTC (11 years, 1 month ago) by jakllsch
Branch: MAIN
Changes since 1.40: +5 -5
lines
Diff to previous 1.40 (colored)
Revert previous due to active usbmp branch(es).
Revision 1.40 / (download) - annotate - [select for diffs], Thu Dec 22 20:06:59 2011 UTC (11 years, 1 month ago) by jakllsch
Branch: MAIN
Changes since 1.39: +5 -5
lines
Diff to previous 1.39 (colored)
Adjust-away inconsistent and trailing whitespace.
Revision 1.39 / (download) - annotate - [select for diffs], Sat Nov 19 22:51:24 2011 UTC (11 years, 2 months ago) by tls
Branch: MAIN
CVS Tags: mrg-ohci-jmcneill-usbmp-base,
mrg-ohci-jmcneill-usbmp,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.38: +3 -3
lines
Diff to previous 1.38 (colored)
First step of random number subsystem rework described in <20111022023242.BA26F14A158@mail.netbsd.org>. This change includes the following: An initial cleanup and minor reorganization of the entropy pool code in sys/dev/rnd.c and sys/dev/rndpool.c. Several bugs are fixed. Some effort is made to accumulate entropy more quickly at boot time. A generic interface, "rndsink", is added, for stream generators to request that they be re-keyed with good quality entropy from the pool as soon as it is available. The arc4random()/arc4randbytes() implementation in libkern is adjusted to use the rndsink interface for rekeying, which helps address the problem of low-quality keys at boot time. An implementation of the FIPS 140-2 statistical tests for random number generator quality is provided (libkern/rngtest.c). This is based on Greg Rose's implementation from Qualcomm. A new random stream generator, nist_ctr_drbg, is provided. It is based on an implementation of the NIST SP800-90 CTR_DRBG by Henric Jungheim. This generator users AES in a modified counter mode to generate a backtracking-resistant random stream. An abstraction layer, "cprng", is provided for in-kernel consumers of randomness. The arc4random/arc4randbytes API is deprecated for in-kernel use. It is replaced by "cprng_strong". The current cprng_fast implementation wraps the existing arc4random implementation. The current cprng_strong implementation wraps the new CTR_DRBG implementation. Both interfaces are rekeyed from the entropy pool automatically at intervals justifiable from best current cryptographic practice. In some quick tests, cprng_fast() is about the same speed as the old arc4randbytes(), and cprng_strong() is about 20% faster than rnd_extract_data(). Performance is expected to improve. The AES code in src/crypto/rijndael is no longer an optional kernel component, as it is required by cprng_strong, which is not an optional kernel component. The entropy pool output is subjected to the rngtest tests at startup time; if it fails, the system will reboot. There is approximately a 3/10000 chance of a false positive from these tests. Entropy pool _input_ from hardware random numbers is subjected to the rngtest tests at attach time, as well as the FIPS continuous-output test, to detect bad or stuck hardware RNGs; if any are detected, they are detached, but the system continues to run. A problem with rndctl(8) is fixed -- datastructures with pointers in arrays are no longer passed to userspace (this was not a security problem, but rather a major issue for compat32). A new kernel will require a new rndctl. The sysctl kern.arandom() and kern.urandom() nodes are hooked up to the new generators, but the /dev/*random pseudodevices are not, yet. Manual pages for the new kernel interfaces are forthcoming.
Revision 1.36.4.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:54:12 2011 UTC (11 years, 11 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.36.4.1: +69 -60
lines
Diff to previous 1.36.4.1 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored)
sync with head
Revision 1.36.2.2 / (download) - annotate - [select for diffs], Sat Nov 6 08:08:35 2010 UTC (12 years, 2 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.36.2.1: +69 -60
lines
Diff to previous 1.36.2.1 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored)
Sync with HEAD.
Revision 1.38 / (download) - annotate - [select for diffs], Wed Nov 3 22:28:31 2010 UTC (12 years, 3 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
uebayasi-xip-base4,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache
Changes since 1.37: +69 -60
lines
Diff to previous 1.37 (colored)
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), USB_MATCH(), et cetera. These files produce the same assembly (according to objdump -d) before and after the change, except for if_cue.c where two adjacent instructions inexplicably change order.
Revision 1.30.10.4 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:14 2010 UTC (12 years, 5 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.30.10.3: +6 -9
lines
Diff to previous 1.30.10.3 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored)
sync with head.
Revision 1.36.4.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:44 2010 UTC (12 years, 8 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.36: +6 -9
lines
Diff to previous 1.36 (colored)
sync with head
Revision 1.36.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:51 2010 UTC (12 years, 9 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.36: +6 -9
lines
Diff to previous 1.36 (colored)
Sync with HEAD.
Revision 1.37 / (download) - annotate - [select for diffs], Mon Apr 5 07:21:48 2010 UTC (12 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1
Changes since 1.36: +6 -9
lines
Diff to previous 1.36 (colored)
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into the inline functions as well the fourth argument for bpf_attach.
Revision 1.30.10.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:05 2010 UTC (12 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.30.10.2: +12 -26
lines
Diff to previous 1.30.10.2 (colored) to branchpoint 1.30 (colored)
sync with head
Revision 1.36 / (download) - annotate - [select for diffs], Tue Jan 19 22:07:44 2010 UTC (13 years ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
uebayasi-xip-base
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.35: +6 -19
lines
Diff to previous 1.35 (colored)
Redefine bpf linkage through an always present op vector, i.e. #if NBPFILTER is no longer required in the client. This change doesn't yet add support for loading bpf as a module, since drivers can register before bpf is attached. However, callers of bpf can now be modularized. Dynamically loadable bpf could probably be done fairly easily with coordination from the stub driver and the real driver by registering attachments in the stub before the real driver is loaded and doing a handoff. ... and I'm not going to ponder the depths of unload here. Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
Revision 1.35 / (download) - annotate - [select for diffs], Sun Dec 6 20:20:12 2009 UTC (13 years, 1 month ago) by dyoung
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.34: +5 -8
lines
Diff to previous 1.34 (colored)
Simplify several device-activation hooks.
Revision 1.34 / (download) - annotate - [select for diffs], Wed Sep 23 19:07:19 2009 UTC (13 years, 4 months ago) by plunky
Branch: MAIN
CVS Tags: jym-xensuspend-nbase
Changes since 1.33: +5 -3
lines
Diff to previous 1.33 (colored)
fix up USB drivers printing of autoconf information 1. expand the USB_ATTACH_SETUP macro (requested by jmcneill) 2. reorder the attach function so that the first thing it does is print newlines. 3. after this, we can call usbd_devinfo_alloc(), which polls the device allowing a context switch, and aprint_normal() the device information. this avoids problems where autoconf messages are getting mixed up.
Revision 1.30.10.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:20 2009 UTC (13 years, 9 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.30.10.1: +25 -22
lines
Diff to previous 1.30.10.1 (colored) to branchpoint 1.30 (colored)
sync with head.
Revision 1.32.6.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:19:08 2009 UTC (14 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.32: +16 -11
lines
Diff to previous 1.32 (colored) next main 1.33 (colored)
Sync with HEAD.
Revision 1.30.6.2 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:09 2009 UTC (14 years ago) by mjf
Branch: mjf-devfs2
Changes since 1.30.6.1: +14 -9
lines
Diff to previous 1.30.6.1 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored)
Sync with HEAD.
Revision 1.32.4.1 / (download) - annotate - [select for diffs], Sat Dec 13 01:14:53 2008 UTC (14 years, 1 month ago) by haad
Branch: haad-dm
Changes since 1.32: +16 -11
lines
Diff to previous 1.32 (colored) next main 1.33 (colored)
Update haad-dm branch to haad-dm-base2.
Revision 1.33 / (download) - annotate - [select for diffs], Fri Nov 7 00:20:13 2008 UTC (14 years, 2 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
mjf-devfs2-base,
jymxensuspend-base,
jym-xensuspend-base,
jym-xensuspend,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Changes since 1.32: +16 -11
lines
Diff to previous 1.32 (colored)
*** Summary *** When a link-layer address changes (e.g., ifconfig ex0 link 02:de:ad:be:ef:02 active), send a gratuitous ARP and/or a Neighbor Advertisement to update the network-/link-layer address bindings on our LAN peers. Refuse a change of ethernet address to the address 00:00:00:00:00:00 or to any multicast/broadcast address. (Thanks matt@.) Reorder ifnet ioctl operations so that driver ioctls may inherit the functions of their "class"---ether_ioctl(), fddi_ioctl(), et cetera---and the class ioctls may inherit from the generic ioctl, ifioctl_common(), but both driver- and class-ioctls may override the generic behavior. Make network drivers share more code. Distinguish a "factory" link-layer address from others for the purposes of both protecting that address from deletion and computing EUI64. Return consistent, appropriate error codes from network drivers. Improve readability. KNF. *** Details *** In if_attach(), always initialize the interface ioctl routine, ifnet->if_ioctl, if the driver has not already initialized it. Delete if_ioctl == NULL tests everywhere else, because it cannot happen. In the ioctl routines of network interfaces, inherit common ioctl behaviors by calling either ifioctl_common() or whichever ioctl routine is appropriate for the class of interface---e.g., ether_ioctl() for ethernets. Stop (ab)using SIOCSIFADDR and start to use SIOCINITIFADDR. In the user->kernel interface, SIOCSIFADDR's argument was an ifreq, but on the protocol->ifnet interface, SIOCSIFADDR's argument was an ifaddr. That was confusing, and it would work against me as I make it possible for a network interface to overload most ioctls. On the protocol->ifnet interface, replace SIOCSIFADDR with SIOCINITIFADDR. In ifioctl(), return EPERM if userland tries to invoke SIOCINITIFADDR. In ifioctl(), give the interface the first shot at handling most interface ioctls, and give the protocol the second shot, instead of the other way around. Finally, let compatibility code (COMPAT_OSOCK) take a shot. Pull device initialization out of switch statements under SIOCINITIFADDR. For example, pull ..._init() out of any switch statement that looks like this: switch (...->sa_family) { case ...: ..._init(); ... break; ... default: ..._init(); ... break; } Rewrite many if-else clauses that handle all permutations of IFF_UP and IFF_RUNNING to use a switch statement, switch (x & (IFF_UP|IFF_RUNNING)) { case 0: ... break; case IFF_RUNNING: ... break; case IFF_UP: ... break; case IFF_UP|IFF_RUNNING: ... break; } unifdef lots of code containing #ifdef FreeBSD, #ifdef NetBSD, and #ifdef SIOCSIFMTU, especially in fwip(4) and in ndis(4). In ipw(4), remove an if_set_sadl() call that is out of place. In nfe(4), reuse the jumbo MTU logic in ether_ioctl(). Let ethernets register a callback for setting h/w state such as promiscuous mode and the multicast filter in accord with a change in the if_flags: ether_set_ifflags_cb() registers a callback that returns ENETRESET if the caller should reset the ethernet by calling if_init(), 0 on success, != 0 on failure. Pull common code from ex(4), gem(4), nfe(4), sip(4), tlp(4), vge(4) into ether_ioctl(), and register if_flags callbacks for those drivers. Return ENOTTY instead of EINVAL for inappropriate ioctls. In zyd(4), use ENXIO instead of ENOTTY to indicate that the device is not any longer attached. Add to if_set_sadl() a boolean 'factory' argument that indicates whether a link-layer address was assigned by the factory or some other source. In a comment, recommend using the factory address for generating an EUI64, and update in6_get_hw_ifid() to prefer a factory address to any other link-layer address. Add a routing message, RTM_LLINFO_UPD, that tells protocols to update the binding of network-layer addresses to link-layer addresses. Implement this message in IPv4 and IPv6 by sending a gratuitous ARP or a neighbor advertisement, respectively. Generate RTM_LLINFO_UPD messages on a change of an interface's link-layer address. In ether_ioctl(), do not let SIOCALIFADDR set a link-layer address that is broadcast/multicast or equal to 00:00:00:00:00:00. Make ether_ioctl() call ifioctl_common() to handle ioctls that it does not understand. In gif(4), initialize if_softc and use it, instead of assuming that the gif_softc and ifp overlap. Let ifioctl_common() handle SIOCGIFADDR. Sprinkle rtcache_invariants(), which checks on DIAGNOSTIC kernels that certain invariants on a struct route are satisfied. In agr(4), rewrite agr_ioctl_filter() to be a bit more explicit about the ioctls that we do not allow on an agr(4) member interface. bzero -> memset. Delete unnecessary casts to void *. Use sockaddr_in_init() and sockaddr_in6_init(). Compare pointers with NULL instead of "testing truth". Replace some instances of (type *)0 with NULL. Change some K&R prototypes to ANSI C, and join lines.
Revision 1.31.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:36 2008 UTC (14 years, 7 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.31: +11 -13
lines
Diff to previous 1.31 (colored) next main 1.32 (colored)
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.30.8.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:20 2008 UTC (14 years, 8 months ago) by yamt
Branch: yamt-pf42
Changes since 1.30.8.1: +11 -13
lines
Diff to previous 1.30.8.1 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored)
sync with head
Revision 1.30.6.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:53 2008 UTC (14 years, 8 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.30: +11 -20
lines
Diff to previous 1.30 (colored)
Sync with HEAD.
Revision 1.32 / (download) - annotate - [select for diffs], Sat May 24 16:40:58 2008 UTC (14 years, 8 months ago) by cube
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-dm-base1
Branch point for: nick-hppapmap,
haad-dm
Changes since 1.31: +11 -13
lines
Diff to previous 1.31 (colored)
Split device_t and softc for all USB device drivers, and related cosmetic changes. Matthias Drochner kindly reviewed this patch, and tested ums, ubt, uaudio and ral. I tested umass myself.
Revision 1.30.8.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:50 2008 UTC (14 years, 8 months ago) by yamt
Branch: yamt-pf42
Changes since 1.30: +2 -9
lines
Diff to previous 1.30 (colored)
sync with head.
Revision 1.30.10.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:10 2008 UTC (14 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.30: +2 -9
lines
Diff to previous 1.30 (colored)
sync with head.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:59 2008 UTC (14 years, 9 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base2,
yamt-nfs-mp-base2,
hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Changes since 1.30: +2 -9
lines
Diff to previous 1.30 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.29.12.1 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:53 2008 UTC (14 years, 10 months ago) by matt
Branch: matt-armv6
Changes since 1.29: +4 -4
lines
Diff to previous 1.29 (colored) next main 1.30 (colored)
sync with HEAD
Revision 1.29.18.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:06:25 2008 UTC (14 years, 11 months ago) by mjf
Branch: mjf-devfs
Changes since 1.29: +4 -4
lines
Diff to previous 1.29 (colored) next main 1.30 (colored)
Sync with HEAD.
Revision 1.22.2.5 / (download) - annotate - [select for diffs], Mon Feb 11 14:59:52 2008 UTC (14 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.22.2.4: +4 -4
lines
Diff to previous 1.22.2.4 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)
sync with head.
Revision 1.30 / (download) - annotate - [select for diffs], Thu Feb 7 01:21:59 2008 UTC (14 years, 11 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
mjf-devfs2
Changes since 1.29: +4 -4
lines
Diff to previous 1.29 (colored)
Start patching up the kernel so that a network driver always has the opportunity to handle an ioctl before generic ifioctl handling occurs. This will ease extending the kernel and sharing of code between drivers. First steps: Make the signature of ifioctl_common() match struct ifinet->if_ioctl. Convert SIOCSIFCAP and SIOCSIFMTU to the new ifioctl() regime, throughout the kernel.
Revision 1.22.2.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:39:04 2007 UTC (15 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.22.2.3: +4 -7
lines
Diff to previous 1.22.2.3 (colored) to branchpoint 1.22 (colored)
sync with head.
Revision 1.28.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:08:32 2007 UTC (15 years, 6 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.28: +2 -5
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Sync with head.
Revision 1.27.4.5 / (download) - annotate - [select for diffs], Fri Jun 22 10:42:11 2007 UTC (15 years, 7 months ago) by itohy
Branch: itohy-usb1
Changes since 1.27.4.4: +15 -5
lines
Diff to previous 1.27.4.4 (colored) to branchpoint 1.27 (colored) next main 1.28 (colored)
- Execute callback functions as tasks on FreeBSD. - Cleanup.
Revision 1.27.4.4 / (download) - annotate - [select for diffs], Mon Jun 18 13:43:21 2007 UTC (15 years, 7 months ago) by itohy
Branch: itohy-usb1
Changes since 1.27.4.3: +4 -2
lines
Diff to previous 1.27.4.3 (colored) to branchpoint 1.27 (colored)
Pullup 1.29 (attach driver per interface) with #ifdef USB_USE_IFATTACH.
Revision 1.27.4.3 / (download) - annotate - [select for diffs], Sun Jun 17 00:57:36 2007 UTC (15 years, 7 months ago) by itohy
Branch: itohy-usb1
Changes since 1.27.4.2: +4 -4
lines
Diff to previous 1.27.4.2 (colored) to branchpoint 1.27 (colored)
Pullup 1.28 in a different way.
Revision 1.27.4.2 / (download) - annotate - [select for diffs], Wed Jun 13 03:59:16 2007 UTC (15 years, 7 months ago) by itohy
Branch: itohy-usb1
Changes since 1.27.4.1: +124 -220
lines
Diff to previous 1.27.4.1 (colored) to branchpoint 1.27 (colored)
- Convert to use usbd_map_buffer_mbuf() and eliminate mbuf-memory copy. - Use common code in usb_ethersubr.[ch] and reduce duplicated code. - Use ether_ioctl() to handle llinfo (what is it?) properly. XXX Untested, missing hardware.
Revision 1.27.4.1 / (download) - annotate - [select for diffs], Tue May 22 14:57:38 2007 UTC (15 years, 8 months ago) by itohy
Branch: itohy-usb1
Changes since 1.27: +6 -4
lines
Diff to previous 1.27 (colored)
Overhaul of USB stack, mostly DMA related This applies to NetBSD 4.99.13 (March 1, 2007) usbdi(9) interface is based on FreeBSD version, excluding - removal of portability code Patch most NetBSD changes, excluding - DMA memory "reserve", since we don't need contiguous buffers any longer - volatiles in DMA structure, since it should not be needed with proper bus_dmamap_sync(9)s DMA/non-DMA memory management overhaul - Move all DMA related code to usb_mem.[ch] (add usb_alloc_buffer_dma(), usb_free_buffer_dma(), etc.). XXX Should usb_mem.[ch] be renamed as usb_mem_dma.[ch] ? - Add corresponding non-DMA code to usb_mem_nodma.[ch] . Currently just use malloc(9). - Above files are conditionally used by config framework (added attributes to conf/files and dev/usb/files.usb). - Add diagnostic panics when resource allocation is requested on interrupt context. - Change memory allocations (that require context) from NOWAIT to WAITOK. Allocate DMA/non-DMA buffer per host interface, not globally. advantage: Buffers can be freed on detaching host interface. Activity of a host interface does not affect others. disadvantages: It possibly consumes more memory. API changes - usbd_alloc_xfer() is changed: old: usbd_xfer_handle usbd_alloc_xfer(usbd_device_handle dev); new: usbd_xfer_handle usbd_alloc_xfer(usbd_device_handle dev, usbd_pipe_handle pipe); - pipe argument of usbd_setup_*xfer() are now unused XXX the pipe argument should be removed? - add mapping APIs - async request will be processed as a task (kernel thread context), and delayed to some extent - usbdivar.h: struct usbd_xfer: renamed a member "allocbuf" to "hcbuffer" (mapped/allocated/refered buffer for HCI driver) - usb_port.h: change usb_proc_ptr from struct ptoc * to struct lwp * - usb_port.h: add usb_sigproc_ptr for psignal(9) (struct proc *) - usb.h: add UE_MAXPKTSZ(ep) and UE_MAXPKTSZ_MASK macros for USB 2.0 changes to USB device drivers - atu, aue, axe, cdce, cue, kue, rum, udav, upl, ural, url, uaudio, ubt, ucom, ugen, uhidev, uirda, ulpt, umidi, urio, uscanner, ustir, utoppy: * catch up API change of usbd_alloc_xfer() - umass, usscanner: * catch up API change of usbd_alloc_xfer() * eliminate memory copy for large transfer ohci - free resources on detach - add lots of bus_dmamap_sync() operations - simplify the code of loading std chain - rewrite code of looking up TD/ITD from DMA addr by using allocation chunk - add workaround for CMD Tech 670 and 673 chipsets - make sure resources are not allocated in interrupt context - add support for mapping buffer and mbuf slhci - allocate xfer and slhci_xfer at once, and simplify relevant code - add slhci_detach() - remove second arg of slhci_attach() since it is the same as the first arg. - add support for "mapping" (no, it doesn't map since it doesn't do DMA) buffer and mbuf - add pcmcia frontend - NOT TESTED, missing hardware ehci - add lots of bus_dmamap_sync() operations, possibly too many - make sure resources are not allocated in interrupt context - add support for mapping buffer and mbuf - done only simple test uhci - add lots of bus_dmamap_sync() operations, possibly too many - make sure resources are not allocated in interrupt context - add support for mapping buffer and mbuf To do - review, test, debug - rewrite network drivers to utilize usbd_map_buffer_mbuf() - rewrite uaudio(4) to eliminate memcpy - "pipe" argument of usbd_setup_*xfer() should eventually be removed
Revision 1.26.4.3 / (download) - annotate - [select for diffs], Sat Mar 24 14:55:48 2007 UTC (15 years, 10 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.26.4.2: +2 -5
lines
Diff to previous 1.26.4.2 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)
sync with head.
Revision 1.28.2.1 / (download) - annotate - [select for diffs], Tue Mar 13 16:50:33 2007 UTC (15 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.28: +2 -5
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Sync with head.
Revision 1.29 / (download) - annotate - [select for diffs], Tue Mar 13 13:51:54 2007 UTC (15 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
yamt-idlelwp-base8,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
reinoud-bufcleanup,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-base,
jmcneill-pm-base,
jmcneill-pm,
jmcneill-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64
Branch point for: mjf-devfs,
matt-armv6
Changes since 1.28: +2 -5
lines
Diff to previous 1.28 (colored)
Introduce different autoconf interface attributes for USB drivers matching (and handling) a whole device and those which match an interface only. This will allow to enforce some rules, eg that the former don't use interface information for matching or that the latter don't modify global device state. The previous way left too much freedom do the drivers which led to inconsistencies and abuse. For now, I've not changed locators and submatch rules, this will happen later. There should not be any change in behaviour, except in the case of some drivers which did behave inconsistently: if_atu, if_axe, uep: matched the configured device in the interface stage, but did configuration again. I've converted them to match in the device stage. ustir, utoppy: matched in the interface stage, but only against vendor/device information, and used any configuration/interface without checking. Changed to match in device stage, and added some simple code to configure and use the first interface. If you have one of those devices, please test!
Revision 1.26.4.2 / (download) - annotate - [select for diffs], Mon Mar 12 05:57:30 2007 UTC (15 years, 10 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.26.4.1: +4 -4
lines
Diff to previous 1.26.4.1 (colored) to branchpoint 1.26 (colored)
Sync with HEAD.
Revision 1.28 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:48 2007 UTC (15 years, 11 months ago) by christos
Branch: MAIN
Branch point for: vmlocking,
mjf-ufs-trans
Changes since 1.27: +4 -4
lines
Diff to previous 1.27 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.26.4.1 / (download) - annotate - [select for diffs], Tue Feb 27 16:54:04 2007 UTC (15 years, 11 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.26: +4 -4
lines
Diff to previous 1.26 (colored)
- sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Revision 1.22.2.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:43 2007 UTC (15 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.22.2.2: +4 -4
lines
Diff to previous 1.22.2.2 (colored) to branchpoint 1.22 (colored)
sync with head.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Feb 17 22:34:07 2007 UTC (15 years, 11 months ago) by dyoung
Branch: MAIN
CVS Tags: itohy-usb1-base,
ad-audiomp-base,
ad-audiomp
Branch point for: itohy-usb1
Changes since 1.26: +4 -4
lines
Diff to previous 1.26 (colored)
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous parentheses in return statements. Cosmetic: don't open-code TAILQ_FOREACH(). Cosmetic: change types of variables to avoid oodles of casts: in in6_src.c, avoid casts by changing several route_in6 pointers to struct route pointers. Remove unnecessary casts to caddr_t elsewhere. Pave the way for eliminating address family-specific route caches: soon, struct route will not embed a sockaddr, but it will hold a reference to an external sockaddr, instead. We will set the destination sockaddr using rtcache_setdst(). (I created a stub for it, but it isn't used anywhere, yet.) rtcache_free() will free the sockaddr. I have extracted from rtcache_free() a helper subroutine, rtcache_clear(). rtcache_clear() will "forget" a cached route, but it will not forget the destination by releasing the sockaddr. I use rtcache_clear() instead of rtcache_free() in rtcache_update(), because rtcache_update() is not supposed to forget the destination. Constify: 1 Introduce const accessor for route->ro_dst, rtcache_getdst(). 2 Constify the 'dst' argument to ifnet->if_output(). This led me to constify a lot of code called by output routines. 3 Constify the sockaddr argument to protosw->pr_ctlinput. This led me to constify a lot of code called by ctlinput routines. 4 Introduce const macros for converting from a generic sockaddr to family-specific sockaddrs, e.g., sockaddr_in: satocsin6, satocsin, et cetera.
Revision 1.22.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:49:38 2006 UTC (16 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.22.2.1: +7 -25
lines
Diff to previous 1.22.2.1 (colored) to branchpoint 1.22 (colored)
sync with head.
Revision 1.24.4.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:18:16 2006 UTC (16 years, 1 month ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.24.4.1: +6 -6
lines
Diff to previous 1.24.4.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)
sync with head.
Revision 1.24.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:50 2006 UTC (16 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.24: +7 -5
lines
Diff to previous 1.24 (colored) next main 1.25 (colored)
Sync with head.
Revision 1.26 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:26 2006 UTC (16 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm
Branch point for: yamt-idlelwp
Changes since 1.25: +6 -6
lines
Diff to previous 1.25 (colored)
__unused removal on arguments; approved by core.
Revision 1.24.4.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:52 2006 UTC (16 years, 3 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.24: +8 -6
lines
Diff to previous 1.24 (colored)
sync with head
Revision 1.25 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:59 2006 UTC (16 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.24: +8 -6
lines
Diff to previous 1.24 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.23.8.1 / (download) - annotate - [select for diffs], Thu Sep 14 12:31:40 2006 UTC (16 years, 4 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.23: +2 -22
lines
Diff to previous 1.23 (colored) next main 1.24 (colored)
sync with head.
Revision 1.23.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:55:33 2006 UTC (16 years, 4 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.23: +2 -22
lines
Diff to previous 1.23 (colored) next main 1.24 (colored)
sync with head
Revision 1.24 / (download) - annotate - [select for diffs], Thu Sep 7 02:40:33 2006 UTC (16 years, 4 months ago) by dogcow
Branch: MAIN
CVS Tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
newlock2
Changes since 1.23: +2 -22
lines
Diff to previous 1.23 (colored)
remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.
Revision 1.22.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:07:43 2006 UTC (16 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.22: +5 -5
lines
Diff to previous 1.22 (colored)
sync with head.
Revision 1.19.6.6 / (download) - annotate - [select for diffs], Sun Dec 11 10:29:05 2005 UTC (17 years, 1 month ago) by christos
Branch: ktrace-lwp
Changes since 1.19.6.5: +5 -5
lines
Diff to previous 1.19.6.5 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)
Sync with head.
Revision 1.22.8.1 / (download) - annotate - [select for diffs], Tue Nov 29 21:23:16 2005 UTC (17 years, 2 months ago) by yamt
Branch: yamt-readahead
Changes since 1.22: +5 -5
lines
Diff to previous 1.22 (colored) next main 1.23 (colored)
sync with head.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Nov 28 13:31:09 2005 UTC (17 years, 2 months ago) by augustss
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-readahead-base3,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
peter-altq-base,
peter-altq,
ktrace-lwp-base,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-pdpolicy,
rpaulo-netinet-merge-pcb
Changes since 1.22: +5 -5
lines
Diff to previous 1.22 (colored)
Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in an interrupt context. From kern/32172 by darkstar@city-net.com.
Revision 1.19.6.5 / (download) - annotate - [select for diffs], Thu Nov 10 14:08:05 2005 UTC (17 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.19.6.4: +6 -5
lines
Diff to previous 1.19.6.4 (colored) to branchpoint 1.19 (colored)
Sync with HEAD. Here we go again...
Revision 1.22 / (download) - annotate - [select for diffs], Wed May 11 10:02:28 2005 UTC (17 years, 8 months ago) by augustss
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base2,
yamt-readahead-base,
thorpej-vnode-attr-base,
thorpej-vnode-attr
Branch point for: yamt-readahead,
yamt-lazymbuf
Changes since 1.21: +6 -5
lines
Diff to previous 1.21 (colored)
Don't keep the devinfo string on the stack, instead use malloc/free. This should cure some rare stack overflows.
Revision 1.19.6.4 / (download) - annotate - [select for diffs], Sat Dec 18 09:32:21 2004 UTC (18 years, 1 month ago) by skrll
Branch: ktrace-lwp
Changes since 1.19.6.3: +4 -4
lines
Diff to previous 1.19.6.3 (colored) to branchpoint 1.19 (colored)
Sync with HEAD.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Dec 6 02:59:23 2004 UTC (18 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
yamt-km,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
kent-audio2-base,
kent-audio2,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Changes since 1.20: +4 -4
lines
Diff to previous 1.20 (colored)
Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined.
Revision 1.19.6.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:33:43 2004 UTC (18 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.19.6.2: +2 -2
lines
Diff to previous 1.19.6.2 (colored) to branchpoint 1.19 (colored)
Fix the sync with head I botched.
Revision 1.19.6.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:51:46 2004 UTC (18 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.19.6.1: +0 -0
lines
Diff to previous 1.19.6.1 (colored) to branchpoint 1.19 (colored)
Sync with HEAD.
Revision 1.19.6.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:51:33 2004 UTC (18 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
Sync with HEAD
Revision 1.20 / (download) - annotate - [select for diffs], Fri Apr 23 17:25:25 2004 UTC (18 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
use bounded string ops (snprintf, strl*)
Revision 1.15.2.3 / (download) - annotate - [select for diffs], Fri Sep 6 08:46:44 2002 UTC (20 years, 5 months ago) by jdolecek
Branch: kqueue
Changes since 1.15.2.2: +23 -23
lines
Diff to previous 1.15.2.2 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored)
sync kqueue branch with HEAD
Revision 1.13.2.4 / (download) - annotate - [select for diffs], Thu Aug 1 02:45:54 2002 UTC (20 years, 6 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.13.2.3: +21 -21
lines
Diff to previous 1.13.2.3 (colored) next main 1.14 (colored)
Catch up to -current.
Revision 1.17.6.1 / (download) - annotate - [select for diffs], Mon Jul 15 10:36:02 2002 UTC (20 years, 6 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.17: +23 -23
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
catch up with -current.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Jul 11 21:14:26 2002 UTC (20 years, 6 months ago) by augustss
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2,
nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
gehenna-devsw-base,
fvdl_fs64_base
Branch point for: ktrace-lwp
Changes since 1.18: +5 -5
lines
Diff to previous 1.18 (colored)
Get rid of trailing white space.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 8 17:46:24 2002 UTC (20 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.17: +20 -20
lines
Diff to previous 1.17 (colored)
s/__FUNCTION__/__func__/
Revision 1.13.2.3 / (download) - annotate - [select for diffs], Mon Apr 1 07:47:30 2002 UTC (20 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.13.2.2: +21 -11
lines
Diff to previous 1.13.2.2 (colored)
Catch up to -current. (CVS: It's not just a program. It's an adventure!)
Revision 1.15.2.2 / (download) - annotate - [select for diffs], Sat Mar 16 16:01:35 2002 UTC (20 years, 10 months ago) by jdolecek
Branch: kqueue
Changes since 1.15.2.1: +22 -12
lines
Diff to previous 1.15.2.1 (colored) to branchpoint 1.15 (colored)
Catch up with -current.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Mar 5 04:12:59 2002 UTC (20 years, 11 months ago) by itojun
Branch: MAIN
CVS Tags: newlock-base,
newlock,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
eeh-devprop-base,
eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.16: +22 -12
lines
Diff to previous 1.16 (colored)
bring in latest ALTQ from kjc. ALTQify some of the drivers.
Revision 1.15.2.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:58:52 2002 UTC (21 years ago) by thorpej
Branch: kqueue
Changes since 1.15: +4 -1
lines
Diff to previous 1.15 (colored)
Sync kqueue branch with -current.
Revision 1.13.2.2 / (download) - annotate - [select for diffs], Wed Nov 14 19:16:15 2001 UTC (21 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.13.2.1: +4 -1
lines
Diff to previous 1.13.2.1 (colored)
Catch up to -current.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Nov 13 06:24:54 2001 UTC (21 years, 2 months ago) by lukem
Branch: MAIN
CVS Tags: ifpoll-base
Changes since 1.15: +4 -1
lines
Diff to previous 1.15 (colored)
add RCSIDs
Revision 1.13.2.1 / (download) - annotate - [select for diffs], Thu Jun 21 20:06:20 2001 UTC (21 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.13: +8 -9
lines
Diff to previous 1.13 (colored)
Catch up to -current.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Jun 14 05:44:27 2001 UTC (21 years, 7 months ago) by itojun
Branch: MAIN
CVS Tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: kqueue
Changes since 1.14: +1 -2
lines
Diff to previous 1.14 (colored)
change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. follows BSD/OS practice and ucd-snmp code (FreeBSD does it for specific interfaces only). was: if_lastchange get updated on every packet transmission/receipt. now: if_lastchange get updated when IFF_UP is changed.
Revision 1.9.2.5 / (download) - annotate - [select for diffs], Sat Apr 21 17:49:54 2001 UTC (21 years, 9 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.9.2.4: +8 -8
lines
Diff to previous 1.9.2.4 (colored) next main 1.10 (colored)
Sync with HEAD
Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 13 23:30:09 2001 UTC (21 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Changes since 1.13: +8 -8
lines
Diff to previous 1.13 (colored)
Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() is allowed for the protection of data structures used by network devices.
Revision 1.9.2.4 / (download) - annotate - [select for diffs], Sun Feb 11 19:16:22 2001 UTC (21 years, 11 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.9.2.3: +4 -2
lines
Diff to previous 1.9.2.3 (colored)
Sync with HEAD.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 22 21:38:35 2001 UTC (22 years ago) by thorpej
Branch: MAIN
Branch point for: nathanw_sa
Changes since 1.12: +1 -2
lines
Diff to previous 1.12 (colored)
Don't IFQ_SET_READY() -- this driver isn't ALTQ'ified.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 21 02:22:27 2001 UTC (22 years ago) by augustss
Branch: MAIN
Changes since 1.11: +5 -2
lines
Diff to previous 1.11 (colored)
Add some initialization to struct ifnet that seems to have become necessary.
Revision 1.9.2.3 / (download) - annotate - [select for diffs], Wed Dec 13 15:50:13 2000 UTC (22 years, 1 month ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.9.2.2: +2 -3
lines
Diff to previous 1.9.2.2 (colored)
Sync with HEAD (for UBC fixes).
Revision 1.11 / (download) - annotate - [select for diffs], Tue Dec 12 18:00:25 2000 UTC (22 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Adapt to bpfattach() changes, and further centralize the bpfattach() and bpfdetach() calls into link-type subroutines where possible.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 8 02:24:07 2000 UTC (22 years, 1 month ago) by augustss
Branch: MAIN
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
Don't call ether_ifdetach since we're not an ether driver.
Revision 1.9.2.2 / (download) - annotate - [select for diffs], Mon Nov 20 11:43:20 2000 UTC (22 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.9.2.1: +1085 -0
lines
Diff to previous 1.9.2.1 (colored)
Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
Revision 1.9.2.1, Tue Oct 24 14:53:59 2000 UTC (22 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.9: +0 -1085
lines
FILE REMOVED
file if_upl.c was added on branch thorpej_scsipi on 2000-11-20 11:43:20 +0000
Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 24 14:53:59 2000 UTC (22 years, 3 months ago) by augustss
Branch: MAIN
Branch point for: thorpej_scsipi
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Tell usbd_set_config_no() to be verbose. It's nice to know whyit fails.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 1 11:35:29 2000 UTC (22 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
upl(4) is a IPv4 only device.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 23 04:33:04 2000 UTC (22 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.6: +5 -3
lines
Diff to previous 1.6 (colored)
Remove some // type comments.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 12 14:35:20 2000 UTC (22 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Minor whitespace change.
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Wed Aug 9 08:27:48 2000 UTC (22 years, 5 months ago) by drochner
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
pull up rev. 1.5: fix interrupt priority botch
Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 7 17:34:41 2000 UTC (22 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
fix interrupt priority botch
Revision 1.3.2.1 / (download) - annotate - [select for diffs], Thu Jun 22 17:08:30 2000 UTC (22 years, 7 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.3: +35 -71
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Sync w/ netbsd-1-5-base.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 1 14:28:58 2000 UTC (22 years, 8 months ago) by augustss
Branch: MAIN
CVS Tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Changes since 1.3: +35 -71
lines
Diff to previous 1.3 (colored)
Bring the coding style into the 80s, i.e., get rid of __P and use ANSI prototypes and declarations.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 27 15:26:46 2000 UTC (22 years, 9 months ago) by augustss
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Change my email address.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 12 10:36:46 2000 UTC (22 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.1: +1 -7
lines
Diff to previous 1.1 (colored)
revisit in6_ifattach(). - be persistent on initializing interfaces, even if there's manually- assigned linklocal, multicast/whatever initialization is necessary. - do not cache mac addr in the kernel. grab mac addr from existing cards (this is important when you swap ethernet cards back and forth) now ppp6 works just fine! call in6_ifattach() on ATM PVC interface to assign link-local, using hardware MAC address as seed. (the change is in sync with kame tree).
Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 9 18:23:23 2000 UTC (22 years, 9 months ago) by augustss
Branch: MAIN
Add driver for Prolific PL2301/PL2302 host-to-host adapter.