Andre Oppermann
32672ba88d
Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.
...
Discussed on: -current
2004-11-02 20:57:20 +00:00
Suleiman Souhlal
400a0a2395
Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in the
...
other architectures, and does not give any problems.
Approved by: grehan (mentor)
2004-11-02 09:06:48 +00:00
Andre Oppermann
c21fd23260
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
...
compile option. All FreeBSD packet filters now use the PFIL_HOOKS API and
thus it becomes a standard part of the network stack.
If no hooks are connected the entire packet filter hooks section and related
activities are jumped over. This removes any performance impact if no hooks
are active.
Both OpenBSD and DragonFlyBSD have integrated PFIL_HOOKS permanently as well.
2004-08-27 15:16:24 +00:00
Marius Strobl
39513fa664
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
...
"Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended).
Ok'ed by: tmm
2004-08-16 15:45:27 +00:00
Suleiman Souhlal
c0763d3763
Add /dev/mem and /dev/kmem to powerpc.
...
Approved by: grehan (mentor)
2004-08-16 13:07:40 +00:00
Mark Murray
d23a262fc5
Making a loadable null.ko for /dev/(null|zero) proved rather
...
unpopular, so remove this (mis)feature.
Encouragement provided by: jhb (and others)
2004-08-03 19:24:54 +00:00
Suleiman Souhlal
09e7619917
Remove 'device mem' from GENERIC, which markm@ mistakingly added.
...
We don't have mem/kmem yet.
Approved by: grehan (mentor)
2004-08-02 11:08:48 +00:00
Mark Murray
8ab2f5ecc5
Break out the MI part of the /dev/[k]mem and /dev/io drivers into
...
their own directory and module, leaving the MD parts in the MD
area (the MD parts _are_ part of the modules). /dev/mem and /dev/io
are now loadable modules, thus taking us one step further towards
a kernel created entirely out of modules. Of course, there is nothing
preventing the kernel from having these statically compiled.
2004-08-01 11:40:54 +00:00
Peter Grehan
8653f72f6e
Empty GENERIC.hints file needed by make release.
...
Noticed by: Suleiman Souhlal <refugee@segfaulted.com>
2004-07-19 02:08:22 +00:00
Maxim Konovalov
aa355a2679
In -CURRENT pseudo devices are not statically assigned at compile time,
...
remove a stale comment.
PR: kern/62285
2004-07-18 09:03:12 +00:00
Peter Grehan
24c1c57156
Add new KDB option, and also drop in long-held fxp/dc eth drivers.
2004-07-12 22:14:21 +00:00
Marcel Moolenaar
d1d9feac7c
Add option GEOM_GPT. This brings the ability to have a large number of
...
partitions on a single disk.
2004-05-02 20:40:19 +00:00
David E. O'Brien
4e744b5e7f
Spell Ethernet correctly.
2004-05-02 18:57:29 +00:00
Jeff Roberson
048ac395be
- Recruit some new ULE users by making it the default scheduler in GENERIC.
...
ULE will be in a probationary period to determine whether it will be left
as the default in 5.3 which would likely mean the rest of the 5.x series.
2004-01-24 21:38:52 +00:00
Jacques Vidrine
5864cda7c6
Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so
...
that one can load the IPFilter module (which requires PFIL_HOOKS).
Requested by: Many, for over a year
2004-01-24 14:59:51 +00:00
Peter Grehan
e878e0085f
Add syscons options and enable USB, since there is no conflict between
...
the OpenFirmware console and the syscons console when using a USB
keyboard.
2004-01-21 05:22:53 +00:00
Juli Mallett
d196a10856
Note that scbus is required for SCSI, not just "required" in general.
...
Submitted by: Edward Kaplan (tmbg37 on IRC)
Reviewed by: rwatson (in principle)
2003-06-08 02:03:02 +00:00
Hidetoshi Shimokawa
f73a5a7f66
add scbus for FireWire.
2003-04-22 04:39:20 +00:00
Hidetoshi Shimokawa
092cd06fcd
Add FireWire drivers to GENERIC.
2003-04-21 16:44:05 +00:00
Ruslan Ermilov
ab0f83bd03
Remove bitrot associated with `maxusers'.
...
Submitted by: bde
2003-03-22 14:18:23 +00:00
David E. O'Brien
cc874de3f4
Fix whitespace problems with option lines.
2003-02-13 22:27:40 +00:00
David E. O'Brien
36dc5b9427
Fix the style of the SCHED_4BSD commit.
2003-02-13 22:24:44 +00:00
Benno Rice
c31c26450b
Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. This
...
stands for Operating Environment Architecture and is the specification that
all of the MPC6xx, MPC7xx, MPC7xxx and IBM7xx CPUs adhere to.
2003-02-05 11:37:59 +00:00
Benno Rice
85139b2ac0
Add device zs to GENERIC on powerpc.
2003-02-02 06:11:23 +00:00
Josef Karthauser
c0c9e71f9a
Put replace spaces with tabs in keeping with the rest of the file.
2003-02-01 18:45:18 +00:00
Jeff Roberson
c3384118a1
- Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection
...
of the scheduler.
- Add SCHED_4BSD as the scheduler for all kernel config files in cvs.
2003-01-26 05:29:12 +00:00
Peter Grehan
a5bd7d2982
Remove obsolete GEOM option, and bring diskless options up-to-date
...
Approved by: benno
2003-01-09 01:09:41 +00:00
Robert Watson
c7063e5913
Permits UFS ACLs to be used with the GENERIC kernel. Due to recent
...
ACL configuration changes, this shouldn't result in different code paths
for file systems not explicitly configured for ACLs by the system
administrator. For UFS1, administrators must still recompile their
kernel to add support for extended attributes; for UFS2, it's sufficient
to enable ACLs using tunefs or at mount-time (tunefs preferred for
reliability reasons). UFS2, for a variety of reasons, including
performance and reliability, is the preferred file system for use with
ACLs.
Approved by: re
2002-10-19 16:54:15 +00:00
Mike Barcroft
4275e0d98d
Remove the P1003_1B kernel option; it is no longer used.
2002-10-13 16:29:17 +00:00
Peter Grehan
726a1868a6
Roll back to previous version, no need for NO_GEOM when GEOM is
...
standard.
2002-10-06 12:13:12 +00:00
Poul-Henning Kamp
3bd6561289
NB: This commit does *NOT* make GEOM the default in FreeBSD
...
NB: But it will enable it in all kernels not having options "NO_GEOM"
Put the GEOM related options into the intended order.
Add "options NO_GEOM" to all kernel configs apart from NOTES.
In some order of controlled fashion, the NO_GEOM options will be
removed, architecture by architecture in the coming days.
There are currently three known issues which may force people to
need the NO_GEOM option:
boot0cfg/fdisk:
Tries to update the MBR while it is being used to control
slices. GEOM does not allow this as a direct operation.
SCSI floppy drives:
Appearantly the scsi-da driver return "EBUSY" if no media
is inserted. This is wrong, it should return ENXIO.
PC98:
It is unclear if GEOM correctly recognizes all variants of
PC98 disklabels. (Help Wanted! I have neither docs nor HW)
These issues are all being worked.
Sponsored by: DARPA & NAI Labs.
2002-10-05 16:35:33 +00:00
Peter Grehan
d13782ef14
Clean up ddb warnings/errors and enable in GENERIC
...
Approved by: benno
Motivated by: gallatin
2002-10-04 01:19:18 +00:00
Benno Rice
be0e6bfc0b
It's Apple GMAC, not HMAC.
...
Approved by: jake (for sparc64)
2002-09-22 01:18:06 +00:00
Peter Grehan
26eed6e9a2
Updated to somewhat match sparc64/conf/GENERIC
...
Approved by: benno
2002-09-19 11:20:13 +00:00
Jun Kuriyama
b37a9be231
Use "options " rather than "options<tab>".
2002-09-09 02:40:59 +00:00
Marc Fonvieille
c0727dcbfe
Fix the link to the Handbook
2002-08-01 17:21:18 +00:00
Peter Wemm
b618108fff
de-count pci
2002-07-23 06:38:47 +00:00
Peter Wemm
d50f790fa4
No more NO_WERROR for the kernel. It's still possible though, but
...
seperate from NO_WERROR which is easily mixed up with in userland.
2002-07-22 00:21:17 +00:00
Peter Wemm
fc147d7fe9
Add explicit unit count on 'device pci' for ahc/ahd
2002-07-21 23:07:31 +00:00
John Baldwin
dde0429505
Various comment and minor style fixes. No actual content changes.
...
Inspired by: bde
2002-07-16 18:20:17 +00:00
Benno Rice
c5f0b00c65
Bring this in line with what I'm using.
2002-07-09 13:46:27 +00:00
Benno Rice
2819d0ade2
Add ofwd to the GENERIC config for powerpc.
2002-04-15 12:30:18 +00:00
Benno Rice
4b1211c7cc
Add makeoptions NO_WERROR=true so that we can build. =)
2002-02-26 09:55:17 +00:00
Matthew Dillon
66a11b9fb1
Allow maxusers to be specified as 0 in the kernel config, which will
...
cause the system to auto-size to between 32 and 512 depending on the
amount of memory.
MFC after: 1 week
2001-12-09 01:57:09 +00:00
Mark Peek
5930786540
Add memory disk support to allow the boot process to proceed a bit further.
2001-10-12 20:02:50 +00:00
Benno Rice
c585bae1c2
The final commit for the first phase of PowerPC support.
...
This adds the config stuff needed to build kernels.
Reviewed by: obrien
2001-06-17 09:39:44 +00:00