summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
Commit message (Collapse)AuthorAgeFilesLines
* At great personal risk to my sanity, turn off COMPAT_OLDISA and thepeter2001-01-191-3/+2
| | | | | two drivers that depend on it - ie and le. The compat code has not been disabled.
* Add missing twe (3ware) and ahb (adaptec 174x) devices (!)peter2001-01-191-0/+7
|
* Change NSWAPDEV to something else than the default value.des2001-01-161-1/+1
|
* Stop doing runtime checking on i386 cpus for cpu class. The cpu ispeter2001-01-161-3/+3
| | | | | | | | | | | | slow enough as it is, without having to constantly check that it really is an i386 still. It was possible to compile out the conditionals for faster cpus by leaving out 'I386_CPU', but it was not possible to unconditionally compile for the i386. You got the runtime checking whether you wanted it or not. This makes I386_CPU mutually exclusive with the other cpu types, and tidies things up a little in the process. Reviewed by: alfred, markm, phk, benno, jlemon, jhb, jake, grog, msmith, jasone, dcs, des (and a bunch more people who encouraged it)
* Make NSWAPDEV reasonable so people do not mistakenly use unreasonabledillon2001-01-151-1/+6
| | | | | | values when creating custom kernels from LINT. Suggested-by: "Louis A. Mamakos" <louie@TransSys.COM>
* Remove NOBLOCKRANDOM as a compile-time option. Instead, providemarkm2001-01-143-5/+0
| | | | | | | | | | | | | | | | exactly the same functionality via a sysctl, making this feature a run-time option. The default is 1(ON), which means that /dev/random device will NOT block at startup. setting kern.random.sys.seeded to 0(OFF) will cause /dev/random to block until the next reseed, at which stage the sysctl will be changed back to 1(ON). While I'm here, clean up the sysctls, and make them dynamic. Reviewed by: des Tested on Alpha by: obrien
* Argh, remove a local customization that snuck in here.jhb2001-01-141-1/+0
| | | | Noticed by: jasone
* Remove I386_CPU from GENERIC. Support for the 386 seriously pessimizesjhb2001-01-141-1/+1
| | | | | performance on other x86 processors. Custom kernels can still be built that will run on the 386.
* Add itjc ISDN hardware driverhm2001-01-111-4/+12
|
* use 'profile 2' instead of 1, since it causes more code to be tested.peter2001-01-041-1/+1
|
* Remove alpm numbering.nsouch2001-01-031-1/+1
|
* Remove the old acpi stuff entry.takawata2000-12-291-6/+0
| | | | Submitted by:kurinyma
* Retire kernfs (kernel part).des2000-12-281-1/+0
|
* Add PECOFF (WIN32 Execution file format) support.takawata2000-12-201-1/+3
| | | | | | | | | To use it, some dll is needed. And currently, the dll is only for NetBSD. So one more kernel module is needed. For more infomation, http://chiharu.haun.org/peace/ . Reviewed by: bp
* Re-enable the lnc driver in GENERIC.paul2000-12-201-2/+2
|
* Add the musycc driver to NOTES.phk2000-12-151-0/+1
| | | | | | | | | | This is a driver for the LanMedia/SBE LMC150x E1/T1 family of cards. The driver currently support unframed E1 (2048kbit/s) and framed E1 (nx64). These cards will provision E1/T1 lines for about 1/4 the cost of a cisco router...
* o Remove the COMPAT_OLDPCI option now that Mike removed it.imp2000-12-131-3/+3
| | | | | | o Add pmtimer device o Shorten scsi settle time to 1 second, since that's what I use and I'm tired of remerging it every time.
* Remove the COMPAT_OLDPCI option, it's going away.msmith2000-12-132-3/+1
| | | | Turn 'lnc' off in GENERIC for the moment, pending its update to newbus.
* add comment about ispfwmjacob2000-12-111-0/+1
|
* Add the spic driver, which is a simple first attempt at providing accessnsayer2000-12-111-0/+16
| | | | to the jog dial device.
* Remove DDB, it leaked in here with another commit.phk2000-12-111-2/+0
| | | | Submitted by: bde
* Staticize some malloc M_ instances.phk2000-12-081-0/+2
|
* Create a pmtimer device instance for GENERIC and NEWCARD kernels by default.iwasaki2000-12-072-0/+2
| | | | Submitted by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
* Add the NS DP83815 to the list of supported chips by the sis driver.alex2000-12-031-2/+4
| | | | Inspired by: Oliver Fromme
* Add kernel option NETGRAPH_ONE2MANY.archie2000-11-161-0/+1
|
* vx no longer uses pci compat shims and this doesn't need a countimp2000-11-151-1/+1
|
* MFGENERIC: 1.291imp2000-11-151-0/+6
|
* Add pmtimer device, necessary for proper time keeping when apm orimp2000-11-151-0/+2
| | | | other power management devices are enabled.
* Proper capitalization of PCMCIA (and avoid matching pcm)jkh2000-11-141-1/+1
|
* In the year 2000, I think it's perfectly reasonable to include audiojkh2000-11-142-0/+7
| | | | support by default in GENERIC.
* Document DISABLE_PSE.asmodai2000-11-081-0/+2
|
* Document CLUSTERDEBUG, CPU_UPGRADE_HW_CACHE and LOCKF_DEBUG.asmodai2000-11-081-0/+8
|
* Document the following options:asmodai2000-11-081-6/+13
| | | | | | | | | | FB_DEBUG, FB_INSTALL_CDEV, FE_8BIT_SUPPORT, IBCS2, KEY, LOUTB, SPX_HACK
* Document XBONEHACK option.asmodai2000-11-081-1/+3
|
* Document some AHC_* options.asmodai2000-11-081-2/+9
|
* Merge from GENERIC 1.288imp2000-11-071-34/+27
|
* Make the ISA nic section look like the other device sections withimp2000-11-071-33/+26
| | | | | | | | | | | | | | comments on the same line like so: device foo # FooInc Brand NetEther cards Also, move the wireless NIC cards to their own section. Add commented out wl driver in wireless section. Remove obsolete or redundant comments about some of the wireless cards that used to apply but don't since we've removed 'at foobus'. There should be no functional changes in this change.
* Synchronize NEWCARD kernel to GENERIC kernel. It is still experimental,imp2000-11-071-32/+45
| | | | but it doesn't hurt to keep these things in sync.
* Minor ordering changes to make more sections strictly alphabetical.imp2000-11-071-4/+5
|
* Synced tx(4) driver descriptions + ``device tx'' line moved to thesemenu2000-11-072-2/+2
| | | | | | list of drivers using miibus. PR: kern/22556
* newbusify the en atm driver.kjc2000-11-071-2/+3
|
* Document the KTR_VERBOSE option.jhb2000-11-071-1/+4
|
* The vx driver no longer needs the PCI compat shims. Also should nowwpaul2000-11-071-1/+1
| | | | work on the alpha (at least the PCI part should).
* Comment out the (old) acpi stuff, it breaks LINT.phk2000-10-301-3/+3
|
* Add hints for ISA cards (such as TMC1610M) which use stg driver.non2000-10-291-0/+3
| | | | The values has been given by Arai Mikio <m-arai@sco.bekkoame.ne.jp>.
* Add a brief comment telling people to retain 'device miibus' as necessary.nik2000-10-281-0/+1
| | | | | PR: docs/21981 Submitted by: Matthew Emmerton <matt@gsicomp.on.ca>
* Add some verbiage about the new ACPICA code. Note that this probablymsmith2000-10-281-0/+12
| | | | | breaks building this config, as the old ACPI code will conflict. The old code will be going away shortly, so this should not be an issue.
* Revert two experimental changes which escaped from my devel machine.phk2000-10-281-1/+1
|
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | because it only takes a struct tag which makes it impossible to use unions, typedefs etc. Define __offsetof() in <machine/ansi.h> Define offsetof() in terms of __offsetof() in <stddef.h> and <sys/types.h> Remove myriad of local offsetof() definitions. Remove includes of <stddef.h> in kernel code. NB: Kernelcode should *never* include from /usr/include ! Make <sys/queue.h> include <machine/ansi.h> to avoid polluting the API. Deprecate <struct.h> with a warning. The warning turns into an error on 01-12-2000 and the file gets removed entirely on 01-01-2001. Paritials reviews by: various. Significant brucifications by: bde
* Expand on the reasons for and against defining NO_F00F_HACK. This is one ofdougb2000-10-271-2/+2
| | | | | | those options that is frequently misunderstood, and ends up on -questions. PR: 21852
OpenPOWER on IntegriCloud