History log of /freebsd/sys/i386/conf/LINT (Results 101 – 125 of 1566)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9cd1e66e 27-Nov-1999 David E. O'Brien <obrien@FreeBSD.org>

options should be formatted as "#options ^IFOO".

Spammed by: sos, mjacob, and phk


# 71e4fff8 26-Nov-1999 Poul-Henning Kamp <phk@FreeBSD.org>

Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.

Add MD_ROOT and MD_ROOT_SIZE options to the md driver.

Make the md driver handle MFS_ROOT and MFS_ROOT_SIZE options for compat

Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.

Add MD_ROOT and MD_ROOT_SIZE options to the md driver.

Make the md driver handle MFS_ROOT and MFS_ROOT_SIZE options for compatibility.

Add md driver to GENERIC, PCCARD and LINT.

This is a cleanup which removes the need for some of the worse hacks in
MFS: We really want to have a rootvnode but MFS on a preloaded image
doesn't really have one. md is a true device, so it is less trouble.

This has been tested with make release, and if people remember to add
the "md" pseudo-device to their kernels, PicoBSD should be just fine
as well. If people have no other use for MFS, it can be removed from
the kernel.

show more ...


# dda0e6f5 25-Nov-1999 Bill Paul <wpaul@FreeBSD.org>

Update the WaveLAN/IEEE driver:

- Convert to new bus attachment scheme. Thanks to Blaz Zupan for doing
the initial work here. One thing I changed was to have the attach
and detach routines work

Update the WaveLAN/IEEE driver:

- Convert to new bus attachment scheme. Thanks to Blaz Zupan for doing
the initial work here. One thing I changed was to have the attach
and detach routines work like the PCI drivers, which means that in
theory you should be able to load and unload the driver like the PCI
NIC drivers, however the pccard support for this hasn't settled down
yet so it doesn't quite work. Once the pccard work is done, I'll have
to revisit this.

- Add device wi0 to PCCARD. If we're lucky, people should be able to
install via their WaveLAN cards now.

- Add support for signal strength caching. The wicontrol utility has
also been updated to allow zeroing and displaying the signal strength
cache.

