git: i386 removal, part 52/x: Remove the old cs(4) network driver.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Aug 7 10:37:45 PDT 2016


commit 3522bdfefa1d56eefa2be35eb64fc31fc8ab25e0
Author: Sascha Wildner <saw at online.de>
Date:   Sun Aug 7 15:09:47 2016 +0200

    i386 removal, part 52/x: Remove the old cs(4) network driver.
    
    Looks like it was i386 specific and ended up in our x86_64 configs by
    mistake. At least its manpage was in the i386 section and FreeBSD does
    not have it in amd64's NOTES either.

Summary of changes:
 UPDATING                        |   11 +
 sys/conf/files                  |    2 -
 sys/config/LINT64               |    2 -
 sys/config/X86_64_GENERIC       |    1 -
 sys/dev/netif/cs/if_cs.c        | 1289 ---------------------------------------
 sys/dev/netif/cs/if_cs_pccard.c |   96 ---
 sys/dev/netif/cs/if_csreg.h     |  539 ----------------
 sys/dev/netif/cs/if_csvar.h     |   79 ---
 8 files changed, 11 insertions(+), 2008 deletions(-)
 delete mode 100644 sys/dev/netif/cs/if_cs.c
 delete mode 100644 sys/dev/netif/cs/if_cs_pccard.c
 delete mode 100644 sys/dev/netif/cs/if_csreg.h
 delete mode 100644 sys/dev/netif/cs/if_csvar.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3522bdfefa1d56eefa2be35eb64fc31fc8ab25e0


-- 
DragonFly BSD source repository


More information about the Commits mailing list