History log of /freebsd/sys/dev/al_eth/al_init_eth_kr.c (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 685dc743 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 463edaf4 04-May-2023 John Baldwin <jhb@FreeBSD.org>

al: Replace boolean_t with either al_bool or bool.

Use al_bool for interfaces and structures defined in the
OS-independent HAL in sys/contrib, and use plain bool for
FreeBSD-specific APIs and struct

al: Replace boolean_t with either al_bool or bool.

Use al_bool for interfaces and structures defined in the
OS-independent HAL in sys/contrib, and use plain bool for
FreeBSD-specific APIs and structures in sys/dev/al_eth.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D39923

show more ...


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0
# 6a734168 09-Apr-2022 Gordon Bergling <gbe@FreeBSD.org>

al_eth: Remove a double word in a source code comment

- s/for for/for/

MFC after: 3 days


Revision tags: release/12.3.0, release/13.0.0, release/12.2.0
# 0e9080cb 01-Sep-2020 Mateusz Guzik <mjg@FreeBSD.org>

al_eth: clean up empty lines in .c and .h files


Revision tags: release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# 5763f796 21-Oct-2016 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r307383 through r307735.


# 7902c8dc 20-Oct-2016 Wojciech Macek <wma@FreeBSD.org>

Driver for PCI Ethernet NIC on Alpine V1 and V2.

Obtained from: Semihalf
Submitted by: Michal Stanek <mst@semihalf.com>
Sponsored by: Annapurna Labs
Reviewed by:

Driver for PCI Ethernet NIC on Alpine V1 and V2.

Obtained from: Semihalf
Submitted by: Michal Stanek <mst@semihalf.com>
Sponsored by: Annapurna Labs
Reviewed by: wma
Differential Revision: https://reviews.freebsd.org/D7814

show more ...