Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: src/sys/dev/usb
"Nick Hudson" writes:
> Module Name: src
> Committed By: skrll
> Date: Tue Dec 19 07:05:36 UTC 2023
>
> Modified Files:
> src/sys/dev/usb: if_axen.c
>
> Log Message:
> Add support for AX88179A. From sc.dying on current-users.
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.94 -r1.95 src/sys/dev/usb/if_axen.c
cool.
this can probably go back to not having a device softc
by using un_flags:
/*
* This section is for driver to use, not touched by usbnet.
*/
unsigned un_flags;
in struct usbnet, and axen_softc becomes just usbnet again.
.mrg.
Home |
Main Index |
Thread Index |
Old Index