From: Paul B. S. <pa...@us...> - 2001-10-15 21:15:03
|
Update of /cvsroot/linux-atm/linux-atm In directory usw-pr-cvs1:/tmp/cvs-serv10403 Modified Files: ChangeLog README configure.in Log Message: Updates for HE driver inclusion into the dist... Index: ChangeLog =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangeLog 2001/10/09 22:33:01 1.2 --- ChangeLog 2001/10/15 21:14:58 1.3 *************** *** 8,11 **** --- 8,17 ---- - ia64 build fix for ASN (Chas Williams) + New features + ------------ + + - the driver for the Marconi ForeRunnerHE is in src/extra/drivers (Chas + Williams, Eric Kinzie) + Other changes ------------- Index: README =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 2001/10/09 22:33:01 1.2 --- README 2001/10/15 21:14:59 1.3 *************** *** 14,20 **** features supported by ATM on Linux. ! If you're just looking for the device drivers: they're either ! already in the mainstream kernel or, for those which are not ! integrated, found by visiting http://linux-atm.sourceforge.net/. For usage and installation instructions, please read the "ATM on Linux HOWTO" --- 14,20 ---- features supported by ATM on Linux. ! If you're just looking for the device drivers: you may find what you're looking ! for under src/extra/drivers. Most are already in the mainstream kernel or, for ! those which are not integrated, visit http://linux-atm.sourceforge.net/info.php For usage and installation instructions, please read the "ATM on Linux HOWTO" Index: configure.in =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** configure.in 2001/10/09 22:33:01 1.2 --- configure.in 2001/10/15 21:15:00 1.3 *************** *** 174,178 **** src/extra/Makefile \ src/extra/linux-atm.spec \ ! src/extra/ANS/Makefile ) --- 174,179 ---- src/extra/Makefile \ src/extra/linux-atm.spec \ ! src/extra/ANS/Makefile \ ! src/extra/drivers/Makefile ) |