(oops sorry!)
-a On Fri, 16 Jan 2026 at 21:01, Adrian Chadd <[email protected]> wrote: > > The branch main has been updated by adrian: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=afbb21bd1d6261a00b078c0847d5ecc8863585b7 > > commit afbb21bd1d6261a00b078c0847d5ecc8863585b7 > Author: Adrian Chadd <[email protected]> > AuthorDate: 2026-01-17 04:59:34 +0000 > Commit: Adrian Chadd <[email protected]> > CommitDate: 2026-01-17 05:01:02 +0000 > > aq: remove from NOTES; it's unfortunately amd64 only > > Unfortunately the aq driver is using readl/writel calls instead > of bus space routines. > > This broke, well, everything else. > Fixes: c75eff16ef54aaae7b5dc52ed894cc73a855f469 > --- > sys/conf/NOTES | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/sys/conf/NOTES b/sys/conf/NOTES > index 2d5899dd0533..6d3ea088b819 100644 > --- a/sys/conf/NOTES > +++ b/sys/conf/NOTES > @@ -1863,7 +1863,6 @@ device xmphy # XaQti XMAC II > # L1 PCI express gigabit ethernet controllers. > # alc: Support for Atheros AR8131/AR8132 PCIe ethernet controllers. > # ale: Support for Atheros AR8121/AR8113/AR8114 PCIe ethernet controllers. > -# aq: Aquantia / Marvell AQC1xx PCIe Ethernet adapter. > # ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan) > # bce: Broadcom NetXtreme II (BCM5706/BCM5708) PCI/PCIe Gigabit Ethernet > # adapters. > @@ -2005,7 +2004,6 @@ device ix # Intel Pro/10GbE > PCIE Ethernet > device ixv # Intel Pro/10GbE PCIE Ethernet VF > > # PCI Ethernet NICs. > -device aq # Aquantia / Marvell AQC1xx > device cxgb # Chelsio T3 10 Gigabit Ethernet > device cxgb_t3fw # Chelsio T3 10 Gigabit Ethernet firmware > device cxgbe # Chelsio T4-T6 1/10/25/40/100 Gigabit > Ethernet >
