HomeSort by: relevance | last modified time | path
    Searched hist:1.568 (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/share/man/man4/
wm.4 1.36.4.2 Mon Apr 16 14:25:49 UTC 2018 martin Pull up following revision(s) (requested by msaitoh in ticket #764):

sys/dev/pci/if_wm.c: revision 1.567
sys/dev/pci/if_wm.c: revision 1.568
sys/dev/pci/if_wm.c: revision 1.569
sys/dev/pci/if_wmvar.h: revision 1.38
sys/dev/pci/if_wm.c: revision 1.570
sys/dev/pci/if_wm.c: revision 1.571
sys/dev/pci/if_wm.c: revision 1.572
share/man/man4/wm.4: revision 1.40
sys/dev/pci/if_wmreg.h: revision 1.106
sys/dev/pci/if_wmreg.h: revision 1.107

SW PHY Config Enable bit for ICH8 B0 stepping is not bit 1 but bit 0.

No binary change:
- Sort registers.
- Lowercase hexadecimal value.

On PCH_SPT (and newer), FLASH access should be done by 32bit.
Especially for ICH_FLASH_HSFCTL register, it's located at 0x0006, so
it should be accessed via ICH_FLASH_HSFSTS(0x0004) and use shift or mask.

Our PCH_SPT part of wm_nvm_valid_bank_detect_ich8lan() was based on
FreeBSD r287467. After that, they reverted it and committed the different
code in r287762. r287762's bank detect code didn't work for us because our wm
dirver had a problem in flash access. The problem was fixed in if_wm.c rev.
1.567, so we can use the new way now.

If the extended configration size in the EXTCNFSIZE register is 0, don't
continue.
Add PCH_CNP support (I219 with Intel 300 series chipset).
It's required more test, so it's disabled by default.

Enable I219.

I354 uses an external PHY, so don't use wm_set_eee_i350().

Makefile 1.568 Tue Aug 30 05:59:44 UTC 2011 jruoho Deprecate the tuner(4) page (link to bktr(4)), as the name is too general
and nowadays misleading.
  /src/sys/dev/pci/
if_wmvar.h 1.33.6.2 Mon Apr 16 14:25:49 UTC 2018 martin Pull up following revision(s) (requested by msaitoh in ticket #764):

sys/dev/pci/if_wm.c: revision 1.567
sys/dev/pci/if_wm.c: revision 1.568
sys/dev/pci/if_wm.c: revision 1.569
sys/dev/pci/if_wmvar.h: revision 1.38
sys/dev/pci/if_wm.c: revision 1.570
sys/dev/pci/if_wm.c: revision 1.571
sys/dev/pci/if_wm.c: revision 1.572
share/man/man4/wm.4: revision 1.40
sys/dev/pci/if_wmreg.h: revision 1.106
sys/dev/pci/if_wmreg.h: revision 1.107

SW PHY Config Enable bit for ICH8 B0 stepping is not bit 1 but bit 0.

No binary change:
- Sort registers.
- Lowercase hexadecimal value.

On PCH_SPT (and newer), FLASH access should be done by 32bit.
Especially for ICH_FLASH_HSFCTL register, it's located at 0x0006, so
it should be accessed via ICH_FLASH_HSFSTS(0x0004) and use shift or mask.

Our PCH_SPT part of wm_nvm_valid_bank_detect_ich8lan() was based on
FreeBSD r287467. After that, they reverted it and committed the different
code in r287762. r287762's bank detect code didn't work for us because our wm
dirver had a problem in flash access. The problem was fixed in if_wm.c rev.
1.567, so we can use the new way now.

If the extended configration size in the EXTCNFSIZE register is 0, don't
continue.
Add PCH_CNP support (I219 with Intel 300 series chipset).
It's required more test, so it's disabled by default.

Enable I219.

I354 uses an external PHY, so don't use wm_set_eee_i350().
if_wmreg.h 1.98.6.4 Mon Apr 16 14:25:49 UTC 2018 martin Pull up following revision(s) (requested by msaitoh in ticket #764):

sys/dev/pci/if_wm.c: revision 1.567
sys/dev/pci/if_wm.c: revision 1.568
sys/dev/pci/if_wm.c: revision 1.569
sys/dev/pci/if_wmvar.h: revision 1.38
sys/dev/pci/if_wm.c: revision 1.570
sys/dev/pci/if_wm.c: revision 1.571
sys/dev/pci/if_wm.c: revision 1.572
share/man/man4/wm.4: revision 1.40
sys/dev/pci/if_wmreg.h: revision 1.106
sys/dev/pci/if_wmreg.h: revision 1.107

SW PHY Config Enable bit for ICH8 B0 stepping is not bit 1 but bit 0.

No binary change:
- Sort registers.
- Lowercase hexadecimal value.

On PCH_SPT (and newer), FLASH access should be done by 32bit.
Especially for ICH_FLASH_HSFCTL register, it's located at 0x0006, so
it should be accessed via ICH_FLASH_HSFSTS(0x0004) and use shift or mask.

Our PCH_SPT part of wm_nvm_valid_bank_detect_ich8lan() was based on
FreeBSD r287467. After that, they reverted it and committed the different
code in r287762. r287762's bank detect code didn't work for us because our wm
dirver had a problem in flash access. The problem was fixed in if_wm.c rev.
1.567, so we can use the new way now.

If the extended configration size in the EXTCNFSIZE register is 0, don't
continue.
Add PCH_CNP support (I219 with Intel 300 series chipset).
It's required more test, so it's disabled by default.

Enable I219.

I354 uses an external PHY, so don't use wm_set_eee_i350().
if_wm.c 1.568 Thu Apr 12 03:09:24 UTC 2018 msaitoh Our PCH_SPT part of wm_nvm_valid_bank_detect_ich8lan() was based on
FreeBSD r287467. After that, they reverted it and committed the different
code in r287762. r287762's bank detect code didn't work for us because our wm
dirver had a problem in flash access. The problem was fixed in if_wm.c rev.
1.567, so we can use the new way now.
1.508.4.17 Mon Apr 16 14:25:49 UTC 2018 martin Pull up following revision(s) (requested by msaitoh in ticket #764):

sys/dev/pci/if_wm.c: revision 1.567
sys/dev/pci/if_wm.c: revision 1.568
sys/dev/pci/if_wm.c: revision 1.569
sys/dev/pci/if_wmvar.h: revision 1.38
sys/dev/pci/if_wm.c: revision 1.570
sys/dev/pci/if_wm.c: revision 1.571
sys/dev/pci/if_wm.c: revision 1.572
share/man/man4/wm.4: revision 1.40
sys/dev/pci/if_wmreg.h: revision 1.106
sys/dev/pci/if_wmreg.h: revision 1.107

SW PHY Config Enable bit for ICH8 B0 stepping is not bit 1 but bit 0.

No binary change:
- Sort registers.
- Lowercase hexadecimal value.

On PCH_SPT (and newer), FLASH access should be done by 32bit.
Especially for ICH_FLASH_HSFCTL register, it's located at 0x0006, so
it should be accessed via ICH_FLASH_HSFSTS(0x0004) and use shift or mask.

Our PCH_SPT part of wm_nvm_valid_bank_detect_ich8lan() was based on
FreeBSD r287467. After that, they reverted it and committed the different
code in r287762. r287762's bank detect code didn't work for us because our wm
dirver had a problem in flash access. The problem was fixed in if_wm.c rev.
1.567, so we can use the new way now.

If the extended configration size in the EXTCNFSIZE register is 0, don't
continue.
Add PCH_CNP support (I219 with Intel 300 series chipset).
It's required more test, so it's disabled by default.

Enable I219.

I354 uses an external PHY, so don't use wm_set_eee_i350().
pcidevs.h 1.568 Sat Aug 23 00:14:42 UTC 2003 dogcow regen (add VIA VT6105)
pcidevs_data.h 1.568 Tue Aug 26 21:02:23 UTC 2003 jdolecek regen: add SysKonnect 9821
pcidevs 1.568 Sat Aug 23 00:14:28 UTC 2003 dogcow add VT6105 support to vr(4)
  /src/sys/dev/usb/
usbdevs.h 1.568 Sun Jan 09 14:32:36 UTC 2011 is some more 8187B variants. From OpenBSD
usbdevs_data.h 1.568 Sat Jan 08 22:04:19 UTC 2011 is Realtek 8187B
usbdevs 1.568 Thu Nov 25 14:16:24 UTC 2010 sborrill Add devices for upcoming run(4).
  /src/usr.bin/xlint/lint1/
tree.c 1.568 Sat Jul 15 13:35:24 UTC 2023 rillig lint: add detailed logging for finding memory allocation bugs
  /src/distrib/notes/common/
main 1.568 Sun Feb 06 07:37:29 UTC 2022 nia Add pf(4) to the "list of features we plan to remove" (eventually)
list in the installation notes. Ironically, the only other thing here
is groff(1), which is used to generate these installation notes.
  /src/usr.bin/make/
parse.c 1.568 Fri Dec 03 23:37:30 UTC 2021 rillig make: do not try to expand fixed variable names

The function SetFilenameVars is only called with fixed variable names,
none of which contains a '$', so take a shortcut.

No functional change.
main.c 1.568 Sun Jan 09 18:49:28 UTC 2022 rillig make: in Cmd_Exec, return error message instead of format string

This change leaves only literal format strings in parse.c. It allows
for more detailed error messages than the current "non-zero status" or
"exited on a signal".

No functional change.
var.c 1.568 Mon Oct 05 19:39:30 UTC 2020 rillig make(1): fix compilation with GCC 10 and -Wimplicit-fallthrough=4
  /src/sys/arch/amd64/conf/
GENERIC 1.568 Sat May 16 18:31:48 UTC 2020 christos Add ACL support for FFS. From FreeBSD.
  /src/sys/arch/i386/i386/
machdep.c 1.568 Mon Dec 26 19:23:59 UTC 2005 perry u_intN_t -> uintN_t
  /src/sys/kern/
vfs_syscalls.c 1.568 Sun Aug 11 13:43:20 UTC 2024 bad tweak restoration of asyncflag

Simply update mp->mnt_flag with asyncflag as it contains the correct value.
Use the same pattern as in the other two places (vfs_syscalls.c, ffs_wapbl.c).

NFC.
  /src/sys/sys/
param.h 1.568 Tue Jul 31 13:06:32 UTC 2018 rjs Bump version for addition of getsockopt2() syscall.

Welcome to NetBSD 8.99.23 !
  /src/sys/arch/i386/conf/
GENERIC 1.568 Fri Aug 22 05:14:00 UTC 2003 itojun add udav*
  /src/sys/conf/
files 1.568 Thu Oct 10 23:04:33 UTC 2002 thorpej Move netns config defns to netns/files.netns.
  /src/doc/
CHANGES 1.568 Thu Feb 02 16:10:26 UTC 2006 reinoud filesystem -> file system
  /src/distrib/sets/lists/tests/
mi 1.568 Sat May 10 14:15:25 UTC 2014 martin Add a test case for PR kern/48787.
  /src/share/mk/
bsd.own.mk 1.568 Tue Aug 18 14:53:00 UTC 2009 skrll Add HAVE_BINUTILS and default to 2.16

Completed in 1412 milliseconds

1 2