CVS: cvs.openbsd.org: src
Kevin Lo <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/26 07:57:08 Modified files: sys/dev/pci : if_rge.c Log message: Set IFXF_MBUF_64BIT so mbufs are allocated in high memory if only 64 bit DMA interfaces exist. Also pass BUS_DMA_64BIT to the bus_dmamem_alloc() for the kstat counter buffer (rge_ks_sc_seg). ok bluhm@