summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the Netgear GA302T 10/100/1000 adapter. Given thatjdp2002-01-271-3/+3
| | | | | | it's a 32-bit card, it's quite nice for $75. MFC after: 3 days
* Add the 'iir' driver, for the Intel Integrated RAID controllers andmsmith2002-01-202-0/+11
| | | | | | | | prior ICP Vortex models. This driver was developed by Achim Leubner of Intel (previously with ICP Vortex) and Boji Kannanthanam of Intel. Submitted by: "Kannanthanam, Boji T" <boji.t.kannanthanam@intel.com> MFC after: 2 weeks
* Sync to GENERIC: add UFS_DIRHASHimp2002-01-151-0/+1
| | | | Submitted by: Anders Andersson <anders@hack.org>
* - generic Arcnet frameworkfjoe2002-01-081-0/+9
| | | | | | - device driver for SMC COM90cx6 Arcnet network adapters Obtained from: NetBSD
* Add the nullmodem devicejulian2002-01-011-0/+1
|
* Add the ifpi2 driver.gj2001-12-221-0/+7
| | | | MFC after: 4 weeks
* Add support for the Intel 82443MX chipsetpirzyk2001-12-211-1/+1
| | | | | PR: kern/33032 MFC after: 1 month
* Comment out DEVICE_POLLING so that LINT compiles again.phk2001-12-191-1/+2
|
* Add description of DEVICE_POLLING option.luigi2001-12-141-0/+19
|
* Clarify the comments related to DUMMYNET and HZluigi2001-12-141-7/+12
| | | | MFC after: 3 days
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-141-0/+1
| | | | | | Suggested by: silby Reviewed by: dillon MFC after: 5 days
* o Clarify the comments on AIO to note that yes, AIO really is unsuitablerwatson2001-12-141-2/+2
| | | | | | for use on machines with untrusted local users, for security as well as stability reasons. o Lack of clarity pointed out by: David Rufino <dr@soniq.net> via bugtraq.
* Add maxusers auto-sizing description to NOTES file for -currentdillon2001-12-141-1/+3
|
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-092-2/+2
| | | | | | | cause the system to auto-size to between 32 and 512 depending on the amount of memory. MFC after: 1 week
* o Whitespace sync to GENERICrwatson2001-12-051-1/+1
|
* PROCFS requires PSEUDOFS.des2001-12-041-1/+2
|
* PROCFS requires PSEUDOFS. I forgot that GENERIC didn't have PSEUDOFS yet.des2001-12-041-1/+2
|
* PROCFS requires PSEUDOFS now.des2001-12-041-1/+1
|
* Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family ofmsmith2001-11-271-0/+7
| | | | | | | | | RAID controllers (5300, 532, 5i, etc.) Thanks to Compaq and Yahoo! for support during the development of this driver. MFC after: 1 week
* Add driver for Granch SBNI12-xx ISA and PCI network adapters.fjoe2001-11-211-0/+6
| | | | MFC after: 1 week
* Document the atkbd flags of 0x03 and be explicit to mention this mightasmodai2001-11-151-0/+2
| | | | | | | | fit some dockingstation keyboard probing. PR: 23681 Submitted by: yokota [PR issued by: Claude Lefrancois <lmcclef@lmc.ericsson.se>]
* Axe NFS_NOSERVER since it doesn't do anything anymore. Remove NFSSERVERjhb2001-11-151-1/+0
| | | | from your config file instead.
* Back out last commit, it was accidentalimp2001-11-111-79/+79
|
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-79/+79
|
* Fix tab damage in rev 1.326.obrien2001-11-061-1/+1
|
* The sound drivers live in sound/driver, not sound/driversimp2001-11-021-1/+1
| | | | submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* Spell deivces as devices.rwatson2001-10-312-2/+2
|
* MFGeneric: ->1.327 Sync with GENERICimp2001-10-301-10/+11
|
* Move device lnc to isa section, since it no longer uses the compat shims.imp2001-10-301-3/+2
| | | | | | Add comment about lnc. Remove probe order comment from isa_compat.c. That appears to no longer be the case.
* Remove wx driver, which got recently removed.asmodai2001-10-251-1/+0
| | | | Submitted by: revamped kernincludes.sh
* Unbreak NEWCARD by removing options NFS and replacing it with theasmodai2001-10-251-1/+2
| | | | | | new NFSCLIENT and NFSSERVER options. Submitted by: revamped kernincludes.sh
* Fixed misformatting of options line for COMPAQ_M610 and EICON_DIVA inbde2001-10-251-22/+22
| | | | | | | | | | | rev.1.974. Fixed previous misformatting of options line for ACCEPT_FILTER_DATA, ACCEPT_FILTER_HTTP, ACPI_DEBUG, COMPAT_SVR4, DEBUG_SVR4, ED_NO_MIIBUS, IFS, PCFCLOCK_MAX_RETRIES, PCFCLOCK_VERBOSE, PECOFF_DEBUG, PECOFF_SUPPORT, PPC_PROBE_CHIPSET, RANDOM_IP_ID, REGRESSION, SC_CUT_SEPCHARS, SC_CUT_SPACES2TABS, SES_ENABLE_PASSTHROUGH, UFS_DIRHASH, UFS_EXTATTR and UFS_EXTATTR_AUTOSTART.
* Fixed bugs in rev.1.973. Actually enable PCI_ENABLE_IO_MODES. Itbde2001-10-251-1/+2
| | | | | | | | | | defeats the point of LINT to comment out positive options. Fixed style bugs in rev.1.973: - disordering of PCI options list. - missing space after "options". - line longer than 80 characters. - bogus quoting of "BIOS".
* add options line for Compaq Microcom 610 ISDN card.hm2001-10-251-1/+4
|
* Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.jlemon2001-10-252-0/+2
| | | | Submitted by: Andrew R. Reiter arr@watson.org
* wx is an ex-parrot. wx doesn't exist any more, so remove it.imp2001-10-221-1/+0
|
* Remove wx.mjacob2001-10-202-6/+0
|
* Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENTobrien2001-10-201-1/+0
| | | | on would have built-in FP support.
* Add entry for the PRO/1000.jlemon2001-10-191-0/+2
|
* Add verbage for MODULES_OVERRIDE.imp2001-10-181-0/+4
|
* Back out previous revision. TCBHASHSIZE isn't an option, despite what I'ddes2001-10-171-5/+0
| | | | | been misled to believe by unknown parties. It probably *should* be an option, but the runtime value is controlled by a tunable, which Ought To Be Enough.
* Make SCSI changer and SES devices standard in generic kernels.mjacob2001-10-161-0/+2
| | | | Reviewed by: ken@kdm.org
* Document TCBHASHSIZE.des2001-10-161-0/+5
|
* Documentation nitpick. IPFIREWALL_VERBOSE logging really has nothingcjc2001-10-111-2/+1
| | | | | | | | to do with "dropped packets." Any packets matching rules with the 'log' directive are logged regardless of the action, drop, pass, divert, pipe, etc. MFC after: 1 day
* Note that this driver is soon to be deprecated and removed from FreeBSD.mjacob2001-10-091-0/+4
|
* Mention that ed requires miibus.iedowse2001-10-071-0/+1
| | | | Suggested by: Eugene Grosbein <eugen@grosbein.pp.ru>
* Add nmdm driver.mp2001-10-041-0/+3
| | | | | | PR: 31027 Submitted by: Edwin Groothuis <edwin@mavetju.org> MFC after: 1 day
* Comment out RESTARTABLE_PANICS so that it is not defined in LINT. Itjhb2001-10-041-1/+1
| | | | introduces many useless warnings obscuring the useful ones.
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beiedowse2001-09-291-0/+1
| | | | | | built without support for miibus PHYs. Most ed cards don't need miibus support, so it's useful to be able to avoid the bloat of all the mii devices for small fixed-purpose kernels.
* Add device driver support for the Broadcom BCM570x family of gigabitwpaul2001-09-271-0/+6
| | | | | | | | | | | | | | ethernet controllers. This adds support for the 3Com 3c996-T, the SysKonnect SK-9D21 and SK-9D41, and the built-in gigE NICs on Dell PowerEdge 2550 servers. The latter configuration hauls ass: preliminary measurements show TCP speeds of over 900Mbps using only normal size frames. TCP/IP checksum offload, jumbo frames and VLAN tag insertion/stripping are supported, as well as interrupt moderation. Still need to fix autonegotiation support for 1000baseSX NICs, but beyond that, driver is pretty solid.
OpenPOWER on IntegriCloud