Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 31f14a25 | 2020-08-17 22:14:51 | Remove unnecessary BM cookie defines. | ||
| b137aaec | 2020-08-17 22:03:32 | Rename gmac interrupt register defines to stay consistent with other gmac register defines. | ||
| 1adf4f54 | 2020-08-17 21:54:39 | Add enum for L2 cast like for L3. | ||
| 13d9cc68 | 2020-08-17 21:32:44 | Some register define renaming. | ||
| f247ea09 | 2020-08-17 21:12:06 | Remove an unnecessary define. | ||
| 4d0a0269 | 2020-08-17 21:02:37 | Even more whitespace and header changes. | ||
| 017da651 | 2020-08-17 19:08:23 | More whitespace and enum cleanup. | ||
| ad54c436 | 2020-08-17 16:25:05 | Plenty of whitespace fixups. | ||
| 478746b0 | 2020-08-17 04:26:57 | Fix typo in comment From Paul de Weerd | ||
| ccbc029a | 2020-08-16 16:08:10 | Remove sc_maxgpe from acpi_softc which was never read from Remove a dead conditional from acpi_init_gpes while there. ok jcs@ | ||
| 51e951d2 | 2020-08-16 14:09:54 | Properly implement setting of the signal voltage. | ||
| 71795fee | 2020-08-15 13:21:02 | Print ddr52 and hs200 indicators if those modes are supported. ok stsp@ | ||
| cbe056bc | 2020-08-14 18:14:11 | Re-commit Exar XR17V35x serial port support previously backed out: The Exar XR17V354 has 4 ports that have a 256-byte FIFO, use a frequency of 125Mhz, and have a unique sleep register. A custom interrupt handler is setup in puc for these ports so it can check a register which reports which ports triggered the interrupt, rather than having to run comintr for every port every time. To avoid probing for these ports in com_attach_subr which requires access to registers that may be reserved on certain platforms, pass the sc_uarttype from com_puc_attach since the port type is already known based on the puc device vendor/id. Input from kettenis, tested in snaps | ||
| a7a39a0d | 2020-08-14 15:15:27 | Implement tuning and enable HS200 mode. On my ODROID-N2 I see very poor performance at 200 MHz, so restrict the maximum frequency to 150 MHz for now. This also makes the eMMC on the ODROID-C4 work properly. | ||
| a62fc20a | 2020-08-14 14:49:04 | Add support for eMMC HS200 mode. Loosely based on code from NetBSD. ok patrick@ | ||
| 2fa3abdd | 2020-08-14 11:51:07 | When detaching common remote coverage, do not clear any fields. Instead, let kr_free() do the work. Otherwise a thread currently inside a remote section could end up not decrementing the number of ongoing sections while exiting the same remote section. Reported-by: syzbot+1252e696865efc29b767@syzkaller.appspotmail.com | ||
| fe6a1b26 | 2020-08-13 12:11:15 | Give SCSIBUS_B probing a chance to work with better logic in SCSI_IS_SCSIBUS_B(). i.e. return true when 'A' is finished probing (sc_child != NULL) and the sc_link->bus is != sc_child. | ||
| 915014bf | 2020-08-13 11:28:31 | Always set `dtpr_size' to the total size required to hold all probe entries. | ||
| 471fe7ef | 2020-08-13 10:37:27 | qlw_xs_bus() must return 0 while bus 0 is being probed. Found the hard way by martijn@ on his alpha. | ||
| a6df88a7 | 2020-08-12 04:58:49 | skip trying to read disabled bios on RV610 Reading the disabled bios on two Dell machines with RV610 passes initial checks but later fails atombios specific checks. This occurs when running amd64 but not i386. Returning early when reading the disabled bios will result in calling radeon_read_platform_bios() and using the bios at 0xc0000 which works for both systems this was reported for semarie@ on Dell OptiPlex 755 RV610 0x1002:0x94C3 0x1028:0x0402 0x00 Andy Bradford on Dell DXP051 RV610 0x1002:0x94C1 0x1028:0x0D02 0x00 | ||
| a58cb6b3 | 2020-08-12 03:48:22 | drm/drm_fb_helper: fix fbdev with sparc64 From Sam Ravnborg cea0a7943a30a6d0320c8558a844dd27e8f0aa8b in linux 5.7.y/5.7.15 2a1658bf922ffd9b7907e270a7d9cdc9643fc45d in mainline linux | ||
| c40fe122 | 2020-08-10 21:55:59 | Get Elantech v1 touchpad with fw version 0x20022 working. From sxvghd (at) firemail (dot) cc, on tech@ | ||
| c03004a5 | 2020-08-10 04:11:48 | Remove the acpicpu_sc array and instead locate acpicpu instances using the ci_acpicpudev pointer in struct cpu_info. This simplifies matters when we have lots of cpus. ok kettenis@ | ||
| 0e602b66 | 2020-08-08 12:40:55 | The only thing worse than trailing whitespace is leading spaces instead of tabs. | ||
| dfa3bc0b | 2020-08-07 13:53:58 | - Do better work in ifmedia_upd - Eliminate the redundant bits of code for MTU handling; From Brad | ||
| f232436a | 2020-08-06 14:06:12 | Remove duplicate comment. ok mpi@ | ||
| 7205f196 | 2020-08-05 13:50:25 | Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passing it back to tty*0. This is needed to restore working defaults in wsfontload(8). OK jcs@, mpi@ | ||
| e2f5ef80 | 2020-08-05 11:07:18 | drm: hold gem reference until object is no longer accessed From Steve Cohen 5aa4eb5a6d915cf00bf104ddd76e1adbc3dabdc4 in linux 5.7.y/5.7.13 8490d6a7e0a0a6fab5c2d82d57a3937306660864 in mainline linux | ||
| 8b9ccabb | 2020-08-05 11:05:02 | drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl() From Peilin Ye dd4672ba579a78f14dab65062d95c16f0835947b in linux 5.7.y/5.7.13 543e8669ed9bfb30545fd52bc0e047ca4df7fb31 in mainline linux | ||
| d8f6edc7 | 2020-08-05 11:02:10 | drm/amd/display: Clear dm_state for fast updates From Mazin Rezk ee27c88788b88c9c1c75e3a9ce580c79c2dba009 in linux 5.7.y/5.7.13 fde9f39ac7f1ffd799a96ffa1e06b2051f0898f1 in mainline linux | ||
| e1afeb4c | 2020-08-05 10:58:41 | Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers" From Alex Deucher f53aaf88742ccee0e9aa4ed7d700ceeb434d9a7a in linux 5.7.y/5.7.13 87004abfbc27261edd15716515d89ab42198b405 in mainline linux | ||
| fd07ab7e | 2020-08-04 14:45:46 | Pack multiple packets into one xfer as possible. Given this is a 5x-7x TX improvement. It's all Jonathon's code so assert his copyright. Submitted by Jonathon Fletcher. Tested by jcs@, Mikolaj Kucharski, Jonathon Fletcher and myself. ok jmatthew@ | ||
| 8260c3e1 | 2020-08-03 14:25:56 | sync | ||
| 11206926 | 2020-08-03 14:25:44 | Gear Head keyboard IDs, from Tom Murphy | ||
| d0e09f67 | 2020-08-03 07:02:08 | remove timeval conversion interfaces no longer in linux | ||
| 3fc43da4 | 2020-08-02 11:11:07 | Make iwx(4) match any AX200 device again. In case of AX201 we need to be careful about which devices are matched by the driver because devices with technical differences share the same PCI product ID. The driver must additionally match against a table of known PCI subsystem product IDs to identify an AX201 device correctly. For consistency, I wrote similar matching code for AX200 devices. This matches my AX200 device correctly but fails to recognize some other devices which were previously attached and working. Turns out the Linux driver seems to use AX200 subsystem product IDs merely for marketing purposes. It makes the operating system advertise some AX200 devices with distinct trademarked names. There are no technical differences that concern the driver and there is no exhaustive list of possible AX200 subsystem product IDs. So just match them all. Problem reported by Bobby Reynolds. | ||
| d4e7b525 | 2020-08-01 16:14:05 | Add support for AX201 devices to iwx(4). Matching firmware can be installed with fw_update(1). Align our device initialization sequence more closely to how Linux does it. We still use a different MSI-X configuration but register values written up to that point are now identical. patrick@ provided help with debugging several issues along way, thanks! | ||
| 8430bc4b | 2020-08-01 08:40:20 | Add support for remote coverage to kcov. Remote coverage is collected from threads other than the one currently having kcov enabled. A thread with kcov enabled occasionally delegates work to another thread, collecting coverage from such threads improves the ability of syzkaller to correlate side effects in the kernel caused by issuing a syscall. Remote coverage is divided into subsystems. The only supported subsystem right now collects coverage from scheduled tasks and timeouts on behalf of a kcov enabled thread. In order to make this work `struct task' and `struct timeout' must be extended with a new field keeping track of the process that scheduled the task/timeout. Both aforementioned structures have therefore increased with the size of a pointer on all architectures. The kernel API is documented in a new kcov_remote_register(9) manual. Remote coverage is also supported by kcov on NetBSD and Linux. ok mpi@ | ||
| 8047eea9 | 2020-07-31 20:14:47 | Update Spleen kernel fonts to version 1.8.2, bringing the following improvements: - Fix size of the lower case 'ae' character in the 16x32 and 32x64 versions - Shorten parentheses, square brackets, braces, slash, backslash in the 8x16 version, fixing alignment issues - Shift vertical line and double vertical line characters one pixel up in the 8x16 version | ||
| 18f4917e | 2020-07-31 19:27:57 | In xhci_device_isoc_start() do first check if the transfer is in-progress before we do check for the pipe being halted. This fixes some kind of race condition for isoc devices during device close when xp->halted gets set while usbd_start_next() still tries to dequeue in-progress transfers which will report 'usbd_start_next: error=13' (USBD_IOERROR). ok mpi@ | ||
| 8b3dfcdb | 2020-07-31 14:58:53 | Skip making structure elements const, as it provides no benefit, and it would require a pile of pointless de-const casts in the firmware construction code. | ||
| aa356991 | 2020-07-31 12:47:43 | Make sure bcmtmon(4) attaches even if it has a "syscon" compatible. | ||
| f88cb03e | 2020-07-31 10:49:32 | Nuke all occurrences of usbd_abort_pipe() if it gets called right before usbd_close_pipe(), since usbd_close_pipe() already takes care about aborting non-empty pipes. As investigated by gerhard@ usbdi.c rev. 1.57 did add usbd_abort_pipe() to usbd_close_pipe(), but the drivers didn't get cleaned up afterwards. ok gerhard@ | ||
| a187908a | 2020-07-31 07:11:35 | Make writes to the coverage buffer MP-safe using atomic operations. The new routine kd_claim() returns the next available entry in the buffer. Since the first element in the buffer is reserved to hold the number of entries, zero can be used as a sentinel value meaning that the buffer is full. A mere preparation for upcoming remote coverage support in which the buffer can be accessed by multiple threads concurrently. ok mpi@ as part of a larger diff | ||
| a33c4ff8 | 2020-07-30 13:14:38 | When this Aviion-only driver is eventually sent to join its friends in the attic let it go there without the burden of a spurious struct scsi_link member of struct aic6250_softc. | ||
| f11eb312 | 2020-07-30 08:28:57 | regen | ||
| 10807aee | 2020-07-30 08:28:44 | add PCI ID of intel Wi-Fi 6 AX201 devices | ||
| 31f29d64 | 2020-07-30 00:03:25 | "#ifndef SIOP_DEBUG\n#undef SIOP_DEBUG\n#endif" is a bit silly. | ||
| e0baa5bd | 2020-07-29 23:56:42 | Don't turn on SDEV_DB* flags via UDMASS_UPPER. If you want SCSI debug output, ask for it the normal way. Less surprising and more effective, since you have to specify SCSIDEBUG/_BUS/_TARGET/_LUN separately anyway. | ||
| 1e4ed30e | 2020-07-29 16:57:22 | Don't #undef AHC_DEBUG. Lets kernel "option AHC_DEBUG" work. Not sure what I was thinking in 2003. Discovered via deraadt@ typo detection. | ||
| ef552c2e | 2020-07-29 16:37:12 | Don't nest a enum declaration inside a struct declaration, and anyway since the enum isn't tied to the type (because want smaller storage) is better to use #define ok kettenis mglocker | ||
| 9d508ae7 | 2020-07-29 15:25:34 | fix new typo | ||
| 492280c9 | 2020-07-29 12:13:05 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random uses in drivers. Use WDSDEBUG sections like the rest of the debug output. Fix some printf() format problems that were missed in the previous sweep. | ||
| 17b75c99 | 2020-07-29 12:09:47 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random uses in drivers. Use UHADEBUG sections like the debug output in other uha_* files. | ||
| ffc4d1ff | 2020-07-29 11:03:46 | drm/amd/powerplay: fix a crash when overclocking Vega M From Qiu Wenbo b00f624573229df95e68308162da6c419ef0b2b2 in linux 5.7.y/5.7.11 88bb16ad998a0395fe4b346b7d3f621aaa0a2324 in mainline linux | ||
| b954874d | 2020-07-29 11:00:56 | drm/amdgpu: Fix NULL dereference in dpm sysfs handlers From Pawel Gronowski f69137b000ffcfc726e8f3d567e0b69b34a49649 in linux 5.7.y/5.7.11 38e0c89a19fd13f28d2b4721035160a3e66e270b in mainline linux | ||
| 71f14979 | 2020-07-29 10:48:49 | drm/amdgpu: fix preemption unit test From Jack Xiao 21869ebb9b74685d0668d42e55e628a29c969e62 in linux 5.7.y/5.7.11 d845a2051b6b673fab4229b920ea04c7c4352b51 in mainline linux | ||
| 77f24a41 | 2020-07-29 10:46:25 | drm/amdgpu/gfx10: fix race condition for kiq From Jack Xiao d2b27b4f5b04bdce08df1b4e421b34fb2572ba97 in linux 5.7.y/5.7.11 7d65a577bb58d4f27a3398a4c0cb0b00ab7d0511 in mainline linux | ||
| 3f798e8f | 2020-07-29 10:44:02 | drm/amd/display: add dmcub check on RENOIR From Aaron Ma ef176ba6acec80d11f1d8d7f998174b56e3c9620 in linux 5.7.y/5.7.11 3b2e973dff59d88bee1d814ddf8762a24fc02b60 in mainline linux | ||
| 151bb8f7 | 2020-07-29 10:41:35 | drm/amd/display: Check DMCU Exists Before Loading From Jerry (Fangzhi) Zuo 984fafafde60f91b5bf8a31c3ba8ad7337496cc3 in linux 5.7.y/5.7.11 17bdb4a82fe5014c8aa5b2103c80c5729744a096 in mainline linux | ||
| 0df1b8f9 | 2020-07-29 09:52:21 | change ktime to nanoseconds in drm Change from using timevals for ktime to 64 bit count of nanoseconds to closer match linux. tweak from and ok cheloha@ ok kettenis@ on an earlier version | ||
| 25f2901d | 2020-07-29 05:53:52 | Fix yet another panic in which wsevent_fini() ends up being called with NULL. This one is a race caused by clearing the me_evp member before calling routines that could end up sleeping. While here, make wsmux_mux_close() look more like the other mux close routines for increased symmetry. ok mpi@ Reported-by: syzbot+fb9ad34ba42994683850@syzkaller.appspotmail.com | ||
| 2cd58bd5 | 2020-07-28 22:26:32 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random uses in drivers. Use a CAC_DEBUG sections like the other debug output does. | ||
| b31f0161 | 2020-07-28 21:33:14 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random uses in drivers. Use AHD_DEBUG/AHC_DEBUG sections like all the other debug output does. Don't #include scsi_debug.h. | ||
| 1032f1e6 | 2020-07-28 15:58:45 | Fix a problem related to isochronous transfers appearing in certain constellations resulting in bogus frame sizes being returned by xhci(4). E.g. for uvideo(4) devices erroneous video streams were reported. The problem occurs when multi-trb TDs are queued and being processed as a zero-length or short transfer. Those cases were not handled in the current isochronous code path, which this patch is adding. Feedback and testing done by many on tech@. Thanks! ok mpi@ | ||
| 2f6a94ad | 2020-07-27 07:24:03 | trim trailing whitespace in if_iwn.c Patch by Holger Mikolon | ||
| c04334bf | 2020-07-26 17:44:15 | Avoid nvram lock timeout on sparc64 systems with onboard BCM5704 instances that come without a fitted EEPROM/NVRAM. ok deraadt@, kn@ | ||
| a2c1178d | 2020-07-26 12:23:32 | Reduce IWN_DEBUG message noise related to scanning. Patch by Holger Mikolon ok tobhe@ | ||
| 9b4e521a | 2020-07-25 16:34:30 | No need for a bzero(), just init saa.sf to NULL. All the saa.saa fields are explicitly initialized. | ||
| 78c5d546 | 2020-07-25 13:50:49 | Nuke unused struct scsi_link member of struct wd33c93_softc. SGI compile tests by visa@ | ||
| 500422e9 | 2020-07-24 12:43:31 | Turning on various scsi drivers' *DEBUG options reveals that this has rarely (if ever) been done. Fix many printf format errors to calm clang and gcc on amd64, i386, hppa. Missing #include, complaints if 'option <blah>DEBUG' is used in config files, etc. All in debug code. | ||
| 371cc347 | 2020-07-23 11:09:13 | drm/i915/perf: Use GTT when saving/restoring engine GPR From Umesh Nerlige Ramappa b3944d5248c6be0f2dc95a231822c6c67d6f6fd9 in linux 5.7.y/5.7.10 aee62e02c48bd62b9b07f5e297ecfc9aaa964937 in mainline linux | ||
| fc19d940 | 2020-07-23 11:05:52 | drm/i915/gvt: Fix two CFL MMIO handling caused by regression. From Colin Xu 7924e77bf17003aad76f31126d27afe17439876d in linux 5.7.y/5.7.10 fccd0f7cf4d532674d727c7f204f038456675dee in mainline linux | ||
| 12f7ecba | 2020-07-23 11:03:14 | drm/i915/gt: Only swap to a random sibling once upon creation From Chris Wilson b99382de1233866a7eea4a016029d417bdcc0fe7 in linux 5.7.y/5.7.10 110f9efa858f584c6bed177cd48d0c0f526940e1 in mainline linux | ||
| 033fc66b | 2020-07-23 11:00:13 | drm/i915/gt: Ignore irq enabling on the virtual engines From Chris Wilson efce4c5bf8873329a578b70c4b5b0df0fee73e2d in linux 5.7.y/5.7.10 858f1299fd6f7518ddef19ddd304c8398ac79fa5 in mainline linux | ||
| d8b0789b | 2020-07-23 10:57:50 | drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2. From Maarten Lankhorst bc4727542c394ac99e1826e35d708d83088591d3 in linux 5.7.y/5.7.10 6647e6cdba753e71170be7da2acfead7154f56d8 in mainline linux | ||
| 117df390 | 2020-07-23 10:54:50 | drm/amdgpu/display: create fake mst encoders ahead of time (v4) From Alex Deucher 4c76a5a3db25f24accb12acf4a6f3707ee283761 in linux 5.7.y/5.7.10 3168470142e0a82b5732c04ed4c031a9322ae170 in mainline linux | ||
| f0851b17 | 2020-07-23 10:49:23 | drm/amd/display: OLED panel backlight adjust not work with external display connected From hersen wu 702e13f8d26c6d18389c299347580783fef02bcd in linux 5.7.y/5.7.10 b448d30b0c303d5454ea572b772d1ffae96bc6e7 in mainline linux | ||
| 332c92d0 | 2020-07-23 10:46:17 | drm/amd/display: handle failed allocation during stream construction From Josip Pavic adfe5ec9ac3ff13e9dabe42216fb34a9e9c19738 in linux 5.7.y/5.7.10 be73e608ae2711dc8a1ab8b9549d9e348061b2ee in mainline linux | ||
| 473d62af | 2020-07-23 10:43:10 | drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr() From Xiaojie Yuan 7c7df36732772d4f68e0ed50667ced18440bb2ad in linux 5.7.y/5.7.10 05051496b2622e4d12e2036b35165969aa502f89 in mainline linux | ||
| 2aee0a62 | 2020-07-23 10:40:17 | drm/amdgpu/powerplay: Modify SMC message name for setting power profile mode From chen gong b22a2501543e9ebe88b8375652ad41715f1e765d in linux 5.7.y/5.7.10 98a34cf931e848f8489d3fb15a8f5fc03802ad65 in mainline linux | ||
| f94c830f | 2020-07-23 10:10:15 | Even more whitespace fixup. | ||
| 6d00698e | 2020-07-23 09:21:51 | match on AMDI0010 Makes imt(4) and ims(4) attach and touchpad work on jmc@'s Inspiron 5505. "pms0: Elantech Clickpad, version 4, firmware 0x5f1001" also probes but by itself did not result in a functional touchpad. ok kettenis@ | ||
| 1d772be3 | 2020-07-23 09:17:03 | Fix comments to match code; OK fcambus@ | ||
| e3eac33c | 2020-07-23 01:24:53 | Increase the event queue size. When polling for admin command completion, we don't wait for the event to be posted to the queue, we just look at the command itself, which means we can build up a backlog of events to be posted. Newer firmware for ConnectX-4 seems to get upset if the backlog grows beyond some fraction of the event queue size, causing an interrupt storm. This was reported by patrick@ and Hrvoje Popovski (at least) while testing support for multiple tx/rx queues. With the new event queue size, we can safely create 8 queues. | ||
| 09e5d825 | 2020-07-22 21:14:05 | Init GOP and COMPHY. | ||
| fad015d2 | 2020-07-22 20:58:40 | Pass tid we're looking for to mvpp2_prs_hw_read(), then we can zero the prs entry there and also save a few lines. | ||
| fef01367 | 2020-07-22 20:50:16 | Rework mvpp2_prs_flow_find() to return a tid instead of a whole prs entry, saving at least one unnecessary malloc(9)/free(9) cycle. | ||
| 47b8e6a0 | 2020-07-22 19:57:59 | Fix more whitespace issues. | ||
| e042150e | 2020-07-22 19:56:42 | Use correct ethertype and IP proto defines. | ||
| 70ad0a12 | 2020-07-22 19:54:05 | Fix whitespace issue. | ||
| af1244a6 | 2020-07-22 19:53:11 | Use 1U for BIT(x), always define it and use it in four more places. | ||
| 7380a3a4 | 2020-07-22 13:16:04 | Nuke unused struct scsi_link members of adapter softc's where the driver successfully compiles on one or more of amd64, i386, hppa. | ||
| 3941079e | 2020-07-22 11:13:20 | regen | ||
| 893f5127 | 2020-07-22 11:12:40 | add Intel AX200 Bluetooth | ||
| 5394f138 | 2020-07-22 10:45:03 | regen | ||
| 4910c09b | 2020-07-22 10:43:14 | add devices found in Inspiron 5505 dmesg from jmc@ | ||
| 23293512 | 2020-07-22 02:16:01 | deprecate interface input handler lists, just use one input function. the interface input handler lists were originally set up to help us during the intial mpsafe network stack work. at the time not all the virtual ethernet interfaces (vlan, svlan, bridge, trunk, etc) were mpsafe, so we wanted a way to avoid them by default, and only take the kernel lock hit when they were specifically enabled on the interface. since then, they have been fixed up to be mpsafe. i could leave the list in place, but it has some semantic problems. because virtual interfaces filter packets based on the order they were attached to the parent interface, you can get packets taken away in surprising ways, especially when you reboot and netstart does something different to what you did by hand. by hardcoding the order that things like vlan and bridge get to look at packets, we can document the behaviour and get consistency. it also means we can get rid of a use of SRPs which were difficult to replace with SMRs. the interface input handler list is an SRPL, which we would like to deprecate. it turns out that you can sleep during stack processing, which you're not supposed to do with SRPs or SMRs, but SRPs are a lot more forgiving and it worked. lastly, it turns out that this code is faster than the input list handling, so lots of winning all around. special thanks to hrvoje popovski and aaron bieber for testing. this has been in snaps as part of a larger diff for over a week. | ||
| 81a23f33 | 2020-07-22 00:48:02 | Add support for newer RTL8125 chipset (RTL8125B). Tested for on a TP-LINK TL-NG421. ok jmatthew@ | ||
| ad7f7af0 | 2020-07-21 03:48:04 | acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for later processing. The use of a high interrupt will predate suspend/resume efforts, we had to redesign acpi to be non-reentrant obviously discussed with kettenis, in snaps for more than a week |