- Add a /sys/modules/wi directory and fix a Makefile to builf if_wi.ko.
Currently this module is only built for the i386 platform, though once
the pccard stuff is done it should be able to work on the alpha too.
(Theoretically you should be able to plug one of the WaveLAN/IEEE ISA
cards into an alpha with an ISA slot, but we'll see how that turns out.

- Update LINT to use only device wi0. There is no true ISA version of
the WaveLAN/IEEE so we'll never use an ISA attachment.

- Update files.i386 so that if_wi is dependent on card.

show more ...


# 869f459c 25-Nov-1999 Seigo Tanimura <tanimura@FreeBSD.org>

Add the description for the configuration of GUS non-PnP bridge driver.

Submitted by: Pascal Hofstee <daeron@shadowmere.student.utwente.nl>


# 9cc86ee9 23-Nov-1999 Guido van Rooij <guido@FreeBSD.org>

Add kernel parts of revived ipfilter (3.3.3.)


# 51f4c152 22-Nov-1999 Yoshinobu Inoue <shin@FreeBSD.org>

move INET6 option from GENERIC to LINT.

Thanks for Brian Fundakowski Feldman and Dag-Erling Smorgrav,
to give me the comment and the patch.

Submitted by:Dag-Erling Smorgrav


# 46d6fe72 22-Nov-1999 Seigo Tanimura <tanimura@FreeBSD.org>

Add the descriptions of the bridge drivers for Sound Blaster, GUS
and Crystal Semiconductor CS461x/428x.


# 75099bed 21-Nov-1999 Matt Jacob <mjacob@FreeBSD.org>

document new ISP config options


# 48e94174 17-Nov-1999 Archie Cobbs <archie@FreeBSD.org>

Add option NETGRAPH_KSOCKET.


# fc67908f 09-Nov-1999 Kazutaka YOKOTA <yokota@FreeBSD.org>

Cosmetic change: correct formatting error in my previous commit.
"Options" should be:

options<ascii space><tab>OPTION_NAME

Pointed out by: obrien


# 7a88382d 08-Nov-1999 Kazutaka YOKOTA <yokota@FreeBSD.org>

- Document SC_TWOBUTTON_MOUSE, SC_NORM_ATTR, SC_NORM_REV_ATTR,
SC_KERNEL_CONS_ATTR and SC_KERNEL_CONS_REV_ATTR.

Nudged by eivind


# 73027df7 08-Nov-1999 Kazutaka YOKOTA <yokota@FreeBSD.org>

- Removed SC_VIDEO_DEBUG. It is broken and useless now.


# 74d8e840 07-Nov-1999 Søren Schmidt <sos@FreeBSD.org>

Add the ata driver to the compiled in targets.
Document the options available for the ata driver.

Disconnect the atapi devices from the old wd driver to avoid conflicts
(they will go away at some po

Add the ata driver to the compiled in targets.
Document the options available for the ata driver.

Disconnect the atapi devices from the old wd driver to avoid conflicts
(they will go away at some point anyways)

show more ...


# 909232c4 07-Nov-1999 Eivind Eklund <eivind@FreeBSD.org>

Options cleanup.
* GC unused options
* Move options that exist on all architectures to conf/options
* Add missing options to LINT
* Sort undocumented options list in LINT

Reviewed by: green


# cb6da56e 05-Nov-1999 David E. O'Brien <obrien@FreeBSD.org>

Style lint LINT.
mostly this was fixing options to be "options<sp>^IOPTION", along with
many <sp> replaced by ^I to be consistant.


# 98067211 05-Nov-1999 David E. O'Brien <obrien@FreeBSD.org>

Change some wdX entries from "disk" to "device". These got missed in the
rev 1.665 commit.


# b0801bac 02-Nov-1999 Archie Cobbs <archie@FreeBSD.org>

Add new options NETGRAPH_PPP and NETGRAPH_PPPOE, plus NETGRAPH_SOCKET which
was missing from before.


# 3cf4d0bf 02-Nov-1999 Poul-Henning Kamp <phk@FreeBSD.org>

Add mn0 in the netgraph section.


# f1cdff80 01-Nov-1999 Eivind Eklund <eivind@FreeBSD.org>

Elminiate the (unused) TUNE_1542 option.


# 51124de7 01-Nov-1999 Peter Wemm <peter@FreeBSD.org>

Update examples using 'disk' and 'tape' - they used to have magic meaning
to config(8) for static device tables that have not existed for quite
some time. They have been aliases for 'device' for a w

Update examples using 'disk' and 'tape' - they used to have magic meaning
to config(8) for static device tables that have not existed for quite
some time. They have been aliases for 'device' for a while, and "tape"
went away entirely as it wasn't used anywhere (except in an example
in LINT.. "fixed").

show more ...


# e72032e9 27-Oct-1999 Matthew N. Dodd <mdodd@FreeBSD.org>

Modify the entries regarding the 'ep' driver to take into account
my recent changes to that driver.


# 4f76d87b 25-Oct-1999 Warner Losh <imp@FreeBSD.org>

Massive rewrite of pccard to convert it to newbus.
o Gut the compatibility interface, you now must attach with newbus.
o Unit numbers from pccardd are now ignored. This may change the units
assign

Massive rewrite of pccard to convert it to newbus.
o Gut the compatibility interface, you now must attach with newbus.
o Unit numbers from pccardd are now ignored. This may change the units
assigned to a card. It now uses the first available unit.
o kill old skeleton code that is now obsolete.
o Use newbus attachment code.
o cleanup interfile dependencies some.
o kill list of devices per slot. we use the device tree for what we need.
o Remove now obsolete code.
o The ep driver (and maybe ed) may need some config file tweaks to
allow it to attach. See config files that were committed for examples
on how to do this.

Drivers to be commited shortly.

This is an interrum fix until the new pccard. ed, ep and sio will be
supported by me with this release, although others are welcome to try
to support other devices before new pccard is working.

I plan on doing minimal further work on this code base. Be careful
when upgrading, since this code is known to work on my laptop and
those of a couple others as well, but your milage may vary.

BUGS TO BE FIXED:

o system memory isn't allocated yet, it will be soon.
o No devices actually have a pccard newbus attach in the tree.

BUGS THAT MIGHT BE FIXED:

o card removal, including suspend, usually hangs the system.

Many thanks to Peter Wemm and Doug Rabson for helping me to fill in
the missing bits of New Bus understanding at FreeBSD Con '99.

show more ...


# b58a8a3b 23-Oct-1999 Julian Elischer <julian@FreeBSD.org>

Now that Netgraph is in the system there are some cleanups we can do.
Also save a slightly closer to completion version of the PPPOE code.

Submitted by: Archie Cobbs <archie@freebsd.org>


# dc112b44 21-Oct-1999 Luoqi Chen <luoqi@FreeBSD.org>

Resurrect the aic driver.


# 4cf49a43 21-Oct-1999 Julian Elischer <julian@FreeBSD.org>

Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://

Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.

Reviewed by: Doug Rabson (dfr@freebsd.org)
Obtained from: Whistle CVS tree

show more ...


12345678910>>...63