Date: Thu, 20 Feb 2003 16:44:13 +0100 From: Anders Andersson <anders@hack.org> To: sparc@FreeBSD.org Subject: small patch to commit, GENERIC (xl) Message-ID: <20030220154413.GC15852@hellraiser.andersa.net>
next in thread | raw e-mail | index | archive | help
--W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Please commit the attached patch that enables the xl NIC in GENERIC. xl should now be safe for sparc64, and I use it in my gateway box (Ultra10) at home without any problems. -- Anders Andersson <anders at andersa.net> --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="GENERIC.diff" Index: sys/sparc64/conf/GENERIC =================================================================== RCS file: /home/ncvs/src/sys/sparc64/conf/GENERIC,v retrieving revision 1.49 diff -u -r1.49 GENERIC --- sys/sparc64/conf/GENERIC 18 Feb 2003 09:38:51 -0000 1.49 +++ sys/sparc64/conf/GENERIC 20 Feb 2003 15:41:10 -0000 @@ -162,7 +162,7 @@ #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F -#device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') +device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocated. device random # Entropy device --W/nzBZO5zC0uMSeA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030220154413.GC15852>
