Home | History | Annotate | Download | only in man4
History log of /src/share/man/man4/alc.4
RevisionDateAuthorComments
 1.6  17-Oct-2019  msaitoh Add support for Killer E2400 and E2500.
 1.5  19-Jan-2015  wiz branches: 1.5.16; 1.5.18;
New sentence, new line.
 1.4  18-Jan-2015  christos PR/49584: Leonardo Taccari: alc(4): add support for AR816x/AR817x chipsets
 1.3  14-Dec-2011  njoly branches: 1.3.18;
Fix title.
 1.2  23-Feb-2011  jmcneill branches: 1.2.2; 1.2.6;
remove ukphy xref
 1.1  23-Feb-2011  jmcneill add alc(4) man page
 1.2.6.1  17-Apr-2012  yamt sync with head
 1.2.2.2  05-Mar-2011  bouyer Sync with HEAD
 1.2.2.1  23-Feb-2011  bouyer file alc.4 was added on branch bouyer-quota2 on 2011-03-05 15:09:25 +0000
 1.3.18.1  04-Feb-2015  snj Pull up following revision(s) (requested by nonaka in ticket #473):
share/man/man4/lii.4: revision 1.3
sys/dev/pci/if_alc.c: revision 1.12
sys/dev/pci/pcidevs: revision 1.1213
sys/dev/pci/if_alcreg.h: revision 1.3
share/man/man4/atphy.4: revision 1.3
share/man/man4/alc.4: revision 1.4
PR/49584: Leonardo Taccari: alc(4): add support for AR816x/AR817x chipsets
 1.5.18.1  24-Oct-2019  martin Pull up following revision(s) (requested by msaitoh in ticket #375):

sys/dev/pci/if_alc.c: revision 1.40
sys/dev/pci/if_alc.c: revision 1.41
sys/dev/pci/if_alc.c: revision 1.42
sys/dev/pci/if_alc.c: revision 1.39
sys/dev/pci/if_alcreg.h: revision 1.8
share/man/man4/alc.4: revision 1.6

Apply FreeBSD r218141:
> alc_rev was used without initialization such that it failed to
> apply AR8152 v1.0 specific initialization code. Fix this bug by
> explicitly reading PCI device revision id via PCI accessor.
>
> Reported by: Gabriel Linder ( linder.gabriel <> gmail dot com )

Move PCIe initialization code from alc_attach() to alc_init_pcie().
No functional change.

Some alc(4) fixes:
- Apply FreeBSD r218141:
> alc_rev was used without initialization such that it failed to
> apply AR8152 v1.0 specific initialization code. Fix this bug by
> explicitly reading PCI device revision id via PCI accessor.
>
> Reported by: Gabriel Linder ( linder.gabriel <> gmail dot com )

- Apply FreeBSD r304574:
> Correct DMA channel number selection on AR816x family of
> controllers. For Gigabit Ethernet version of AR816x, AR813x/AR815x
> except L1D controller, use vendor recommended ASPM parameters.
> While here, increase alc_dma_burst array size. Broken H/W can
> return bogus value in theory.

- Use static.

- Whitespace fix. Remove extra backslash.

Add support for Killer E2400 and E2500.
 1.5.16.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed