| Home | Sort by: relevance | last modified time | path |
1 2
| /src/sys/dev/pci/ | |
| pcidevs.h | 1.615 Fri Mar 26 22:06:31 UTC 2004 gendalia branches: 1.615.2; regen for Adaptect 2200S (Vulcan 2M) / Dell PERC 320/DC Fri Mar 26 22:06:31 UTC 2004 gendalia branches: 1.615.2; regen for Adaptect 2200S (Vulcan 2M) / Dell PERC 320/DC 1.615.2.17 Fri Nov 12 06:28:22 UTC 2004 jmc branches: 1.615.2.17.2; Regen (requested by martti in ticket #953) Regen .2.17 Fri Nov 12 06:28:22 UTC 2004 jmc branches: 1.615.2.17.2; Regen (requested by martti in ticket #953) Regen 1.615.2.16 Fri Nov 12 06:15:37 UTC 2004 jmc Regen (requested by martti in ticket #947) Regen 1.615.2.15 Fri Oct 08 03:08:58 UTC 2004 jmc Regen for ticket #896 1.615.2.14 Sat Sep 18 16:51:17 UTC 2004 he Pull up regenerated files (requested by martin in ticket #856): Add support for PCI-X version of LSI FC929, from PR#26836. 1.615.2.13 Mon Aug 30 09:43:46 UTC 2004 tron Regen for ticket 800. 1.615.2.12 Mon Aug 30 09:19:43 UTC 2004 tron Regen for ticket 800. 1.615.2.11 Sun Aug 22 14:18:50 UTC 2004 tron Regen for ticket 781. |
| pcidevs | 1.615 Fri Mar 26 22:05:08 UTC 2004 gendalia branches: 1.615.2; Add Adaptec 2200S Vulcan 2M / Dell PERC 320/DC Fri Mar 26 22:05:08 UTC 2004 gendalia branches: 1.615.2; Add Adaptec 2200S Vulcan 2M / Dell PERC 320/DC 1.615.2.17 Fri Nov 12 06:27:37 UTC 2004 jmc branches: 1.615.2.17.2; Pullup rev 1.660-1.661 (requested by martti in ticket #953) Added Dell PERC 4/SC .2.17 Fri Nov 12 06:27:37 UTC 2004 jmc branches: 1.615.2.17.2; Pullup rev 1.660-1.661 (requested by martti in ticket #953) Added Dell PERC 4/SC 1.615.2.16 Fri Nov 12 06:14:24 UTC 2004 jmc Pullup rev 1.657 (requested by martti in ticket #947) Added support for DELL PERC 4e/Si RAID controller 1.615.2.15 Fri Oct 08 03:07:47 UTC 2004 jmc Pullup rev 1.622 (requested by he in ticket #896) Add support for Adaptec AAR 2810SA raid controller. 1.615.2.14 Sat Sep 18 16:50:30 UTC 2004 he Pull up revision 1.651 (requested by martin in ticket #856): Add support for PCI-X version of LSI FC929, from PR#26836. 1.615.2.13 Mon Aug 30 09:43:14 UTC 2004 tron Backout previous two overeager pullups and apply patch (requested by itohy in ticket #800): Add Workbit NinjaSCSI-32 PCI/CardBus products. 1.615.2.12 Mon Aug 30 09:16:10 UTC 2004 tron Pull up revision 1.647 (requested by itohy in ticket #800): Add Workbit NinjaSCSI-32 PCI/CardBus products. 1.615.2.11 Mon Aug 30 09:15:28 UTC 2004 tron Pull up revision 1.639 (requested by itohy in ticket #800): Merge in data from cardbusdevs. |
| if_wmvar.h | 1.33.6.4 Thu Jan 31 06:43:48 UTC 2019 martin Pull up the following, requested by msaitoh in ticket #1179: sys/dev/pci/if_wm.c 1.603-1.605,1.607-1.611, 1.613,1.615,1.618-1.620 via patch sys/dev/pci/if_wmreg.h 1.110-1.111 sys/dev/pci/if_wmvar.h 1.40-1.42 sys/dev/mii/inbmphyreg.h 1.13-1.15 - Add some code for suspend/resume: - Rename wm_smbustopci() to wm_init_phy_workarounds_pchlan(). It will also called when resume. - Call wm_phy_resetisblocked() after PHY reset in wm_init_phy_workarounds_pchlan() to wait for the PHY to quiesce to an accessible state. - Add new wm_resume_workarounds_pchlan() function and use it in wm_resume(). This workaround is only for PCH2 and newer. - Don't call wm_disable_aspm() neither in wm_attach() nor in wm_resume() but in wm_reset(). - Do some initialization in wm_resume() when IFF_UP is NOT set. - Don't continue when it failed to acquire semaphore in wm_ulp_disable(). - Print CLSEM workaround bit correctly. - Fix availability detection of WoL on some chips. - Print the WUS (WakeUp Status) register bits when resume. - Don't setup WoL on non-WoL capable port. - Setup PHY wakeup feature on PCH and newer. Tested on Thinkpad X220. - Remove an extra register read in wm_kmrn_lock_loss_workaround_ich8lan(). - Don't leave the MDICNFG register modified when the Power Management capability offset can't get. - Reduce indent level of wm_linkintr_gmii(). No functional change. - 80003's SERDES is not the same as 82575's but the same as legacy devices. Use the old methods on 80003. - Use __nothing for null DPRINTF(). - Rename functions. Add comment. |
| if_wmreg.h | 1.98.6.7 Thu Jan 31 06:43:48 UTC 2019 martin Pull up the following, requested by msaitoh in ticket #1179: sys/dev/pci/if_wm.c 1.603-1.605,1.607-1.611, 1.613,1.615,1.618-1.620 via patch sys/dev/pci/if_wmreg.h 1.110-1.111 sys/dev/pci/if_wmvar.h 1.40-1.42 sys/dev/mii/inbmphyreg.h 1.13-1.15 - Add some code for suspend/resume: - Rename wm_smbustopci() to wm_init_phy_workarounds_pchlan(). It will also called when resume. - Call wm_phy_resetisblocked() after PHY reset in wm_init_phy_workarounds_pchlan() to wait for the PHY to quiesce to an accessible state. - Add new wm_resume_workarounds_pchlan() function and use it in wm_resume(). This workaround is only for PCH2 and newer. - Don't call wm_disable_aspm() neither in wm_attach() nor in wm_resume() but in wm_reset(). - Do some initialization in wm_resume() when IFF_UP is NOT set. - Don't continue when it failed to acquire semaphore in wm_ulp_disable(). - Print CLSEM workaround bit correctly. - Fix availability detection of WoL on some chips. - Print the WUS (WakeUp Status) register bits when resume. - Don't setup WoL on non-WoL capable port. - Setup PHY wakeup feature on PCH and newer. Tested on Thinkpad X220. - Remove an extra register read in wm_kmrn_lock_loss_workaround_ich8lan(). - Don't leave the MDICNFG register modified when the Power Management capability offset can't get. - Reduce indent level of wm_linkintr_gmii(). No functional change. - 80003's SERDES is not the same as 82575's but the same as legacy devices. Use the old methods on 80003. - Use __nothing for null DPRINTF(). - Rename functions. Add comment. |
| if_wm.c | 1.615 Wed Jan 09 08:28:22 UTC 2019 msaitoh - Remove an extra register read in wm_kmrn_lock_loss_workaround_ich8lan(). - Don't leave the MDICNFG register modified when the Power Management capability offset can't get. 1.508.4.29 Thu Jan 31 06:43:48 UTC 2019 martin Pull up the following, requested by msaitoh in ticket #1179: sys/dev/pci/if_wm.c 1.603-1.605,1.607-1.611, 1.613,1.615,1.618-1.620 via patch sys/dev/pci/if_wmreg.h 1.110-1.111 sys/dev/pci/if_wmvar.h 1.40-1.42 sys/dev/mii/inbmphyreg.h 1.13-1.15 - Add some code for suspend/resume: - Rename wm_smbustopci() to wm_init_phy_workarounds_pchlan(). It will also called when resume. - Call wm_phy_resetisblocked() after PHY reset in wm_init_phy_workarounds_pchlan() to wait for the PHY to quiesce to an accessible state. - Add new wm_resume_workarounds_pchlan() function and use it in wm_resume(). This workaround is only for PCH2 and newer. - Don't call wm_disable_aspm() neither in wm_attach() nor in wm_resume() but in wm_reset(). - Do some initialization in wm_resume() when IFF_UP is NOT set. - Don't continue when it failed to acquire semaphore in wm_ulp_disable(). - Print CLSEM workaround bit correctly. - Fix availability detection of WoL on some chips. - Print the WUS (WakeUp Status) register bits when resume. - Don't setup WoL on non-WoL capable port. - Setup PHY wakeup feature on PCH and newer. Tested on Thinkpad X220. - Remove an extra register read in wm_kmrn_lock_loss_workaround_ich8lan(). - Don't leave the MDICNFG register modified when the Power Management capability offset can't get. - Reduce indent level of wm_linkintr_gmii(). No functional change. - 80003's SERDES is not the same as 82575's but the same as legacy devices. Use the old methods on 80003. - Use __nothing for null DPRINTF(). - Rename functions. Add comment. |
| pcidevs_data.h | 1.615 Sat Apr 03 00:41:10 UTC 2004 mycroft Add RealTek RT8180. |
| /src/sys/conf/ | |
| files | 1.615 Mon Jun 02 22:51:49 UTC 2003 uwe branches: 1.615.2; igsfb needs-flag. Mon Jun 02 22:51:49 UTC 2003 uwe branches: 1.615.2; igsfb needs-flag. 1.615.2.19 Sun Dec 11 10:28:47 UTC 2005 christos Sync with head. 1.615.2.18 Thu Nov 10 14:01:40 UTC 2005 skrll Sync with HEAD. Here we go again... 1.615.2.17 Fri Apr 01 14:29:36 UTC 2005 skrll Sync with HEAD. 1.615.2.16 Fri Mar 04 16:40:43 UTC 2005 skrll Sync with HEAD. Hi Perry! 1.615.2.15 Fri Feb 04 11:45:09 UTC 2005 skrll Sync with HEAD. 1.615.2.14 Mon Jan 24 08:35:18 UTC 2005 skrll Sync with HEAD. 1.615.2.13 Mon Jan 17 19:30:38 UTC 2005 skrll Sync with HEAD. 1.615.2.12 Sat Dec 18 09:31:56 UTC 2004 skrll Sync with HEAD. |
| /src/sys/dev/mii/ | |
| inbmphyreg.h | 1.9.8.4 Thu Jan 31 06:43:48 UTC 2019 martin Pull up the following, requested by msaitoh in ticket #1179: sys/dev/pci/if_wm.c 1.603-1.605,1.607-1.611, 1.613,1.615,1.618-1.620 via patch sys/dev/pci/if_wmreg.h 1.110-1.111 sys/dev/pci/if_wmvar.h 1.40-1.42 sys/dev/mii/inbmphyreg.h 1.13-1.15 - Add some code for suspend/resume: - Rename wm_smbustopci() to wm_init_phy_workarounds_pchlan(). It will also called when resume. - Call wm_phy_resetisblocked() after PHY reset in wm_init_phy_workarounds_pchlan() to wait for the PHY to quiesce to an accessible state. - Add new wm_resume_workarounds_pchlan() function and use it in wm_resume(). This workaround is only for PCH2 and newer. - Don't call wm_disable_aspm() neither in wm_attach() nor in wm_resume() but in wm_reset(). - Do some initialization in wm_resume() when IFF_UP is NOT set. - Don't continue when it failed to acquire semaphore in wm_ulp_disable(). - Print CLSEM workaround bit correctly. - Fix availability detection of WoL on some chips. - Print the WUS (WakeUp Status) register bits when resume. - Don't setup WoL on non-WoL capable port. - Setup PHY wakeup feature on PCH and newer. Tested on Thinkpad X220. - Remove an extra register read in wm_kmrn_lock_loss_workaround_ich8lan(). - Don't leave the MDICNFG register modified when the Power Management capability offset can't get. - Reduce indent level of wm_linkintr_gmii(). No functional change. - 80003's SERDES is not the same as 82575's but the same as legacy devices. Use the old methods on 80003. - Use __nothing for null DPRINTF(). - Rename functions. Add comment. |
| /src/sys/dev/usb/ | |
| usbdevs.h | 1.615 Sun Jul 01 04:21:10 UTC 2012 nonaka regen. |
| usbdevs_data.h | 1.615 Thu May 31 00:30:43 UTC 2012 nonaka regen |
| usbdevs | 1.615 Thu May 24 21:22:24 UTC 2012 buhrow Add the Apple IPod Shuffle (second generation) and the Apple IPod Touch (fourth generation) |
| /src/usr.bin/xlint/lint1/ | |
| tree.c | 1.615 Sun Mar 10 09:24:54 UTC 2024 rillig lint: in check for integer overflow, sort operators |
| /src/usr.bin/make/ | |
| parse.c | 1.615 Sun Jan 02 00:07:20 UTC 2022 rillig make: fix line number in error message about open conditionals |
| main.c | 1.615 Tue May 07 18:26:22 UTC 2024 sjg make: all command line overrides go in .MAKEOVERRIDES Not all variables that start with '.' are internals, and unless they are explicitly flagged as internal should go into .MAKEOVERRIDES Update varname-dot-makeoverrides to check this. Also avoid using SCOPE_CMDLINE when ReadOnly will do. |
| var.c | 1.615 Sat Oct 31 11:34:30 UTC 2020 rillig make(1): reduce the scope where recursive expressions are detected Only the call to Var_Subst needs to be protected since the other functions have nothing to do with expanding variables. |
| /src/sys/arch/i386/conf/ | |
| GENERIC | 1.615 Tue Jun 22 15:18:33 UTC 2004 toshii Add re; Realtek GbE. 1.595.2.7 Tue Jul 13 09:27:14 UTC 2004 tron Pull up revision 1.615 (requested by he in ticket #641): Add re; Realtek GbE. |
| /src/share/man/man4/ | |
| Makefile | 1.615 Sun Jul 13 08:37:13 UTC 2014 mbalmer Add a man page for asus(4), written by Leonardo Taccari as part of PR/39932. |
| /src/sys/arch/amd64/conf/ | |
| GENERIC | 1.615 Thu Mar 27 00:22:43 UTC 2025 riastradh virtio(4): Consolidate kernel configs. No functional change intended. Leave `# XXX ?' comments where I don't know why the driver in question is excluded. (Typical reason is that PAGE_SIZE is not 4096 but I didn't investigate -- if you do investigate, please either update the comment if you determine a reason, or enable the driver if you don't.) PR kern/59211: vio9p(4): missing from various GENERICs and MAKEDEVs |
| /src/sys/arch/i386/i386/ | |
| machdep.c | 1.615 Wed Nov 14 17:50:13 UTC 2007 ad - Set a 4GB limit for GUCODEBIG_SEL, GCPU_SEL and GUDATA_SEL. It can speed up address generation by the MMU. - Clear the direction flag before entering a signal handler. - Don't test for I586_CPU. |
| /src/sys/sys/ | |
| param.h | 1.615 Sat Sep 28 15:10:58 UTC 2019 christos For 32 bit the mstohz and hztoms functions evaluate their parameter multiple times. This is inefficient for cases like: unsigned ms = hztoms(MIN(timeout, mstohz(INT_MAX))); Make them inline functions; also provide the 64 bit versions for them here so all the LP64 machines can use them (before only amd64 and sparc64 specialized mstohz). Make them both return unsigned int. |
| /src/doc/ | |
| CHANGES | 1.615 Sat May 13 09:02:18 UTC 2006 xtraeme Driver for iTE IT87xxF and compatibles hardware monitor. Add commented out entries on GENERIC and GENERIC_LAPTOP. Adapted from OpenBSD. |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.615 Sun Apr 05 06:37:25 UTC 2015 martin Add new bind(2) test program |
| /src/share/mk/ | |
| bsd.own.mk | 1.615 Mon Jan 25 00:43:00 UTC 2010 christos PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the source pathname. |
| /src/distrib/sets/lists/base/ | |
| mi | 1.615 Mon Apr 17 19:07:45 UTC 2006 christos Perry says we don't want qmqpd and that he'll be responsible for fixing postfix set-permissions. |
| /src/distrib/sets/lists/man/ | |
| mi | 1.615 Wed Oct 08 00:03:41 UTC 2003 bouyer Add man pages for per-chip pciide drivers. |
1 2