summaryrefslogtreecommitdiffstats
path: root/release/texts
Commit message (Collapse)AuthorAgeFilesLines
* 4.0 will offer EGCS over GCC to the world.obrien1999-04-042-0/+6
|
* This apparently works now, excise it from TROUBLE.TXTjkh1999-03-181-7/+0
|
* Add import of ISC's DHCP client & the upgrade of Groff.obrien1999-03-152-0/+10
|
* Update to post-branch state (yeesh!)jkh1999-03-121-10/+6
|
* Add Specialix SI/XIO/SX ISA, EISA and PCI serial expansion cards/modulesjkh1999-03-082-0/+4
| | | | | Submitted by: Nick Sayer <nsayer@quack.kfu.com> PR: 10456
* Update reference to setup.exe (which is now dead).jkh1999-02-232-22/+8
|
* MF3: SYSVMSG addition, fluff with release notes.jkh1999-02-142-2/+2
|
* 4.0-current!jkh1999-02-141-3/+3
|
* List diamond fireport cards under Symbios section.jkh1999-02-114-0/+4
| | | | Submitted by: Stephen McKay <syssgm@detir.qld.gov.au>
* Several recent additions. Folks, please update this file if you add somejoerg1999-02-032-0/+14
| | | | | | | | new feature to the system! . SVR4 emulation . NTFS . upgrade of f77 via f2c
* Adjust notes to describe new boot floppy scheme.jkh1999-01-311-40/+42
|
* Add two additional cards to the supported adapters list: the Racore 8165wpaul1999-01-294-0/+8
| | | | | | | | | and Racore 8148 adapters are now supported by the ThunderLAN driver. The 8165 is just a plain vanilla 10/100 card; the 8148 is a 'multi- personality' adapter which can support 10baseT, 100baseTX and 100baseFX if you include the proper modules. Also update the tl man page to mention the Racore cards.
* s/wcd/acd/jkh1999-01-264-4/+4
| | | | Noted by: des
* Update for 4.0 by adding the first two major changes and deleting a lotwollman1999-01-212-144/+46
| | | | of irrelevant (2.x/3.x) content.
* Significant modifications to the SCSI controller support sections in bothken1999-01-194-162/+192
| | | | | | | | | | | | | | | | files. They are now both basically the same. I also modified the driver list in HARDWARE.TXT: add the adw and isp drivers, and indicate that the uha driver isn't yet supported under CAM. This includes specific mention of all supported NCR and BusLogic models, additional qualification of the supported DPT and QLogic models, and some additions to the list of supported onboard Adaptec chips. The hope is, of course, that this will lead to fewer questions like "is the froboz SCSI controller supported?" I think the formatting of the new entries looks okay, but someone with a better eye for things like that might want to look at this.
* Qualify Adaptec 2920 support -- only the 2920C is supported. The 2920 is aken1999-01-192-4/+4
| | | | | | | rebadged Future Domain card that is not supported. Also, only the DPT SmartRAID III and IV are supported. (The SmartRAID V isn't yet supported by the DPT driver.)
* Update to include new drivers, mention newly supported fast ethernetwpaul1999-01-182-4/+88
| | | | adapters.
* Mention that the CNet Pro110B is supported (ax driver).wpaul1999-01-182-0/+2
|
* Mention isdn4bsd support.joerg1999-01-132-0/+8
| | | | Forgotten by: phk :)
* Add driver support (and man page) for PCI fast ethernet cards basedwpaul1999-01-092-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT, /sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT accordingly. For now, the only board that I know of that uses this chip is the Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.) Thanks again to Ulf for obtaining the board for me. If anyone runs across another, please feel free to update the man page and/or the release notes. (The same applies for the other drivers.) FreeBSD should now have support for all of the DEC tulip workalike chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX). And unless I'm mistaken, it should also have support for all PCI fast ethernet chipsets in general (except maybe the SMC FEAST chip, which nobody seems to ever use, including SMC). Now if only we could convince 3Com, Intel or whoever to cough up some documentation for gigabit ethernet hardware. Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported by the Macronix driver (assuming you actually have an SVEC PN102TX with a Macronix chip on it; I tried to order a PN102TX once and got a box labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside it).
* Correct the name of the SMC 1211-TX: it's called the EZ Card 10/100 PCI,wpaul1998-12-242-4/+4
| | | | not EtherEZ.
* Include information about rdp(4).joerg1998-12-212-0/+6
|
* Update to note which specific brand of IDE drive does this.jkh1998-12-161-1/+1
|
* if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038wpaul1998-12-072-2/+6
| | | | | | | | as a RealTek 8139 if_rlreg.h: use bus_space_read_X() in CSR_READ_X() macros instead of directly calling inb()/outb() etc... rl.4 + RELNOTES.TXT: mention that SMC EtherEZ PCI 1211-TX is supported by the RealTek driver
* Correct for mfsroot.flp now.jkh1998-12-061-7/+4
|
* An early Christmas present: add driver support for a whole bunch ofwpaul1998-12-042-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PCI fast ethernet adapters, plus man pages. if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100, various other PNIC devices if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various other boards based on the Macronix 98713, 98713A, 98715, 98715A and 98725 chips if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and Rhine II chips (note: the D-Link and certain other cards that actually use a Rhine II chip still return the PCI device ID of the Rhine I. I don't know why, and it doesn't really matter since the driver treats both chips the same anyway.) if_wb.c: Trendware TE100-PCIE and various other cards based on the Winbond W89C840F chip (the Trendware card is identical to the sample boards Winbond sent me, so who knows how many clones there are running around) All drivers include support for ifmedia, BPF and hardware multicast filtering. Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and sysinstall device list. I also have a driver for the ASIX AX88140A in the works.
* Mention the preprocessor changes to ipfw(8).joerg1998-11-252-0/+12
|
* Doc fixes for CAM devices. If I ever truly understand the logic behindjkh1998-11-213-4/+4
| | | | this name change, I'll be a happy man.
* Removeobrien1998-11-122-6/+0
|
* Formatting tweak.jkh1998-11-042-6/+6
|
* Stage 1: Move a bunch of docs out from under sysinstall and otherjkh1998-11-0314-0/+5694
less than accessible places.
OpenPOWER on IntegriCloud