aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/lnc
Commit message (Collapse)AuthorAgeFilesLines
* Remove the lnc module Makefile.Scott Long2006-05-141-17/+0
| | | | Notes: svn path=/head/; revision=158567
* Removed -g from CFLAGS. There is a better way to build debuggingRuslan Ermilov2004-02-131-1/+1
| | | | | | | | | versions of the modules, and unconditionally putting -g in CFLAGS has negative impact on the size of the resulting .ko object, even now that debugging symbols are always stripped. Notes: svn path=/head/; revision=125771
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi2002-11-061-3/+0
| | | | Notes: svn path=/head/; revision=106497
* - Don't overwrite inb, inw and outw.Yoshihiro Takahashi2001-07-041-1/+9
| | | | | | | | | | | - Move the lance_probe function to if_lnc.c. - Support C-NET(98)S again. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) and nyan No response from: Paul Richards Notes: svn path=/head/; revision=79207
* Remove some stray traces of KMODDEPSPeter Wemm2001-02-041-1/+0
| | | | Notes: svn path=/head/; revision=71996
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-6/+8
| | | | Notes: svn path=/head/; revision=70711
* Change the module name from lnc to if_lnc so that ifconfig works.Paul Richards2000-12-291-1/+1
| | | | Notes: svn path=/head/; revision=70476
* Add lnc module.Paul Richards2000-12-161-0/+11
Notes: svn path=/head/; revision=70077