Date: Thu, 10 Feb 2005 06:09:03 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed_novell.c Message-ID: <200502100609.j1A693kt054399@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-02-10 06:09:03 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_novell.c Log: Extricate probing of the gwether card (Gateway AT) from the middle of probing the novell ne[12]000 cards. It should be its own thing, ala how we do the dl100xx support doing its own thing at the right time. For the moment, it is just a function, which makes the mainline of the generic probe easier to follow. Also, correct a couple of comments that looked wrong. # there may be a bug in setting up gwether, in that we set # sc->rec_page_stop based on memsize, rather than sc->mem_size, so if # these two are different, then the rec_page_stop will be wrong. I'm # hesitant to fix it without real hardware to test with. Since # gwether isn't in the hardware list of the man page nor in the commit # messages, it is hard to know for sure. Revision Changes Path 1.3 +74 -64 src/sys/dev/ed/if_ed_novell.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502100609.j1A693kt054399>