summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
Commit message (Collapse)AuthorAgeFilesLines
* Note that scbus is required for SCSI, not just "required" in general.jmallett2003-06-081-1/+1
| | | | | Submitted by: Edward Kaplan (tmbg37 on IRC) Reviewed by: rwatson (in principle)
* add scbus for FireWire.simokawa2003-04-221-0/+7
|
* Add FireWire drivers to GENERIC.simokawa2003-04-211-0/+5
|
* Remove bitrot associated with `maxusers'.ru2003-03-221-1/+0
| | | | Submitted by: bde
* Fix whitespace problems with option lines.obrien2003-02-131-31/+31
|
* Fix the style of the SCHED_4BSD commit.obrien2003-02-131-1/+1
|
* Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. Thisbenno2003-02-051-1/+1
| | | | | stands for Operating Environment Architecture and is the specification that all of the MPC6xx, MPC7xx, MPC7xxx and IBM7xx CPUs adhere to.
* Add device zs to GENERIC on powerpc.benno2003-02-021-0/+1
|
* Put replace spaces with tabs in keeping with the rest of the file.joe2003-02-011-1/+1
|
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-261-0/+1
| | | | | of the scheduler. - Add SCHED_4BSD as the scheduler for all kernel config files in cvs.
* Remove obsolete GEOM option, and bring diskless options up-to-dategrehan2003-01-091-7/+3
| | | | Approved by: benno
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentrwatson2002-10-191-0/+1
| | | | | | | | | | | | | 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
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-131-2/+1
|
* Roll back to previous version, no need for NO_GEOM when GEOM isgrehan2002-10-061-2/+0
| | | | standard.
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Clean up ddb warnings/errors and enable in GENERICgrehan2002-10-041-1/+1
| | | | | Approved by: benno Motivated by: gallatin
* It's Apple GMAC, not HMAC.benno2002-09-221-1/+1
| | | | Approved by: jake (for sparc64)
* Updated to somewhat match sparc64/conf/GENERICgrehan2002-09-191-18/+94
| | | | Approved by: benno
* Use "options " rather than "options<tab>".kuriyama2002-09-091-9/+9
|
* Fix the link to the Handbookblackend2002-08-011-1/+1
|
* de-count pcipeter2002-07-231-1/+1
|
* No more NO_WERROR for the kernel. It's still possible though, butpeter2002-07-221-1/+1
| | | | seperate from NO_WERROR which is easily mixed up with in userland.
* Add explicit unit count on 'device pci' for ahc/ahdpeter2002-07-211-1/+1
|
* Various comment and minor style fixes. No actual content changes.jhb2002-07-161-2/+3
| | | | Inspired by: bde
* Bring this in line with what I'm using.benno2002-07-091-2/+15
|
* Add ofwd to the GENERIC config for powerpc.benno2002-04-151-0/+1
|
* Add makeoptions NO_WERROR=true so that we can build. =)benno2002-02-261-0/+1
|
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-091-1/+1
| | | | | | | cause the system to auto-size to between 32 and 512 depending on the amount of memory. MFC after: 1 week
* Add memory disk support to allow the boot process to proceed a bit further.mp2001-10-121-0/+4
|
* The final commit for the first phase of PowerPC support.benno2001-06-171-0/+31
This adds the config stuff needed to build kernels. Reviewed by: obrien
OpenPOWER on IntegriCloud