New LINT comments and options for the Wavelan (wl) driver.

Submitted by:	Jim Binkley <jrb@cs.pdx.edu>
This commit is contained in:
Mike Smith 1997-08-01 03:33:08 +00:00
parent d28e8bd5da
commit 36bdbe9431
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27815
5 changed files with 13 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.353 1997/07/25 11:53:19 phk Exp $
# $Id: LINT,v 1.354 1997/07/26 01:46:00 fsmp Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -856,6 +856,8 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL)
# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
# wl: Lucent Wavelan (ISA card only).
# "options WLDEBUG" enables verbose debugging output,
# "options WLCACHE" enables the signal-strength cache.
# ze: IBM/National Semiconductor PCMCIA ethernet controller.
# zp: 3Com PCMCIA Etherlink III (It does not require shared memory for
# send/receive operation, but it needs 'iomem' to read/write the
@ -1244,4 +1246,3 @@ options SHMSEG=9
options SI_DEBUG
options SIMPLELOCK_DEBUG
options SPX_HACK
options WLDEBUG

View file

@ -1,4 +1,4 @@
# $Id: options.i386,v 1.51 1997/07/25 11:53:20 phk Exp $
# $Id: options.i386,v 1.52 1997/07/26 01:46:03 fsmp Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
@ -23,6 +23,7 @@ COM_ESP opt_sio.h
COM_MULTIPORT opt_sio.h
DSI_SOFT_MODEM opt_sio.h
WLDEBUG opt_wavelan.h
WLCACHE opt_wavelan.h
I586_CTR_GUPROF opt_i586_guprof.h
I586_PMC_GUPROF opt_i586_guprof.h
FAT_CURSOR opt_pcvt.h

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.353 1997/07/25 11:53:19 phk Exp $
# $Id: LINT,v 1.354 1997/07/26 01:46:00 fsmp Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -856,6 +856,8 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL)
# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
# wl: Lucent Wavelan (ISA card only).
# "options WLDEBUG" enables verbose debugging output,
# "options WLCACHE" enables the signal-strength cache.
# ze: IBM/National Semiconductor PCMCIA ethernet controller.
# zp: 3Com PCMCIA Etherlink III (It does not require shared memory for
# send/receive operation, but it needs 'iomem' to read/write the
@ -1244,4 +1246,3 @@ options SHMSEG=9
options SI_DEBUG
options SIMPLELOCK_DEBUG
options SPX_HACK
options WLDEBUG

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.353 1997/07/25 11:53:19 phk Exp $
# $Id: LINT,v 1.354 1997/07/26 01:46:00 fsmp Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -856,6 +856,8 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL)
# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
# wl: Lucent Wavelan (ISA card only).
# "options WLDEBUG" enables verbose debugging output,
# "options WLCACHE" enables the signal-strength cache.
# ze: IBM/National Semiconductor PCMCIA ethernet controller.
# zp: 3Com PCMCIA Etherlink III (It does not require shared memory for
# send/receive operation, but it needs 'iomem' to read/write the
@ -1244,4 +1246,3 @@ options SHMSEG=9
options SI_DEBUG
options SIMPLELOCK_DEBUG
options SPX_HACK
options WLDEBUG

View file

@ -1,4 +1,4 @@
# $Id: options.i386,v 1.51 1997/07/25 11:53:20 phk Exp $
# $Id: options.i386,v 1.52 1997/07/26 01:46:03 fsmp Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
@ -23,6 +23,7 @@ COM_ESP opt_sio.h
COM_MULTIPORT opt_sio.h
DSI_SOFT_MODEM opt_sio.h
WLDEBUG opt_wavelan.h
WLCACHE opt_wavelan.h
I586_CTR_GUPROF opt_i586_guprof.h
I586_PMC_GUPROF opt_i586_guprof.h
FAT_CURSOR opt_pcvt.h