#
b5137699 |
| 15-Oct-1999 |
Warner Losh <imp@FreeBSD.org> |
Reorganize the attachement point for pcic (it was unattached and floating before). Attach pccard devices to pcic, one per slot (although this may change to one per pcic). pcic is now attached to is
Reorganize the attachement point for pcic (it was unattached and floating before). Attach pccard devices to pcic, one per slot (although this may change to one per pcic). pcic is now attached to isa (to act as a bridge) and pccard is attached to pcic, cbb and pc98ic (the last two are card bus bridge and the pc98ic version of pcic, neither of which are in the tree yet). Move pccard compat code into pccard/pccard_compat.c.
THIS REQUIRES A CONFIG FILE CHANGE. You must change your pcic/card entries to be: # PCCARD (PCMCIA) support controller pcic0 at isa? controller pcic1 at isa? controller card0
The old system was upside down and this corrects that problem. It will make it easier to add support for YENTA pccard/card bus bridges.
Much more cleanup needs to happen before newbus devices can have pccard attachments. My previous commit's comments were premature.
show more ...
|
#
55c86d34 |
| 10-Oct-1999 |
Peter Wemm <peter@FreeBSD.org> |
Don't try and build IPFILTER in LINT.
|
#
6ac4727a |
| 07-Oct-1999 |
Mike Smith <msmith@FreeBSD.org> |
Connect the 'amr' and 'mlx' drivers. They can be built as modules or integrated into a static kernel as the user wishes.
|
#
503e6666 |
| 03-Oct-1999 |
Bruce Evans <bde@FreeBSD.org> |
Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the kernel, but gcc provides a pessimal builtin for it.
Makefile.i386: Added a variable (CONF_CFLAGS) for configuration-specific compi
Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the kernel, but gcc provides a pessimal builtin for it.
Makefile.i386: Added a variable (CONF_CFLAGS) for configuration-specific compiler flags.
LINT: Use CONF_CFLAGS to inhibit use of gcc builtins.
show more ...
|
#
9f050ed5 |
| 02-Oct-1999 |
Matt Jacob <mjacob@FreeBSD.org> |
Document SA_1FM_AT_EOD option.
|
#
e83e2322 |
| 02-Oct-1999 |
Boris Popov <bp@FreeBSD.org> |
ncplib continued: add appropriate options to LINT.
|
#
c9c350b7 |
| 27-Sep-1999 |
Bill Fumerola <billf@FreeBSD.org> |
Spell 'timecounter' correctly.
|
#
40bc58df |
| 25-Sep-1999 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Oops! I enabled SOFTUPDATES by accident.
Pointed out by: eivind
|
#
a236d14c |
| 23-Sep-1999 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
MFS: firewall -> firewall_type
|
#
efee742e |
| 22-Sep-1999 |
Bill Paul <wpaul@FreeBSD.org> |
Mention in the documentation that the AOpen/Acer ALN-320 is a supported ethernet card (PCI, VIA Rhine II chipset).
|
#
8b22cebb |
| 22-Sep-1999 |
Matthew Dillon <dillon@FreeBSD.org> |
Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot be set by a kernel conf option due to the struct buf structural dependancy (sizing of b_pages[]) creating a conflict with m
Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot be set by a kernel conf option due to the struct buf structural dependancy (sizing of b_pages[]) creating a conflict with modules (which are not compiled with kernel config options overrides).
We'll be able to sysctl these two later on when the buffer subsystem is revamped.
show more ...
|
#
1088f6c7 |
| 22-Sep-1999 |
Bill Paul <wpaul@FreeBSD.org> |
Spruce up the ADMtek driver: conver to newbus, miibus and add support for the AN985 "Centaur" chip, which is apparently the next genetation of the "Comet." The AN985 is also a tulip clone and is simi
Spruce up the ADMtek driver: conver to newbus, miibus and add support for the AN985 "Centaur" chip, which is apparently the next genetation of the "Comet." The AN985 is also a tulip clone and is similar to the AL981 except that it uses a 99C66 EEPROM and a serial MII interface (instead of direct access to the PHY registers).
Also updated various documentation to mention the AN985 and created a loadable module.
I don't think there are any cards that use this chip on the market yet: the datasheet I got from ADMtek has boxes with big X's in them where the diagrams should be, and the sample boards I got have chips without any artwork on them.
show more ...
|
#
a59d364a |
| 22-Sep-1999 |
Matthew Dillon <dillon@FreeBSD.org> |
Change default block size for user VBLK device access from 2K to PAGE_SIZE (4K on an i386, 8K on an alpha).
Make BLKDEV_IOSIZE, DFLTPHYS, and MAXPHYS kernel-configurable.
|
#
8b3642e1 |
| 21-Sep-1999 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Add md driver to LINT
|
Revision tags: release/3.3.0_cvs |
|
#
8dc47ef6 |
| 13-Sep-1999 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Fix disordering introduced in my previous commit.
Pointed out by: bde
|
#
01b91415 |
| 13-Sep-1999 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
"\t\t" -> " \t" as per rev. 1.611 (mangled in the previous commit)
Pointed out by: bde
|
#
e46cd3d4 |
| 12-Sep-1999 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl variables, conditional on the TCP_RESTRICT_RST and TCP_DROP_SYNFIN kernel options, respectively. See the comments in LINT for det
Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl variables, conditional on the TCP_RESTRICT_RST and TCP_DROP_SYNFIN kernel options, respectively. See the comments in LINT for details.
show more ...
|
#
0e985713 |
| 11-Sep-1999 |
Justin T. Gibbs <gibbs@FreeBSD.org> |
Add the AMD driver.
|
#
c9d9f1a0 |
| 09-Sep-1999 |
Peter Wemm <peter@FreeBSD.org> |
Zap EXPORTMFS, it's no longer an option. (mfs_vfsops.c rev 1.58)
|
#
5ca8dcf6 |
| 06-Sep-1999 |
Doug Rabson <dfr@FreeBSD.org> |
Update for newpcm.
|
#
e5a9fd54 |
| 06-Sep-1999 |
Bill Paul <wpaul@FreeBSD.org> |
This commit adds driver support for PCI fast ethernet NICs based on the Davicom DM9100 and DM9102 chipsets, including the Jaton Corporation XPressNet. Datasheet is available from www.davicom8.com.
T
This commit adds driver support for PCI fast ethernet NICs based on the Davicom DM9100 and DM9102 chipsets, including the Jaton Corporation XPressNet. Datasheet is available from www.davicom8.com.
The DM910x chips are still more tulip clones. The API is reproduced pretty faithfully, unfortunately the performance is pretty bad. The transmitter seems to have a lot of problems DMAing multi-fragment packets. The only way to make it work reliably is to coalesce transmitted packets into a single contiguous buffer. The Linux driver (written by Davicom) actually does something similar to this. I can't recomment this NIC as anything more than a "connectivity solution."
This driver uses newbus and miibus and is supported on both i386 and alpha platforms.
show more ...
|
#
9555e59a |
| 05-Sep-1999 |
Bill Paul <wpaul@FreeBSD.org> |
This commit adds driver support for the Silicon Integrated Systems SiS 900 and SiS 7016 PCI fast ethernet chipsets. Full manuals for the SiS chips can be found at www.sis.com.tw.
This is a fairly si
This commit adds driver support for the Silicon Integrated Systems SiS 900 and SiS 7016 PCI fast ethernet chipsets. Full manuals for the SiS chips can be found at www.sis.com.tw.
This is a fairly simple chipset. The receiver uses a 128-bit multicast hash table and single perfect entry for the station address. Transmit and receive DMA and FIFO thresholds are easily tuneable. Documentation is pretty decent and performance is not bad, even on my crufty 486. This driver uses newbus and miibus and is supported on both the i386 and alpha architectures.
show more ...
|
#
d7320dd1 |
| 04-Sep-1999 |
Bruce Evans <bde@FreeBSD.org> |
Removed defunct option NULLFS_DIAGNOSTIC.
|
#
7012bab9 |
| 03-Sep-1999 |
Julian Elischer <julian@FreeBSD.org> |
Revert a bunch of contraversial changes by PHK. After a quick think and discussion among various people some form of some of these changes will probably be recommitted.
The reversion requested was r
Revert a bunch of contraversial changes by PHK. After a quick think and discussion among various people some form of some of these changes will probably be recommitted.
The reversion requested was requested by dg while discussions proceed. PHK has indicated that he can live with this, and it has been agreed that some form of some of these changes may return shortly after further discussion.
show more ...
|
#
586e1b7b |
| 31-Aug-1999 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Make buffered acces to bdevs from userland controllable with a sysctl vfs.bdev_access.
|