Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/zaurus/conf



Module Name:    src
Committed By:   rin
Date:           Thu Feb  7 20:33:44 UTC 2019

Modified Files:
        src/sys/arch/zaurus/conf: GENERIC INSTALL INSTALL_C700

Log Message:
Fix kernel size overflow caused by addition of ure(4) and PHY drivers.

Modern USB NICs are useful due to availability in the market, although
they cannot exhibit full performance with ohci(4). Also, some of them
support RX/TX offloading, which can be useful even with ohci(4).

Therefore, rather add modern NICs in usbdevices.config.

Instead, remove PHY drivers that cannot be used with zaurus.

Now, all kernels fits within 5 MiB = 5120 KiB:
- GENERIC       5105K ( 15K free)
- C700          5098K ( 22K free)
- INSTALL       4991K (129K free)
- INSTALL_C700  4681K (439K free)


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/zaurus/conf/GENERIC
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/zaurus/conf/INSTALL
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/zaurus/conf/INSTALL_C700

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index